You are not logged in.

#1 2006-01-07 00:13:15

allucid
Member
Registered: 2006-01-06
Posts: 259

backgrounding network startup at boot

I just installed arch on my laptop and I have a question pertaining to how the network interfaces are started at bootup. I have two ethernet interfaces (wireless and wired) and at least one of them will always fail at startup and I have to wait 30 or so seconds for it to figure out there is no network to connect to. Can this process be backgrounded so I don't have the delay during startup? I don't have any daemons that rely on the network so it won't break anything and one of the interfaces failing is expected behavior so I don't need notification.

Offline

#2 2006-01-07 00:18:13

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: backgrounding network startup at boot

Yeah - background it as described in rc.conf.

Offline

#3 2006-01-07 00:25:34

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: backgrounding network startup at boot

more precisely, change

DAEMONS = (......network.......)

to

DAEMONS = (.......@network........)

I think

Dusty

Offline

#4 2006-01-07 08:31:16

allucid
Member
Registered: 2006-01-06
Posts: 259

Re: backgrounding network startup at boot

Thanks for the help, didn't realize it was that simple. I probably deleted the comments where it described that.  :oops:

Offline

#5 2006-01-07 13:54:50

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: backgrounding network startup at boot

be careful which daemons you background. You can't do it to ones that require a previous to be fully loaded...requires common sense.

Offline

Board footer

Powered by FluxBB