Bug 79255

Summary: apmd should restart the network service
Product: [Retired] Red Hat Linux Reporter: Artur Adib <artur_adib>
Component: apmdAssignee: Bill Nottingham <notting>
Status: CLOSED WONTFIX QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: rvokal, srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-02-21 01:12:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Artur Adib 2002-12-09 00:03:35 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202

Description of problem:
This bug is similar to Bug #63311, except it does not concern wireless
cards. I also have a Dell CPx laptop but am using a Xircom ethernet card. The
problem is that after suspending the network is lost -
it doesn't help to manually restart services like network, pcmcia or
kudzu - the interface eth0 simply won't be restored.

I have used the following workaround for this problem:
I edited /etc/sysconfig/apmd and changed the line

RESTORESERVICES="named"

to

RESTORESERVICES="named network"

This fixed the problem.


Version-Release number of selected component (if applicable):
3.0.2-12

How reproducible:
Always

Steps to Reproduce:
1. check that network is working before suspend (i.e. eth0 is active)
2. suspend laptop
3. resume

Actual Results:  interface eth0 is down. trying to bring the interface up
manually (e.g. 'service network restart') or through RedHat's network tool
won't do it.	


Expected Results:  interface eth0 should be active again

Additional info:

Comment 1 Artur Adib 2002-12-13 23:42:27 UTC
Actually the solution I gave above still gives some intermittent
problems. Changing instead PCMCIARESTART to "yes", however, seems to
work perfectly well. Shouldn't this be the default value for that
variable?

Comment 2 Bill Nottingham 2003-02-21 01:12:36 UTC
Probably not; it's not really a problem for most laptops.