You are not logged in.

#1 2005-06-30 15:58:44

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

errors after upgrading procps [SOLVED]

System was running fine but after upgrading to the procps 3.2.5-2 package yesterday, I get about 9 error messages at system boot like the following:

error: "net.ipv4.conf.lo accept_source_route" is an unknown key

Other error messages appear regarding eth0 and kernel.sysrq

The system seems to be working fine, but I can't find these errors in the logs.  Maybe I'm just missing them.

Anyone know what's causing this, or how to fix it?

Thanks in advance...     smile


oz

Offline

#2 2005-06-30 16:04:45

wdemoss
Member
From: WV - USA
Registered: 2004-01-18
Posts: 222

Re: errors after upgrading procps [SOLVED]

You are most likly using hotplug to load the necassary modules that the module parameters apply to. Since sysctl gets run before the daemons, this happens. The erros do not hurt anything. If you want to make the error messages go away add the modules to the MODULES array in /etc/rc.conf.

HTH,
wdemoss


Hobbes : Shouldn't we read the instructions?
Calvin : Do I look like a sissy?

Offline

#3 2005-06-30 16:30:28

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,293
Website

Re: errors after upgrading procps [SOLVED]

I am not running hotplug and have the same errors. Was wandering what's the cause.


Markku

Offline

#4 2005-06-30 16:55:59

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: errors after upgrading procps [SOLVED]

I too experienced these errors...not running hotplug (actually almost no modules at all)


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#5 2005-06-30 17:19:49

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: errors after upgrading procps [SOLVED]

Judd has added "default arch" sysctl.conf file to procps package. If you don't want to get those errors, just remove /etc/sysctl.conf or comment out offending lines in it (I guess all of them should work on stock arch kernel - in my case sysrq doesn't work, because I don't have it compiled in the kernel).

Offline

#6 2005-06-30 17:27:18

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: errors after upgrading procps [SOLVED]

lucke wrote:

Judd has added "default arch" sysctl.conf file to procps package. If you don't want to get those errors, just remove /etc/sysctl.conf or comment out offending lines in it (I guess all of them should work on stock arch kernel - in my case sysrq doesn't work, because I don't have it compiled in the kernel).

I changed the name on the sysctl.conf file then rebooted and all seems to be working fine.  Thanks for the tip, lucke!   8)


oz

Offline

#7 2005-06-30 20:06:20

apeiro
Daddy
From: Victoria, BC, Canada
Registered: 2002-08-12
Posts: 771
Website

Re: errors after upgrading procps [SOLVED]

Ah, sorry guys.  Those errors are harmless, but i'll get em out of the way.  It's because the sysctl variables are being loaded before your eth0 modules, so any eth0 variables are invalid at that point.

I'll move the sysctl stuff to rc.multi.  That should shut them up.

Offline

#8 2005-06-30 20:09:24

apeiro
Daddy
From: Victoria, BC, Canada
Registered: 2002-08-12
Posts: 771
Website

Re: errors after upgrading procps [SOLVED]

Errr, correcting myself.

The eth0 modules are loaded, but the interface itself hasn't been brought up yet.  So sysctl complains.

pedantically yours,

- J

Offline

#9 2005-06-30 21:48:59

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: errors after upgrading procps [SOLVED]

Ah, that clears things up big_smile

thanks J.


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#10 2005-06-30 23:23:32

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: errors after upgrading procps [SOLVED]

apeiro wrote:

Ah, sorry guys.  Those errors are harmless, but i'll get em out of the way.  It's because the sysctl variables are being loaded before your eth0 modules, so any eth0 variables are invalid at that point.

I'll move the sysctl stuff to rc.multi.  That should shut them up.

Okay, thanks for the info, Judd.   8)


oz

Offline

#11 2005-07-01 09:03:54

sweiss
Member
Registered: 2004-02-16
Posts: 635

Re: errors after upgrading procps [SOLVED]

Would this default configuration does something which does not happen without it?

I mean, I'm no networking expert, and I use Windows ICS to get my internet connection working. Should it harm anything?

Offline

#12 2005-07-01 09:40:58

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: errors after upgrading procps [SOLVED]

apeiro wrote:

It's because the sysctl variables are being loaded before your eth0 modules

apeiro wrote:

The eth0 modules are loaded, but the interface itself hasn't been brought up yet.

I think there will be instances of both - e.g. my desktop's network module is loaded from rc.conf, my laptop's from hotplug.

Offline

#13 2005-07-02 09:58:03

Dreameen
Member
From: Poland
Registered: 2004-09-06
Posts: 252

Re: errors after upgrading procps [SOLVED]

sweiss wrote:

Would this default configuration does something which does not happen without it?

I mean, I'm no networking expert, and I use Windows ICS to get my internet connection working. Should it harm anything?

Yes it could break your internet connection. I was chatting on irc yesterday and 2 folks were unable to browse the net because of these entries in /etc/sysctl.conf. I told them to rename the file and wait for the next upgrade of procps, which hopefully will fix things up.

Offline

#14 2005-07-06 11:11:16

deft
Member
Registered: 2005-03-14
Posts: 79

Re: errors after upgrading procps [SOLVED]

Just a heads up really - I've just updated to procps 3.2.5-3 - all of the boot-up error messsages have disappeared execpt for this one:

error: "kernel.sysrq" is an unknown key

Just thought 'd mention it. Thanks for the work on clearing the rest of it up though guys.

Offline

#15 2005-07-06 11:13:05

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: errors after upgrading procps [SOLVED]

don't worry about that - that's just means it is not enabled in your kernel AFAIK smile nothing serious

Offline

#16 2005-07-06 11:15:32

deft
Member
Registered: 2005-03-14
Posts: 79

Re: errors after upgrading procps [SOLVED]

Cheers Dib smile

Offline

#17 2005-07-09 02:51:41

deft
Member
Registered: 2005-03-14
Posts: 79

Re: errors after upgrading procps [SOLVED]

Interestingly, after just updating the kernel to 2.6.12.2-1 , this error message:

error: "kernel.sysrq" is an unknown key

has disappeared from the bootup messages - everything seems fine now.

Thanks all smile

Offline

#18 2005-07-09 03:27:23

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: errors after upgrading procps [SOLVED]

deft wrote:

Interestingly, after just updating the kernel to 2.6.12.2-1 , this error message:

error: "kernel.sysrq" is an unknown key

has disappeared from the bootup messages - everything seems fine now.

Thanks all smile

Yeah, the kernel upgrade cleared that problem for me too, but now I have some new messages at system boot to deal with (posted about them in the kernel forum).  These upgrades are giving me fits lately...   smile


oz

Offline

#19 2005-09-04 18:11:21

mdk
Member
From: Helsinki/Finland
Registered: 2005-04-04
Posts: 26
Website

Re: errors after upgrading procps [SOLVED]

Well, it's a bit off topic but... -- why is the magic sysreq key removed from the kernel 2.6.13? I mean - it's there (source, makefile, etc.) but you can't enable it explicitly in the menuconfig->kernel hacking (it's simply not there).

I'd like to use the sysreq key as a final resort against the nvidia lock-up bug, which drives me totally nuts recently.


MDK
Open Source Software Operations/Nokia
michael.kostrzewa (at) nokia.com

Offline

#20 2005-09-04 18:29:55

mdk
Member
From: Helsinki/Finland
Registered: 2005-04-04
Posts: 26
Website

Re: errors after upgrading procps [SOLVED]

Oooppsss... shame on me. It IS there. I somehow... just missed it.


MDK
Open Source Software Operations/Nokia
michael.kostrzewa (at) nokia.com

Offline

Board footer

Powered by FluxBB