kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #46198
[Bug 1283531] Lspci.txt
apport information
** Attachment added: "Lspci.txt"
https://bugs.launchpad.net/bugs/1283531/+attachment/3992214/+files/Lspci.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1283531
Title:
Multiple NICs no longer work following Ubuntu update
Status in “linux” package in Ubuntu:
Confirmed
Bug description:
Greetings!
I updated my Ubuntu Server 12.04.4 LTS yesterday using `sudo apt-get
dist-upgrade`, and now, my two-NIC setup, which worked before the
update, doesn't work. Per the instructions located at
http://askubuntu.com/questions/310355/networking-with-multiple-nics, I
set up another route (a few weeks before the update yesterday) and it
all worked great. Now, since the update, something has gone wrong and
it doesn't work anymore. (I'm guessing something in the updated
kernel?)
At any rate, here is the content of my `/etc/network/interfaces` file:
--------------------
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth1
iface eth1 inet static
address 10.0.3.70
netmask 255.255.255.0
gateway 10.0.3.1
dns-nameservers 127.0.0.1 50.198.180.229
# dns-nameservers 198.60.22.2 198.60.22.22
auto eth0
iface eth0 inet static
address 10.0.2.70
netmask 255.255.255.0
dns-nameservers 127.0.0.1 50.198.180.229
# dns-nameservers 198.60.22.2 198.60.22.22
post-up ip rule add from 10.0.2.0/24 lookup 101
post-up ip route add default via 10.0.2.1 dev eth0 table 101
post-down ip rule del from 10.0.2.0/24
post-down ip route del default via 10.0.2.1 table 101
---------------------
And here is the output of `ip route show`:
default via 10.0.3.1 dev eth1 metric 100
10.0.2.0/24 dev eth0 proto kernel scope link src 10.0.2.70
10.0.3.0/24 dev eth1 proto kernel scope link src 10.0.3.70
And the output of `ip route show table 101`:
default via 10.0.2.1 dev eth0
Finally, here is the relevant part of the APT history log,
`/var/log/apt/history.log`:
Start-Date: 2014-02-21 14:44:55
Commandline: apt-get dist-upgrade
Install: linux-image-3.5.0-46-generic:amd64 (3.5.0-46.70~precise1), linux-headers-3.5.0-46-generic:amd64 (3.5.0-46.70~precise1, automatic), linux-headers-3.5.0-46:amd64 (3.5.0-46.70~precise1, automatic)
Upgrade: perl:amd64 (5.14.2-6ubuntu2.3, 5.14.2-6ubuntu2.4), perl-base:amd64 (5.14.2-6ubuntu2.3, 5.14.2-6ubuntu2.4), python-apt:amd64 (0.8.3ubuntu7.1, 0.8.3ubuntu7.2), linux-image-generic-lts-quantal:amd64 (3.5.0.45.51, 3.5.0.46.52), perl-modules:amd64 (5.14.2-6ubuntu2.3, 5.14.2-6ubuntu2.4), python-apt-common:amd64 (0.8.3ubuntu7.1, 0.8.3ubuntu7.2), linux-headers-generic-lts-quantal:amd64 (3.5.0.45.51, 3.5.0.46.52), libcurl3:amd64 (7.22.0-3ubuntu4.6, 7.22.0-3ubuntu4.7), curl:amd64 (7.22.0-3ubuntu4.6, 7.22.0-3ubuntu4.7), linux-generic-lts-quantal:amd64 (3.5.0.45.51, 3.5.0.46.52), libperl5.14:amd64 (5.14.2-6ubuntu2.3, 5.14.2-6ubuntu2.4), libcurl3-gnutls:amd64 (7.22.0-3ubuntu4.6, 7.22.0-3ubuntu4.7)
End-Date: 2014-02-21 14:45:56
I didn't select a package because I'm not sure at what level this
problem exists. If any of you have a better idea as to what the
affected package might be, please let me know and I'll update (if I
can) this ticket.
Thank you so, SO much for your help with this!
Best Regards,
Spencer
---
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
AplayDevices: Error: [Errno 2] No such file or directory
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info: Error: [Errno 2] No such file or directory
Card0.Amixer.values: Error: [Errno 2] No such file or directory
DistroRelease: Ubuntu 12.04
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=3812e6b7-adc1-4743-afef-8999ec90a543
InstallationMedia: Ubuntu-Server 12.04.2 LTS "Precise Pangolin" - Release amd64 (20130214)
IwConfig:
eth0 no wireless extensions.
eth1 no wireless extensions.
lo no wireless extensions.
MachineType: Dell Inc. OptiPlex 745
MarkForUpload: True
Package: linux (not installed)
ProcEnviron:
TERM=xterm-256color
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-46-generic root=UUID=d7bb434c-3124-4009-8800-858ef05a7691 ro
ProcVersionSignature: Ubuntu 3.5.0-46.70~precise1-generic 3.5.7.27
RelatedPackageVersions:
linux-restricted-modules-3.5.0-46-generic N/A
linux-backports-modules-3.5.0-46-generic N/A
linux-firmware 1.79.9
RfKill: Error: [Errno 2] No such file or directory
Tags: precise
Uname: Linux 3.5.0-46-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
WifiSyslog:
dmi.bios.date: 05/21/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.3.1
dmi.board.name: 0HR330
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Inc.
dmi.modalias: dmi:bvnDellInc.:bvr2.3.1:bd05/21/2007:svnDellInc.:pnOptiPlex745:pvr:rvnDellInc.:rn0HR330:rvr:cvnDellInc.:ct6:cvr:
dmi.product.name: OptiPlex 745
dmi.sys.vendor: Dell Inc.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1283531/+subscriptions