openSUSE 12.1 (64bit) network start problem

Hi,

I made a fresh installation of openSUSE 12.1 (64bit) and have now some trouble with the
start of the network, it doesn’t start after a reboot of the server automatically.
If I try to start it with “/etc/init.d/network start” it doesn’t start, but if I use the command
with the debug option “/etc/init.d/network start -o debug” it works?!
Any ideas?

regards
Achim

I’d suggest you give a look to dmesg and /var/log/messages.
Do you see anything network related there?

Hi,

after the command “/etc/init.d/network restart” we can see following messages in the logfile:

Jan 7 11:22:50 www3 network[20874]: Hint: you may set mandatory devices in /etc/sysconfig/network/config
Jan 7 11:22:50 www3 network[20874]: Setting up network interfaces:
Jan 7 11:22:50 www3 network[20874]: eth0 device: Intel Corporation 82545EM Gigabit Ethernet Co
Jan 7 11:22:50 www3 ifup: eth0 device: Intel Corporation 82545EM Gigabit Ethernet Co
Jan 7 11:22:50 www3 ifup: eth0
Jan 7 11:22:50 www3 ifup: IP address: 192.168.16.200/24
Jan 7 11:22:50 www3 network[20874]: eth0 IP address: 192.168.16.200/24
Jan 7 11:22:50 www3 ifup:
Jan 7 11:22:50 www3 network[20874]: …failedSetting up service network . . . . . . . . . …done
Jan 7 11:22:50 www3 network[21167]: Shutting down network interfaces:
Jan 7 11:22:50 www3 network[21167]: eth0 device: Intel Corporation 82545EM Gigabit Ethernet Co
Jan 7 11:22:50 www3 ifdown: eth0 device: Intel Corporation 82545EM Gigabit Ethernet Co
Jan 7 11:22:51 www3 avahi-daemon[741]: Withdrawing address record for 192.168.16.200 on eth0.
Jan 7 11:22:51 www3 avahi-daemon[741]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.16.200.
Jan 7 11:22:51 www3 avahi-daemon[741]: Interface eth0.IPv4 no longer relevant for mDNS.
Jan 7 11:22:52 www3 network[21167]: …doneShutting down service network . . . . . . . . …done

After the command “/etc/init.d/network restart -o debug” we can see following messages in the logfile:

Jan 7 11:24:06 www3 network:
Jan 7 11:24:06 www3 network:
Jan 7 11:24:06 www3 network:
Jan 7 11:24:07 www3 network: CONFIG =
Jan 7 11:24:07 www3 network: INTERFACE =
Jan 7 11:24:07 www3 network: AVAILABLE_IFACES = eth0
Jan 7 11:24:07 www3 network: PHYSICAL_IFACES = eth0
Jan 7 11:24:07 www3 network: BONDING_IFACES =
Jan 7 11:24:07 www3 network: VLAN_IFACES =
Jan 7 11:24:07 www3 network: DIALUP_IFACES =
Jan 7 11:24:07 www3 network: TUNNEL_IFACES =
Jan 7 11:24:07 www3 network: BRIDGE_IFACES =
Jan 7 11:24:07 www3 network: SLAVE_IFACES =
Jan 7 11:24:07 www3 network: MANDATORY_DEVICES =
Jan 7 11:24:07 www3 network: VIRTUAL_IFACES =
Jan 7 11:24:07 www3 network: SKIP =
Jan 7 11:24:07 www3 network: start order : eth0 ; ;
Jan 7 11:24:07 www3 ifdown: eth0 device: Intel Corporation 82545EM Gigabit Ethernet Co
Jan 7 11:24:08 www3 network:
Jan 7 11:24:08 www3 network:
Jan 7 11:24:08 www3 network: CONFIG =
Jan 7 11:24:08 www3 network: INTERFACE =
Jan 7 11:24:08 www3 network: AVAILABLE_IFACES = eth0
Jan 7 11:24:08 www3 network: PHYSICAL_IFACES = eth0
Jan 7 11:24:08 www3 network: BONDING_IFACES =
Jan 7 11:24:08 www3 network: VLAN_IFACES =
Jan 7 11:24:08 www3 network: DIALUP_IFACES =
Jan 7 11:24:08 www3 network: TUNNEL_IFACES =
Jan 7 11:24:08 www3 network: BRIDGE_IFACES =
Jan 7 11:24:08 www3 network: SLAVE_IFACES =
Jan 7 11:24:08 www3 network: MANDATORY_DEVICES =
Jan 7 11:24:08 www3 network: VIRTUAL_IFACES =
Jan 7 11:24:08 www3 network: SKIP =
Jan 7 11:24:08 www3 network: start order : eth0 ; ;
Jan 7 11:24:08 www3 ifup: eth0 device: Intel Corporation 82545EM Gigabit Ethernet Co
Jan 7 11:24:08 www3 kernel: [72194.641243] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Jan 7 11:24:09 www3 ifup: eth0
Jan 7 11:24:09 www3 ifup: IP address: 192.168.16.200/24
Jan 7 11:24:09 www3 ifup:
Jan 7 11:24:09 www3 avahi-daemon[741]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.16.200.
Jan 7 11:24:09 www3 avahi-daemon[741]: New relevant interface eth0.IPv4 for mDNS.
Jan 7 11:24:09 www3 avahi-daemon[741]: Registering new address record for 192.168.16.200 on eth0.IPv4.
Jan 7 11:24:09 www3 network: … still waiting for hotplug devices:
Jan 7 11:24:09 www3 network: SUCCESS_IFACES= eth0
Jan 7 11:24:09 www3 network: MANDATORY_DEVICES=
Jan 7 11:24:09 www3 network: … final
Jan 7 11:24:09 www3 network: SUCCESS_IFACES= eth0
Jan 7 11:24:09 www3 network: MANDATORY_DEVICES=
Jan 7 11:24:09 www3 network: FAILED=0
Jan 7 11:24:09 www3 network: TTWAIT=1
Jan 7 11:24:09 www3 network: … still waiting for virtual devices:
Jan 7 11:24:09 www3 network: SUCCESS_IFACES= eth0
Jan 7 11:24:09 www3 network: VIRTUAL_IFACES=

May it’s important to know, that we made the installation in a VMWARE environment.

regards
Achim

Hi,

I have just enabled IPv6 and it works now?!

regards
Achim

On 01/09/2012 09:06 AM, aberndt1 wrote:
> I have just enabled IPv6 and it works now?!

i think 12.1 is default installed with IPv6 enabled, so i wonder how
yours got disabled?


DD http://tinyurl.com/DD-Caveat
openSUSE®, the “German Engineered Automobiles” of operating systems!

I think this might have something in common with this bug :
https://bugzilla.novell.com/show_bug.cgi?id=685627

But that’s just a wild guess.

Best regards,
Greg

Hi,

we have disabled the IPv6, because we are using only IPv4 in our intranet
and we don’t want unnecessary traffic. If the network was started successfull,
there were no further problems.

regards
Achim

That’s what I fought, but from what I understand in the bug report it’s impossible to disable ipv6 because of the bug in glibc. What’s worse it seems that every up to date distribution (not just openSUSE) is affected. I guess ipv6 will be disabled when using a custom kernel without ipv6 but that’s quite an overkill for simply disabling it.

Best regards,
Greg

it is not IPv6

https://bugzilla.novell.com/show_bug.cgi?id=727771