Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I just need to reinstall fun_plug on my DNS-323. Follow all the standard steps as usual however. now my lighttpd is not running. Please see the screen shot below:
root@nashawa:/mnt/HD_a2/ffp/start# sh lighttpd.sh status lighttpd not running root@nashawa:/mnt/HD_a2/ffp/start# sh lighttpd.sh start Starting /ffp/sbin/lighttpd -f /ffp/etc/lighttpd.conf root@nashawa:/mnt/HD_a2/ffp/start# ps -A | grep lighttpd 1623 root /ffp/sbin/lighttpd -f /ffp/etc/lighttpd.conf 1624 root [lighttpd] 1625 root [lighttpd] 1662 root grep lighttpd root@nashawa:/mnt/HD_a2/ffp/start# sh lighttpd.sh stop Stopping lighttpd root@nashawa:/mnt/HD_a2/ffp/start# sh lighttpd.sh start Starting /ffp/sbin/lighttpd -f /ffp/etc/lighttpd.conf root@nashawa:/mnt/HD_a2/ffp/start# sh lighttpd.sh status lighttpd not running root@nashawa:/mnt/HD_a2/ffp/start#
From the code above even when I checked the status, it just shows it is not running at all. And I never seem to see this message before when to start lighttpd:
Starting /ffp/sbin/lighttpd -f /ffp/etc/lighttpd.conf
I just have no idea what is wrong here...
Offline
I realized that if I used lighttpd.conf without the php enable, then the lighttpd will run perfectly as shown below:
/mnt/HD_a2/ffp/etc # sed -i '/server.port/ s/^/#/' lighttpd.conf /mnt/HD_a2/ffp/etc # cd /ffp/start/ /mnt/HD_a2/ffp/start # sh lighttpd.sh stop Stopping lighttpd /mnt/HD_a2/ffp/start # sh kickwebs.sh start Kicking webs ... /mnt/HD_a2/ffp/start # sh lighttpd.sh start Starting /ffp/sbin/lighttpd -f /ffp/etc/lighttpd.conf /mnt/HD_a2/ffp/start # sh lighttpd.sh status lighttpd running as pid 2025
If then I uncomment those codes to enable php, immediately the lighttpd wouldn't run. what wrong? so strange? it never happen to me before? any may to rectify this?
Offline
Solved this. It is because I forgot to install php-5.2.6-3.tgz since fun_plug 0.5 default installation doesn't include php. So I have to install manually using the funpkg -i
Offline