[SOLVED] Waiting for Network configuration

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Gandi

[SOLVED] Waiting for Network configuration

Post by Gandi »

Hi,

I downloaded and installed yesterday the Linux mint maya 32 bit on my IBM T42 Laptop. Everthing works fin. I set up my Ethernet with dhcp and gat Internet connection. I set up my wireless with the key and so on and it works also fin.
After that i installed all new fixes in the update manager. After the next reboot during the boot the system displayed two messages.

"waiting for network configuration" for a while then it says
"waiting an additional 60 seconds for network configuration"

after this the linux came up and the Network icon on the right corner shows "network disabled".
No edit connections is possible and my Wireless settings are also gone. No Internet connetion is possible.
After the restart of the NetworkManager the Internet connection is running but it still shows Network disabled and Wireless lan settings are also not possible.

Do you have any tip or do you need more information for this problem.

Current level is Linux mint maya mintUpdate 4.4.2

Thanks RGDS Enny
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
mads

Re: Waiting for Network configuration

Post by mads »

Check out posts #24 and #25 here.
oobetimer

Re: Waiting for Network configuration

Post by oobetimer »

Edit /etc/init/failsafe.conf file, adding # to every sleep, so sleeps do not work.

# failsafe

description "Failsafe Boot Delay"
author "Clint Byrum <clint@ubuntu.com>"

start on filesystem and net-device-up IFACE=lo
stop on static-network-up or starting rc-sysinit

emits failsafe-boot

console output

script
# Determine if plymouth is available
if [ -x /bin/plymouth ] && /bin/plymouth --ping ; then
PLYMOUTH=/bin/plymouth
else
PLYMOUTH=":"
fi

# The point here is to wait for 2 minutes before forcibly booting
# the system. Anything that is in an "or" condition with 'started
# failsafe' in rc-sysinit deserves consideration for mentioning in
# these messages. currently only static-network-up counts for that.

# sleep 20

# Plymouth errors should not stop the script because we *must* reach
# the end of this script to avoid letting the system spin forever
# waiting on it to start.
$PLYMOUTH message --text="Waiting for network configuration..." || :
# sleep 40

$PLYMOUTH message --text="Waiting up to 60 more seconds for network configuration..." || :
# sleep 59
$PLYMOUTH message --text="Booting system without full network configuration..." || :

# give user 1 second to see this message since plymouth will go
# away as soon as failsafe starts.
# sleep 1
exec initctl emit --no-wait failsafe-boot
end script

post-start exec logger -t 'failsafe' -p daemon.warning "Failsafe of 120 seconds reached."
http://forums.linuxmint.com/viewtopic.p ... ep#p602675
Gandi

[SOLVED] Waiting for Network configuration

Post by Gandi »

Hi,
many thanks for the fast reply and delivery of this work around.
I add a # in the /etc/init/failsafe.conf file in front of all sleeps and so it would be boot fast. And the Network is working too.

Thank a lot.

Gandi
baj
Level 2
Level 2
Posts: 92
Joined: Mon Feb 11, 2013 1:36 am

Re: [SOLVED] Waiting for Network configuration

Post by baj »

Worked for me too, thanks!
Locked

Return to “Networking”