SI Reasoning <[EMAIL PROTECTED]> writes: > Just in case I put in something wrong I tried the new > ifup today but still no go. The script looks good as > far as I can tell but it still does not work properly. > Here is what I get: > > [root@sidell sbin]# service pcmcia restart > Shutting down PCMCIA services: cardmgr modules. > Starting PCMCIA services: cardmgr. > [root@sidell sbin]# ifup eth0 > dhpcd is running ifdown it before > [root@sidell sbin]# d /etc/dhcpc > dhcpcd-eth0.cache dhcpcd-eth0.info.old dhcpcd.exe* > dhcpcd-eth0.info dhcpcd-eth0.pid > > As you can see, despite the fact the script looks like > it should remove the pid, it still does not.
That mean that you have dhcpcd running but he didn't get the information, i believe that ps aux|grep dhcpcd tell you that is running ? The only thing we need to find is why the first ifup eth0 failed. Can you try a sleep 10 in /etc/hotplug/net.agent before the ifup just for testing if it's a timeout problem... -- http://www.chmouel.org/
