I'm posting this here in case someone has faced a similar issue.
After encountering issues with the ttyd service (now resolved), I noticed that other services (atop.service and console-setup.service) are also failing.
I have an F4-424 Pro with a "fresh" installation of TOS 6 (updated to 6.0.577-00166).
When I run the command:
Code: Select all
systemctl list-units --type=service --state=failedCode: Select all
UNIT LOAD ACTIVE SUB DESCRIPTION
● atop.service loaded failed failed Atop advanced performance monitor
● console-setup.service loaded failed failed Set console font and keymapatop.service status:
Code: Select all
# systemctl status atop.service
× atop.service - Atop advanced performance monitor
Loaded: loaded (/lib/systemd/system/atop.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2025-01-06 07:07:30 CET; 8min ago
Docs: man:atop(1)
Main PID: 720 (code=killed, signal=USR2)
CPU: 13ms
Jan 06 07:07:30 TNAS systemd[1]: Starting Atop advanced performance monitor...
Jan 06 07:07:30 TNAS atop_init[647]: LOGPATH setting /@system/debug/log
Jan 06 07:07:30 TNAS find[721]: /usr/bin/find: ‘ /@system/debug/log’: No such file or directory
Jan 06 07:07:30 TNAS systemd[1]: atop.service: Control process exited, code=exited, status=1/FAILURE
Jan 06 07:07:30 TNAS systemd[1]: atop.service: Main process exited, code=killed, status=12/USR2
Jan 06 07:07:30 TNAS systemd[1]: atop.service: Failed with result 'exit-code'.
Jan 06 07:07:30 TNAS systemd[1]: Failed to start Atop advanced performance monitor.Code: Select all
# systemctl status console-setup.service
× console-setup.service - Set console font and keymap
Loaded: loaded (/lib/systemd/system/console-setup.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2025-01-06 07:07:28 CET; 9min ago
Main PID: 429 (code=exited, status=1/FAILURE)
CPU: 38ms
Jan 06 07:07:27 TNAS systemd[1]: Starting Set console font and keymap...
Jan 06 07:07:28 TNAS console-setup.sh[510]: /usr/bin/ckbcomp: Can not find file "rules/xorg" in any known directory
Jan 06 07:07:28 TNAS systemd[1]: console-setup.service: Main process exited, code=exited, status=1/FAILURE
Jan 06 07:07:28 TNAS systemd[1]: console-setup.service: Failed with result 'exit-code'.
Jan 06 07:07:28 TNAS systemd[1]: Failed to start Set console font and keymap.That said, everything appears to be working fine.
There are some other errors I’ve noticed during system initialization, but I’ll address those in another thread.
Thank you, and best regards.
