-
Notifications
You must be signed in to change notification settings - Fork 61
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
Breakage in recent linux #6
Comments
Which version of Go are using? |
Maybe we have to change the binding to this. |
I'll spend some more time looking into it and fire over a PR if I get it
sorted, thanks for responding.
…On Fri, 28 Sep 2018, 11:54 Matthias, ***@***.***> wrote:
Maybe we have to change the binding to this
<https://github.com/golang/sys/blob/master/unix/syscall_linux.go#L541-L546>
.
(Currently I don't have time to look into it.)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA2KuZZ_68eOeer3EsHaFn3S3MXkkvPEks5uff_dgaJpZM4WvTyB>
.
|
I've added a possible fix in the fix-linux branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there, thanks for writing this awesome wrapper package.
I've just recently started having an issue, where I get the following output running the demo candump app
I traced the error down to the call to
syscall.Bind()
inNewReadWriteCloserForInterface
, but I'm not familiar enough with the relationship between the golang syscall package and the C end to take that gap any further. It's possible that this is actually a lower level issue in the go stack, but I figured I'd come here first just in case.The kernel version on the vm it broke for:
(Just for reference, I've confirmed multiple times including with the socketcan C based canplayer/candump executables that my vcan socket is definitely present and up and functional).
The text was updated successfully, but these errors were encountered: