You are not logged in.
Hi all...
I'm very sick and tired about waiting for 90 seconds every boot
"a start job is running for sys-subsystem-net-devices-interface-name.device"
I thought this post: https://bbs.archlinux.org/viewtopic.php?id=222246 could solve it, but it doesn't work for me.
Thanks in advance
Paul
Last edited by zorrotenai (2017-02-04 22:21:02)
Offline
It's because you cut and pasted from the wiki. You are supposed to substitute _interface-name_ with the actual name of your interface.
Offline
It's because you cut and pasted from the wiki. You are supposed to substitute _interface-name_ with the actual name of your interface.
Excuse me Jason, but I can't understand.. what's the solution?
Offline
The solution is to disable the misnamed service so that it doesn't impede your boot.
Offline
Jason, I'm newbie...please be more clear:
sudo systemctl disable dhcpcd@enp4s0.service doesn't work; what have I to disable?
Offline
What are the output of find /etc/systemd and of uname -a ?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
[blackswan@localhost ~]$ find /etc/systemd
/etc/systemd
/etc/systemd/logind.conf
/etc/systemd/network
/etc/systemd/system.conf
/etc/systemd/timesyncd.conf
/etc/systemd/coredump.conf
/etc/systemd/user.conf
/etc/systemd/system
/etc/systemd/system/dbus-org.freedesktop.NetworkManager.service
/etc/systemd/system/getty.target.wants
/etc/systemd/system/getty.target.wants/getty@tty1.service
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/multi-user.target.wants/dhcpcd@interface_name.service
/etc/systemd/system/multi-user.target.wants/sshd.service
/etc/systemd/system/multi-user.target.wants/remote-fs.target
/etc/systemd/system/display-manager.service
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
/etc/systemd/journal-upload.conf
/etc/systemd/journal-remote.conf
/etc/systemd/user
/etc/systemd/user/sockets.target.wants
/etc/systemd/user/sockets.target.wants/pulseaudio.socket
/etc/systemd/journald.conf
/etc/systemd/resolved.conf
[blackswan@localhost ~]$ uname -a
Linux localhost.localdomain 4.9.6-1-ARCH #1 SMP PREEMPT Thu Jan 26 09:22:26 CET 2017 x86_64 GNU/Linux
Last edited by zorrotenai (2017-02-04 20:41:30)
Offline
1. Use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Co … s_and_code
2. Set a hostname, otherwise you will experience other network-related issues.
3. You still have the dhcpcd@interface_name.service enabled.
Offline
/etc/systemd/system/multi-user.target.wants/dhcpcd@interface_name.service
You are supposed to substitute _interface-name_ with the actual name of your interface.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Excuse me for the code tags..next time I'll do
systemctl disable dhcpcd@interface_name.service solved the problem
Thanks a lot to all...I'm very newbie LOL
Paul
Offline