Re: -current hangs during boot

2000-11-06 Thread Mark Murray
Did I miss something on the /dev/random hang? I don't know... During a `shutdown -r now`, the boot process hangs for more than an hour. I thought this was supposed to work. However, jwd's receipe for recovery works. I repeated this three times, although I only waited an hour the last

Re: -current hangs during boot

2000-11-06 Thread Thomas D. Dean
I cannot make mergemaster work. Tried twice earlier in the year and took several hours to recover... Don't know what my problem is. However, I have a script that compares and lists diffs in /etc/rc* and /etc/defaults/* to those in src/etc. Normally, I manually copy those files to /etc. #

Re: -current hangs during boot

2000-11-03 Thread Thomas D. Dean
Did I miss something on the /dev/random hang? During a `shutdown -r now`, the boot process hangs for more than an hour. I thought this was supposed to work. However, jwd's receipe for recovery works. I repeated this three times, although I only waited an hour the last time (dinner!). I am

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

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 from

Re: -current hangs during boot (UPDATING entry)

2000-10-24 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 -t

Re: -current hangs during boot

2000-10-24 Thread Warner Losh
In message [EMAIL PROTECTED] Leif Neland writes: : Hi there, : : I've done a very recent week's make world(S) on -current, making : and installing world and kernel go fine, but all hang on boot, : with no error codes or msgs. : : Solution: Due to changes in the random/entropy stuff,

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-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 # Entropy

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, Oct

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-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.15

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. jwdThey can be hand mounted after bootup or via a local rc jwdstartup 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

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. jwdThey can be hand mounted after bootup or via a local rc jwdstartup script. Is there any chance to mount MFS filesystem listed in /etc/fstab just after the

Re: -current hangs during boot

2000-10-22 Thread Leif Neland
On Sun, 22 Oct 2000, Donny Lee wrote: Hi there, I've done a very recent week's make world(S) on -current, making and installing world and kernel go fine, but all hang on boot, with no error codes or msgs. When boot, all go fine at the beginning, and stop right after showing

Re: -current hangs during boot

2000-10-22 Thread Donny Lee
John W. De Boskey noticed me some points to check out, I now can boot my fbsd box with the recent built kernel. I disabled mfs, and random_load, these 2 made my fbsd box hangs (not really hangs, it looks like waiting for some jobs done) 2 times at boot. with the mfs enable, it hangs

Re: -current hangs during boot

2000-10-22 Thread Makoto MATSUSHITA
leifn My hangs at loading ldconf. I can continue with ^C. Are you using MFS ? I suppose you are not. I've found that: - if /etc/fstab has 'mfs' line, system stops during mounting filesystem. Interrupting with CTRL-C works (and system goes to single user mode). - if /etc/fstab does not

Re: -current hangs during boot

2000-10-22 Thread Donny Lee
Leif Neland wrote: I've done a very recent week's make world(S) on -current, making and installing world and kernel go fine, but all hang on boot, with no error codes or msgs. Solution: Due to changes in the random/entropy stuff, you have to reboot the machine with "shutdown -r now" or

Re: -current hangs during boot

2000-10-22 Thread John W. De Boskey
- Leif Neland's Original Message - On Sun, 22 Oct 2000, Donny Lee wrote: Hi there, I've done a very recent week's make world(S) on -current, making and installing world and kernel go fine, but all hang on boot, with no error codes or msgs. Solution: Due to

Re: -current hangs during boot

2000-10-22 Thread Leif Neland
- Original Message - From: "Donny Lee" [EMAIL PROTECTED] To: "Leif Neland" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, October 22, 2000 10:59 AM Subject: Re: -current hangs during boot Leif Neland wrote: I've done a very recent week's make world(S)

Re: -current hangs during boot

2000-10-22 Thread Donny Lee
Leif Neland wrote: do you mean one should use "shutdown -r now" or Ctrl-Alt-Del instead of "reboot" right after make world and kernel? Exactly. Except not just after make world/kernel, every time you want to reboot/halt. Does this make any different? shutdown is fine, but

Re: -current hangs during boot

2000-10-22 Thread Leif Neland
Leif Neland wrote: do you mean one should use "shutdown -r now" or Ctrl-Alt-Del instead of "reboot" right after make world and kernel? Exactly. Except not just after make world/kernel, every time you want to reboot/halt. Does this make any different? shutdown is fine, but

Re: -current hangs during boot

2000-10-22 Thread Donny Lee
Leif Neland wrote: Does this make any different? shutdown is fine, but ctrl-alt-del is not so good, whenever I did this, the next boot takes a long time on fixing filesystems. You mean your system doesn't unmount the disks at ctrl-alt-del? Does it a hard reset instead?

Re: -current hangs during boot

2000-10-22 Thread David O'Brien
On Sun, Oct 22, 2000 at 04:14:08PM +0800, Donny Lee wrote: with the mfs enable, it hangs there right after FILESYSTEM checking, and with random_load set to YES, it hangs at ldconfig. mount_mfs is blocking on "rndblk". Our /dev/*random is fubar'ed *again*. -- -- David ([EMAIL PROTECTED])

Re: -current hangs during boot

2000-10-22 Thread John W. De Boskey
- David O'Brien's Original Message - On Sun, Oct 22, 2000 at 04:14:08PM +0800, Donny Lee wrote: with the mfs enable, it hangs there right after FILESYSTEM checking, and with random_load set to YES, it hangs at ldconfig. mount_mfs is blocking on "rndblk". Our /dev/*random is

Re: -current hangs during boot

2000-10-22 Thread sthaug
Anyone know the history on the '#ifdef FSIRAND' code? Randomized file generation numbers to make NFS attacks more difficult, as far as I can remember. Steinar Haug, Nethelp consulting, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in