Had the same problem bonescript socket error after running opkg install 
bonescript
To solve that just do what they say.

1. kill node.js
2. start bonescript.socket again and your good to go.


root@beaglebone:~# opkg install bonescript
Package bonescript (1.0-r21.5) installed in root is up to date.
Configuring bonescript.
Job for bonescript.socket failed. See 'systemctl status bonescript.socket' 
and 'journalctl -xn' for details.
Collected errors:
 * pkg_run_script: package "bonescript" postinst script returned status 1.
 * opkg_configure: bonescript.postinst returned 1.
root@beaglebone:~# ps -ef | grep -i js$
root       125     1  0 Nov16 ?        00:00:01 /usr/bin/node autorun.js
root       679     1  1 Nov16 ?        00:00:13 /usr/bin/node server.js
root@beaglebone:~# kill -9 679
root@beaglebone:~# systemctl start bonescript.socket
root@beaglebone:~# systemctl status bonescript.socket
bonescript.socket
         Loaded: loaded (/lib/systemd/system/bonescript.socket; enabled)
         Active: active (running) since Sun 2013-11-17 00:06:58 UTC; 23s ago
         CGroup: name=systemd:/system/bonescript.socket


-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to