Date: Wed, 20 Oct 2021 16:07:57 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259319] openpty(3) and forkpty(3) don't work under Linux compat Message-ID: <bug-259319-227-HdXdYArCjv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259319-227@https.bugs.freebsd.org/bugzilla/> References: <bug-259319-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259319 --- Comment #5 from Julio Merino,+1 347 694 0576,New York City <jmmv@FreeBSD.org> --- Another thing that seems strange is that the Linux binary is trying to access /dev/ptyp0 on FreeBSD, but it gets a /dev/pts/? device on Linux. By looking at the FreeBSD kernel sources, I notice that sys/compat/linux/linux_util.c has some special code to handle device paths that start with pts/, but obviously that's not going to work for the /dev/pty? devices. Maybe that's the issue? -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259319-227-HdXdYArCjv>
