Mageia Bugzilla – Attachment 1465 Details for
Bug 4352
2_a3: wrong nic selected for eth0 50% of the time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
log and configuration info
nic.bug (text/plain), 3.00 KB, created by
Bit Twister
on 2012-01-30 21:57:14 CET
(
hide
)
Description:
log and configuration info
Filename:
MIME Type:
Creator:
Bit Twister
Created:
2012-01-30 21:57:14 CET
Size:
3.00 KB
patch
obsolete
> ># grep tulip /var/log/messages >Jan 30 10:42:23 wb2 ifplugd(eth1)[1324]: Using interface eth1/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) >Jan 30 10:44:07 wb2 ifplugd(eth0)[1241]: Using interface eth0/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) >Jan 30 10:49:01 wb2 ifplugd(eth0)[1236]: Using interface eth0/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) >Jan 30 10:52:01 wb2 ifplugd(eth0)[1247]: Using interface eth0/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) >Jan 30 10:59:37 wb2 ifplugd(eth1)[1348]: Using interface eth1/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) >Jan 30 11:01:35 wb2 ifplugd(eth0)[1248]: Using interface eth0/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) >Jan 30 11:39:30 wb2 ifplugd(eth1)[1326]: Using interface eth1/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) >Jan 30 11:41:28 wb2 ifplugd(eth0)[1265]: Using interface eth0/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) >Jan 30 12:14:13 wb2 ifplugd(eth1)[1314]: Using interface eth1/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) >Jan 30 12:18:41 wb2 ifplugd(eth1)[1297]: Using interface eth1/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) >Jan 30 12:20:15 wb2 ifplugd(eth0)[1249]: Using interface eth0/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) > ># grep eth /etc/udev/rules.d/* > > ># cat /etc/modprobe.conf >cat: /etc/modprobe.conf: No such file or directory > ># grep ' eth' /etc/modprobe.d/* >/etc/modprobe.d/00_modprobe.conf:install eth0 /bin/true >/etc/modprobe.d/15_network.conf:alias eth0 tulip >/etc/modprobe.d/15_network.conf:alias eth1 8139too > ># cat /etc/modprobe.d/15_network.conf >alias pci:v000011ADd00000002sv000011ADsd0000F003bc02sc00i00 tulip >alias eth0 tulip >alias pci:v000010ECd00008139sv0000103Csd00002A24bc02sc00i00 8139too >alias eth1 8139too > > ># cat /etc/sysconfig/network-scripts/ifcfg-eth0 >DEVICE=eth0 >BOOTPROTO=static >IPADDR=192.168.1.100 >NETMASK=255.255.255.0 >GATEWAY=192.168.1.1 >ONBOOT=yes >METRIC=5 >MII_NOT_SUPPORTED=no >USERCTL=no >DNS1=127.0.0.1 >RESOLV_MODS=no >IPV6INIT=no >IPV6TO4INIT=no >ACCOUNTING=no >NM_CONTROLLED=no >DOMAIN=home.test > ># cat /etc/sysconfig/network-scripts/ifcfg-eth1 >DEVICE=eth1 >BOOTPROTO=static >IPADDR=169.254.1.1 >NETMASK=255.255.255.0 >GATEWAY=192.168.1.100 >ONBOOT=yes >METRIC=10 >MII_NOT_SUPPORTED=no >USERCTL=no >DNS1=127.0.0.1 >DNS2=8.8.4.4 >RESOLV_MODS=no >IPV6INIT=no >IPV6TO4INIT=no >ACCOUNTING=no >NM_CONTROLLED=no >DOMAIN=home.test > ># cat /etc/sysconfig/network >HOSTNAME=wb2.home.test >NETWORKING=yes >GATEWAY=192.168.1.1 >GATEWAYDEV=eth0 >CRDA_DOMAIN=US > ># route -n >Kernel IP routing table >Destination Gateway Genmask Flags Metric Ref Use Iface >0.0.0.0 192.168.1.1 0.0.0.0 UG 5 0 0 eth0 >169.254.0.0 0.0.0.0 255.255.0.0 U 5 0 0 eth0 >169.254.0.0 0.0.0.0 255.255.0.0 U 10 0 0 eth1 >169.254.1.0 0.0.0.0 255.255.255.0 U 10 0 0 eth1 >192.168.1.0 0.0.0.0 255.255.255.0 U 5 0 0 eth0
# grep tulip /var/log/messages Jan 30 10:42:23 wb2 ifplugd(eth1)[1324]: Using interface eth1/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) Jan 30 10:44:07 wb2 ifplugd(eth0)[1241]: Using interface eth0/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) Jan 30 10:49:01 wb2 ifplugd(eth0)[1236]: Using interface eth0/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) Jan 30 10:52:01 wb2 ifplugd(eth0)[1247]: Using interface eth0/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) Jan 30 10:59:37 wb2 ifplugd(eth1)[1348]: Using interface eth1/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) Jan 30 11:01:35 wb2 ifplugd(eth0)[1248]: Using interface eth0/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) Jan 30 11:39:30 wb2 ifplugd(eth1)[1326]: Using interface eth1/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) Jan 30 11:41:28 wb2 ifplugd(eth0)[1265]: Using interface eth0/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) Jan 30 12:14:13 wb2 ifplugd(eth1)[1314]: Using interface eth1/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) Jan 30 12:18:41 wb2 ifplugd(eth1)[1297]: Using interface eth1/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) Jan 30 12:20:15 wb2 ifplugd(eth0)[1249]: Using interface eth0/00:A0:CC:21:B8:91 with driver <tulip> (version: 1.1.15) # grep eth /etc/udev/rules.d/* # cat /etc/modprobe.conf cat: /etc/modprobe.conf: No such file or directory # grep ' eth' /etc/modprobe.d/* /etc/modprobe.d/00_modprobe.conf:install eth0 /bin/true /etc/modprobe.d/15_network.conf:alias eth0 tulip /etc/modprobe.d/15_network.conf:alias eth1 8139too # cat /etc/modprobe.d/15_network.conf alias pci:v000011ADd00000002sv000011ADsd0000F003bc02sc00i00 tulip alias eth0 tulip alias pci:v000010ECd00008139sv0000103Csd00002A24bc02sc00i00 8139too alias eth1 8139too # cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=static IPADDR=192.168.1.100 NETMASK=255.255.255.0 GATEWAY=192.168.1.1 ONBOOT=yes METRIC=5 MII_NOT_SUPPORTED=no USERCTL=no DNS1=127.0.0.1 RESOLV_MODS=no IPV6INIT=no IPV6TO4INIT=no ACCOUNTING=no NM_CONTROLLED=no DOMAIN=home.test # cat /etc/sysconfig/network-scripts/ifcfg-eth1 DEVICE=eth1 BOOTPROTO=static IPADDR=169.254.1.1 NETMASK=255.255.255.0 GATEWAY=192.168.1.100 ONBOOT=yes METRIC=10 MII_NOT_SUPPORTED=no USERCTL=no DNS1=127.0.0.1 DNS2=8.8.4.4 RESOLV_MODS=no IPV6INIT=no IPV6TO4INIT=no ACCOUNTING=no NM_CONTROLLED=no DOMAIN=home.test # cat /etc/sysconfig/network HOSTNAME=wb2.home.test NETWORKING=yes GATEWAY=192.168.1.1 GATEWAYDEV=eth0 CRDA_DOMAIN=US # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.1.1 0.0.0.0 UG 5 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 5 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 10 0 0 eth1 169.254.1.0 0.0.0.0 255.255.255.0 U 10 0 0 eth1 192.168.1.0 0.0.0.0 255.255.255.0 U 5 0 0 eth0
View Attachment As Raw
Actions:
View
Attachments on
bug 4352
: 1465 |
1632
|
1633