Page 1 sur 1

[Timeout au Démarrage] localhost (résolu)

Publié : ven. 07 oct. 2016, 10:36
par piranha007
Bonjour, voilà à chaque démarrage je dois attendre 90s (1min30s) avant que mon arch démarre, voici ce qui est affiché :

Code : Tout sélectionner

failed to start sys-subsystem-net-devices-localhost.localdomain.device
Merci pour votre aide.

Re: [Timeout au Démarrage] localhost

Publié : ven. 07 oct. 2016, 13:06
par benjarobin
Bonjour,
Peux tu donner la sortie de :

Code : Tout sélectionner

grep -rE "localhost|localdomain" /etc
find /etc -name "*localhost*" -o -name "*localdomain*"

Re: [Timeout au Démarrage] localhost

Publié : ven. 07 oct. 2016, 14:47
par piranha007
Bonjour benja et Merci pour ton aide, voici les sorties demandées :

Code : Tout sélectionner

$ su grep -rE "localhost|localdomain" /etc
Fichier binaire /etc/pacman.d/gnupg/pubring.gpg~ correspondant
/etc/pacman.d/gnupg/openpgp-revocs.d/2058ED895149E6E1F04412C39B64AF6A0D283F8C.rev:uid                  Pacman Keyring Master Key <pacman@localhost>
Fichier binaire /etc/pacman.d/gnupg/pubring.gpg correspondant
/etc/cups/cupsd.conf.O:Listen localhost:631
/etc/cups/cupsd.conf.pacnew:Listen localhost:631
/etc/cups/cupsd.conf.default:Listen localhost:631
/etc/hosts:127.0.0.1	localhost.localdomain	localhost
/etc/hosts:::1		localhost.localdomain	localhost
/etc/java-8-openjdk/net.properties:# localhost & 127.0.0.1).
/etc/java-8-openjdk/net.properties:http.nonProxyHosts=localhost|127.*|[::1]
/etc/java-8-openjdk/net.properties:# localhost & 127.0.0.1).
/etc/java-8-openjdk/net.properties:ftp.nonProxyHosts=localhost|127.*|[::1]
/etc/java-8-openjdk/management/snmp.acl:# o Only localhost can connect, and access rights
/etc/java-8-openjdk/management/snmp.acl:# o Traps are sent to localhost only
/etc/java-8-openjdk/management/snmp.acl:#    managers = localhost
/etc/java-8-openjdk/management/snmp.acl:#     hosts = localhost 
/etc/java-8-openjdk/management/management.properties:#      Default for this property is "localhost".
/etc/java-8-openjdk/security/java.policy:        permission java.net.SocketPermission "localhost:0", "listen";
/etc/pulse/client.conf:; auto-connect-localhost = no
/etc/openmpi/openmpi-default-hostfile:# contain any hosts (not even localhost).  This file should only
/etc/openmpi/openmpi-default-hostfile:# should *not* simply list "localhost" in here (contrary to prior MPI
/etc/openmpi/openmpi-default-hostfile:# implementations, such as LAM/MPI).  A localhost-only node list is
/etc/openmpi/openmpi-default-hostfile:# created by the RAS component named "localhost" if no other RAS
/etc/openmpi/openmpi-default-hostfile:# be disabled by excluding the localhost RAS component by specifying
/etc/openmpi/openmpi-default-hostfile:# the value "^localhost" [without the quotes] to the "ras" MCA
/etc/speech-dispatcher/modules/festival.conf:#FestivalServerHost  "localhost"
/etc/speech-dispatcher/speechd.conf:# for connections coming from localhost. If LocalhostAccessOnly is set to 0 it disables this
/etc/speech-dispatcher/speechd.conf:#AudioNASServer "tcp/localhost:5450"
/etc/lvm/lvm.conf:	#     System IDs beginning localhost are not permitted.
/etc/security/pam_env.conf:# to "localhost" rather than not being set at all
/etc/security/pam_env.conf:#REMOTEHOST	DEFAULT=localhost OVERRIDE=@{PAM_RHOST}
/etc/security/pam_env.conf:#NNTPSERVER	DEFAULT=localhost

Code : Tout sélectionner

$ su find /etc -name "*localhost*" -o -name "*localdomain*"
/etc/systemd/system/multi-user.target.wants/dhcpcd@localhost.localdomain.service

Re: [Timeout au Démarrage] localhost

Publié : ven. 07 oct. 2016, 17:42
par benjarobin

Code : Tout sélectionner

rm /etc/systemd/system/multi-user.target.wants/dhcpcd@localhost.localdomain.service
Et cela ira mieux au reboot... Je ne sais pas ce que tu as voulu faire avec ce service...
Tant que l'on y est, peux tu installer la commande tree : pacman -S tree et donner la sortie de

Code : Tout sélectionner

tree /etc/systemd/system

Re: [Timeout au Démarrage] localhost

Publié : ven. 07 oct. 2016, 22:41
par piranha007
Salut benja, en fait je n'ai pas installer ou activer ce service c'est apparus tout seul après une Maj, c'est pour cela que j'hésitais à le supprimer.
Voici la sortie de tree :

Code : Tout sélectionner

$ tree /etc/systemd/system
/etc/systemd/system
├── dbus-org.freedesktop.Avahi.service -> /usr/lib/systemd/system/avahi-daemon.service
├── dbus-org.freedesktop.NetworkManager.service -> /usr/lib/systemd/system/NetworkManager.service
├── dbus-org.freedesktop.nm-dispatcher.service -> /usr/lib/systemd/system/NetworkManager-dispatcher.service
├── getty.target.wants
│   └── getty@tty1.service -> /usr/lib/systemd/system/getty@.service
├── graphical.target.wants
│   └── bumblebeed.service -> /usr/lib/systemd/system/bumblebeed.service
├── multi-user.target.wants
│   ├── avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
│   ├── cups-browsed.service -> /usr/lib/systemd/system/cups-browsed.service
│   ├── NetworkManager.service -> /usr/lib/systemd/system/NetworkManager.service
│   ├── org.cups.cupsd.path -> /usr/lib/systemd/system/org.cups.cupsd.path
│   ├── remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
│   └── sshd.service -> /usr/lib/systemd/system/sshd.service
├── printer.target.wants
│   └── org.cups.cupsd.service -> /usr/lib/systemd/system/org.cups.cupsd.service
└── sockets.target.wants
    ├── avahi-daemon.socket -> /usr/lib/systemd/system/avahi-daemon.socket
    └── org.cups.cupsd.socket -> /usr/lib/systemd/system/org.cups.cupsd.socket

5 directories, 14 files
Merci encore une fois pour ton aide.

Re: [Timeout au Démarrage] localhost

Publié : ven. 07 oct. 2016, 23:58
par benjarobin
:resolu: ?

Re: [Timeout au Démarrage] localhost (résolu)

Publié : sam. 08 oct. 2016, 00:36
par piranha007
arf, voilà c'est fait désolé, alors en ce qui concerne Tree ? tu soupçonnes quelque chose ?

Re: [Timeout au Démarrage] localhost (résolu)

Publié : sam. 08 oct. 2016, 08:37
par benjarobin
Non tout est ok

Re: [Timeout au Démarrage] localhost (résolu)

Publié : sam. 08 oct. 2016, 13:07
par piranha007
Cool alors, Merci encore une fois.