A start job is running for raise network interfaces [RESOLVIDO]

1. A start job is running for raise network interfaces [RESOLVIDO]

ADILSON ANTONIO DE OLIVEIRA
adilson bts

(usa Ubuntu)

Enviado em 16/06/2023 - 14:55h

pessoal estou usando o ubuntu lite 6.4 e do nada a inicialização trava e aparece a mensagem ""a start job is running for raise network interfaces""... o que pode ser... vi alguns posts relacionados a isso mas estavam todos usando a virtualização e no meu caso nao, estou usando no pc de mesa... alguem pode me ajudar?



  


2. Re: a start job is running for raise network interfaces

Buckminster
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!


3. Re: A start job is running for raise network interfaces [RESOLVIDO]

ADILSON ANTONIO DE OLIVEIRA
adilson bts

(usa Ubuntu)

Enviado em 16/06/2023 - 18:40h


Buckminster escreveu:

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.

obrigado, mas o arquivo /etc/network/interfaces esta assim...
--------------------------------------------------------------------------
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

# The loopback network interface
#auto lo
#iface lo inet loopback
--------------------------------------------------------------------------
e o arquivo /etc/systemd/system/network-online.targets.wants/networking.service esta em branco







________________________________________________
Always listen the Buck!





4. Re: A start job is running for raise network interfaces [RESOLVIDO]

Buckminster
Buckminster

(usa Debian)

Enviado em 16/06/2023 - 20:50h

Veja o diretório /etc/network/interfaces.d.


________________________________________________
Always listen the Buck!


5. Re: A start job is running for raise network interfaces [RESOLVIDO]

ADILSON ANTONIO DE OLIVEIRA
adilson bts

(usa Ubuntu)

Enviado em 17/06/2023 - 12:45h


Buckminster escreveu:

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!


>>valeu Buckminster... na primeira vez que abri o arquivo ""/etc/systemd/system/network-online.targets.wants/networking.service"" estava em branco, mas tentei depois e consegui.... muito obrigado!!


6. Re: A start job is running for raise network interfaces [RESOLVIDO]

Buckminster
Buckminster

(usa Debian)

Enviado em 17/06/2023 - 18:39h

De nada.
Aí deve ter a opção de marcar como Resolvido, geralmente do lado direito.


________________________________________________
Always listen the Buck!






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts