https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230273
--- Comment #3 from Jason Mader <[email protected]> --- (In reply to Conrad Meyer from comment #1) It might be, 12650 lstc_server CALL linux_socket(0x1,0x80002,0) 12650 lstc_server RET linux_socket 0 12650 lstc_server CALL linux_connect(0,0x800d911c0,0x6e) 12650 lstc_server STRU struct sockaddr { AF_LOCAL, /dev/log } 12650 lstc_server NAMI "/dev/log" 12650 lstc_server RET linux_connect -1 errno -2 No such file or directory 12650 lstc_server CALL close(0) 12650 lstc_server RET close 0 FreeBSD 11.2 Bug 228351 devfs doesn't expose /dev/log, even with `add path tty unhide` in rules. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
