linprocfs or mount appears broken

2002-02-24 Thread Steve Kargl

cvsup sources from 24 FEB 02 at 14:42 PST.  No local
patches (although I would like to play with Matt's
recent work).

Standard update sequence (i.e., rm -rf /usr/obj/*
buildworld, buildkernel, installkernel, installworld,
mergemaster) yields

KLD linprocfs.ko: depends on linux - not available
linprocfs: vfsload(linprocfs): Exec format error
Mounting /etc/fstab filesystems failed, startup aborted
Enter full pathname of shell or RETURN for /bin/sh

/boot/loader.conf contains linux_load=YES

kldstat at the single user prompt shows that the
linux.ko module was loaded.

The system does not panic or hang.  It just drops
into single user mode.

-- 
Steve

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: linprocfs or mount appears broken

2002-02-24 Thread Steve Kargl

On Sun, Feb 24, 2002 at 09:02:25PM -0800, Doug Barton wrote:
 Steve Kargl wrote:
  
  cvsup sources from 24 FEB 02 at 14:42 PST.  No local
  patches (although I would like to play with Matt's
  recent work).
 
   I cvsup'ed to this point:
 
 obrien  2002/02/24 13:26:07 PST
 
   Modified files:
 contrib/gcc.295/config/i386 freebsd.h 
   Log:
   Use the default 'ld' emulation rather than hard coding it.
   For FreeBSD, 'ld' 2.12.0 uses a different emulation than in the past.
   So this change makes the upgrade easier.
   
   Revision  ChangesPath
   1.41  +1 -2  src/contrib/gcc.295/config/i386/freebsd.h
 
 
 Built/installed world and kernel, and I'm having no problems with linux
 netscape. Maybe that'll help you narrow things down...

If I comment out linprocfs in /etc/fstab, I can
boot the system.  Linux netscape appears to work, but
I don't know if linux netscape needs linprocfs to run.
 
  KLD linprocfs.ko: depends on linux - not available
  linprocfs: vfsload(linprocfs): Exec format error

This error message does suggest a problem with ld.

-- 
Steve

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message