View Single Post
Gusse's Avatar
Posts: 168 | Thanked: 206 times | Joined on Apr 2010 @ Finland
#283
Originally Posted by MasterZap View Post
0.9.5-2 should fix both these things - I hope.

As for the new busybox problem... if someone can show me the output of

Code:
ps | grep "zaploc-daemon"
with new busybox, I can try to figure something out....

/Z
Here is ps output (also with -w) after 3 starts with latest busybox.
Code:
BusyBox v1.19.3 (Debian 1.19.3power1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ ps | grep "zaploc-daemon"
2542 user     39760 S    {zaploc-daemon.p} /usr/bin/python/opt/zaploc/zaplo
 4134 user     39632 S    {zaploc-daemon.p} /usr/bin/python /opt/zaploc/zaplo
 4181 user     39632 S    {zaploc-daemon.p} /usr/bin/python /opt/zaploc/zaplo
 4243 user      2816 S    grep zaploc-daemon
~ $ ps -w | grep "zaploc-daemon"
 2542 user     39760 S    {zaploc-daemon.p} /usr/bin/python /opt/zaploc/zaploc-daemon.py -d
 4134 user     39632 S    {zaploc-daemon.p} /usr/bin/python /opt/zaploc/zaploc-daemon.py -d
 4181 user     39632 S    {zaploc-daemon.p} /usr/bin/python /opt/zaploc/zaploc-daemon.py -d
 4245 user      2820 S    grep zaploc-daemon