Skip to content
Permalink
Browse files
don't use sudo!
  • Loading branch information
James Brusey committed Jun 29, 2022
1 parent 4d54095 commit 6a82df4a2a44cf2c0b10f56ec801b38867e5389d
Showing 1 changed file with 4 additions and 1 deletion.
@@ -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

0 comments on commit 6a82df4

Please sign in to comment.