All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] Irritating console message in 0.9.2 iso
@ 2001-11-02 17:33 Herb Radford
  2001-11-02 18:18 ` Richard Hirst
  0 siblings, 1 reply; 4+ messages in thread
From: Herb Radford @ 2001-11-02 17:33 UTC (permalink / raw)
  To: parisc-linux

I have installed 0.9.2 on my two 712's (a /60 & a /80) with no problems
(except learning about Debian).
I am however bothered by a message which is displayed on the console at
irregular (I think) intervals - sort of in bursts, then stops for a bit.
The message makes it impossible to use dselect to proceed with the rest of
the installation - the menu items in dselect get overwritten and it's not
possible to determine what I have selected etc.

The message is:
ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
skb: pf=2(unowned) dev=lo len=328
PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F-0x0000 T=16

Now that is not cut and paste but the words are correct.

Hope someone has an answer!

Regards, Herb

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [parisc-linux] Irritating console message in 0.9.2 iso
  2001-11-02 17:33 [parisc-linux] Irritating console message in 0.9.2 iso Herb Radford
@ 2001-11-02 18:18 ` Richard Hirst
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Hirst @ 2001-11-02 18:18 UTC (permalink / raw)
  To: Herb Radford; +Cc: parisc-linux

On Fri, Nov 02, 2001 at 12:33:42PM -0500, Herb Radford wrote:
> I have installed 0.9.2 on my two 712's (a /60 & a /80) with no problems
> (except learning about Debian).
> I am however bothered by a message which is displayed on the console at
> irregular (I think) intervals - sort of in bursts, then stops for a bit.
> The message makes it impossible to use dselect to proceed with the rest of
> the installation - the menu items in dselect get overwritten and it's not
> possible to determine what I have selected etc.
> 
> The message is:
> ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
> skb: pf=2(unowned) dev=lo len=328
> PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F-0x0000 T=16
> 
> Now that is not cut and paste but the words are correct.
> 
> Hope someone has an answer!

Just added

> dhcp-client is started from init scripts, when it should only be invoked
> via ifup and ifdown.  The result is that any manual network
> configuration may be overwritten, and you may see messages like
> "ip_local_deliver: bad loopback skb..." on the console.  Fix with
> "rm /etc/rc?.d/*dhcp-client".

to the errata, which I believe will solve your problem.

Richard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [parisc-linux] Irritating console message in 0.9.2 iso
@ 2001-11-02 22:27 Griffin, Aubrey, BMCIO
  2001-11-04 22:49 ` 'Richard Hirst'
  0 siblings, 1 reply; 4+ messages in thread
From: Griffin, Aubrey, BMCIO @ 2001-11-02 22:27 UTC (permalink / raw)
  To: 'Richard Hirst', Herb Radford; +Cc: parisc-linux

I wiil add that this is a effective fix although quick and dirty. 

But first, you must stop the message by shutting down the dhcp client. 

Running "/etc/init.d/dhcp-client stop" as root will stop the messages from
displaying on the console immediately. 

Then, you can remove the dhcp-client startup scripts if you like.

An alternative solution to this problem is to change line 17 in
/etc/init.d/dhcp-client from "grep -q" to "grep -v -q" to prevent the dhcp
client from starting when the machine is rebooted.

Aubrey

-----Original Message-----
From: Richard Hirst [mailto:rhirst@linuxcare.com]
Sent: Friday, November 02, 2001 1:19 PM
To: Herb Radford
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] Irritating console message in 0.9.2 iso


On Fri, Nov 02, 2001 at 12:33:42PM -0500, Herb Radford wrote:
> I have installed 0.9.2 on my two 712's (a /60 & a /80) with no problems
> (except learning about Debian).
> I am however bothered by a message which is displayed on the console at
> irregular (I think) intervals - sort of in bursts, then stops for a bit.
> The message makes it impossible to use dselect to proceed with the rest of
> the installation - the menu items in dselect get overwritten and it's not
> possible to determine what I have selected etc.
> 
> The message is:
> ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN
> skb: pf=2(unowned) dev=lo len=328
> PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F-0x0000 T=16
> 
> Now that is not cut and paste but the words are correct.
> 
> Hope someone has an answer!

Just added

> dhcp-client is started from init scripts, when it should only be invoked
> via ifup and ifdown.  The result is that any manual network
> configuration may be overwritten, and you may see messages like
> "ip_local_deliver: bad loopback skb..." on the console.  Fix with
> "rm /etc/rc?.d/*dhcp-client".

to the errata, which I believe will solve your problem.

Richard


_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [parisc-linux] Irritating console message in 0.9.2 iso
  2001-11-02 22:27 Griffin, Aubrey, BMCIO
@ 2001-11-04 22:49 ` 'Richard Hirst'
  0 siblings, 0 replies; 4+ messages in thread
From: 'Richard Hirst' @ 2001-11-04 22:49 UTC (permalink / raw)
  To: Griffin, Aubrey, BMCIO; +Cc: Herb Radford, parisc-linux

On Fri, Nov 02, 2001 at 05:27:25PM -0500, Griffin, Aubrey, BMCIO wrote:
> I wiil add that this is a effective fix although quick and dirty. 

The dhcp-client .deb has been updated since the 0.9.2 ISO, so you
coul dinstall an updated package, which would have the same effect.

Richard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-11-04 22:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-02 17:33 [parisc-linux] Irritating console message in 0.9.2 iso Herb Radford
2001-11-02 18:18 ` Richard Hirst
  -- strict thread matches above, loose matches on Subject: below --
2001-11-02 22:27 Griffin, Aubrey, BMCIO
2001-11-04 22:49 ` 'Richard Hirst'

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.