Am 14.07.2016 um 15:04 schrieb Norbert Schulz:

>> #!/bin/sh
>> ethtool <your_interface>
>>
>> Mark it as executable and the run systemctl halt
>>
>> What's the output of the script?
>>
> There is no output of the script. No messages will be written to 
> /var/log/syslog
> or /var/log/messages

Try that instead

#!/bin/sh
mount -oremount,rw /
ethtool $iface > /ethtool.txt
mount -oremount,ro /

Then check the file /ethtool after the next (re)boot.

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to