i have similar issue status command:
root@beaglebone:~/skrypty# systemctl status bonescript.socket > > bonescript.socket > > Loaded: loaded (/lib/systemd/system/bonescript.socket; enabled) > > Active: inactive (dead) > > CGroup: name=systemd:/system/bonescript.socket > > >> Nov 13 12:02:31 beaglebone systemd[1]: Starting bonescript.socket. > > Nov 13 12:02:31 beaglebone systemd[1]: Failed to listen on >> bonescript.socket. > > Nov 13 12:04:15 beaglebone systemd[1]: Starting bonescript.socket. > > Nov 13 12:04:15 beaglebone systemd[1]: Failed to listen on >> bonescript.socket. > > Nov 13 12:04:56 beaglebone systemd[1]: Closed bonescript.socket. > > Nov 13 12:05:11 beaglebone systemd[1]: Starting bonescript.socket. > > Nov 13 12:05:11 beaglebone systemd[1]: Failed to listen on >> bonescript.socket. > > as you can see, after closing and starting there is still "Failed to listen on bonescript.socket". journalctl -xn is telling: Socket service bonescript.service already active, refusing.It is confusing W dniu niedziela, 17 listopada 2013 01:21:53 UTC+1 użytkownik [email protected] napisał: > > 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/d/optout.
