Mailinglist Archive: opensuse-bugs (3882 mails)

< Previous Next >
[Bug 727771] systemd: shuts down network for no reason

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

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


--- Comment #47 from Marius Tomaschewski <mt@xxxxxxxx> 2012-04-12 13:50:05 UTC
---
(In reply to comment #46)
Note at the time this bz2 was made, the eth0 interface had been manually
upped.

That's ok.

dmesg.txt:
[ 54.196701] systemd[1]: network.service changed start -> running
[ 54.196710] systemd[1]: Job network.service/start finished, result=done
[ 54.196983] systemd[1]: network.target changed dead -> active
[ 54.196989] systemd[1]: Job network.target/start finished, result=done
[ 54.196997] systemd[1]: remote-fs-pre.target changed dead -> active
[ 54.197002] systemd[1]: Job remote-fs-pre.target/start finished, result=done
...
[ 54.213945] systemd[1]: About to execute: /etc/init.d/mysql start
[ 54.218964] systemd[1]: Forked /etc/init.d/mysql as 1547
[ 54.218998] systemd[1]: mysql.service changed dead -> start
...
[ 54.484353] systemd[1]: network.service: cgroup is empty
[ 54.484396] systemd[1]: About to execute: /etc/init.d/network stop
[ 54.489237] systemd[1]: Forked /etc/init.d/network as 1626
[ 54.489286] systemd[1]: network.service changed running -> stop

messages.txt:
...
Apr 10 08:40:07 roxeli mysql[1547]: /etc/rc.status: line 57: /dev/stderr: No
such device or address
...

This is from /etc/init.d/mysql -> systemct redirection. A bit strange...

Network will be started fine, but then (to resolve deps), systemd is
stopping it (see begin of exdeb.network_1626.1._.stop).

Hmm... for me it looks like a problem with dependencies and there is
the "network.service: cgroup is empty" message before it gets stopped.
Something about mysql.service? Going to install it and take a look.

--
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.

< Previous Next >