On Tue, May 26, 2015 at 11:59 AM, Jason Kridner
<jkrid...@beagleboard.org> wrote:
> I've been able to reproduce this error. It showed up first on the
> early builds of Chrome, but it now seems to have leaked into their
> production releases. It seems they've added some code that generates
> an exception that older versions of Chrome didn't produce. The issue
> only seems to show up for me when I don't have an Internet connection.
> Hopefully the cloud9 update fixes it, but seeing the issue is
> wide-spread, I'll try a bit harder to track down a reliable resolution
> to it.

cloud9 master seems a little more broken on chrome then firefox:

chrome: random white text:
firefox: gui shows up, but un-usable...

cd /opt/cloud9/build/

wget 
http://rcn-ee.homeip.net:81/farm/testing/c9-core_3.0.1+git20150522-build.tar.xz

rm -rf standalonebuild

tar xf c9-core_3.0.1+git20150522-build.tar.xz

(reboot)

May 26 17:06:53 beaglebone cloud9ide[4680]: Authentication is required
when not running on localhost.
May 26 17:06:53 beaglebone cloud9ide[4680]: Please use -a user:pass or
--listen localhost to listen locally.
May 26 17:06:53 beaglebone cloud9ide[4680]: switching to localhost
May 26 17:06:55 beaglebone cloud9ide[4680]: LISTEN_FDS = 1
May 26 17:06:55 beaglebone cloud9ide[4680]: Connect server listening
at http://127.0.0.1:3000
May 26 17:06:55 beaglebone cloud9ide[4680]: CDN: version standalone
initialized /opt/cloud9/build/standalonebuild/build
May 26 17:06:56 beaglebone cloud9ide[4680]: Started
'/opt/cloud9/build/standalonebuild/configs/standalone' with config
'standalone'!
May 26 17:06:57 beaglebone cloud9ide[4680]: Error: write EPIPE
May 26 17:06:57 beaglebone cloud9ide[4680]: at errnoException (net.js:905:11)
May 26 17:06:57 beaglebone cloud9ide[4680]: at Object.afterWrite (net.js:721:19)
May 26 17:06:58 beaglebone cloud9ide[4680]: events.js:72
May 26 17:06:58 beaglebone cloud9ide[4680]: throw er; // Unhandled 'error' event
May 26 17:06:58 beaglebone cloud9ide[4680]: ^
May 26 17:06:58 beaglebone cloud9ide[4680]: Error: spawn ENOENT
May 26 17:06:58 beaglebone cloud9ide[4680]: at errnoException
(child_process.js:1011:11)
May 26 17:06:58 beaglebone cloud9ide[4680]: at
Process.ChildProcess._handle.onexit (child_process.js:802:34)

To recover:

sudo apt-get install c9-core-installer  --reinstall

Which will reinstall "c9-core_3.0.1+git20150306-build.tar.xz"

git20150306 was one of the last node 0.10, before git master went 0.12
only.  they have since allowed 0.10 again, so i've been trying to get
an update pushed.

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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to