We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
journalctl -b
diagnose
1 parent 5e14f6c commit a45d888Copy full SHA for a45d888
hack/test-templates.sh
@@ -152,6 +152,7 @@ function diagnose() {
152
mkdir -p failure-logs
153
cp -pf "$HOME_HOST/.lima/${NAME}"/*.log failure-logs/
154
limactl shell "$NAME" sudo cat /var/log/cloud-init-output.log | tee failure-logs/cloud-init-output.log
155
+ limactl shell "$NAME" sh -c "command -v journalctl >/dev/null && sudo journalctl -b --no-pager" >failure-logs/journal.log
156
set +x -e
157
}
158
0 commit comments