upgrade from Intrepid to Jaunty via alternate iso dpkg backed up /etc/modprobe.d/aliases

Bug #366679 reported by CFMunster
4
Affects Status Importance Assigned to Milestone
Ubuntu
Invalid
Undecided
Unassigned

Bug Description

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

Revision history for this message
Fabio Marconi (fabiomarconi) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better.
Is this bug reproducible with the latest Lucid packages ?
Tanks in advance.

Changed in ubuntu:
status: New → Incomplete
Revision history for this message
CFMunster (cfmunster) wrote :

Unfortunately, I no longer have access to the proper hardware to run a test. Sorry!

Revision history for this message
Fabio Marconi (fabiomarconi) wrote :

Thanks for the reply.

:)Fabio

Changed in ubuntu:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.