Neuer Versuch...
Hallo Jörg,
vielen Dank die Version nzbget_openwrt.gz funktioniert tadellos. Sauber!
Zu WebInf:
nutz ich apache für die 7390 von:
http://radislav.dyndns.org/index.php?site=Fritzbox/Modification/Apache/installation.php
erhalte ich nach:
Code:
root@fritz:/var/media/ftp/HDD# ./apache -f /var/media/ftp/HDD/apache-1.3.41mips/conf/apache.conf
die Meldung:
Code:
Error: Apache has not been designed to serve pages while
running as root. There are known race conditions that
will allow any local user to read any file on the system.
If you still desire to serve pages as root then
add -DBIG_SECURITY_HOLE to the EXTRA_CFLAGS line in your
src/Configuration file and rebuild the server. It is
strongly suggested that you instead modify the User
directive in your httpd.conf file to list a non-root
user.
geändert in der apacha.conf habe ich danach User: root zu "ftpuser" jedoch startet der apache danach zwar aber drauf verbinden erfolgreich was angezeigt zu bekommen geht nicht. vermutlich hat ist dieser user gewiss der falsche jedoch root scheint nicht zu gehen ...
mit lighttpd funktioniert zumindest das ich eine seite angezeigt bekomme jedoch einen status o.ä. bekomme ich nicht geliefert da scheint noch ein mh modul oder irgendwas zu fehlen ... keine ahnung was ich noch basteln soll aber zumindest funktioniert nzbget erstmal wieder *freu*
¤dit:
die folgende Meldung bekomme ich geliefert:
Code:
Fatal error: Maximum execution time of 30 seconds exceeded in /var/media/ftp/HDD/nzbget/htdocs/functions.php on line 386
Zeile 386 lautet: return round0($diff / (60*60*24)) .' d';
gesamt:
Code:
}
function formatAge($time) {
if ($time > 0) {
$diff = time() - $time;
if ($diff > 60*60*24)
return round0($diff / (60*60*24)) .' d';
else
return round0($diff / (60*60)) .' h';
}
schönes WE