Troubleshooting
Depending on your setup, you may have to run the xltrail CLI commands as root/via sudo.
Error Messages
Cannot perform an interactive login from a non TTY device
If you get this error when you run xltrail install or xltrail update, double-check your xltrail.conf file and make sure you have an entry with password for DOCKER_REGISTRY_PASSWORD. Alternatively, you may want to try the offline installation.
xltrail status
xltrail status provides an overview of all xltrail Docker containers:
- 3 containers (
xltrail_provision_1,xltrail_dbmigration_1andxltrail_frontend_1) should showExited (0) x minutes agowhich is expected. There is only an issue if the exit code is not0. - Exited containers sometimes get cleaned up and hence don't show up anymore. That's OK - they will show up again after
an
xltrail restart. - The rest of the containers should show something like
Up x minutes.
xltrail logs
xltrail logs provides a live tail of the logs across all important containers. This is an easy way to debug e.g. the
Active Directory / LDAP settings—just run xltrail logs while you login. You can exit out again via Ctrl-C.
Specific logs
If you want to look at the logs of a specific container, you can use its name from the xltrail status output. For example,
if the database migration fails and you'd like to get access to these logs only, run: docker logs xltrail_dbmigration_1.
You can turn this into a live log via docker logs -f xltrail_dbmigration_1.
Support package
Run xltrail support in your terminal to create a support package with all the log files that can be sent to us for further investigation, see also xltrail CLI.