Bug#830230: systemd disable wake-on-lan
Michael Biebl
biebl at debian.org
Thu Jul 14 14:47:56 BST 2016
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?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20160714/cba35a01/attachment-0002.sig>
More information about the Pkg-systemd-maintainers
mailing list