Skip to content

Instantly share code, notes, and snippets.

@rbanffy
Last active January 25, 2016 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbanffy/7785fa5187158111a2fa to your computer and use it in GitHub Desktop.
Save rbanffy/7785fa5187158111a2fa to your computer and use it in GitHub Desktop.
Homework for before reporting a MAAS bug
dpkg -l maas* | cat
dpkg -l maas* > /tmp/dpkg-l-maas.txt
sudo tar jcvf /tmp/maas-logs-$(date +%Y%m%d%H%M)-$(hostname).tar.bz2 /var/log/maas/ /var/log/kern.log /var/log/syslog /tmp/dpkg-l-maas.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment