Yeah, I’ve seen that elsewhere before but it still doesn’t work:

root@anna-bone:~/cs_xmlrpc/deb$ systemctl start cs_xmlrpc.service
root@anna-bone:~/cs_xmlrpc/deb$ systemctl status cs_xmlrpc.service
cs_xmlrpc.service - CS XMLRPC Server
          Loaded: loaded (/lib/systemd/system/cs_xmlrpc.service; enabled)
          Active: active (running) since Tue, 13 Jan 2015 15:52:36 +0000; 8s ago
        Main PID: 3565 (cs_xmlrpc)
          CGroup: name=systemd:/system/cs_xmlrpc.service
                  └ 3565 /usr/local/bin/cs_xmlrpc 8888

root@anna-bone:~/cs_xmlrpc/deb$ systemctl stop cs_xmlrpc.service
root@anna-bone:~/cs_xmlrpc/deb$ systemctl status cs_xmlrpc.service
cs_xmlrpc.service - CS XMLRPC Server
          Loaded: loaded (/lib/systemd/system/cs_xmlrpc.service; enabled)
          Active: inactive (dead) since Tue, 13 Jan 2015 15:54:10 +0000; 1s ago
         Process: 3565 ExecStart=/usr/local/bin/cs_xmlrpc 8888 (code=killed, 
signal=TERM)
          CGroup: name=systemd:/system/cs_xmlrpc.service

If I run the daemon manually you can see what it should output:

root@anna-bone:~/cs_xmlrpc/deb$ ../cs_xmlrpc 
Using config file /etc/cs_xmlrpc.d/cs_xmlrpc.conf
Opened /dev/i2c-1 with i2c address 0x40
Global ID: 0x03e5
Running XML-RPC server at http://anna-bone:8888

This is just to stdout, I’m not doing anything fancy here (just printfs)…

Do you think I just have to update to one of the newer debian snapshots?

-Devin


On Tuesday, January 13, 2015 at 10:46:05 AM UTC-5, Miguel Aveiro wrote:

 Maybe you can use "status". It's not all the output, but it can help.
>
>  systemctl status your_service
>
>
> For more information:
> https://fedoraproject.org/wiki/Systemd
>
>
> Miguel Aveiro
>

-- 
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.

Reply via email to