Re: [Pcbsd-developer] linux_base-gentoo compat install
Status: Beta
Brought to you by:
kmoore134
From: Andrei K. <an...@bs...> - 2006-06-02 08:31:06
|
Sorry, I made a little mistake: =20 Alexander Leidinger <Alexander@ leidinger.net> Quoting Andrei Kolu <antik@ bsd.ee> (from Thu, 1 Jun 2006 23:03:40 +0300): > =DChel kenal p=E4eval (neljap=E4ev 01 juuni 2006 10:47 pm) kirjutasid sa: >> devfs onto /compat/linux/dev > > # mkdir /compat/linux/dev > # mknod /compat/linux/dev/null c 2 2 > # chmod 666 /compat/linux/dev/null > # mount -t devfs devfs /compat/linux/dev =46orget about the mknod invocation, it's not necessary. My mounting =A0 devfs on top on this directory, you hide the created device node. =A0 Apart from this, device nodes created with mknod don't work anymore, =A0 you have to use a real devfs. Bye, Alexander. So, I see that PC-BSD is missing devfs mount on linux compat. /etc/rc.local # Enable Linux Procfs kldload linprocfs mount -t linprocfs linprocfs /usr/compat/linux/proc # Enable Linux devfs mount -t devfs devfs /compat/linux/dev |