From 73bc674a7fa2c00963c5075792eac2ebf0a00ca1 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Wed, 22 Mar 2023 08:09:48 -0400 Subject: [PATCH] Reboot required after group membership change. --- docs/Debugging.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Debugging.md b/docs/Debugging.md index 5c4f896..f4591b9 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -108,6 +108,9 @@ You will need to add your userid to the pipedal_d group if you plan to share the sudo usermod -a -G pipedal_d *youruserid* +You will need to reboot your machine to get the group membership change to take effect,or log out and log back +in if you can do that. + Or you can avoid all of this, by configuring the debug instance to use a data folder in your home directory. Edit `debugConfig/config.json`: