Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syscall: syscall.Socket #50122

Closed
colin84 opened this issue Dec 13, 2021 · 2 comments
Closed

syscall: syscall.Socket #50122

colin84 opened this issue Dec 13, 2021 · 2 comments

Comments

@colin84
Copy link

colin84 commented Dec 13, 2021

go version 1.17
system: uos (linux arm64)
the next code sometimes return error: socket: operation not permitted.
_, err := syscall.Socket(2, 1|syscall.SOCK_NONBLOCK|syscall.SOCK_CLOEXEC, 0)
if err != nil {
panic(os.NewSyscallError("socket", err))
}

@MatejMagat305
Copy link

you are in termux or laptom or other? if you are in termux/proot linux on termux there no way how request permision, if you are on other platform you schould try command sudo and I highly recomend use syscall or unix constants instead of number............

@seankhliao
Copy link
Member

Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.

For questions please refer to https://github.com/golang/go/wiki/Questions

@golang golang locked and limited conversation to collaborators Dec 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants