Bug 486736

Summary: eth0 up after a resume has stopped working
Product: [Fedora] Fedora Reporter: Need Real Name <lsof>
Component: NetworkManagerAssignee: Dan Williams <dcbw>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 10CC: dcbw, lsof
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-22 23:57:14 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:
Attachments:
Description Flags
/var/log/messages none

Description Need Real Name 2009-02-21 16:02:50 UTC
When I resume from a suspend to ram, NetworkManager no longer activates my network card. It did do this before, definitely in F10 final.

Comment 1 Need Real Name 2009-02-21 16:03:19 UTC
Clicking on NM and activating eth0 works.

Comment 2 Dan Williams 2009-02-21 19:19:19 UTC
Can you grab some logs from /var/log/messages showing the resume cycle so I can see what NM thinks it's doing?

Comment 3 Need Real Name 2009-02-22 11:34:43 UTC
Created attachment 332849 [details]
/var/log/messages

Comment 4 Dan Williams 2009-02-22 15:24:35 UTC
Can you paste in your /etc/sysconfig/network-scripts/ifcfg-eth0?  It looks like you may have "ONBOOT=no" in that file, which tells NetworkManager not to activate the device automatically, but only when you tell it to.

Comment 5 Need Real Name 2009-02-22 18:19:00 UTC
You're right! Thanks :)

Comment 6 Dan Williams 2009-02-22 23:57:14 UTC
Ok, thanks for confirming.