Hi Michael, On Tue, Dec 12, 2017 at 1:31 PM, Michael Megliola <[email protected]> wrote: > I installed the latest Debian build (including Cloud9) on a BeagleBone Blue, > then I downloaded the Strawson Robotics Cape software and the rcpy Python > library. That all works fine, except for one problem: the robotics cape > software requires to be run from the root user, while Cloud9 is configured > to run from debian. > > In order to run a Python script, I currently need to use a Cloud9 terminal > window and switch to root. The regular Cloud9 run facilities fail, with a > message says that root access is required. > > Is there a way to either (a) set up Cloud9 run configurations to run as > root, (b) configure the Cloud9 service to run from the root account, or (c) > something else, that would allow me to run directly, using the run button?
This was a security change in cloud9, it can be undone via: edititing: /lib/systemd/system/cloud9.service remove: (debian user) "User=1000" and reboot, it should load up as root.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhsW%2BPw2jYbHPMmc60BcSgsrZk5UgnCmf3D7r_ov-ut-A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
