Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 1997 10:03:42 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Martijn Koster <mak@webcrawler.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Is `make world` the whole story?
Message-ID:  <Pine.BSF.3.96.970729100200.8468O-100000@localhost>
In-Reply-To: <19970729065903.44669@webcrawler.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 29 Jul 1997, Martijn Koster wrote:

> I installed 2.2.2, made cvsup, updated using the standard-supfile,
> cd'ed to /usr/src, and did a `make world`. After fixing the missing
> /usr/include/sys/stat.h it completed without errors.  I wasn't
> single-user, but apart from X-Windows nothing else was happening on
> the machine.  Then I rebooted, and now get:
> 
> mount: exec mount_ not found in /sbin, /usr/sbin: No such file or directory
> 
> and startup fails, and various other commands give bad system calls.
> This is the second time I've tried this sequence of events, with the
> same results.
> 
> So, what did I forget to do? And is there a way to get the current
> mess working rather than reinstall? Suggestions appreciated.

Looks like /etc/fstab got munged a bit, in particular the FS types may
have disappeared.  You may need to boot -s so you can modify this.  

Should look something like this...

/dev/wd0a                       /               ufs     rw 1 1
/dev/wd0b                       none            swap    sw 0 0
/dev/wd0e                       /var            ufs     rw 1 1
/dev/wd0f                       /usr            ufs     rw 1 1
proc                            /proc           procfs  rw 0 0

Adjust as appropriate.  

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major
Spam routed to /dev/null by Procmail    | Death to Cyberpromo




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970729100200.8468O-100000>