[Bug 919068] Re: bridge_ports all doesn't work at boot time

Daniel Senderowicz 919068 at bugs.launchpad.net
Sun Jan 22 00:47:55 UTC 2012


I did remove completely resolvconf, including the configuration files
and the problem persists. The output of  "sudo ifdown -a && sudo ifup
-a" is:

Waiting for br0 to get ready (MAXWAIT is 32 seconds).
ssh stop/waiting
ssh start/running, process 3014

and the network comes up. One more piece of information, before running
this command, I'm able to connect to machines on my LAN (e.g.
192.168.xxx.xxx) but not outside.

Thanks,

Daniel


On Sat, 2012-01-21 at 01:28 +0000, Stéphane Graber wrote:

> Based on your forum post, one problem is your use of resolvconf which is
> far from good and well working in Ubuntu 11.10, it's been fixed in
> 12.04.
> 
> You may want to completely remove resolvconf from your system and see if that helps.
> If you still don't have network after removing resolvconf and rebooting, I'd be interesting in the output of "sudo ifdown -a && sudo ifup -a".
>

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bridge-utils in Ubuntu.
https://bugs.launchpad.net/bugs/919068

Title:
  bridge_ports all doesn't work at boot time

Status in “bridge-utils” package in Ubuntu:
  Triaged

Bug description:
  I posted the details of the problem on:
  http://ubuntuforums.org/showthread.php?t=1911817

  /etc/network/interfaces: 
  auto lo
  iface lo inet loopback

  auto br0
  iface br0 inet static
    address 192.168.1.5
    netmask 255.255.255.0
    gateway 192.168.1.1
    bridge_ports all

  iface eth0 inet manual
    up ifconfig $IFACE 0.0.0.0 up
    up ip link set $IFACE promisc on
    down ip link set $IFACE promisc off
    down ifconfig $IFACE down


  $ lsb_release -rd
  Description:	Ubuntu 11.10
  Release:	11.10

  $ apt-cache policy bridge-utils
  bridge-utils:
    Installed: 1.5-2ubuntu1
    Candidate: 1.5-2ubuntu1
    Version table:
   *** 1.5-2ubuntu1 0
          500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
          100 /var/lib/dpkg/status

  I was expecting to have network after boot.

  I don't have network instead.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: bridge-utils 1.5-2ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Thu Jan 19 22:45:21 2012
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  SourcePackage: bridge-utils
  UpgradeStatus: Upgraded to oneiric on 2011-10-16 (96 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/919068/+subscriptions




More information about the foundations-bugs mailing list