The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6306
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Should fix rendering of this doc on https://linuxcontainers.org/lxd/docs/master/debugging
From 8074e2be9e05821816af980ad4a66dd5f20070cd Mon Sep 17 00:00:00 2001 From: Brett <19863984+brettmilf...@users.noreply.github.com> Date: Fri, 11 Oct 2019 16:56:00 +1100 Subject: [PATCH] fix debugging.md rendering Should fix rendering of this doc on https://linuxcontainers.org/lxd/docs/master/debugging --- doc/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/debugging.md b/doc/debugging.md index 2086f25307..0225e8c498 100644 --- a/doc/debugging.md +++ b/doc/debugging.md @@ -26,7 +26,7 @@ flag will bring a lot of (hopefully) useful info: ```bash systemctl stop lxd lxd.socket lxd --debug --group lxd - ``` +``` `--group lxd` is needed to grant access to unprivileged users in this group.
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel