Buckminster
(usa Debian)
Enviado em 16/06/2023 - 16:16h
Duas soluções, ou uma ou outra... ou as duas.
1 -
Entre no arquivo
/etc/network/interfaces
e mude
auto lo
iface lo inet loopback
auto xxx
iface xxx inet dhcp
para
auto lo
iface lo inet loopback
allow-hotplug xxx
iface xxx inet dhcp
Salve e saia do arquivo e reinicie.
2-
Desabilite o serviço:
# systemctl disable NetworkManager-wait-online.service
Entre no arquivo
# vim /etc/systemd/system/network-online.targets.wants/networking.service
e mude o parâmetro
TimeoutStartSec=5min
para
TimeoutStartSec=15sec <<< ou coloque o tempo que quiser em segundos.
Salve e saia.
Se não quiser reiniciar execute:
$ sudo systemctl daemon-reload
E veja se resolve.
________________________________________________
Always listen the Buck!