mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1997] Wrong Boot Time with Linux Agent inside a LXC #3193
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3193
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 @janstalhut on GitHub (Sep 8, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1997
Server Info (please complete the following information):
Installation Method:
--insecureflag at installAgent Info (please complete the following information):
Describe the bug
The boot time for a LXC is displayed incorrectly, it always says the same time as the LXC-Container-Host, also after a fresh reboot of the LXC, or shutdown and switch on again.
Expected behavior
Display of the correct boot time of the container, like other Linux devices.
Additional context
Unfortunately, I don't know how the agent determines the boot time. However, if I use the "uptime" command in one of the LXC, I get the correct time at which the system started. And also the file /proc/uptime contains the correct count of seconds.
If I can somehow help solve the problem with a debug log or something similar from the agent, please let me know.