You are not logged in.
Since adding netfs to the daemons in rc.conf my laptop takes about 30-40secs longer to startup. I realise netfs must be waiting for the network (WiFi) to connect but I have nfsd running as background (@) so I don't know how to fix this.
Actually I don't need the mounted NFS drive from boot so maybe I can run some script from rc.local to start nfs later and mount the drives?
My computer has a static IP setup in network client, could I fix the problem above by "hardwiring" the net config from rc.conf, making the WiFi connect faster?
Last edited by dabbi2000 (2011-11-27 14:10:56)
Offline
nfsd is the nfs server - are you sure you need that running on your laptop?
You didn't say which network utility you're using, but afaik all of them have some do-this-after-connecting facility e.g. netcfg has PRE_UP/POST_UP/PRE_DOWN/POST_DOWN - I use that to make sure my nfs shares are mounted/unmounted after/before the network comes up/down.
Offline
Really sorry, I meant NETFS not NFSD! (have corrected in first post)
Last edited by dabbi2000 (2011-11-27 14:11:39)
Offline