Re: [Cooker] segfault rc.modules

2002-01-15 Thread Chmouel Boudjnah

William Bouterse <[EMAIL PROTECTED]> writes:

> On Tue, 15 Jan 2002 13:02:12 +0100
> Chmouel Boudjnah <[EMAIL PROTECTED]> wrote these words:
>
>> William Bouterse <[EMAIL PROTECTED]> writes:
>> 
>> > Booting cooker20011224
>> >
>> > I am getting this message, though the
>> > boot process continues okay.
>> 
>> what do you have in your /etc/modules.conf and /etc/modules ?
>> 
>
> /etc/modules.conf
> alias autofs autofs4
> alias usb-interface usb-ohci
> alias sound-slot-0 snd-card-ymfpci
> above snd-card-ymfpci snd-pcm-oss
> probeall scsi_hostadapter ncr53c8xx
> alias eth0 ne2k-pci
> alias char-major-81 bttv
> probeall ncr53c8xx ncr53c8xx
>
> /etc/modules
> scsi_hostadapter


remove this please...

> bttv
>
> I have not custom configured anything with 
> those two files, just initial install
>
>
> William Bouterse
> Talkeetna, Ak
>

-- 
http://www.linux-mandrake.com/en/club/




Re: [Cooker] segfault rc.modules

2002-01-15 Thread William Bouterse

On Tue, 15 Jan 2002 13:02:12 +0100
Chmouel Boudjnah <[EMAIL PROTECTED]> wrote these words:

> William Bouterse <[EMAIL PROTECTED]> writes:
> 
> > Booting cooker20011224
> >
> > I am getting this message, though the
> > boot process continues okay.
> 
> what do you have in your /etc/modules.conf and /etc/modules ?
> 

/etc/modules.conf
alias autofs autofs4
alias usb-interface usb-ohci
alias sound-slot-0 snd-card-ymfpci
above snd-card-ymfpci snd-pcm-oss
probeall scsi_hostadapter ncr53c8xx
alias eth0 ne2k-pci
alias char-major-81 bttv
probeall ncr53c8xx ncr53c8xx

/etc/modules
scsi_hostadapter
bttv

I have not custom configured anything with 
those two files, just initial install


William Bouterse
Talkeetna, Ak




Re: [Cooker] segfault rc.modules

2002-01-15 Thread Chmouel Boudjnah

William Bouterse <[EMAIL PROTECTED]> writes:

> Booting cooker20011224
>
> I am getting this message, though the
> boot process continues okay.

what do you have in your /etc/modules.conf and /etc/modules ?

-- 
http://www.linux-mandrake.com/en/club/




[Cooker] segfault rc.modules

2002-01-14 Thread William Bouterse

Booting cooker20011224

I am getting this message, though the
boot process continues okay.


/etc/rc/d/rc.modules; line 17 : 301 Segmentation fault modprobe $module $args 
>/dev/null 2>&1


/etc/rc.d/rc.modules
#!/bin/sh
# (c) MandrakeSoft, Chmouel Boudjnah <[EMAIL PROTECTED]>
# $Id: rc.modules,v 1.1.1.1 2000/07/30 05:07:38 chmouel Exp $
# description: launch modules specified in /etc/modules inspired by a
# Debian idea.

[ -f /etc/modules ] || exit 0

# Loop over every line in /etc/modules.
(cat /etc/modules; echo) | while read module args
do
  case "$module" in
  \#*|"") continue ;;
  esac
  initlog -s "Loading module: $module"
  modprobe $module $args >/dev/null 2>&1
done



Exact same file is on a LM 8.1 machine,
 which does Not give the error!!??


William Bouterse
Talkeetna, Ak