Public bug reported:

I performed an upgrade of an 8.10 system to 9.04 via the alternate CD
iso. The server being upgraded used a bonded interface of two NICs in a
similar configuration like in this document:

https://help.ubuntu.com/community/HighlyAvailableNFS
---
Append the following to /etc/modprobe.d/aliases:

alias bond0 bonding
options bonding mode=0 miimon=100 downdelay=200 updelay=200
---

The aliases file seems to have been renamed to dpkg-aliases.bak. I
copied the file back to aliases and rebooted and went back to normal.

For clarity, the network configuration on the bonded interface is
something like this (also from the NFS document):


---
Modify our network configuration and assign eth0 and eth1 as slaves of bond0. 
Example /etc/network/interfaces:

# The loopback network interface
auto lo
iface lo inet loopback

# The user-accessible network interface
auto bond0
iface bond0 inet static
        address 10.10.1.251
        netmask 255.255.255.0
        broadcast 10.10.1.255
        network 10.10.1.0
        gateway 10.10.1.1
        up /sbin/ifenslave bond0 eth0
        up /sbin/ifenslave bond0 eth1

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
upgrade from Intrepid to Jaunty via alternate iso dpkg backed up 
/etc/modprobe.d/aliases
https://bugs.launchpad.net/bugs/366679
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to