*-----Original Message----- *From: Jason Rogers [mailto:[EMAIL PROTECTED] *Sent: 20 September 2003 19:26 PM * *I once used etc-update without knowing exactly what I was doing and in *the process overwrote my network startup script(s). I have *been able to *recover from that, however every time I logon for the first time I now *have to run dhcpcd to get the network to come up (be configured?). I *have looked through a lot of documentation but I am still *confused as to *how to get this to start automatically now. I don't want to *do something *else that will mess up the system again, so I thought I would post it *here first. * *I think that I have to run this command "rc-update add net.XXX default" *where "XXX" is the name of my interface. Is that so? Or do I need to *run "rc-update add dhcpcd default" or something else entirely? *
first check /etc/runlevels/default for net.XXX if it's not there rc-update add net.eth0 default (example) if it is there edit /etc/conf.d/net.XXX and enable dhcp in that file hope that helps Regards Wayne -- This message, including any attachments, may contain information which is confidential, private or privileged in nature. If you are not the intended recipient, please do not peruse, use, disseminate, distribute or copy this message or attachments and please notify the sender immediately by e-mail, facsimile or telephone and destroy the original message. Any views in this communication are those of the sender except where the sender specifically states otherwise. Please note that the recipient must scan this e-mail and any attached files for viruses and the like. No liability of whatever nature is accepted for any loss, liability, damage or expense resulting directly or indirectly from this communication and/or the access and/or downloading of any attachments. -- [EMAIL PROTECTED] mailing list
