@towwire :
Added a new cron-job on the remote machine, as per your instructions.
2022-06-28_Cron_Job.png
Still having trouble waking the remote machine from a "cold boot", i.e. the machine was powered-down the night before, and unplugged from the electricity. In the morning, after plugging-in the machine, I cannot wake it from the local machine. The "etherwake" command executes, but the remote machine stays off.
Perhaps the problem is that I have unplugged it from the home electricity?
I unplug all of my devices before going to bed.
Seems like it might be a catch-22: the cron-job is set for "@reboot", but, for the command:
Code: Select all
@reboot /usr/bin/ethtool -s eth0 wol g
to work, wouldn't it have to be rebooted (somehow) first?
The "etherwake" command works fine if I have initially started the remote machine manually (by hand)-- then, I can put it to sleep, wake it from sleep, reboot, shut it down (halt), restart it after shutdown, etc. However, I must have that first or initial manual start-up (by hand).
My question is: How can I turn-on the Remote Machine for that initial/first Startup not by hand, but by using "etherwake"?
Again, the initial Startup/Power-On being in a state where that remote machine had been un-plugged the night before, but now, in the morning, manually plugged back into the home electricity.
In this situation, "etherwake" does NOT power-on the remote machine.
