Bug ID 1077975
Summary syslog-ng fails to start on boot in case network source is configured
Classification openSUSE
Product openSUSE Distribution
Version Leap 42.3
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee bnc-team-screening@forge.provo.novell.com
Reporter jobbara.artalmatlan@gmail.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Similar to this one: 921252

In case you set up a network source then upon boot syslog-ng fails to start
because network.target has not been reached yet.
Once you log in and start it manually it starts up just fine.

I had to add network.target to the systemd service file once I copied it into
/etc/systemd/system

[Unit]
...
After=var-run.mount network.target
...

There is nothing extraordinary in syslog-ng's conf. Just add a network() source
to any given log path, then reboot the system.


You are receiving this mail because: