Linuxulator: running one's own small Linux in FreeBSD?

Thomas Mueller mueller6722 at twc.com
Sat Feb 13 04:30:55 UTC 2021


from JB:

> If it's just a local directory, you can use `sysctl' to tell the kernel what the emulation path is:
        
> sysctl compat.linux.emul_path=/foo/bar
        
> Then restart the `linux' service.
        
How do I restart the 'linux' service?

I am familiar with "/etc/rc.d/mountd restart", but don't think I could do "etc/rc.d/linux restart" (or linuxd).

I tried "sysctl -a | grep "linux" from FreeBSD and got nothing; also
sysctl compat.linux.emul_path 
gave me "Unknown oid" error.

Tom



More information about the freebsd-emulation mailing list