1837069 Members
2757 Online
110111 Solutions
New Discussion

Re: Loopback Problem

 
venkat_7
Frequent Advisor

Loopback Problem

Hi,
During system shutdown the unconfigure loopback interface(la0) has been taking long time to close.I'd like to know the details.I'd appreciate the response.

Regards
venkat
5 REPLIES 5
Helen French
Honored Contributor

Re: Loopback Problem

Hi Venkat:

Could you give more explanations ? Any error message ? Any network errors ? Which OS ?

HTH,
Shiju
Life is a promise, fulfill it!
harry d brown jr
Honored Contributor

Re: Loopback Problem

venkat,

When shutting down the server, the net scripts don't do a thing other than exit with a 0 return code, so I suspect the problem is elsewhere.

live free or die
harry
Live Free or Die
Mladen Despic
Honored Contributor

Re: Loopback Problem

During system shutdown, the "unconfigure loopback interface (lo0)" is basically the execution of the following:

/sbin/init.d/net.init stop

This just sets a few variables and then runs:

exit 0

So, unless you have manually modified the script /sbin/init.d/net.init,
there is not much there that could cause problems.

Are there any related messages in /etc/rc.log.old ?

venkat_7
Frequent Advisor

Re: Loopback Problem

Hi,

There is no error message..right now i'm using HP11.00..

Regards
venkat
Helen French
Honored Contributor

Re: Loopback Problem

Hi Venkat:

Apply the patch - PHNE_26293(superced of PHNE_17661) described in this document (TKB #A5757548):

http://us-support2.external.hp.com/cki/bin/doc.pl/sid=8dd2a48e1c7af4cad6/screen=ckiDisplayDocument?docId=200000041839953

HTH,
Shiju

Life is a promise, fulfill it!