Re: 2.5.71 go boom

Stephen Hemminger (shemminger@osdl.org)
Mon, 16 Jun 2003 12:53:15 -0700


Perhaps the changes to network hotplug are related. Did you see this?
>
> This patch causes an external script API change.
> Because network device go through the standard path, the action passed to the script
> is no longer register or unregister but is now "add" or "remove" like other devices.
> This is a good thing. When testing (at least on RHAT) just change /etc/hotplug/net.agent
> case statement:
>
> case $ACTION in
> add|register)
> # Don't do anything if the network is stopped
> if [ ! -f /var/lock/subsys/network ]; then
> exit 0
> fi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/