Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Has anyone done anything with the Standalone EyeFi Server (http://returnbooleantrue.blogspot.com/2 … erver.html) running on the DNS-323?
It's a Python2.6 script that replaces the EyeFi Manager. I've gotten it running from the command line, but when I try to run it in the background (using &) it exits with an error. I'd like to have this server start at bootup and run in the background (better if it was a daemon) to handle all EyeFi requests.
Offline
I would also like to request a guide on howto get this running in the kackground
/m
Offline
Have you tried starting using screen?
Offline
If you mean, have I tried starting it manually from a command prompt, yes I have. It starts fine that way, but I can't get it to start from a startup script, in the background or otherwise.
from the command prompt;
/ # /mnt/HD_a2/ipkg/opt/bin/python2.6 /mnt/HD_a2/EyeFi/EyeFiServer.py
[04/07/09 04:24PM][main] - Eye-Fi server started listening on port 59278
Press <RETURN> to stop server
from a script in the /ffp/start path;
* /ffp/start/inetd.sh inactive
* /ffp/start/eyefi.sh ...
/mnt/HD_a2/ipkg/opt/bin/python2.6: can't load library 'libbz2.so.1.0'
* /ffp/start/dnsmasq.sh inactive
contents of eyefi.sh;
#!/bin/sh
/mnt/HD_a2/ipkg/opt/bin/python2.6 /mnt/HD_a2/EyeFi/EyeFiServer.py
Offline