https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230144
--- Comment #3 from Conrad Meyer <[email protected]> --- By the way, it seems fine on my TR system running CURRENT: $ sudo mount -t linprocfs linprocfs /compat/linux/proc $ sudo mount -t linsysfs linsysfs /compat/linux/sys $ sudo mount -t tmpfs -o rw,mode=1777 tmpfs /compat/linux/dev/shm $ /compat/linux/bin/bash ELF binary type "0" not known. zsh: exec format error: /compat/linux/bin/bash $ sudo kldload linux64.ko $ sudo kldload linux $ /compat/linux/bin/bash bash-4.2$ Do you have all Linux-compat filesystems mounted? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
