Thanks & Small HellaNZB Fix
Raas,
Thanks for HeadStart II! I've been enjoying it now for over 4 months.
Tonight I finally figured out a way to get rid of the following HellaNZB error message:
Warning: disk_free_space() [function.disk-free-space]: No such file or directory in /mnt/protected/WebUI/zussaweb/functions.php on line 4
On line 4 of the functions.php located in /mnt/protected/WebUI/zussaweb
Change:
return (round (disk_free_space(disk)/1024/1024,2));
To:
return (round (disk_free_space('/mnt')/1024/1024,2));
At least that worked for me. Hopefully someone finds this useful.
Again much thanks to you and all who contribute to wl500g development and wl500g.info.
Webserver stopped after "ipkg upgrade"
Hi Raas,
first of all.. Thank you very much for the great work on the headstart.
I have been working with it for a while now and i thought it might be good to upgrade the packages to the newest versions, so i gave the command:
ipkg update
ipkg upgrade -force-defaults
after that I couldn't start lighttpd any more..
samba is still working but i can't control transmission anymore..
Do you have an idea how I can fix this?
tnx in advance