nslu2-info.de ist ein privates Projekt von mir, welches jeden Monat aus eigener Tasche finanziert wird. Mit einer freiwilligen Spende wird der Erhalt und der weitere Ausbau dieses Forums unterstützt. Um mich beim Erhalt des Forums zu unterstützen, kannst Du entweder via Flattr oder Paypal spenden. Ich bedanke mich schon jetzt bei allen Unterstützern.
wcf.user.option.userOption68: NSLU2
wcf.user.option.userOption65: Unslung 6.10
Location: Stuttgart Deutschland
Occupation: IT-Ingenieur
This post has been edited 2 times, last edit by "chriwi" (Nov 2nd 2009, 9:38am)
wcf.user.option.userOption68: NSLU2
wcf.user.option.userOption65: Unslung 6.10
Location: Stuttgart Deutschland
Occupation: IT-Ingenieur
wcf.user.option.userOption68: NSLU2
wcf.user.option.userOption65: Unslung 6.10
Location: Stuttgart Deutschland
Occupation: IT-Ingenieur
mfg
Quoted
ajax.php in Zeile 121:
$speed = escapeshellcmd(shell_exec("HOME=/tmp ".$vnstat_path." -tr"));
ändern zu
$speed = escapeshellcmd(exec("HOME=/tmp ".$vnstat_path." -tr"));
header.php in Zeile 501:
$speed = escapeshellcmd(shell_exec("HOME=/tmp ".vnstat_path." -tr"));
ändern zu:
$speed = escapeshellcmd(exec("HOME=/tmp ".vnstat_path." -tr"));
rsdm_start.php in Zeile 13:
escapeshellcmd(shell_exec("".$nohup_path." ".$web_path."/".$_POST["shfilename"]."_".$i."sh >/dev/null &"));
ändern zu:
escapeshellcmd(exec("".$nohup_path." ".web_path."/".$POST["shfilename"]."_".$i."sh >/dev/null &"));
rsdm_main.php in Zeile 114:
escapeshellcmd(shell_exec($cmd."2>&1"));
änern zu:
escapershellcmd(exec($cmd."2>&1));
Wollt ihr außerdem den Free-User benutzen können so müsst ihr zusätzlich folgendes ändern:
free_start.php in Zeile 13:
escapeshellcmd(shell_exec("".$nohup_path." ....ändern zuescapeshellcmd(exec("".$nohup_path." ...free_main.php in Zeile 112:
escapeshellcmd(shell_exec($cmd."2>&1"));
änern zu:
escapershellcmd(exec($cmd."2>&1));
Um den Pause-Button zu nutzen muss folgendes geändert werden:
ajax.php in Zeile 368:
escapeshellcmd(shell_exec("rm free_pause"));
ändern zu
escapeshellcmd(exec("rm free_pause"));
ajax.php in Zeile 375:
escapeshellcmd(shell_exec("touch free_pause"));
ändern zu
escapeshellcmd(exec("touch free_pause"));
Um den Reconnect-Button zu nutzen muss folgendes geändert werden:
ajax.php in Zeile 384:
escapeshellcmd(shell_exec("rm free_reconnect"));
ändern zu
escapeshellcmd(exec("rm free_reconnect"));
ajax.php in Zeile 391:
escapeshellcmd(shell_exec("touch free_reconnect"));
ändern zu
escapeshellcmd(exec("touch free_reconnect"));
This post has been edited 5 times, last edit by "Phantomias2006" (Oct 26th 2009, 10:40pm)
wcf.user.option.userOption68: NSLU2
wcf.user.option.userOption65: Unslung 6.10
Location: Stuttgart Deutschland
Occupation: IT-Ingenieur
wcf.user.option.userOption68: NSLU2
wcf.user.option.userOption65: Unslung 6.10
Location: Stuttgart Deutschland
Occupation: IT-Ingenieur
wcf.user.option.userOption68: Zotac ZBOX SD-ID10 + Debian Lenny
wcf.user.option.userOption65: Debian
Location: Bielefeld
wcf.user.option.userOption68: NSLU2
wcf.user.option.userOption65: Unslung 6.10
Location: Stuttgart Deutschland
Occupation: IT-Ingenieur
Quoted
no exec(), system() or similar functions available in php: This version of the pkg has the apache worker MPM modules. Becasue of certain problems with threading, any system() type of calls from php scripts will hang the server. It may be possible to build a version with prefork module (instead of the current worker module) and that might overcome this problem. [Chacko 2006.04.05]
wcf.user.option.userOption68: NSLU2
wcf.user.option.userOption65: Unslung 6.10
Location: Stuttgart Deutschland
Occupation: IT-Ingenieur
This post has been edited 1 times, last edit by "chriwi" (Nov 2nd 2009, 9:36am) with the following reason: Mit AppWeb funktioniert es trotz paralell laufendem Apache abgesehen von cURL einwandfrei. Bleibt festzuhalten: rsdm mit Apache aus dem Repository von Unslung? Keine Chance!
wcf.user.option.userOption68: NSLU2
wcf.user.option.userOption65: Unslung 6.10
Location: Stuttgart Deutschland
Occupation: IT-Ingenieur
wcf.user.option.userOption68: Zotac ZBOX SD-ID10 + Debian Lenny
wcf.user.option.userOption65: Debian
Location: Bielefeld
Der RSDM funktioniert nur mit rapidshare.com.Funktioniert rsdm, wie der Name eigentlich sagt, nur mit RS oder auch mit anderen Onechlick-Hostern? Bei Uploaded.to über relink.us habe ich allerdings nur für jedes File ne Offset-Fehlermeldung bekommen.
Unter Unslung 6.8/6.10 läuft cURL ohne Probleme. Ich meine mich aber zu erinnern, dass es schon User gab, die den RSDM unter Unslung inkl. Apache genutzt haben. Aber vielleicht täusche ich mich auch und es wurde eine andere Linux-Variante inkl. Apache genutzt.Mit AppWeb läuft rsdm auch mit paralel laufendem Apache einwandfrei, allerdings bei Unslung 5.5 ohne cURL und Entpacken on the fly.
wcf.user.option.userOption68: NSLU2
wcf.user.option.userOption65: Unslung 6.10
Location: Stuttgart Deutschland
Occupation: IT-Ingenieur