-----Original Message-----
From: David McBride 
Sent: Sunday, September 23, 2001 3:56 PM
To: 'Charles Steinkuehler'
Subject: RE: [Leaf-user] Please help with 2 NIC's useing DHCPD.


Thanks for the info Charles, it did the trick.  I now have two of the three
NIC's useing DHCPD for IP info.  AWSOME!!!! 

thanks a million, you did save quit a number of the hairs on my head from
perishing,
David  :)

---snip----

I just tried setting IF_DHCP="eth0 eth1" in network.conf and got the error
you were seeing.  I have tracked this problem to a problem with the
/etc/init.d/dhclient init script, which needs to be changes as follows:

Current script:
case "$1" in
    start)
        if [ "$EXTERN_DHCP" = "YES" ] || \
        if [ "$EXTERN_DHCP" = "Yes" ] || \
        if [ "$EXTERN_DHCP" = "yes" ]; then
        if [ $IF_DHCP ]; then

Change the last line to:
        if [ "$IF_DHCP" ]; then

The problem is the missing quotes around $IF_DHCP.  I thought I had checked
this, but thinking back, I must have manually run the dhclient command,
rather than using the init script, figuring the problem was with dhclient,
not the init scripts...sorry for any confusion, wasted time, and/or lost
hair...

I'll update the dhclient package for the upcomming dachstein release.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to