You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I tried to install on my proxmox a TpotCe under a LXC and it failed
Proxmox Host CPU i7 7500 32Go SSD 500Go
LXC conf SSD 150Go Ram 16Go ubuntu 24.04.2 LTS
git clone https://github.com/telekom-security/tpotce
cd tpotce
./Install.sh
Failed here :
TASK [Syncing clocks (All)] *****************************************************************************************************************************************************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": "hwclock --hctosys", "delta": "0:00:00.007461", "end": "2025-03-13 10:42:49.833726", "msg": "non-zero return code", "rc": 1, "start": "2025-03-13 10:42:49.826265", "stderr": "hwclock: Cannot access the Hardware Clock via any known method.\nhwclock: Use the --verbose option to see the details of our search for an access method.", "stderr_lines": ["hwclock: Cannot access the Hardware Clock via any known method.", "hwclock: Use the --verbose option to see the details of our search for an access method."], "stdout": "", "stdout_lines": []}
...ignoring
If I try "hwclock --hctosys" command :
echelon@TpotCeLight:~/tpotce$ hwclock --hctosys
hwclock: Cannot access the Hardware Clock via any known method.
hwclock: Use the --verbose option to see the details of our search for an access method.
echelon@TpotCeLight:~/tpotce$ hwclock --hctosys --verbose
hwclock from util-linux 2.39.3
System Time: 1741862681.864825
Trying to open: /dev/rtc0
Trying to open: /dev/rtc
Trying to open: /dev/misc/rtc
No usable clock interface found.
hwclock: Cannot access the Hardware Clock via any known method.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I tried to install on my proxmox a TpotCe under a LXC and it failed
Proxmox Host CPU i7 7500 32Go SSD 500Go
LXC conf SSD 150Go Ram 16Go ubuntu 24.04.2 LTS
Failed here :
If I try "hwclock --hctosys" command :
Any idea how to debug/fix this issue ?
Regards
Richard
Beta Was this translation helpful? Give feedback.
All reactions