View previous topic :: View next topic |
Author |
Message |
WTFman Apprentice
Joined: 04 Apr 2005 Posts: 153
|
Posted: Sat Jun 11, 2005 5:37 am Post subject: Here we go again (dhcpcd taking too much time) |
|
|
So it seems that the baselayout has changed. I had this problem before. I think what I want to do is have the command "dhcpcd -k" run at shutdown. There was a change I had to make to etc/init.d/net.eth0 but now that it's changed I'm not sure where I should put the code or if I need a new code. Keep in mind I'm not a programer so please be as specific as possible and examples help (obviosly knowing some programing languages is a big help for anyone using gentoo)
The last time I had this problem, this is how I fixed it! _________________ Occupation: Professional Slacker
Hobbies/Interests: Open Source Aficionado since 2005 |
|
Back to top |
|
|
mslinn Apprentice
Joined: 24 Sep 2004 Posts: 206 Location: Half Moon Bay, CA
|
Posted: Sat Jun 11, 2005 3:17 pm Post subject: Re: Here we go again (dhcpcd taking too much time) |
|
|
Here is my /etc/conf.d/net:
Code: |
ifconfig_eth0=(
"dhcp"
)
dhcpcd_eth0="-t 2"
|
If dhcp doesn't reply within 2 seconds, the boot process moves on. |
|
Back to top |
|
|
WTFman Apprentice
Joined: 04 Apr 2005 Posts: 153
|
Posted: Sun Jun 12, 2005 3:30 am Post subject: |
|
|
um, not exactly what I'm looking for. _________________ Occupation: Professional Slacker
Hobbies/Interests: Open Source Aficionado since 2005 |
|
Back to top |
|
|
WTFman Apprentice
Joined: 04 Apr 2005 Posts: 153
|
Posted: Mon Jun 13, 2005 8:12 pm Post subject: |
|
|
Anyone? I've been typing "dhcpcd -k" in the command line before I shutdown, I'd like the command to be given automaticly. I was wondering if it was possible to go without dhcpcd, but when I modified my /etc/conf.d/net to use my IP address instead I couldn't get a connection, so I ended up using dhcpcd anyways _________________ Occupation: Professional Slacker
Hobbies/Interests: Open Source Aficionado since 2005 |
|
Back to top |
|
|
|