https://bugzilla.novell.com/show_bug.cgi?id=736059 https://bugzilla.novell.com/show_bug.cgi?id=736059#c8 --- Comment #8 from Olivier Calle <olivier@calle.org> 2011-12-19 20:36:30 UTC --- (In reply to comment #6)
(In reply to comment #5)
I hope this helps get this bug resolved, because not having static networking working out of the box is making me wonder about having picked OpenSUSE as the distribution for my server and clients at home... :-(
Ahm... When you want something stable and proved, do not use the bleeding edge systemd, install "sysvinit-init" package to switch to sysvinit.
OK, it's good to know I have a simple option. However, I just did a straightforward clean install of OpenSUSE 12.1 64 bit and systemd is what was installed and setup on my systems, which gives the impression that OpenSUSE considered it "stable and proved". Since a new user which does a normal install and then sets a static IP address may experience this bug, I'll try and respond to the following questions when I'm home this evening; it's a bit hard debugging network things over the network... ;-) BTW, bug number 737641 sounds like my problem also.
One of the problems is, that systemd does not provide correct "status" from a LSB service -- it does not query the __current__ status of the service by calling "service status" but is using own/cached status.
Please install all updates. Does the network work under sysvinit?
Please provide the output of: /./etc/init.d/network stop -o boot /./etc/init.d/network start -o boot ip a s ; ip r s ; ip -6 r s
And the /etc/sysconfig/network/{config,routes,ifcfg-*,ifroute-*} files.
Note the "/./" -- it is to avoid the redirection to systemd and back.
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.