Re: modprobe using 99% cpu

2003-10-21 Thread Robert Keeney
Update: Problem has not reoccurred. It's been six days since my original posting about this problem and everything is working fine. pgp0.pgp Description: PGP signature

Re: modprobe using 99% cpu

2003-10-16 Thread Robert Keeney
On Wed, 15 Oct 2003 10:46:04 -0400 "David C. Hart" <[EMAIL PROTECTED]> wrote: > On Wed, 2003-10-15 at 10:35, Michael Schwendt wrote: > > -BEGIN PGP SIGNED MESSAGE- > I would think that this is a problem with an individual module. I get > this with Tulip, for example. Which kernel and what

Re: modprobe using 99% cpu

2003-10-15 Thread David C. Hart
On Wed, 2003-10-15 at 10:35, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, 15 Oct 2003 07:53:08 -0400, Robert Keeney wrote: > > > I have a really odd problem with a Dell GX300 and RH73. > > > > Modprobe runs at what seems to be random times and goes into s

Re: modprobe using 99% cpu

2003-10-15 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 15 Oct 2003 07:53:08 -0400, Robert Keeney wrote: > I have a really odd problem with a Dell GX300 and RH73. > > Modprobe runs at what seems to be random times and goes into some sort of loop. It > can't be killed and uses up almost all of the

Re: modprobe error messages

2003-03-31 Thread Michael Mansour
Hi mate, > > I keep getting the following errors in my messages > > file: > > > > Mar 31 19:31:25 pcserv modprobe: modprobe: Can't > > locate module sound-slot-0 > > Mar 31 19:31:25 pcserv modprobe: modprobe: Can't > > locate module sound-service-0-0 > > > > I run RH8 and don't have a sound card

Re: modprobe error messages

2003-03-31 Thread Stephen Kuhn
On Mon, 2003-03-31 at 19:34, Michael Mansour wrote: > Hi, > > I keep getting the following errors in my messages > file: > > Mar 31 19:31:25 pcserv modprobe: modprobe: Can't > locate module sound-slot-0 > Mar 31 19:31:25 pcserv modprobe: modprobe: Can't > locate module sound-service-0-0 > > I ru

Re: modprobe "can't locate module" errors

2003-02-23 Thread Ramesh .T.S
lt;[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 3:23 PM Subject: Re: modprobe "can't locate module" errors > No, it's a server system and never has/needs a > soundcard. > > I just installed the standard Red Hat supplied > environment with no real changes

Re: modprobe "can't locate module" errors

2003-02-23 Thread Michael Mansour
No, it's a server system and never has/needs a soundcard. I just installed the standard Red Hat supplied environment with no real changes from the stock RPM's, just added the RPM updates to the various packages. Michael. --- LAST FIRST <[EMAIL PROTECTED]> wrote: > > Do you install it with one?

Re: modprobe "can't locate module" errors

2003-02-22 Thread LAST FIRST
Do you install it with one? It looks like it is installed before and someone take it out --- Michael Mansour <[EMAIL PROTECTED]> wrote: >Hi, > >I just have a query on errors I get in the system.log >file on my RH8.0 machine. > >Feb 23 12:49:43 hippo modprobe: modprobe: Can't locate >module s

Re: modprobe: Can't locate module sound-service-0-0 (no soundcardinstalled)

2003-02-11 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 11 Feb 2003 13:32:34 +0100, Toralf Lund wrote: > > > In order to avoid annoying messages of the type > > > modprobe: Can't locate module sound-slot-0 > > > on a machine with no sound card installed, I've added > > > alias sound-slot-0 off > >

Re: modprobe: Can't locate module sound-service-0-0 (no soundcard installed)

2003-02-11 Thread Toralf Lund
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 7 Feb 2003 17:08:15 +0100, Toralf Lund wrote: > In order to avoid annoying messages of the type > > modprobe: Can't locate module sound-slot-0 > > on a machine with no sound card installed, I've added > > alias sound-slot-0 off > > to /etc/mod

Re: modprobe: Can't locate module sound-service-0-0 (no soundcardinstalled)

2003-02-07 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 7 Feb 2003 17:08:15 +0100, Toralf Lund wrote: > In order to avoid annoying messages of the type > > modprobe: Can't locate module sound-slot-0 > > on a machine with no sound card installed, I've added > > alias sound-slot-0 off > > to /etc

Re: modprobe/insmod/depmod question

2003-01-31 Thread Bret Hughes
On Fri, 2003-01-31 at 12:10, Jake Colman wrote: > > I need to insert a new module into my kernel. I'm not sure exactly what I > need to do to make the module known to the system. I know that depmod is > called in rc.sysinit and it uses modules.conf. I imagine I need an entry in > that file but

Re: modprobe

2002-12-30 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 30 December 2002 07:03 am, Ted Gervais wrote: > On Monday 30 December 2002 02:23 am, Yoink! wrote: > Yes. The start up of that application can be anywhere but right now I > have it set up in a script in /etc/init.d and I am able to start/s

Re: modprobe

2002-12-30 Thread Ted Gervais
On Monday 30 December 2002 08:03 am, Ted Gervais wrote: I just fixed the problem. I must have been a bit sleepy here. What I did was to simply add the modprobe statements to the top of my script in /etc/init.d and now when that script is called it first runs modprobe for those modules. Wor

Re: modprobe

2002-12-30 Thread Ted Gervais
On Monday 30 December 2002 02:23 am, Yoink! wrote: > On Sun, 29 Dec 2002, Ted Gervais wrote: > > I have found that I need to run modprobe to get a couple of modules to > > come up and I have put these statements in my /etc/rc.d/rc.local file. > > > > While that works just fine in bringing up those

Re: modprobe

2002-12-29 Thread Yoink!
On Sun, 29 Dec 2002, Ted Gervais wrote: > I have found that I need to run modprobe to get a couple of modules to come up > and I have put these statements in my /etc/rc.d/rc.local file. > > While that works just fine in bringing up those modules the application that > uses them, is brought up befor

Re: modprobe -s -k scsi_hostadapter errno = 2

2002-12-18 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rigler, S C (Steve) wrote: | It's not fixed. I get it on my RH 8 machines here. | | -Steve I want to say I got it on my custom compiled kernels (Linus tree) as well and may just be a kernel error itself. Can't remember if these were static or modular

RE: modprobe -s -k scsi_hostadapter errno = 2

2002-12-18 Thread Rigler, S C (Steve)
It's not fixed. I get it on my RH 8 machines here. -Steve -Original Message- From: Rechenberg, Andrew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 7:21 AM To: [EMAIL PROTECTED] Cc: Nick Twaddell Subject: RE: modprobe -s -k scsi_hostadapter errno = 2 A quick sear

RE: modprobe -s -k scsi_hostadapter errno = 2

2002-12-17 Thread Rechenberg, Andrew
A quick search of Red Hat's Bugzilla indicates that they are aware of the problem and it can be ignored. I have the same message showing up, but my system runs fine. It's annoying nonetheless and IMO they should try to fix it. My boss doesn't like to see anything that has the word "failed" at

Re: modprobe -s -k scsi_hostadapter errno = 2

2002-12-15 Thread Cameron Simpson
On 18:29 15 Dec 2002, Nick Twaddell <[EMAIL PROTECTED]> wrote: | I am running RedHat 7.2 on my server. I upgraded the kernel to | 2.4.18-18.7.x and now when I boot I get this error... | | Dec 15 15:34:31 ns1 kernel: kmod: failed to exec /sbin/modprobe -s -k | scsi_hostadapter, errno = 2 | | It s

Re: modprobe: Can't locate module sound-slot-0

2002-10-07 Thread Tom Pollerman
On Fri, 04 Oct 2002 15:03:41 -0700 Robert Monical <[EMAIL PROTECTED]> wrote: > Hello > > Red Hat 7.2. Installed on systems.with no sound hardware. > up2datesd but did not up2date the kernel. > > Was getting a in /var/log/messages > modprobe: Can't locate module sound-slot-0 > modpr

Re: Modprobe can't locate ...

2002-08-28 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 28 August 2002 07:39 pm, Susan Murray wrote: > Well, duh! That's probably whey I couldn't get the internal PCTel to > ever function. I bought an Actiontec pci card and it works fine. I > suppose I don't need the entries in my modules.

Re: Modprobe can't locate ...

2002-08-28 Thread Susan Murray
On Tue, 2002-08-27 at 22:32, Michael Fratoni wrote: > Oops, just found this: > http://www.tldp.org/HOWTO/mini/PCTel-MicroModem-Config/ot.html > > At the bottom of the page: > 7.10. Possible conflict with sound modules Well, duh! That's probably whey I couldn't get the internal PCTel to ever fu

Re: Modprobe can't locate ...

2002-08-27 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 27 August 2002 11:23 pm, Michael Fratoni wrote: > > I don't have a modem installed, but I'm not sure why the sound modules > being aliased to off would have any effect on the modem. The very last > lines in my modules.conf file are: (Note,

Re: Modprobe can't locate ...

2002-08-27 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 27 August 2002 11:03 pm, Susan Murray wrote: > On Tue, 2002-08-27 at 21:53, Michael Fratoni wrote: > > I have the same problem here, and just added the alias ${module} off > > lines to /etc/modules.conf, which stopped the error messages wit

Re: Modprobe can't locate ...

2002-08-27 Thread Susan Murray
On Tue, 2002-08-27 at 21:53, Michael Fratoni wrote: > > > I have the same problem here, and just added the alias ${module} off lines > to /etc/modules.conf, which stopped the error messages without doing any > harm to the sound. Michael, Tried the aliases you suggested, but for some reason,

Re: Modprobe can't locate ...

2002-08-27 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 27 August 2002 09:42 pm, Susan Murray wrote: > I have this in my modules.conf file > alias sound-slot-0 i810_audio > post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L > > >/dev/null 2>&1 || : > > pre-remove sound-slot-0 /bin

Re: Modprobe can't locate ...

2002-08-27 Thread Mike Burger
Those won't be the only lines that have to go, but they're a start. On 28 Aug 2002, Susan Murray wrote: > > > On Wed, 2002-08-28 at 00:26, Mike Burger wrote: > > I would do the following: > > > > 1) Edit the /etc/modules.conf file, and remove all references to the sound > > drivers. > > > >

Re: Modprobe can't locate ...

2002-08-27 Thread Susan Murray
On Wed, 2002-08-28 at 00:26, Mike Burger wrote: > I would do the following: > > 1) Edit the /etc/modules.conf file, and remove all references to the sound > drivers. > > 2) Shutdown and reboot the system > > 3) Rerun sndconfig, and let it properly modify the sound portion of > /etc/modules.

Re: Modprobe can't locate ...

2002-08-27 Thread Mike Burger
I would do the following: 1) Edit the /etc/modules.conf file, and remove all references to the sound drivers. 2) Shutdown and reboot the system 3) Rerun sndconfig, and let it properly modify the sound portion of /etc/modules.conf On 27 Aug 2002, Susan Murray wrote: > I get this error in m

Re: Modprobe can't locate ...

2002-08-27 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 27 August 2002 02:24 pm, Susan Murray wrote: > I get this error in my email daily: > > - ModProbe Begin > > Can't locate these modules: >sound-slot-1: 1 Time(s) >sound-service-0-3: 1 Time

Re: Modprobe

2002-07-15 Thread Toto Gamez
lt;[EMAIL PROTECTED]> Sent: Sunday, July 14, 2002 5:05 AM Subject: Re: Modprobe > On Fri, 2002-07-12 at 19:31, Toto Gamez wrote: > > What is the meaning of this and how can I resolve this > > "Can't locate these modules ppp0: 22 times" > > > > > Are

Re: Modprobe

2002-07-13 Thread Samuel Flory
On Fri, 2002-07-12 at 19:31, Toto Gamez wrote: > What is the meaning of this and how can I resolve this > "Can't locate these modules ppp0: 22 times" > Are you using a modem? It sounds like something is trying to activate the ppp0 network interface. It's unable to do that so it then attempt

Re: Modprobe

2002-07-13 Thread achana
Toto Gamez wrote: > What is the meaning of this and how can I resolve this > "Can't locate these modules ppp0: 22 times" > You haven't got the module ppp-2.x.y The best thing is to try to install it from you RH installation CD. If you haven't bought the RH installation CD, try downloading it and

Re: modprobe issue: only boot interactively

2002-01-07 Thread Dominic Mitchell
Thanks for your input. I have remove the debug=X options in the options of the tulip driver and this has fixed the problem. Why it has already worked with the debug option the first time and now it does not, I do not know. However, now the network interface is working just fine! Cheers. A

Re: modprobe issue: only boot interactively

2002-01-07 Thread ABrady
On 07 Jan 2002 09:07:17 -0500 Dominic Mitchell <[EMAIL PROTECTED]> implied: > > Hi, > > On a fresh install of RH7.2 I can't do "modprobe tulip" to load > the driver need by my network card. > > This is the second time I do this fresh install on the same > machine. A win9x application messed

Re: modprobe ipchains

2001-12-27 Thread Leonard den Ottolander
Hello Huarito, > how can i install o start de service "modprobe ipchains" ? > when i type #rpm -qi ipchains the messages its OK > but when i type #rpm -qi modprobe ipchains the messages its: Not Installed the > application. > > why if i had installed de ipchains? and its running.

Re: modprobe

2001-11-20 Thread Jesus Ortega (a.k.a. Nitebirdz)
On Wed, 21 Nov 2001, P K wrote: > Hi all > > What is the following message's meaning? > > > > Nov 11 09:22:48 mail modprobe: modprobe: Can't locate module binfmt-464c > > TIA > Can you see an entry for "binfmt-464c" in your /etc/modules.conf or /etc/conf.modules file? Did you recompile the ke

Re: modprobe

2001-11-20 Thread Rodolfo J. Paiz
At 11/21/2001 12:41 AM -0800, you wrote: >Nov 11 09:22:48 mail modprobe: modprobe: Can't locate module binfmt-464c PK, I've just gotten three copies of your email message. Even after the third one, I *still* don't know how to help you; otherwise I would. Mailing lists take a few minutes (somet

Re: modprobe error

2001-03-09 Thread Dominic Mitchell
Hi Tim, Thanks for your help. However my source of problem was in the build stages of the kernel. I had misspecified parallel port support in the configuration process. Cheers, Dominic. Tim Moore <[EMAIL PROTECTED]> writes: > > Mar 9 12:57:40 rlevesque modprobe: modprobe: Can't locate mo

Re: modprobe error

2001-03-09 Thread Tim Moore
> Mar 9 12:57:40 rlevesque modprobe: modprobe: Can't locate module char-major-6 > Mar 9 12:58:12 rlevesque last message repeated 5 times > Mar 9 12:59:16 rlevesque last message repeated 2 times [/usr/src/linux/Documentation/devices.txt ... 6 charParallel printer devices

Re: modprobe: can't locate sound modules

2001-01-15 Thread J. Nestlerode
I just wanted to thank everyone again who replied last week. I have sound now! The problem was, indeed, that the new kernel was not loading after I upgraded to RH7.0, as I had begun to suspect. I would have reported back sooner, but I did an ooops w/ lilo.conf and had to spend a little time in

Re: modprobe: can't locate sound modules

2001-01-11 Thread Larry Grover
>From /etc/rc.d/rc.sysinint (this is from a RH6.2 system): alias=`egrep -s "^alias[[:space:]]+sound-slot-0[[:space:]]+" /etc/conf.modules | awk '{ print $3 }'` if [ -n "$alias" -a "$alias" != "off" ] ; then action "Loading sound module ($alias)" modprobe $alias RETURN=$? But I guess

Re: modprobe: can't locate sound modules

2001-01-10 Thread Justin Zygmont
how did you know about the sound-slot-0? I wish they would list those things somewhere.. On Wed, 10 Jan 2001, Larry Grover wrote: > One of my computers uses the same sound modules (also RH7). Here's the relevant >sections of my modules.conf file: > > alias sound-service-0-0 cs4232 > alias s

Re: modprobe: can't locate sound modules

2001-01-10 Thread Justin Zygmont
hmm, sounds like you are running the old kernel, this could certainly cause this to happen, in fact now that I think of it I did have to edit lilo.conf and type lilo. I had a 486 that would halt at bootup until I used the boot disk and ran lilo. From what you show in your lilo.conf you seemed to

RE: modprobe: can't locate sound modules

2001-01-10 Thread John MacLean
> -Original Message- > From: J. Nestlerode [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 10, 2001 3:08 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: modprobe: can't locate sound modules > &

Re: modprobe: can't locate sound modules

2001-01-10 Thread Larry Grover
One of my computers uses the same sound modules (also RH7). Here's the relevant sections of my modules.conf file: alias sound-service-0-0 cs4232 alias sound-slot-0 cs4232 options sound dmabuf=1 alias midi opl3 options opl3 io=0x388 options cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x220 mpuirq=5

Re: modprobe: can't locate sound modules

2001-01-10 Thread J. Nestlerode
Thanks to all who replied. It's still not working. Here is a re-cap and what I've tried: Sound was lost after upgrading from RH6.1 to RH7.0. Kernel *was* upgraded to 2.2.16-22 at that time. Modutils were also upgraded (2.3.21-1). conf.modules was renamed to modules.conf. Other modules lis

Re: modprobe: can't locate sound modules

2001-01-09 Thread Justin Zygmont
I got *similar* errors, I know the 2 conf. files don;t co-exist very well, try renaming the conf.modules to xx or something and try again. My system would fail to load sound with both files in existence. On Tue, 9 Jan 2001, J. Nestlerode wrote: > Justin Zygmont wrote: > > in my case the module

Re: modprobe: can't locate sound modules

2001-01-09 Thread Larry Grover
On Tue, 09 Jan 2001 14:47:13 -0500, John Aldrich <[EMAIL PROTECTED]> wrote: > > On Tue, 09 Jan 2001, you wrote: > >> My modules are *not* loading at boot. I get the following two error >> messages regarding the sound modules: >> >> modprobe: Can't locate module cs4232 >> rc.sysinit: Loading sou

Re: modprobe: can't locate sound modules

2001-01-09 Thread Kirk
>"You don't seem to be running a kernel with modular sound enabled. >(soundcore.o was not found in the module search path)." > >I don't understand why the upgrade would knock out my sound. Can anyone >give me a clue why modprobe can't locate those modules? Any advise >greatly ap

Re: modprobe: can't locate sound modules

2001-01-09 Thread John Aldrich
On Tue, 09 Jan 2001, you wrote: > My modules are *not* loading at boot. I get the following two error > messages regarding the sound modules: > > modprobe: Can't locate module cs4232 > rc.sysinit: Loading sound module (cs4232): failed > > modprobe: Can't locate module opl3 > rc.sysinit: Lo

Re: ModProbe problem

2000-10-10 Thread Matt Haffner
Enrico Payne wrote: > Oct 9 13:10:08 mail modprobe: modprobe: Can't locate module block-major-22 > Oct 9 13:10:08 mail modprobe: modprobe: Can't locate module block-major-33 > Oct 9 13:10:08 mail modprobe: modprobe: Can't locate module block-major-34 ... Block devices 22, 33, and 34 are for a

Re: modprobe problem

2000-09-08 Thread UK Jaiswal
Thankyou Jasper. Now its working. Uk Jasper Jans wrote: > > modprobe does not like to swallow the .o > try: modprobe ip_masq_autofw > > J. > > On Thu, 7 Sep 2000, UK Jaiswal wrote: > > > When I run " /sbin/modprobe ip_masq_autofw.o ", I get the error: " > > modprobe: Can't locate module ip_m

Re: modprobe problem

2000-09-07 Thread Jasper Jans
modprobe does not like to swallow the .o try: modprobe ip_masq_autofw J. On Thu, 7 Sep 2000, UK Jaiswal wrote: > When I run " /sbin/modprobe ip_masq_autofw.o ", I get the error: " > modprobe: Can't locate module ip_masq_autofw.o " ___ Redhat-list m

Re: Modprobe problems

2000-07-26 Thread Steve Arnold
[EMAIL PROTECTED] wrote: > I have kernel 2.2.14 running on an HP Netserver LH3. I have an AIC-7850 > with an HP DAT drive and an HP Magneto-Optical Drive tacked onto it. > > When I type modprobe aic7xxx.o I get, the following: > > scsi : aborting command due to timeout : pid 2711, scs

Re: modprobe error

1999-12-02 Thread Hanigan Family
. >On Tue, Nov 23, 1999 at 12:15:02PM -0600, Hanigan Family wrote: >> Hi all, >> I was looking at my message log and it had alot >> of entries like the following >> localhost modprobe:can't locate module sound-service-0-3 >> localhost modprobe: can't locate module sound-slot-0 >> I don't have sou

Re: modprobe error

1999-11-23 Thread Frederic Herman
I have a more general question. Where can I find documentation that identifies the modprobe major numbers? For example, I'm getting the log message: modprobe: can't locate module char-major-108 during a ppp startup. Is there some general way to figure out what modprobe is looking for based on t

Re: modprobe error

1999-11-23 Thread tom minchin
On Tue, Nov 23, 1999 at 12:15:02PM -0600, Hanigan Family wrote: > Hi all, > I was looking at my message log and it had alot > of entries like the following > localhost modprobe:can't locate module sound-service-0-3 > localhost modprobe: can't locate module sound-slot-0 > I don't have sound on this

Re: modprobe can't loacate module char-major-108

1999-11-21 Thread Joe Brenner
Terry Eck <[EMAIL PROTECTED]> wrote: > I've installed RH 6.1 using stock kernel and modules. > I'm getting a warning in /var/log/messages stating: > modprobe: can't locate module char-major-108 > tail end of /var/log/messages: > > Nov 20 16:54:26 localhost modprobe: can't locate module char

Re: Modprobe errors in RH 6.1 (intel, 2.2.12-20)

1999-11-21 Thread Joe Brenner
Justin Oelgoetz <[EMAIL PROTECTED]> wrote: > I've been getting the following, and haven't been able to figure out how > to correct them: > Nov 20 16:10:49 one modprobe: can't locate module parport_lowlevel I have the same problem with my RedHat 6.1 box (recently upgraded from RedHat 5.2). I

Re: Modprobe errors in RH 6.1 (intel, 2.2.12-20)

1999-11-20 Thread Terry Eck
Hello Justin, I don't think this is really an error because I'm getting the same message written when I use ppp and the system still works. I sent a similar question to the list today. Hope someone can fill in the details about how to track down this type of message. Terry On Sat, 20 Nov 1999, J

Re: Modprobe

1998-06-29 Thread Yoink!
On Mon, 29 Jun 1998, Robert W. Canary wrote: > Hi, > > For somestrange reason whenever I boot up I get all the way to > checking module dependencies and I get a message that says. > > modprobe in not ELF > > Then everything picks back up and continues on. > > Any thoughts on this. Is this a

Re: modprobe: can't locate module net-pf-5

1998-05-18 Thread Matt Housh
The net-pf-5 message refers to an AppleTalk module. You can take care of that by putting "alias net-pf-5 off" in /etc/conf.modules. Check out /usr/src/linux/Documentation/modules.txt for info... Matt --- Matt Housh

Re: modprobe: Can't locate module binfmt-0000

1998-04-14 Thread Oliver Thuns
>Are you using the 2.0.30 kernel? You should be using 2.0.32 or 2.0.33, alse >your vulnerable to the teardrop attack. > >What you might need to do is; >cd /usr/src/linux >make modules >make modules_install Doesn't work... :-( [/usr/src/linux]# make modules The present kernel configuration has m

Re: modprobe: Can't locate module binfmt-0000

1998-04-12 Thread Dan Cyr
Are you using the 2.0.30 kernel? You should be using 2.0.32 or 2.0.33, alse your vulnerable to the teardrop attack. What you might need to do is; cd /usr/src/linux make modules make modules_install Dan At 03:13 PM 4/12/98 +0100, Oliver Thuns wrote: >>See if your system has that file. >>find /

Re: modprobe: Can't locate module binfmt-0000

1998-04-12 Thread Oliver Thuns
>See if your system has that file. >find / -iname binfmt* This is the result of the find command, but I think it's not very helpful /lib/modules/2.0.30/fs/binfmt_java.o /usr/lib/perl5/sparc-linux/5.00404/linux/binfmts.ph /usr/src/linux-2.0.30/include/linux/binfmts.h /usr/src/linux/fs/binfmt_elf.

Re: modprobe: Can't locate module binfmt-0000

1998-04-12 Thread Dan Cyr
See if your system has that file. find / -iname binfmt* If you find it copy it to /lib/modules/2.0.??/somewhereinhere ;) Just an idea anyways. Dan At 02:38 PM 4/12/98 +0100, Oliver Thuns wrote: >I have this two lines in the messages log file, after I started a >freshly compiled VMailer. Yeste