[email protected]:~$ reboot at 05:00 Reboot is scheduled 2020-02-02 04:00:00
Timezone is set to Europe/Berlin (CET)
I'd image to see Reboot is schedulet 2020-02-02 05:00:00 or 04:00:00 and UTC timezone
[email protected]:~$ reboot at 05:00 Reboot is scheduled 2020-02-02 04:00:00
Timezone is set to Europe/Berlin (CET)
I'd image to see Reboot is schedulet 2020-02-02 05:00:00 or 04:00:00 and UTC timezone
[email protected]:~$ reboot cancel Reboot or poweroff is not scheduled [email protected]:~$ reboot at 05:00 Reboot is scheduled 2020-04-27 05:00:00 [email protected]:~$ reboot cancel Broadcast message from [email protected] (somewhere) (Sun Apr 26 13:50:30 2020): Scheduled reboot has been cancelled 2020-04-26 13:50:30
@c-po errors in latest rolling VyOS 1.3-rolling-202004270117
$ show poweroff Traceback (most recent call last): File "/usr/libexec/vyos/op_mode/powerctrl.py", line 193, in <module> main() File "/usr/libexec/vyos/op_mode/powerctrl.py", line 188, in main check_shutdown() File "/usr/libexec/vyos/op_mode/powerctrl.py", line 74, in check_shutdown dt = datetime.strptime(output['DATETIME'], '%Y-%m-%d %H:%M:%S') TypeError: 'NoneType' object is not subscriptable
$ show reboot Traceback (most recent call last): File "/usr/libexec/vyos/op_mode/powerctrl.py", line 193, in <module> main() File "/usr/libexec/vyos/op_mode/powerctrl.py", line 188, in main check_shutdown() File "/usr/libexec/vyos/op_mode/powerctrl.py", line 74, in check_shutdown dt = datetime.strptime(output['DATETIME'], '%Y-%m-%d %H:%M:%S') TypeError: 'NoneType' object is not subscriptable