--- Chmouel Boudjnah <[EMAIL PROTECTED]> wrote:
> 
> Humm i'll apply that patch :
> 
> --- ifup.~1.28.~      Tue Jan 29 11:01:42 2002
> +++ ifup      Wed Feb 13 19:38:49 2002
> @@ -226,6 +226,14 @@
>      [ "X${DOMAINNAME}" = "X" ] &&
> DHCP_ARGS="$DHCP_ARGS -D"
>      [ -n "$DHCP_TIMEOUT" ] && DHCP_ARGS="$DHCP_ARGS
> -t ${DHCP_TIMEOUT}"
>      DHCP_ARGS="$DHCP_ARGS $DEVICE"
> +    PIDF=/etc/dhcpc/dhcpcd-$DEVICE.pid
> +    if [[ -f $PIDF ]];then
> +     if kill -0 `cat $PIDF`;then
> +         true; #running
> +     else
> +         /bin/rm -f $PIDF; #clear it
> +     fi
> +    fi
>      ;;
>      pump)
>      [ -n "$DHCP_HOSTNAME" ] && DHCP_ARGS="-h
> $DHCP_HOSTNAME"
> 

:-}

> I think with latest pcmcia i fixed all the knows
> problems..
> 
Just installed latest pcmcia and kernel but it still
does not bring eth0 back up if I:
service pcmcia restart
or
I remove and then reinsert the lan card


=====
SI Reasoning
[EMAIL PROTECTED]

"To announce that there must be no criticism of the president or that we are to stand 
by the president, right or wrong, is not only unpatriotic and servile, but is morally 
treasonable to the American public."
Theodore Roosevelt

__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

Reply via email to