Date: Sat, 23 Oct 2021 14:11:57 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259380] linux_recvfrom -1 errno -22 Invalid argument Message-ID: <bug-259380-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259380 Bug ID: 259380 Summary: linux_recvfrom -1 errno -22 Invalid argument Product: Base System Version: 13.0-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: jasonmader@gmail.com In a FreeBSD 13.0 jail with Linux compatibility, one pair of Linux daemon a= nd utility programs do not communicate properly. They used to work in FreeBSD 11.2. Here is a ktrace of the daemon receiving part of a message; it's like this for every 6 bytes. I am guessing the problem is "linux_recvfrom -1 err= no -22 Invalid argument" 92539 rlm CALL linux_select(0x4000,0x85e6d8,0,0,0x7fffffffddd0) 92539 rlm RET linux_select 1 92539 rlm CALL=20 linux_recvfrom(0x4,0x85d914,0x6,0x4000,0x861c7c,0x7fffffffde00) 92539 rlm GIO fd 4 read 6 bytes ",2,5,0" 92539 rlm RET linux_recvfrom -1 errno -22 Invalid argument 92539 rlm CALL linux_time(0x7fffffffdf38) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259380-227>