View Single Post
Posts: 200 | Thanked: 300 times | Joined on Nov 2009 @ The Netherlands
#6
What is the output from:

Code:
ls -l /etc/event.d/lighttpd
Does the output line begin with:

Code:
-rw-r--r--    1 root     root
YES

After a reboot, what is the result of:

Code:
ps | grep lighttpd
Does something like this show up?

Code:
687 root      2492 S    /usr/sbin/lighttpd -f /etc/lighttpd.conf
NO, lighttpd is not running.


It will however after I manually do:

Code:
start lighttpd
or

Code:
/etc/init.d/lighttpd start
or

Code:
/usr/sbin/lighttpd -f /etc/lighttpd.conf

I did copy/past it with WinSCP to my device and using the lasted firmware (51-1).


Any thoughts about this?

Last edited by digitalvoid; 2010-01-18 at 23:26.