[Bug 366177] Re: Bonding still broken for bnx2 in Jaunty

2010-08-12 Thread Jeremy Foshee
This bug report was marked as Incomplete and has not had any updated
comments for quite some time.  As a result this bug is being closed.
Please reopen if this is still an issue in the current Ubuntu release
http://www.ubuntu.com/getubuntu/download . Also, please be sure to
provide any requested information that may have been missing.  To reopen
the bug, click on the current status under the Status column and change
the status back to New.  Thanks.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]


** Tags added: kj-expired

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

-- 
Bonding still broken for bnx2 in Jaunty
https://bugs.launchpad.net/bugs/366177
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


[Bug 366177] Re: Bonding still broken for bnx2 in Jaunty

2010-05-12 Thread Øystein Viggen
With bnx2 interfaces on Ubuntu 10.04 64-bit:

In a file called /etc/modprobe.d/ip-failover (that we put there
ourselves):

Does not work:
options bonding mode=6 miimon=100 downdelay=200 updelay=200 max_bonds=2

Works:
options bonding mode=1 miimon=100 downdelay=200 updelay=200 max_bonds=2

mode=6 works on Ubuntu 8.04 32-bit on the same hardware and RHEL 5.5
64-bit on the same hardware.

..so for people with this problem, swapping to mode=1 (active-backup)
should be a functional workaround if you just use bonding for redundancy
and don't really need the extra throughput from many interfaces.

(Where I work we have 52 fairly new DELL-servers that all use bnx2, so
I'll venture a guess that this network controller is fairly common).

-- 
Bonding still broken for bnx2 in Jaunty
https://bugs.launchpad.net/bugs/366177
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


[Bug 366177] Re: Bonding still broken for bnx2 in Jaunty

2010-03-29 Thread Robstarusa
I have tried Lucid on my laptop and after the first update I was left at
a black screnwhen Lucid finalizes, I'll try it again  then be able
to report if this is still an issue.

-- 
Bonding still broken for bnx2 in Jaunty
https://bugs.launchpad.net/bugs/366177
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


[Bug 366177] Re: Bonding still broken for bnx2 in Jaunty

2010-03-13 Thread Jeremy Foshee
Hi Robstarusa,

This bug was reported a while ago and there hasn't been any activity in
it recently. We were wondering if this is still an issue? Can you try
with the latest development release of Ubuntu?  ISO CD images are
available from http://cdimage.ubuntu.com/releases/ .

If it remains an issue, could you run the following command from a
Terminal (Applications-Accessories-Terminal).  It will automatically
gather and attach updated debug information to this report.

apport-collect -p linux 366177

Also, if you could test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine the
issue.  Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once
you've tested the upstream kernel, please remove the 'needs-upstream-
testing' tag.  This can be done by clicking on the yellow pencil icon
next to the tag located at the bottom of the bug description and
deleting the 'needs-upstream-testing' text.  Please let us know your
results.

Thanks in advance.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]


** Tags added: needs-kernel-logs

** Tags added: needs-upstream-testing

** Tags added: kj-triage

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
Bonding still broken for bnx2 in Jaunty
https://bugs.launchpad.net/bugs/366177
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


[Bug 366177] Re: Bonding still broken for bnx2 in Jaunty

2009-05-22 Thread cmeiklejohn
I'm having the same issue with Intrepid and Jaunty.

I was having the issue with Intrepid, so I disabled bonding and upgraded
to Jaunty with a using a single NIC, and now I have the same issue when
attempting to bond.

-- 
Bonding still broken for bnx2 in Jaunty
https://bugs.launchpad.net/bugs/366177
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


[Bug 366177] Re: Bonding still broken for bnx2 in Jaunty

2009-05-22 Thread cmeiklejohn
Actually, this was not working for me with the following config:

auto bond0
iface bond0 inet static
address 10.0.1.27
netmask 255.255.0.0
network 10.0.0.0
gateway 10.0.1.1
slaves eth0 eth1

But, by adding these additional options, and rebooting, now the link is
up for me:

auto bond0
iface bond0 inet static
address 10.0.1.27
netmask 255.255.0.0
network 10.0.0.0
gateway 10.0.1.1
broadcast 10.0.255.255
bond_mode 4
bond_miimon 100
bond_downdelay 200
bond_updelay 200
slaves eth0 eth1

Maybe the bond_updelay is necessary for this to work correctly?

-- 
Bonding still broken for bnx2 in Jaunty
https://bugs.launchpad.net/bugs/366177
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