Re: Starting br0 device after waking from suspend

2010-11-10 Thread Gordon Messmer
On 11/10/2010 01:07 AM, Nick Urbanik wrote: > I have as a consequence already had both enabled: In that case, make sure "NM_CONTROLLED=no" appears in both ifcfg-br0 and ifcfg-eth0. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fe

Re: Starting br0 device after waking from suspend

2010-11-10 Thread Nick Urbanik
Dear Tim, On 10/11/10 07:34 +1030, Tim wrote: >On Wed, 2010-11-10 at 07:20 +1100, Nick Urbanik wrote: >> Does anyone have any suggestions towards automating a solution? > >Perhaps with a script in: /etc/pm/sleep.d/ > >#!/bin/bash >case "$1" in >thaw|resume) >/sbin/ifup br0

Re: Starting br0 device after waking from suspend

2010-11-10 Thread Nick Urbanik
Dear Gordon, On 09/11/10 13:44 -0800, Gordon Messmer wrote: >I recommend using the "network" service instead of "NetworkManager" if >you are using bridge devices (because NetworkManager cannot manage them). > ># chkconfig network on ># chkconfig NetworkManager off Thank you very much for your tho

Re: Starting br0 device after waking from suspend

2010-11-09 Thread Gordon Messmer
On 11/09/2010 12:20 PM, Nick Urbanik wrote: > > My son's computer has br0 as the main network device (to support KVM > virtual machines), but when the computer wakes up from sleep, I need > to do > sudo ifup br0 > to have the machine get its address from the DHCP server. > Does anyone have any sugg

Re: Starting br0 device after waking from suspend

2010-11-09 Thread Tim
On Wed, 2010-11-10 at 07:20 +1100, Nick Urbanik wrote: > but when the computer wakes up from sleep, I need > to do > sudo ifup br0 > to have the machine get its address from the DHCP server. > Does anyone have any suggestions towards automating a solution? Perhaps with a script in: /etc/pm/sleep.

Starting br0 device after waking from suspend

2010-11-09 Thread Nick Urbanik
Dear Folks, My son's computer has br0 as the main network device (to support KVM virtual machines), but when the computer wakes up from sleep, I need to do sudo ifup br0 to have the machine get its address from the DHCP server. Does anyone have any suggestions towards automating a solution? This