Re: -current hangs during boot (UPDATING entry)

2000-10-25 Thread John W. De Boskey
Thanks for the updates. A few questions below. -John - Mark Hittinger's Original Message - > > It does look like an updating entry is needed for this badly. > > I did the following things, some of which may not be needed, and now my > -current boxes boot OK. > > 1. update MAKEDEV fr

re: -current hangs during boot (UPDATING entry)

2000-10-25 Thread Mark Hittinger
It does look like an updating entry is needed for this badly. I did the following things, some of which may not be needed, and now my -current boxes boot OK. 1. update MAKEDEV from /usr/src/etc, run MAKEDEV all 2. update /etc/rc /etc/rc.* /etc/defaults/rc.conf from /usr/src/etc 3. add ran

Re: -current hangs during boot (UPDATING entry)

2000-10-24 Thread Doug Barton
On Mon, 23 Oct 2000, John W. De Boskey wrote: > I'm beginning to think we need an updating entry. > > 1. Make sure /dev/random exists 'cd /dev && sh MAKEDEV std' Unless you are using devfs. > 2. Make sure your kernel includes: > > devicerandom # Entropy device

Re: -current hangs during boot (UPDATING entry)

2000-10-24 Thread Steve Kargl
You need to put random_load="YES" into /boot/loader.conf. Optionally, you can load random.ko during the boot process. John W. De Boskey wrote: > It didn't work without the device line when I tested it > last week(Thursday/Friday). > > - David O'Brien's Original Message - > > On Mon, O

Re: -current hangs during boot (UPDATING entry)

2000-10-24 Thread John W. De Boskey
It didn't work without the device line when I tested it last week(Thursday/Friday). -John - David O'Brien's Original Message - > On Mon, Oct 23, 2000 at 06:30:29PM -0400, John W. De Boskey wrote: > > 2. Make sure your kernel includes: > > > > device random # Entrop

Re: -current hangs during boot (UPDATING entry)

2000-10-24 Thread David O'Brien
On Mon, Oct 23, 2000 at 06:30:29PM -0400, John W. De Boskey wrote: > 2. Make sure your kernel includes: > > devicerandom # Entropy device Are you implying the random.ko module is broken? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current

Re: -current hangs during boot (UPDATING entry)

2000-10-23 Thread void
On Mon, Oct 23, 2000 at 06:30:29PM -0400, John W. De Boskey wrote: > > 5. At this time, remove ALL MFS filesystems from /etc/fstab. >They can be hand mounted after bootup or via a local rc >startup script. You can leave them in, with option "noauto", and mount them later with "mount -a -

Re: -current hangs during boot (UPDATING entry)

2000-10-23 Thread John W. De Boskey
- Makoto MATSUSHITA's Original Message - > > jwd> 5. At this time, remove ALL MFS filesystems from /etc/fstab. > jwd>They can be hand mounted after bootup or via a local rc > jwd>startup script. > > Is there any chance to mount MFS filesystem listed in /etc/fstab just > after the

Re: -current hangs during boot (UPDATING entry)

2000-10-23 Thread Makoto MATSUSHITA
jwd> 5. At this time, remove ALL MFS filesystems from /etc/fstab. jwd>They can be hand mounted after bootup or via a local rc jwd>startup script. Is there any chance to mount MFS filesystem listed in /etc/fstab just after the /dev/random reseeding is done ? I cannot put up with that we c

Re: -current hangs during boot (UPDATING entry)

2000-10-23 Thread John W. De Boskey
I'm beginning to think we need an updating entry. 1. Make sure /dev/random exists 'cd /dev && sh MAKEDEV std' 2. Make sure your kernel includes: device random # Entropy device 3. Make sure /etc/rc is at rev 1.237 or higher. 4. Make sure /etc/rc.shutdown is at rev 1.13 or 1.1