Comment 82 for bug 1590799

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

@gagarin, @rostislav,

If you can reproduce this at will, could you provide more information about it ?

Executing something like this:

$ for _service in $(systemctl list-dependencies nfs-kernel-server --plain | tail -n +2 | awk '{print $1}'); do systemctl cat --full --no-pager $_service > $_service.cat | journalctl _SYSTEMD_UNIT=$_service > $_service.log | awk '{print $1}'; done ; journalctl --no-pager > big.log

and providing me "*.cat *.log" in a .tar.gz file out be very helpful.

rafaeldtinoco -at- ubuntu.com <- if you don't want to expose your logs file in this bug.

Thanks a lot!