gharris999;352614 Wrote: > Would you show us what you did to the halt script?
I simply removed the -i argument, so halt -d -f -i $poweroff $hddown becomes halt -d -f $poweroff $hddown But after poking around the last hours I must say that I still don't understand how Ubuntu handles network setup exactly, but I am getting some things. It seems that '/etc/init.d/networking' is considered at startup automatically even if the networking script isn't added to any runlevel (the ethtool command I put into it is called on startup). But only if I put 'auto eth0' in '/etc/network/interfaces'. So the network script isn't running actually and therefore not stopped at shutdown (my guess). So I think something somewhere in Ubuntu still disables my network interface on halt, but I haven't found the culprit until now. Thanks, SignorRossi. -- signor_rossi ------------------------------------------------------------------------ signor_rossi's Profile: http://forums.slimdevices.com/member.php?userid=11941 View this thread: http://forums.slimdevices.com/showthread.php?t=54091 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
