PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : rtorrent Startet nichtmehr


Stinac
27.07.2012, 19:12
huhu habe auf meinen root rtorrent dauf und nach dem ich ein Größeres File (81gb) hinzugefügt habe kahm keine rückmeldung von rtorrent daraufhin habe ich einfach die seite aktualisiert und seitdem startet er mit rtorrent nichtmehr habe auch den server schon einigemale restartet und die rtorrent datei in der ini.d habe ich nicht


hoffe ihr könnt mir helfen

mfg

Thunder™
27.07.2012, 19:54
in zukunft einfach den haken rein bei fast resume...dann überspringt er den check und geht so in den seed...
jetzt frag aber bitte nicht wo du das findest.....und wenn er jetzt nicht mehr startet liegt es wahrscheinlich am timeout...
wenn du den server 20 mal neu startet wird es auch nur noch länger dauern...aber wenn sag ich das..

meist bringt auch ein /etc/init.d/autodl_user restart Erfolg..

Stinac
28.07.2012, 12:28
habs versucht geht nicht startet nichtmehr

[28.07.2012 13:26:43] WebUI started.
[28.07.2012 13:27:43] No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.

Miata3de
28.07.2012, 12:57
Der Lösungsansatz steht doch in der Fehlermeldung drinn.

Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.

Überprüfe, ob in den Dateien die korrekten werte drin stehn.
Und so nebenbei.....
ohne die Dateien zu sehen könne wir dir eh net weiterhelfen.

LG
Miata3de

Zero111
28.07.2012, 13:27
ich tippe einfach dass das rtorrent nicht gestartet ist

probier folgendes:

via putty mit den rtorrent user account einloggen


screen -p rtorrent
which rtorrent
die ausgabe von which sollte /usr/local/bin/rtorrent sein. Wenn nicht ggf. den folgenden Befehl anpassen.

*Pfad zur rtorrent.rc* Durch den absoluten Pfad der rTorrent Config ersetzen


/usr/local/bin/rtorrent -n -o import=*Pfad zur rtorrent.rc*
Danach die WebUi refreshen. Sollte ruTorrent wieder verbinden die Putty session schließen

phenom
28.07.2012, 16:45
Oder einfach ma den Server rebooten.hatte anfangs auch das problem,danach nie wieder. Hab 3 Stck von der Sorte am laufen.

Stinac
28.07.2012, 21:22
ich tippe einfach dass das rtorrent nicht gestartet ist

probier folgendes:

via putty mit den rtorrent user account einloggen


screen -p rtorrent
which rtorrent
die ausgabe von which sollte /usr/local/bin/rtorrent sein. Wenn nicht ggf. den folgenden Befehl anpassen.

*Pfad zur rtorrent.rc* Durch den absoluten Pfad der rTorrent Config ersetzen


/usr/local/bin/rtorrent -n -o import=*Pfad zur rtorrent.rc*
Danach die WebUi refreshen. Sollte ruTorrent wieder verbinden die Putty session schließen


hab alles gemacht und am ende sogar noch den server rebootet und wieder nichts

Zero111
28.07.2012, 21:36
dann stimmt iwas mit der config nicht

Stinac
28.07.2012, 21:57
<?php
// configuration parameters

// for snoopy client
@define('HTTP_USER_AGENT', 'Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0', true);
@define('HTTP_TIME_OUT', 30, true); // in seconds
@define('HTTP_USE_GZIP', true, true);
$httpIP = null; // IP string. Or null for any.

@define('RPC_TIME_OUT', 5, true); // in seconds

@define('LOG_RPC_CALLS', false, true);
@define('LOG_RPC_FAULTS', true, true);

// for php
@define('PHP_USE_GZIP', false, true);
@define('PHP_GZIP_LEVEL', 2, true);

$do_diagnostic = true;
$log_file = '/tmp/errors.log'; // path to log file (comment or leave blank to disable logging)

$saveUploadedTorrents = true; // Save uploaded torrents to profile/torrents directory or not
$overwriteUploadedTorrents = false; // Overwrite existing uploaded torrents in profile/torrents directory or make unique name

$topDirectory = '/'; // Upper available directory. Absolute path with trail slash.
$forbidUserSettings = false;

$scgi_port = 5000;
$scgi_host = "127.0.0.1";

// For web->rtorrent link through unix domain socket
// (scgi_local in rtorrent conf file), change variables
// above to something like this:
//
// $scgi_port = 0;
// $scgi_host = "unix:///tmp/rpc.socket";

$XMLRPCMountPoint = "/RPC2"; // DO NOT DELETE THIS LINE!!! DO NOT COMMENT THIS LINE!!!

$pathToExternals = array(
"php" => '', // Something like /usr/bin/php. If empty, will be found in PATH.
"curl" => '', // Something like /usr/bin/curl. If empty, will be found in PATH.
"gzip" => '', // Something like /usr/bin/gzip. If empty, will be found in PATH.
"id" => '', // Something like /usr/bin/id. If empty, will be found in PATH.
"stat" => '', // Something like /usr/bin/stat. If empty, will be found in PATH.
);

$localhosts = array( // list of local interfaces
"127.0.0.1",
"localhost",
);

$profilePath = '../share'; // Path to user profiles
$profileMask = 0777; // Mask for files and directory creation in user profiles.
// Both Webserver and rtorrent users must have read-write access to it.
// For example, if Webserver and rtorrent users are in the same group then the value may be 0770.

?>

Zero111
28.07.2012, 22:38
und die rtorrent config?

Stinac
29.07.2012, 09:46
ich hof das des jetz die richtige ist

scgi_port = 127.0.0.1:23876
encoding_list = UTF-8
system.umask.set = 022
port_range = 23877-23877
port_random = no
check_hash = no
directory = /home/xxxxx/downloads
session = /home/xxxxx/rtorrent/session
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/home/xxxxx/rtorrent/watch/*.torrent"
#schedule = untied_directory,5,5,"stop_untied=/home/xxxxx/rtorrent/watch/*.torrent"
trackers.enable = 1
#min_peers = 40
#max_peers = 100
#min_peers_seed = 10
#max_peers_seed = 50
#max_uploads = 15
#download_rate = 0
#upload_rate = 0
use_udp_trackers = yes
dht = auto
dht_port = 6881
peer_exchange = yes
#hash_read_ahead = 10
#hash_interval = 100
#hash_max_tries = 10
execute = {sh,-c,/usr/bin/php /var/rutorrent/rutorrent/php/initplugins.php zippo &}


xxxx = der benutzer habe ich umbenant

Miata3de
29.07.2012, 10:12
Hi Stinac,
Der scgi-port ist doch unterschiedlich in den beiden config-dateien.
bei der 1. von dir geposteten datei ist es
$scgi_port = 5000; $scgi_host = "127.0.0.1"
;bei der 2. jedoch
scgi_port = 127.0.0.1:23876gleiche das doch mal bitte an und versuche erneut das system zu starten.

MfG
Miata3de

skydog
30.07.2012, 08:26
Wie Thunder schon geschrieben hat.

Im putty das eingeben.

/etc/init.d/autodl_[User_name] restart

dann läuft er wieder

Stinac
30.07.2012, 16:48
Wie Thunder schon geschrieben hat.

Im putty das eingeben.

/etc/init.d/autodl_[User_name] restart

dann läuft er wieder


schön were es

Miata3de
30.07.2012, 16:55
hast du denn die ports in den beiden config´s angeglichen?

Stinac
30.07.2012, 17:11
jup hab ich



--======================================--
--== Beitrag erstellt: 18:11 um 18:10 ==--
--== geantwortet auf Beitrag vom ==--
--== automatische Beitragszusammenführung ==--
--======================================--


Stinac schrieb nach 45 Sekunden:

achja die fehler sind mehr geworden


[30.07.2012 18:10:41] WebUI started.
[30.07.2012 18:10:42] rTorrent user must have read/execute access to the torrents directory. You cannot add torrents via ruTorrent. (/var/rutorrent/rutorrent/share/users/zippo/torrents)
[30.07.2012 18:10:42] rTorrent user must have read/write/execute access to the settings directory. (/var/rutorrent/rutorrent/share/users/zippo/settings)
[30.07.2012 18:10:42] scheduler: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] ratio: Some functionality will be unavailable. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] retrackers: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] autotools: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] trafic: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] create: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] rss: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] unpack: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] create: Some functionality will be unavailable. rTorrent user can't access external program (pgrep).
[30.07.2012 18:10:42] rss: Some functionality will be unavailable. rTorrent user can't access external program (curl).
[30.07.2012 18:10:44] DataDir plugin: rTorrent user can't access php interpreter. Plugin will not work.
[30.07.2012 18:10:44] Unpack plugin: rTorrent user can't access 'unzip' program.
[30.07.2012 18:10:44] Unpack plugin: rTorrent user can't access 'unrar' program.

Zero111
30.07.2012, 17:25
da hat aber jmd sehr viel mist gebaut :D

Thunder™
30.07.2012, 18:09
Tja, ich würde mal sagen Server neu aufsetzten oder auslaufen lassen..

Das die Plugings nicht geladen werden kann X Gründe haben, meist liegt es aber am Admin...


http://code.google.com/p/rutorrent/wiki/ErrorMessages

ike
30.07.2012, 20:57
Mal ein Schuss ins Blaue aber:


[30.07.2012 18:10:42] rTorrent user must have read/execute access to the torrents directory. You cannot add torrents via ruTorrent. (/var/rutorrent/rutorrent/share/users/zippo/torrents)
[30.07.2012 18:10:42] rTorrent user must have read/write/execute access to the settings directory. (/var/rutorrent/rutorrent/share/users/zippo/settings)Falsche Lese / Schreibrechte gesetzt?


und das

[30.07.2012 18:10:42] scheduler: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] ratio: Some functionality will be unavailable. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] retrackers: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] autotools: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] trafic: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] create: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] rss: Plugin will not work. rTorrent user can't access external program (php).
[30.07.2012 18:10:42] unpack: Plugin will not work. rTorrent user can't access external program (php).sieht danach aus der der Pfad zu php nicht stimmt.