linux-opera-9.25.20071214 on FreeBSD 7.0-PRERELEASE amd64 fails
 to start up
    Wojciech Puchar 
    wojtek at wojtek.tensor.gdynia.pl
       
    Sun Feb  3 11:34:14 PST 2008
    
    
  
> $ cat /etc/fstab
> # Device                Mountpoint      FStype  Options         Dump    Pass#
> /dev/ad4s2b             none            swap    sw              0       0
> /dev/ad4s2a             /               ufs     rw              1       1
> /dev/ad4s2e             /home           ufs     rw              2       2
> /dev/ad4s2d             /tmp            ufs     rw              2       2
> /dev/ad4s2f             /usr            ufs     rw              2       2
> /dev/ad4s2g             /var            ufs     rw              2       2
> /dev/acd0               /cdrom          cd9660  ro,noauto       0       0
> $
>
> Note that that line is not in /etc/fstab on *any* of the other FreeBSD
> workstations here.
possibly not all linux programs need this
add
linprocfs               /compat/linux/proc  linprocfs       rw      0       0
and turn ON linux emulation because this is probably your problem :)
    
    
More information about the freebsd-questions
mailing list