В Sun, 14 Apr 2013 04:58:01 -0600 "Srinidhi B" <srinidhi@novell.com> пишет:
On 14/4/2013 at 03:52 PM, Yamaban <foerster@lisas.de> wrote: On Sun, 14 Apr 2013 11:29, Stefan Seyfried <stefan.seyfried@...> wrote:
Ok Stefan: [snip] I found that /etc/systemd/system contains lots of directories and symlinks that do not belong to any package. And then there is one file
Am 14.04.2013 02:55, schrieb Cristian Rodríguez: that also does not belong to any package:
systemd-random-seed-load.service
<snip>>
For example:
But a nonvalid line in your syslog-ng / rsyslog config and do a "systemctl reload syslog.service" .
Just where are your "Fail / Error" messages? - Not nice.
journalctl [-b]
Refer to journalctl man page to view logs of a specific unit or other uses.
You miss the point. systemd silently ignores error and pretends unit file is OK. There is no reason to dig into journal because no error is reported in the first place. bor@opensuse:~> sudo systemctl status foo.service foo.service - Test foo Loaded: loaded (/run/systemd/system/foo.service; static) Active: inactive (dead) CGroup: name=systemd:/system/foo.service bor@opensuse:~> sudo systemctl show -p Type foo.service Type=simple bor@opensuse:~> grep Type /run/systemd/system/foo.service Type=xxxx See? It ignored invalid value for Type and silently replaced it with something else. Yes, you will see it in journal, but admin has no reason to look there in the first place - everything appears to be OK. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org