Re: Kernel builds to wrong location?

2000-09-25 Thread David O'Brien
On Sat, Sep 16, 2000 at 10:54:22PM -0500, Mike Meyer wrote: > I cvsupped and rebuilt earlier to today, only to find that the kernel > was installed as /boot/kernel/kernel instead of > /boot/kernel/kernel.ko. While fixing this was trivial, it was a bit of > a surprise. > > Is this a bug, or did I h

Re: -CURRENT crashes under heavy disk activity

2000-09-25 Thread Soren Schmidt
It seems Stanislav Grozev wrote: > On Mon, Sep 25, 2000 at 10:48:34AM -0400, Kenneth Wayne Culver wrote: > > Well, I downgraded to PRE_SMPNG and it still crashes on heavy disk > > activity. > > > > the funny thing is that the same kernel that crashed on my desktop pc > (with SMPng, but UP kernel

Mount ATAPI CD: panic [Re: fdc0 and ata1 issues]

2000-09-25 Thread Szilveszter Adam
On Sat, Sep 23, 2000 at 02:01:49PM +0200, Soren Schmidt wrote: > It seems Donn Miller wrote: > > In article <[EMAIL PROTECTED]> you wrote: > > > > > > > I am also seeing the fdc0 problem "fdc0: cannot reserve I/O port range". OK, just to follow up on things. After a make world and a kernel upgr

linuxulator files with invalid ownership

2000-09-25 Thread Doug Barton
Just for grins I turned on the periodic/weekly option to check for files with unknown owner/groups. It found the following: drwxrwxr-x 3 root 14 512 Jul 24 08:23 /usr/compat/linux/var/lock/ drwxrwxr-x 2 root 12 512 Feb 6 1996 /usr/compat/linux/var/spool/mail/ -r--r--r-- 1 root 1

Re: bug in ccard.c (pccardd code)

2000-09-25 Thread Warner Losh
In message <[EMAIL PROTECTED]> Falko Dressler writes: : : I discovered a little bug in ccard.c which is part of the pccardd: : : *** cardd.c.orig Mon Sep 25 17:52:03 2000 : --- cardd.c Mon Sep 25 17:52:12 2000 : *** : *** 546,552 : sp->config->index = cisco

Re: PNP Devices?

2000-09-25 Thread Warner Losh
In message <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: : these messages before. Can someone enlighten me as to a possible solution? Sure. You'll need to hack the pnp code to have the pnpbios device probed before the normal isa device. Then you'll need to hack those legacy devices that don't

Re: Fsck wrappers, revisited

2000-09-25 Thread Bruce Evans
On Sun, 24 Sep 2000, Adrian Chadd wrote: > On Sun, Sep 24, 2000, Kris Kennaway wrote: > > > > The trouble is that some of the FS strings have spaces in their filenames. > > > This might confuse a few people. > > > > How about mapping spaces to '_' characters - I doubt it would cause any > > nam

Re: Fsck wrappers, revisited

2000-09-25 Thread Bruce Evans
On Sat, 23 Sep 2000, Adrian Chadd wrote: > On Sat, Sep 23, 2000, Bruce Evans wrote: > > On Sat, 23 Dec 2000, Adrian Chadd wrote: > > > > > Here's the patch: > > > > > > --- fsck.c.orig Sat Dec 23 11:13:30 2000 > > > +++ fsck.c Sat Dec 23 11:13:34 2000 > > > @@ -501,7 +501,7 @@ > > >

Re: Breakage in make world: pam_ssh

2000-09-25 Thread Kris Kennaway
On Mon, 25 Sep 2000, Leif Neland wrote: > I changed from the individual parts to src/all, and besides getting > kerberos and secure, I also got these files from crypto, which I should > have gotten already with src/crypto: Nope, these are in the src-sys-crypto collection. > Checkout src/sys/cr

Re: Breakage in make world: pam_ssh

2000-09-25 Thread John Polstra
In article <[EMAIL PROTECTED]>, Leif Neland <[EMAIL PROTECTED]> wrote: > > I think you're not cvsupping all of the source. In particular the crypto > > source. > > > > I changed from the individual parts to src/all, and besides getting > kerberos and secure, I also got these files from crypto,

bug in ccard.c (pccardd code)

2000-09-25 Thread Falko Dressler
I discovered a little bug in ccard.c which is part of the pccardd: *** cardd.c.origMon Sep 25 17:52:03 2000 --- cardd.c Mon Sep 25 17:52:12 2000 *** *** 546,552 sp->config->index = cisconf->id; break; default:/*

Re: -CURRENT crashes under heavy disk activity

2000-09-25 Thread Stanislav Grozev
On Mon, Sep 25, 2000 at 10:48:34AM -0400, Kenneth Wayne Culver wrote: > Well, I downgraded to PRE_SMPNG and it still crashes on heavy disk > activity. > the funny thing is that the same kernel that crashed on my desktop pc (with SMPng, but UP kernel) works like a charm on my laptop;-)) the only

Re: -CURRENT crashes under heavy disk activity

2000-09-25 Thread Kenneth Wayne Culver
Well, I downgraded to PRE_SMPNG and it still crashes on heavy disk activity. = | Kenneth Culver | FreeBSD: The best NT upgrade| | Unix Systems Administrator | ICQ #: 24767726 | | and student at The

Re: Breakage in make world: pam_ssh

2000-09-25 Thread Leif Neland
On Sun, 24 Sep 2000, Kris Kennaway wrote: > On Mon, 25 Sep 2000, Leif Neland wrote: > > > After trouble making world for some days, I blew the entire /usr/src away > > (and lost my kernel-config's :-( ) > > > > On a freshly cvsupped current, this has been broken for a few days. > > I think

Re: -CURRENT crashes under heavy disk activity

2000-09-25 Thread Stanislav Grozev
On Fri, Sep 22, 2000 at 03:37:32PM -0400, Kenneth Wayne Culver wrote: > I will try to build a debug kernel, and get a backtrace of what's > happening to send to the list, but basically what happened is that I was > running a cvsup of the cvs source repository and the ports repository and > it just

Re: 'device random' required in conf file?

2000-09-25 Thread Hellmuth Michaelis
>From the keyboard of Dag-Erling Smorgrav: > Mark Murray <[EMAIL PROTECTED]> writes: > > > Same with the IPX code. A 'read_random' stub should be supplied to allow > > > kernels without 'device random' to compile and run. > > I'll fix this. > > For the record, it affects i4b as well. It does.

Re: 'device random' required in conf file?

2000-09-25 Thread Dag-Erling Smorgrav
Mark Murray <[EMAIL PROTECTED]> writes: > > Same with the IPX code. A 'read_random' stub should be supplied to allow > > kernels without 'device random' to compile and run. > I'll fix this. For the record, it affects i4b as well. Thanks for fixing :) DES -- Dag-Erling Smorgrav - [EMAIL PROTEC