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
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
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
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
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
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
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 -
- 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
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
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
10 matches
Mail list logo