Richard B.
Richard B.
Microsoft solves this issue on their Hypervisor with a RTC device `/dev/ptp_hyperv`, and configuring chrony to use it, see https://learn.microsoft.com/en-us/azure/virtual-machines/linux/time-sync#chrony
Workaround, a script ~/scripts/wake-on-lan-send.sh : ```bash #!/bin/bash set -e PATH=$PATH:/usr/local/bin:/opt/homebrew/bin/ if [ ! -x "$(command -v wakeonlan)" ] ; then echo "wakeonlan not installed (or not in the PATH), install...
Maybe : https://github.com/Nickduino/Pi-Somfy/issues/136
You find it in `/System/Library/CoreServices/Finder.app`, see : ``` ps uax|grep Find kenji 64227 0.0 0.5 412374304 117248 ?? S Sat07AM 2:44.24 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder ```