From 6a82df4a2a44cf2c0b10f56ec801b38867e5389d Mon Sep 17 00:00:00 2001 From: James Brusey Date: Tue, 28 Jun 2022 11:52:34 +0200 Subject: [PATCH] don't use sudo! --- 01-install-contiki.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/01-install-contiki.org b/01-install-contiki.org index 0bea563..10c81b2 100644 --- a/01-install-contiki.org +++ b/01-install-contiki.org @@ -255,7 +255,10 @@ vagrant reload - You now need to login on the VirtualBox window that comes up after the reboot. The username should be =vagrant= with the password =vagrant=. - To get X running, you can just run =startx= on the command line after logging in on the gui window. -Note: at this stage, some people end up using +sudo startx+, which (a) is not needed and (b) means that everything then has to run under the root user. If you have a problem with permissions at this stage, read the messages carefully and try to resolve the specific problems. +Note: at this stage, some people end up using +sudo startx+ (WARNING! DO NOT DO THIS!), which (a) is not needed and (b) means that everything then has to run under the root user. If you have a problem with permissions at this stage, read the messages carefully and try to resolve the specific problems. To resolve (ONLY IF YOU NEED TO) use the following find command +#+BEGIN_SRC sh +sudo find . -user root -exec chown vagrant:vagrant {} \; +#+END_SRC * Step 8 make sure you have all the submodules - You may need to download the cooja submodules if you haven't already