You are not logged in.
With every update of systemd (systemd 231 currently in [testing]) you have to delete network.target. This is deffinitely not a sollution but a temporary workaround.
Offline
I hope this is the right thread to ask this, because I had a similar issue since around the same time, but the message I am getting is
[***] A start job is running for sys-subsystem-net-devices-interface_name.device
Everything related to dhcpcp or the internet connection in general seems to be starting fine, just this cryptic message. I don't even know what service I'm supposed to search for. Does somebody, per chance, know what could cause this, or in what logs I'd have to look?
Offline
You have copy pasted and created a service for interface_name (which is a placeholder that indicates you are supposed to <insert your interface name here>).
Disable it.
Offline
I hoped it was something stupid like that.
How would I go about finding the name of that service, though? I would presume something like
systemctl list-unit-files | grep interface
would have to return at least something, right (because it doesn't)? Or am I misunderstanding something here.
Last edited by Coya (2016-07-27 06:50:42)
Offline
With every update of systemd (systemd 231 currently in [testing]) you have to delete network.target. This is deffinitely not a sollution but a temporary workaround.
/etc/systemd/system/systemd-user-sessions.service is being used to override the shipped unit file /usr/lib/systemd/system/systemd-user-sessions.service to avoid exactly this issue.
Edit:
I too class it as a workaround. I covered why I did not pursue this upstream in post #25
Last edited by loqs (2016-07-27 09:12:28)
Offline
I hope this is the right thread to ask this, because I had a similar issue since around the same time, but the message I am getting is
[***] A start job is running for sys-subsystem-net-devices-interface_name.device
You have copy pasted and created a service for interface_name (which is a placeholder that indicates you are supposed to <insert your interface name here>).
Disable it.
Hi all,
I've had the same issue for months (well, if it actually should be called an issue).
I don't understand either which service I should disable.
I did created services for interfaces :
There's netctl-auto and I also created /etc/systemd/system/netctl-auto-resume@.service as suggested by the wiki.
It used to work nicely.
I understand I could disable these and start them myself after each reboot and resume after suspend.
But is it the right thing ?
Or I am missing something ?
Thanks.
Offline