-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission denied: '/sys/class/rtc/rtc0/wakealarm' #19
Comments
Yes, the rtc is loaded and available, however there is not wakealarm under
that class
Thanks
…On Wed, 16 Mar 2022, 10:23 pm hzzfly, ***@***.***> wrote:
did you try this
https://github.com/ThomasVon2021/pikvm-CM4-Board#25real-time-clock-rtc
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAV6DUNF7LMBFCXOFPQ5ZETVAHACZANCNFSM5QZ75IAQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
As per my previous comment:
There is clearly no wakealarm under that tree. Any ideas? |
Same issue here. How to solve this ? |
That's what happens when your software is meant for PiKVM v3 but used on BliKVM... The PiKVM v3 team #wontfix since it's not their problem! |
You can completely disable
|
Disabling the specific wakealarm service seems to remove the log issue,
does it have any other detrimental effect?
…On Sun, 17 Apr 2022, 6:55 pm DerTFL, ***@***.***> wrote:
You can completely disable kvmd-watchdog by
rw
systemctl disable --now kvmd-watchdog
ro
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAV6DUJL6X6VHXYZF6E7Y2LVFPGWJANCNFSM5QZ75IAQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I think it only removes the ability to power on the pi at a defined hour. |
I don't think the ds1307 chip supports that function anyway, hence why
there is no wakealarm function exposed and available.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing a repeating error in the log PiKVM web log that seems linked to the RTC module. I'm running the latest v3 hat image of PiKVM
Full error log:
[2022-03-16 00:25:07 kvmd-watchdog.service] --- kvmd.apps.watchdog INFO --- Running watchdog loop on RTC0 ...
[2022-03-16 00:25:07 kvmd-watchdog.service] --- Traceback (most recent call last):
[2022-03-16 00:25:07 kvmd-watchdog.service] --- File "/usr/bin/kvmd-watchdog", line 9, in
[2022-03-16 00:25:07 kvmd-watchdog.service] --- main()
[2022-03-16 00:25:07 kvmd-watchdog.service] --- File "/usr/lib/python3.10/site-packages/kvmd/apps/watchdog/init.py", line 119, in main
[2022-03-16 00:25:07 kvmd-watchdog.service] --- options.cmd(config.watchdog)
[2022-03-16 00:25:07 kvmd-watchdog.service] --- File "/usr/lib/python3.10/site-packages/kvmd/apps/watchdog/init.py", line 80, in _cmd_run
[2022-03-16 00:25:07 kvmd-watchdog.service] --- _reset_alarm(config.rtc, config.timeout)
[2022-03-16 00:25:07 kvmd-watchdog.service] --- File "/usr/lib/python3.10/site-packages/kvmd/apps/watchdog/init.py", line 65, in _reset_alarm
[2022-03-16 00:25:07 kvmd-watchdog.service] --- _write_int(rtc, "wakealarm", wake)
[2022-03-16 00:25:07 kvmd-watchdog.service] --- File "/usr/lib/python3.10/site-packages/kvmd/apps/watchdog/init.py", line 55, in _write_int
[2022-03-16 00:25:07 kvmd-watchdog.service] --- with open(_join_rtc(rtc, key), "w") as value_file:
[2022-03-16 00:25:07 kvmd-watchdog.service] --- PermissionError: [Errno 13] Permission denied: '/sys/class/rtc/rtc0/wakealarm'
The text was updated successfully, but these errors were encountered: