1.6 KiB
1.6 KiB
Incus Troubleshooting Session Summary
User Requests
- Check all Incus containers in all projects on remote server
- Check the logs of all containers from
gta
anddefault
projects, and identify which ones must be taken care of - Check Incus configuration to find where container filesystems are mounted, then look directly at logs from the root host filesystem
My Responses
-
Container Discovery
- Listed all projects and containers:
default
: dns, gitea, jitsi, mail, matrix, radicale, seedreco, vaultwarden, webgta
: wireguardtest-project
,vins
: no containers
- Listed all projects and containers:
-
Attempted Container Log Retrieval (via Incus tooling)
- Encountered limitations: direct log retrieval per project via
incus query
not supported as expected. - Explained alternative approaches (using
incus exec
or fetching from files inside containers). - Asked for your preferred log-checking method: journal inside the container, or files from the host.
- Encountered limitations: direct log retrieval per project via
-
Logs Inspected Directly from Host Filesystem
- Used information about Incus container mountpoints to inspect
/var/log/syslog
and/var/log/messages
for each container:- Most containers lack system logs at these paths.
jitsi
: Found many repeated TURN server TLS/TCP socket errors (recommend investigation)mail
: ClamAV warning for outdated signatures (recommend update)
- Recommended focusing on
jitsi
(TURN server errors) andmail
(ClamAV out-of-date) for attention.
- Used information about Incus container mountpoints to inspect
If you need further details on specific containers, deeper log analysis, or recommendations on fixes, just ask!