mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
App fails to find mysterious "uptime" field in DHCP lease info #291
Labels
No labels
component/keyboard-layout
component: cloud
component: device screen
component: extensions
component: hid/keyboard
component: hid/mouse
component: network
component: timesync
component: ui
component: updater
component: usb
component: usb/hid
component: usb/storage
component: video
component: webrtc
component: webserver
need-more-details
status: working-in-progress
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kvm#291
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dseven on GitHub (May 25, 2025).
Originally assigned to: @ym on GitHub.
Noticed that my display was waking up for no apparent reason, and linked it to this event every hour:
The code appears to be looking for a field named
uptimein the udhcp lease info file, but there is no such field - neither in the file on my device nor in the documentation. I wonder where the author was expecting this field to come from - perhaps a customisation to udhcpc that has not yet been rolled out??@dseven commented on GitHub (Jun 5, 2025):
Symptoms (error message and display waking up) appear to have gone away with the latest dev code, presumably due to #540 . Still curious about this "uptime" field, though...