Re: Kernel Build Question...

2000-02-10 Thread Ric Moore
On Wed, 9 Feb 2000, Eddie Strohmier wrote: > I am rebuilding my kernel on a RH 6.0 2.2.5-15 system. I have 3 devices that > needed adding after doing the folloing: > > make mkproper > make config >> here I set all my options the way they should be set<<< > make bzImage > make dep > make clean >

Re: Kernel Build Question...

2000-02-10 Thread Ric Moore
On Thu, 10 Feb 2000, Eddie Strohmier wrote: > Ric: > Ya I corrected myself in a mail that came about 30 minutes later. My problem > was that for some reason my new kernel was not finding its module > dependancies on boot up as the rc.sysinit file should instruct it to do so > it would just hang a

Re: Kernel Build Question...

2000-02-10 Thread Isaiah Weiner
> I don't see how I could mess anything up other than an aborted boot > because of the new kernel failing. It's apparently pretty easy to mess up a build. I must get at least two tickets a day where $USER completely overwrote the current kernel and current module tree. > The question st

Re: Kernel Build Question...

2000-02-10 Thread Isaiah Weiner
ilt now thanks to Kim who had this same problem. > > Eddie Strohmier > > - Original Message - > From: Ric Moore <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 10, 2000 10:31 AM > Subject: Re: Kernel Build Question... > > &g

Re: Kernel Build Question...

2000-02-10 Thread Eddie Strohmier
ng the new module dependencies. Thanks for the advice, Eddie Strohmier - Original Message - From: Isaiah Weiner <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 10, 2000 12:15 PM Subject: Re: Kernel Build Question... > In the future, consider add an

Re: Kernel Build Question...

2000-02-10 Thread Eddie Strohmier
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 10, 2000 10:31 AM Subject: Re: Kernel Build Question... > On Wed, 9 Feb 2000, Eddie Strohmier wrote: > > > I am rebuilding my kernel on a RH 6.0 2.2.5-15 system. I have 3 devices that > > needed adding after do

Re: Kernel Build Question...

2000-02-09 Thread Hidong Kim
ponse, > > Eddie Strohmier > > - Original Message - > From: rpjday <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, February 09, 2000 10:11 PM > Subject: Re: Kernel Build Question... > > > > > On Wed, 9 Feb 2000, Hidong Ki

Re: Kernel Build Question...

2000-02-09 Thread Eddie Strohmier
OTECTED]> Sent: Wednesday, February 09, 2000 10:11 PM Subject: Re: Kernel Build Question... > > On Wed, 9 Feb 2000, Hidong Kim wrote: > > > Hi, Eddie, > > > > I've had this problem before. You need to add a step in your sequence > > below. > > > >

Re: Kernel Build Question...

2000-02-09 Thread rpjday
On Wed, 9 Feb 2000, Hidong Kim wrote: > Yes, you're right. I never had to do a depmod during a kernel compile > when I was running Red Hat 5.2 (in the form of Mandrake 5.3). But then > when I upgraded to Red Hat 6.1 by way of Mandrake 6.1 (sux), I had to > start doing the depmod. Could /etc/

Re: Kernel Build Question...

2000-02-09 Thread Hidong Kim
Yes, you're right. I never had to do a depmod during a kernel compile when I was running Red Hat 5.2 (in the form of Mandrake 5.3). But then when I upgraded to Red Hat 6.1 by way of Mandrake 6.1 (sux), I had to start doing the depmod. Could /etc/rc.d/rc.sysinit have been changed between releas

Re: Kernel Build Question...

2000-02-09 Thread Eddie Strohmier
y 09, 2000 8:14 PM Subject: Re: Kernel Build Question... > Hi, Eddie, > > I've had this problem before. You need to add a step in your sequence > below. > > > Eddie Strohmier wrote: > > > > I am rebuilding my kernel on a RH 6.0 2.2.5-15 system. I have 3 devic

Re: Kernel Build Question...

2000-02-09 Thread rpjday
On Wed, 9 Feb 2000, Hidong Kim wrote: > Hi, Eddie, > > I've had this problem before. You need to add a step in your sequence > below. > > > Eddie Strohmier wrote: > > > > I am rebuilding my kernel on a RH 6.0 2.2.5-15 system. I have 3 devices that > > needed adding after doing the folloing:

Re: Kernel Build Question...

2000-02-09 Thread Hidong Kim
Hi, Eddie, I've had this problem before. You need to add a step in your sequence below. Eddie Strohmier wrote: > > I am rebuilding my kernel on a RH 6.0 2.2.5-15 system. I have 3 devices that > needed adding after doing the folloing: > > backing up my old kernel > make mkproper > make config