<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Feb 5, 2016 at 2:43 AM, Zamar Ac <span dir="ltr"><<a href="mailto:zamarac@gmail.com" target="_blank">zamarac@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello guys,<br>
<br>
Upon system boot I'm not gettings active network. The log says:<br>
<br>
"systemd-networkd[246]: Could not connect to bus: Permission denied"<br>
<br>
I'm trying to log more details, but again hitting the same issue despite logged in as root upon boot. Why root access is denied to the bus?<br>
<br>
"# SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-networkd<br>
name_to_handle_at on /dev: Permission denied<br>
the udev service seems not to be active, disable the monitor<br>
Could not connect to bus: Permission denied"<br></blockquote><div><br></div><div>Do you use SELinux, Smack, AppArmor, grsec?</div><div>What are the permissions of /run/dbus/system_bus_socket?</div><div>Does commenting out the CapabilityBoundingSet= option help?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
OK, as a workaround I manually modified  /usr/lib/systemd/system/systemd-networkd.service instead, adding:<br>
<br>
"[Service]<br>
...<br>
Environment=SYSTEMD_LOG_LEVEL=debug"<br>
<br>
but apparently don't see more details about the problem in system log after reboot. Why? Generally, with what permissions systemd daemons like networkd run at boot? Do they have root permissions? If not, can I assign them root permissions, and how?<br>
<br>
Another approach - looking for workarounds. Lets entirely bypass this systemd process until fixed in the future, since I need a working system right now. What config settings would allow to auto enable network after boot without networkd daemon running?<br></blockquote><div><br></div><div>Depends on your distro – if you're not using systemd-networkd, then it's no longer systemd's business.</div><div><br></div><div>For example, Debian has ifupdown (man interfaces) and Gentoo has netifrc. If there's no distro-specific system, then NetworkManager 1.x would do the job.</div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Mantas Mikulėnas <<a href="mailto:grawity@gmail.com" target="_blank">grawity@gmail.com</a>></div></div>
</div></div>