On Thu, Apr 13, 2017 at 2:31 PM, Mark Yoder <[email protected]> wrote: > Well, it's running. Here's a couple of things I notice: > > 1. The message "Failed to write to 'state.settings'. Access denied > acccessing this file or folder." Keeps flashing in red above the edit > window.
That's what this would fix.. sudo chown -R :cloud9ide /var/lib/cloud9/ || true sudo chmod -R g+w /var/lib/cloud9/ || true sudo chown -R :cloud9ide /opt/cloud9/.c9/ || true sudo chmod -R g+w /opt/cloud9/.c9/ || true but you can try: sudo apt update ; sudo apt upgrade as i pushed another new bone101/c9-core-installer update which should do above ^ > > 2. The terminal window starts in /var/lib/cloud9. (A good place to start.) > Typing cd changes you to /opt/cloud9 which is owned by root. I think it > should be /home/debian. /opt/cloud9/ is the home directory for cloud9 application. ;) otherwise i haven't found where that is spawn'ed yet.. 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/CAOCHtYiEGL_p%3DLVXQoTgspkFjndaihiCVz1D%2Bs3b_yTyqwnR2g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
