Chapter 7
Troubleshooting

7.1 libres3_report

If you face a problem connecting to your LibreS3 server, please run libres3_report which generates a file libres3-report-*.log in the current directory, containing details about LibreS3’s build and runtime configuration, and logs.

By default the secret key is removed from the output, but names and IP addresses are not anonymized to make debugging easier. You can anonymize the logged information by running libres3_report --anonymize which replaces each name and IP address with a hash.

7.2 Logs

You can read the logs directly at /var/log/libres3/*.log.

To enable logging of full HTTP requests run the following commands:

# export LIBRES3_DEBUG=1 
# libres3 restart

To enable debugging of the LibreS3 and SX communication:

# libres3 stop 
# libres3_ocsigen --foreground --debug

7.3 Further information

For more information and FAQ please visit http://www.skylable.com/docs/.

If you can’t find your solution there, please subscribe to our mailing list at http://lists.skylable.com and post about your issues.