Report bugs¶
This page describes how to report bugs for the Livepatch Client and the Livepatch on-premises server. Including the right diagnostic information in your bug report helps the development team diagnose and resolve your issue quickly.
Report a Livepatch Client bug¶
File client bugs on the canonical-livepatch Launchpad project. Include the output from the following commands in your bug report:
snap info canonical-livepatch
canonical-livepatch status
lsb_release -a
uname -a
journalctl -u snap.canonical-livepatch.canonical-livepatchd
The output of journalctl can be lengthy. To include only recent log entries, pipe the output into tail:
journalctl -u snap.canonical-livepatch.canonical-livepatchd | tail -100
Note: Mark the bug as private if any of the diagnostic output contains personal or sensitive information that you do not want publicly visible.
Report a Livepatch on-prem server bug¶
File server bugs on the livepatch-onprem Launchpad project. Include the server version and relevant log output in your bug report.