• Serveurs
  • [Résolu] rutorrent ne fonctionne plus

Bonjour,

Hier soir j'ai remarquer sur je ne pouvais plus accèder a rutorrent, ni au seedbox manager. J'avais des erreur qui venait de nginx.

J'ai réinstaller rutorrent et seedbox manager et la config nginx mais dans rutorrent j'ai une erreur et je ne sais pas comment la corriger.
Bad response from server: (200 [parsererror,getplugins]) theWebUI.deltaTime = 0; theWebUI.showFlags = 255; theURLs.XMLRPCMountPoint = '/TAKER'; theWebUI.systemInfo = {}; theWebUI.systemInfo.php = { canHandleBigFiles : true }; theWebUI.systemInfo.rTorrent = { started: true, iVersion : 2306, version : '0.9.2', libVersion : '0.13.2', apiVersion : 6 }; noty('filemanager: '+theUILang.webExternalNotFoundError+' ('+'unzip'+').','error');(function () { var plugin = new rPlugin( 'loginmgr',3.6,'Novik','This plugin is used to login to torrent sites in cases where cookies fail.',256,'http://code.google.com/p/rutorrent/wiki/PluginLoginMgr' ); theWebUI.theAccounts = {'BitGAMER': { login: "", password: "", enabled: 0, auto: 0 },'BitHDTV': { login: "", password: "", enabled: 0, auto: 0 },'BlackcatsGames': { login: "", password: "", enabled: 0, auto: 0 },'BroadcasThe': { login: "", password: "", enabled: 0, auto: 0 },'FtN': { login: "", password: "", enabled: 0, auto: 0 },'HDDream': { login: "", password: "", enabled: 0, auto: 0 },'ILoveTorrents': { login: "", password: "", enabled: 0, auto: 0 },'ImmortalSeed': { login: "", password: "", enabled: 0, auto: 0 },'LostFilm': { login: "", password: "", enabled: 0, auto: 0 },'NNMClub': { login: "", password: "", enabled: 0, auto: 0 },'NovaFilm': { login: "", password: "", enabled: 0, auto: 0 },'RUTracker': { login: "", password: "", enabled: 0, auto: 0 },'TVTorrents': { login: "", password: "", enabled: 0, auto: 0 },'TorrentDamage': { login: "", password: "", enabled: 0, auto: 0 },'TorrentLeech': { login: "", password: "", enabled: 0, auto: 0 },'Torrentech': { login: "", password: "", enabled: 0, auto: 0 },'WhatCD': { login: "", password: "", enabled: 0, auto: 0 },'WorldInHD': { login: "", password: "", enabled: 0, auto: 0 },'jpopsuki': { login: "", password: "", enabled: 0, auto: 0 }}; plugin.loadLang(); plugin.loadMainCSS(); if(plugin.canChangeOptions()) { plugin.accaddAndShowSettings = theWebUI.addAndShowSettings; theWebUI.addAndShowSettings = function(arg) { if(plugin.enabled) { $.each( theWebUI.theAccounts, function(name,val) { $('#'+name+'_lmenabled').prop("checked", (val.enabled==1)); $('#'+name+'_lmlogin').val(val.login); $('#'+name+'_lmauto').val(val.auto); $('#'+name+'_lmpassword').val(val.password); $('#'+name+'_lmenabled').change(); }); } plugin.accaddAndShowSettings.call(theWebUI,arg); } plugin.accWasChanged = function() { var ret = false; $.each( theWebUI.theAccounts, function(name,val) { if( ($('#'+name+'_lmenabled').prop("checked") ^ val.enabled) || ($('#'+name+'_lmauto').val()!=val.auto) || ($('#'+name+'_lmlogin').val()!=val.login) || ($('#'+name+'_lmpassword').val()!=val.password)) { ret = true; return(false); } }); return(ret); } plugin.accSettings = theWebUI.setSettings; theWebUI.setSettings = function() { plugin.accSettings.call(this); if(plugin.enabled && plugin.accWasChanged()) this.request("?action=setacc"); } rTorrentStub.prototype.setacc = function() { var s = ''; $.each( theWebUI.theAccounts, function(name,val) { s+=("&"+name+"_enabled="+($('#'+name+'_lmenabled').prop("checked") ? 1 : 0)+ "&"+name+"_auto="+$('#'+name+'_lmauto').val()+ "&"+name+"_login="+encodeURIComponent($.trim($('#'+name+'_lmlogin').val()))+ "&"+name+"_password="+encodeURIComponent($.trim($('#'+name+'_lmpassword').val()))); }); this.content = "mode=set"+s; this.contentType = "application/x-www-form-urlencoded"; this.mountPoint = "plugins/loginmgr/action.php"; this.dataType = "script"; } } plugin.onLangLoaded = function() { var s = ''; $.each( theWebUI.theAccounts, function(name,val) { s+="<fieldset>"+ "<legend>"+name+"</legend>"+ "<table>"+ "<tr>"+ "<td><input type='checkbox' id='"+name+"_lmenabled' onchange=\"linked(this, 0, ['"+name+"_lmlogin','"+name+"_lmpassword','"+name+"_lmauto']);\"/><label for='"+name+"_enabled' id='lbl_"+name+"_lmenabled'>"+theUILang.Enabled+"</label></td>"+ "</tr>"+ "<tr>"+ "<td><label id='lbl_"+name+"_lmlogin' for='"+name+"_lmlogin' class='disabled'>"+theUILang.accLogin+":</label></td>"+ "<td class=\"alr\"><input type='text' id='"+name+"_lmlogin' class='TextboxLarge' maxlength='32' disabled='true' /></td>"+ "</tr>"+ "<tr>"+ "<td><label id='lbl_"+name+"_lmpassword' for='"+name+"_lmpassword' class='disabled'>"+theUILang.accPassword+":</label></td>"+ "<td class=\"alr\"><input type='password' id='"+name+"_lmpassword' class='TextboxLarge' maxlength='32' disabled='true' /></td>"+ "</tr>"+ "<tr>"+ "<td><label id='lbl_"+name+"_lmauto' for='"+name+"_lmauto' class='disabled'>"+theUILang.accAuto+":</label></td>"+ "<td class=\"alr\"><select id='"+name+"_lmauto' class='TextboxLarge' maxlength='32' disabled='true'>"+ "<option value='0'>"+theUILang.acAutoNone+"</option>"+ "<option value='86400'>"+theUILang.acAutoDay+"</option>"+ "<option value='604800'>"+theUILang.acAutoWeek+"</option>"+ "<option value='2592000'>"+theUILang.acAutoMonth+"</option>"+ "</select></td>"+ "</tr>"+ "</table>"+ "</fieldset>"; }); this.attachPageToOptions($("<div>").attr("id","st_loginmgr").html(s)[0],theUILang.accAccounts); } plugin.onRemove = function() { this.removePageFromOptions("st_loginmgr"); } })();(function () { var plugin = new rPlugin( '_getdir',3.6,'dmrom','This plugin provides the possibility of comfortable navigation on a host file system.',256,'http://code.google.com/p/rutorrent/wiki/Plugin_getdir' ); plugin.loadMainCSS(); theWebUI.rDirBrowser = function( dlg_id, edit_id, btn_id, frame_id, withFiles ) { this.edit = $('#'+edit_id); this.btn = $('#'+btn_id); this.scriptName = withFiles ? "getfiles" : "getdirs"; if(!frame_id) frame_id = edit_id+"_frame"; var self = this; this.btn.val("...").on( "click", function() { return(self.toggle()); } ).addClass("browseButton"); this.edit.prop("autocomplete", "off").on( browser.isIE ? "focusin" : "focus", function() { return(self.hide()); } ).addClass("browseEdit"); this.frame = $("<iframe>").attr( {id: frame_id, src: ""} ).css({position: "absolute", width: 0, visibility: "hidden"}).addClass("browseFrame"); this.dlg_id = dlg_id; $('#'+dlg_id).append( this.frame ); } theWebUI.rDirBrowser.prototype.show = function() { var x = this.edit[0].offsetLeft; var y = this.edit[0].offsetTop + this.edit[0].offsetHeight; var parent = this.edit[0].offsetParent; while( parent && parent.id != this.dlg_id ) { x += parent.offsetLeft; y += parent.offsetTop; parent = parent.offsetParent; } this.frame.prop("src","plugins/_getdir/"+this.scriptName+".php?dir="+ encodeURIComponent(this.edit.val()) + "&btn=" + this.btn.attr("id") + "&edit=" + this.edit.attr("id") + "&frame=" + this.frame.attr("id") + "&time=" + (new Date()).getTime()).css( { visibility: "visible", left: x, top: y, width: this.edit.width()+2 }).show(); this.btn.val("X"); theDialogManager.bringToTop(this.frame.attr("id")); this.edit.prop( "read-only", true ); return(false); } theWebUI.rDirBrowser.prototype.hide = function() { if(this.frame.css("visibility")!="hidden") { this.btn.val("..."); this.edit.prop( "read-only", false ); this.frame.css( { visibility: "hidden" } ); this.frame.hide().css( {width: 0} ); } return(false); } theWebUI.rDirBrowser.prototype.toggle = function() { return((this.frame.css("visibility")!="hidden") ? this.hide() : this.show()); } plugin.onRemove = function() { $(".browseButton").remove(); $(".browseFrame").remove(); $(".browseEdit").prop("autocomplete", "on").off( browser.isIE ? "focusin" : "focus" ); } })();(function () { var plugin = new rPlugin( '_noty',3.6,'Novik','This plugin provides the notification functionality for other plugins.',384,'http://code.google.com/p/rutorrent/wiki/Plugin_noty' ); plugin.loadCSS('jquery.noty'); plugin.loadCSS('noty_theme_default'); injectScript(plugin.path+"jquery.noty.js"); })();(function () { var plugin = new rPlugin( 'logoff',1.3,'ScarS','The plug-in allows users to logoff from rutorrent.',256,'' ); plugin.logoffURL = 'http://google.com/';plugin.me = 'taker';plugin.users = [];plugin.allowSwitch = 0;plugin.abortMs = 1000;plugin.loadMainCSS(); plugin.loadLang(); plugin.onLangLoaded = function() { var before = (theWebUI.systemInfo.rTorrent.started ? "add" : "settings"); this.addButtonToToolbar("logoff", theUILang.logoff + " (" + plugin.me + ")", "theDialogManager.show('logoffDlg')", before); this.addSeparatorToToolbar(before); var multi = false; if (plugin.allowSwitch) { var options = ""; for (i in plugin.users) options += "<option value=\"" + plugin.users[i] + "\">" + plugin.users[i] + "</option>"; var switchUser = ""; if (options != "") { multi = true; switchUser = ""+ "<div>"+ "<label for=\"login.username\">" + theUILang.logoffUsername + ":</label> "+ "<select id=\"login.username\">"+ options+ "</select>"+ "</div>"+ "<div>"+ "<label for=\"login.password\">" + theUILang.logoffPassword + ":</label> "+ "<input type=\"password\" id=\"login.password\" class=\"Textbox\" /> <span id=\"logoffPassEmpty\"></span>"+ "</div>"; } } theDialogManager.make("logoffDlg", theUILang.logoff, "<div id=\"logoffDlg-content\">"+ (multi ? theUILang.logoffSwitchPrompt + switchUser : theUILang.logoffPrompt)+ "</div>"+ "<div id=\"logoffDlg-buttons\" class=\"aright buttons-list\">"+ (multi ? "<input type=\"button\" class=\"Button\" value=\"" + theUILang.logoffSwitch + "\" id=\"logoffSwitch\">" : "")+ "<input type=\"button\" class=\"Button\" value=\"" + theUILang.logoff + "\" id=\"logoffComplete\">"+ "<input type=\"button\" class=\"Button\" value=\"" + theUILang.Cancel + "\" id=\"logoffCancel\" onclick=\"theDialogManager.hide('logoffDlg');\">"+ "</div>", true); if (multi) { $($$("login.password")).keydown(function(event) { if ((event.which && event.which == 13) || (event.keyCode && event.keyCode == 13)) $("#logoffSwitch").trigger("click"); }); $("#logoffSwitch").click(function() { if ($($$("login.password")).val() == "") { $("#logoffPassEmpty").html(theUILang.logoffEmpty); return(false); } $("#logoffPassEmpty").html(""); $("#logoffSwitch").attr("disabled", "disabled"); try { if (browser.isFirefox) { var xmlhttp = new XMLHttpRequest(); xmlhttp.open("POST", document.location.href, true, $($$("login.username")).val(), $($$("login.password")).val()); xmlhttp.onreadystatechange = function() { if (this.readyState == 4) theWebUI.reload(); }; xmlhttp.send(null); } else { var xmlhttp = new XMLHttpRequest(); xmlhttp.open("POST", this.action, true, $($$("login.username")).val(), $($$("login.password")).val()); xmlhttp.onreadystatechange = function() { if (this.readyState == 4) { document.location = this.action; theWebUI.reload(); } }; xmlhttp.send(null); } } catch (e) { alert("Error: " + e); } }); } $("#logoffComplete").click(function() { $("#logoffComplete").attr("disabled", "disabled"); try { if (browser.isIE7up) { document.execCommand("ClearAuthenticationCache"); document.location = plugin.logoffURL; } else if (browser.isFirefox) { var xmlhttp = new XMLHttpRequest(); xmlhttp.open("POST", document.location.href, true, "logoff", "logoff"); xmlhttp.onreadystatechange = function() { if (this.readyState == 4) document.location = plugin.logoffURL; }; xmlhttp.send(null); if (browser.isFirefox3x) xmlhttp.abort(); } else { var xmlhttp = new XMLHttpRequest(); xmlhttp.open("POST", this.action, true, "logoff", "logoff"); xmlhttp.onreadystatechange = function() { if (this.readyState == 4) document.location = plugin.logoffURL; }; xmlhttp.send(null); window.logoffxmlhttp = xmlhttp; window.setTimeout("logoffxmlhttp.abort()", plugin.abortMs); } } catch (e) { alert("Error: " + e); } }); } plugin.onRemove = function() { theDialogManager.hide("logoffDlg"); this.removeSeparatorFromToolbar(theWebUI.systemInfo.rTorrent.started ? "add" : "settings"); this.removeButtonFromToolbar("logoff"); } })();(function () { var plugin = new rPlugin( 'autotools',3.6,'dmrom','This plugin provides some possibilities on automation.',256,'http://code.google.com/p/rutorrent/wiki/PluginAutotools' ); theWebUI.autotools = { EnableLabel: 0, LabelTemplate: '{DIR}', EnableMove: 0, FileOpType: 'Move', PathToFinished: '', EnableWatch: 0, PathToWatch: '', WatchStart: 0 }; plugin.loadLang(); if(plugin.canChangeOptions()) { plugin.loadMainCSS(); plugin.addAndShowSettings = theWebUI.addAndShowSettings; theWebUI.addAndShowSettings = function( arg ) { if(plugin.enabled) { $$('enable_label').checked = ( theWebUI.autotools.EnableLabel == 1 ); $$('label_template').value = theWebUI.autotools.LabelTemplate; linked( $$('enable_label'), 0, ['label_template'] ); $$('enable_move').checked = ( theWebUI.autotools.EnableMove == 1 ); $$('path_to_finished').value = theWebUI.autotools.PathToFinished; linked( $$('enable_move'), 0, ['path_to_finished', 'automove_browse_btn', 'fileop_type'] ); $$('fileop_type').value = theWebUI.autotools.FileOpType; $$('enable_watch').checked = ( theWebUI.autotools.EnableWatch == 1 ); $$('path_to_watch').value = theWebUI.autotools.PathToWatch; linked( $$('enable_watch'), 0, ['path_to_watch', 'autowatch_browse_btn', 'watch_start'] ); $$('watch_start').checked = ( theWebUI.autotools.WatchStart == 1 ); if(plugin.DirBrowser1) plugin.DirBrowser1.hide(); if(plugin.DirBrowser2) plugin.DirBrowser2.hide(); } plugin.addAndShowSettings.call(theWebUI,arg); } theWebUI.autotoolsWasChanged = function() { if( $$('enable_label').checked != ( theWebUI.autotools.EnableLabel == 1 ) ) return true; if( $$('label_template').value != theWebUI.autotools.LabelTemplate ) return true; if( $$('enable_move').checked != ( theWebUI.autotools.EnableMove == 1 ) ) return true; if( $$('path_to_finished').value != theWebUI.autotools.PathToFinished ) return true; if( $$('enable_watch').checked != ( theWebUI.autotools.EnableWatch == 1 ) ) return true; if( $$('path_to_watch').value != theWebUI.autotools.PathToWatch ) return true; if( $$('fileop_type').value != theWebUI.autotools.FileOpType ) return true; if( $$('watch_start').checked != ( theWebUI.autotools.WatchStart == 1 ) ) return true; return false; } plugin.setSettings = theWebUI.setSettings; theWebUI.setSettings = function() { plugin.setSettings.call(this); if( plugin.enabled && this.autotoolsWasChanged() ) this.request( "?action=setautotools" ); } rTorrentStub.prototype.setautotools = function() { this.content = "enable_label=" + ( $$('enable_label').checked ? '1' : '0' ) + "&label_template=" + $$('label_template').value + "&enable_move=" + ( $$('enable_move').checked ? '1' : '0' ) + "&path_to_finished=" + $$('path_to_finished').value + "&fileop_type=" + $$('fileop_type').value + "&enable_watch=" + ( $$('enable_watch').checked ? '1' : '0' ) + "&path_to_watch=" + $$('path_to_watch').value + "&watch_start=" + ( $$('watch_start').checked ? '1' : '0' ); this.contentType = "application/x-ww
Si vous avez des idées je prends
Salut poste nous les logs nginx avec ceux de rutorrent
error log de rutorrent:
2014/07/20 14:37:06 [error] 7476#0: *1 "/etc/nginx/html/index.html" is not found (2: No such file or directory), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:37:12 [crit] 7476#0: *3 connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied) while connecting to upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:37:12 [crit] 7476#0: *3 connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied) while connecting to upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:39:21 [crit] 8207#0: *6 connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied) while connecting to upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:39:21 [crit] 8207#0: *6 connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied) while connecting to upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:39:25 [error] 8207#0: *6 "/etc/nginx/html/index.html" is not found (2: No such file or directory), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:39:27 [error] 8207#0: *6 "/etc/nginx/html/index.html" is not found (2: No such file or directory), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:39:28 [error] 8207#0: *6 "/etc/nginx/html/index.html" is not found (2: No such file or directory), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:39:29 [error] 8207#0: *6 "/etc/nginx/html/index.html" is not found (2: No such file or directory), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:39:30 [error] 8207#0: *6 "/etc/nginx/html/index.html" is not found (2: No such file or directory), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:39:31 [error] 8207#0: *6 "/etc/nginx/html/index.html" is not found (2: No such file or directory), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:39:32 [error] 8207#0: *6 "/etc/nginx/html/index.html" is not found (2: No such file or directory), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:42:19 [error] 9821#0: *1 "/etc/nginx/html/index.html" is not found (2: No such file or directory), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:42:23 [crit] 9821#0: *1 connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied) while connecting to upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:42:23 [crit] 9821#0: *1 connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied) while connecting to upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:46:33 [crit] 9821#0: *10 connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied) while connecting to upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:46:34 [crit] 9821#0: *10 connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied) while connecting to upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:48:33 [crit] 12570#0: *1 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:48:33 [crit] 12570#0: *1 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:48:38 [crit] 12570#0: *2 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:48:38 [crit] 12570#0: *2 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:48:38 [crit] 12570#0: *3 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:48:38 [crit] 12570#0: *3 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:49:48 [crit] 12570#0: *8 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:49:48 [crit] 12570#0: *8 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:49:48 [crit] 12570#0: *10 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:49:48 [crit] 12570#0: *10 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:49:55 [crit] 12570#0: *11 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:49:55 [crit] 12570#0: *11 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:49:56 [crit] 12570#0: *12 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:49:56 [crit] 12570#0: *12 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:49:59 [crit] 12570#0: *13 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:49:59 [crit] 12570#0: *13 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:49:59 [crit] 12570#0: *14 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:49:59 [crit] 12570#0: *14 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:50:03 [crit] 12570#0: *15 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:50:03 [crit] 12570#0: *15 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:50:03 [crit] 12570#0: *16 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:50:03 [crit] 12570#0: *16 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:50:09 [crit] 12573#0: *17 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:50:09 [crit] 12573#0: *17 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:50:09 [crit] 12573#0: *18 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:50:09 [crit] 12573#0: *18 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:50:14 [crit] 12573#0: *19 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /stats HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:50:14 [crit] 12573#0: *19 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /stats HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:50:14 [crit] 12573#0: *20 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:50:14 [crit] 12573#0: *20 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:51:59 [crit] 14276#0: *1 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:51:59 [crit] 14276#0: *1 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:52:04 [crit] 14276#0: *2 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:52:04 [crit] 14276#0: *2 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:52:04 [crit] 14276#0: *3 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:52:04 [crit] 14276#0: *3 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 14:52:10 [crit] 14276#0: *8 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /stats HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:52:10 [crit] 14276#0: *8 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /stats HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:52:12 [crit] 14277#0: *9 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /stats HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:52:12 [crit] 14277#0: *9 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /stats HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:52:13 [crit] 14277#0: *10 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /stats HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:52:13 [crit] 14277#0: *10 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /stats HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:52:13 [crit] 14277#0: *11 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /stats HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 14:52:13 [crit] 14277#0: *11 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /stats HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:29:39 [crit] 30944#0: *1 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:29:39 [crit] 30944#0: *1 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:29:57 [crit] 30944#0: *3 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 15:29:57 [crit] 30944#0: *3 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 15:29:57 [crit] 30944#0: *8 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 15:29:57 [crit] 30944#0: *8 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 15:31:50 [crit] 30944#0: *9 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:31:50 [crit] 30944#0: *9 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:31:50 [crit] 30944#0: *10 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:31:50 [crit] 30944#0: *10 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:31:59 [crit] 30944#0: *11 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:31:59 [crit] 30944#0: *11 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:31:59 [crit] 30944#0: *12 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:31:59 [crit] 30944#0: *12 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:02 [crit] 30944#0: *13 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:02 [crit] 30944#0: *13 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:02 [crit] 30944#0: *14 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:02 [crit] 30944#0: *14 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:08 [crit] 30944#0: *15 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent/ HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:08 [crit] 30944#0: *15 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent/ HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:08 [crit] 30944#0: *16 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:08 [crit] 30944#0: *16 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:13 [crit] 30944#0: *17 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /downloads HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:13 [crit] 30944#0: *17 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /downloads HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:13 [crit] 30944#0: *18 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:13 [crit] 30944#0: *18 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:16 [crit] 30944#0: *19 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /downloads HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:16 [crit] 30944#0: *19 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /downloads HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:16 [crit] 30944#0: *20 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:16 [crit] 30944#0: *20 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:16 [crit] 30944#0: *21 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /downloads HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:16 [crit] 30944#0: *21 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /downloads HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:17 [crit] 30944#0: *22 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:17 [crit] 30944#0: *22 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:30 [crit] 30944#0: *23 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /stats HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:30 [crit] 30944#0: *23 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /stats HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:30 [crit] 30944#0: *24 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:32:30 [crit] 30944#0: *24 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:33:46 [crit] 484#0: *1 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:33:46 [crit] 484#0: *1 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:33:55 [crit] 484#0: *2 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /seedbox-manager HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:33:55 [crit] 484#0: *2 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /seedbox-manager HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:33:58 [crit] 484#0: *3 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /seedbox-manager/ HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:33:58 [crit] 484#0: *3 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /seedbox-manager/ HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:41:31 [crit] 484#0: *4 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /seedbox-manager/ HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:41:31 [crit] 484#0: *4 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /seedbox-manager/ HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:51 [crit] 4444#0: *1 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:51 [crit] 4444#0: *1 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:52 [crit] 4444#0: *2 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:52 [crit] 4444#0: *2 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:53 [crit] 4444#0: *3 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:53 [crit] 4444#0: *3 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:53 [crit] 4444#0: *4 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:53 [crit] 4444#0: *4 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:53 [crit] 4444#0: *5 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:53 [crit] 4444#0: *5 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:53 [crit] 4444#0: *6 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:53 [crit] 4444#0: *6 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:54 [crit] 4444#0: *7 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:52:54 [crit] 4444#0: *7 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"
2014/07/20 15:53:13 [crit] 4444#0: *10 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:13 [crit] 4444#0: *10 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:14 [crit] 4444#0: *11 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:14 [crit] 4444#0: *11 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:14 [crit] 4444#0: *12 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:14 [crit] 4444#0: *12 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /favicon.ico HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:22 [crit] 4444#0: *13 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /seedbox-manager HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:22 [crit] 4444#0: *13 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /seedbox-manager HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:27 [crit] 4444#0: *14 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /downloads/ HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:27 [crit] 4444#0: *14 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /downloads/ HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:33 [crit] 4444#0: *17 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent/ HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:33 [crit] 4444#0: *17 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent/ HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:36 [crit] 4444#0: *18 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent/ HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 15:53:36 [crit] 4444#0: *18 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET /rutorrent/ HTTP/1.1", host: "www.mapetitebox.eu"
2014/07/20 16:19:12 [crit] 14940#0: *1 open() "/var/cache/nginx/fastcgi_temp/1/00/0000000001" failed (13: Permission denied) while reading upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 16:19:13 [error] 14941#0: *13 FastCGI sent in stderr: "PHP message: PHP Warning:  fopen(/var/www/rutorrent/share/users/taker/settings/uisettings.json): failed to open stream: No such file or directory in /var/www/rutorrent/php/getsettings.php on line 7" while reading response header from upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 16:23:46 [crit] 14941#0: *29 open() "/var/cache/nginx/fastcgi_temp/2/00/0000000002" failed (13: Permission denied) while reading upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 16:23:47 [error] 14941#0: *34 FastCGI sent in stderr: "PHP message: PHP Warning:  fopen(/var/www/rutorrent/share/users/taker/settings/uisettings.json): failed to open stream: No such file or directory in /var/www/rutorrent/php/getsettings.php on line 7" while reading response header from upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "mapetitebox.eu", referrer: "https://mapetitebox.eu/rutorrent/"
2014/07/20 16:32:04 [crit] 14941#0: *41 open() "/var/cache/nginx/fastcgi_temp/3/00/0000000003" failed (13: Permission denied) while reading upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 16:32:04 [error] 14941#0: *42 FastCGI sent in stderr: "PHP message: PHP Warning:  fopen(/var/www/rutorrent/share/users/taker/settings/uisettings.json): failed to open stream: No such file or directory in /var/www/rutorrent/php/getsettings.php on line 7" while reading response header from upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 16:41:08 [crit] 14941#0: *46 open() "/var/cache/nginx/fastcgi_temp/4/00/0000000004" failed (13: Permission denied) while reading upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 16:41:09 [error] 14941#0: *49 FastCGI sent in stderr: "PHP message: PHP Warning:  fopen(/var/www/rutorrent/share/users/taker/settings/uisettings.json): failed to open stream: No such file or directory in /var/www/rutorrent/php/getsettings.php on line 7" while reading response header from upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 16:51:17 [error] 14941#0: *56 FastCGI sent in stderr: "PHP message: PHP Warning:  opendir(../plugins): failed to open dir: No such file or directory in /var/www/rutorrent/php/getplugins.php on line 222" while reading response header from upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 16:51:22 [error] 14941#0: *56 FastCGI sent in stderr: "PHP message: PHP Warning:  opendir(../plugins): failed to open dir: No such file or directory in /var/www/rutorrent/php/getplugins.php on line 222" while reading response header from upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 16:54:06 [crit] 14941#0: *59 open() "/var/cache/nginx/fastcgi_temp/5/00/0000000005" failed (13: Permission denied) while reading upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 16:54:06 [error] 14941#0: *62 FastCGI sent in stderr: "PHP message: PHP Warning:  fopen(/var/www/rutorrent/share/users/taker/settings/uisettings.json): failed to open stream: No such file or directory in /var/www/rutorrent/php/getsettings.php on line 7" while reading response header from upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 16:55:43 [crit] 14941#0: *64 open() "/var/cache/nginx/fastcgi_temp/6/00/0000000006" failed (13: Permission denied) while reading upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 16:55:43 [error] 14941#0: *67 FastCGI sent in stderr: "PHP message: PHP Warning:  fopen(/var/www/rutorrent/share/users/taker/settings/uisettings.json): failed to open stream: No such file or directory in /var/www/rutorrent/php/getsettings.php on line 7" while reading response header from upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 16:56:05 [crit] 2074#0: *1 open() "/var/cache/nginx/fastcgi_temp/1/00/0000000001" failed (13: Permission denied) while reading upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 16:56:06 [error] 2074#0: *4 FastCGI sent in stderr: "PHP message: PHP Warning:  fopen(/var/www/rutorrent/share/users/taker/settings/uisettings.json): failed to open stream: No such file or directory in /var/www/rutorrent/php/getsettings.php on line 7" while reading response header from upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 17:20:55 [crit] 13545#0: *1 open() "/var/cache/nginx/fastcgi_temp/1/00/0000000001" failed (13: Permission denied) while reading upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 17:20:55 [error] 13545#0: *4 FastCGI sent in stderr: "PHP message: PHP Warning:  fopen(/var/www/rutorrent/share/users/taker/settings/uisettings.json): failed to open stream: No such file or directory in /var/www/rutorrent/php/getsettings.php on line 7" while reading response header from upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 17:25:38 [crit] 13545#0: *6 open() "/var/cache/nginx/fastcgi_temp/2/00/0000000002" failed (13: Permission denied) while reading upstream, client: 109.190.X.X, server: _, request: "GET /rutorrent/php/getplugins.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
2014/07/20 17:25:38 [error] 13545#0: *9 FastCGI sent in stderr: "PHP message: PHP Warning:  fopen(/var/www/rutorrent/share/users/taker/settings/uisettings.json): failed to open stream: No such file or directory in /var/www/rutorrent/php/getsettings.php on line 7" while reading response header from upstream, client: 109.190.X.X, server: _, request: "POST /rutorrent/php/getsettings.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
Hey,

Il y a un problème dans les fichiers de conf :
host: "adresseseedbox", referrer: "https://adresseseedbox/rutorrent/"
Un problème de mot de passe ?
2014/07/20 15:52:52 [crit] 4444#0: *2 open() "/etc/nginx/passwd/rutorrent_passwd" failed (13: Permission denied), client: 109.190.X.X, server: _, request: "GET / HTTP/1.1", host: "mapetitebox.eu"

PS : pour le mot de passe :
Reset Password
C'est moi qui a changer l'adresse la ma box avant de poster les log ici.

Il me toujours demander le mot de passe, j'ai quand même réinitialiser la mot de passe, mais toujours pareil
Rtorrent fonctionne quand même ??

sinon essaye le tuto Réinstalle les plugins --> "Installation des plugins :"
Tuto Rtorrent
rtorrent fonctionne oui.

J'ai déjà essayer la reinstallation des plugins
Bonsoir,

ça serait possible de poster le fichier rutorrent.conf ?
À mon avis, il y a une erreur de localisation (erreur directive root ou location). Le répertoire web, habituellement, ne se trouve pas dans :
/etc/nginx/html
C'est plutôt :
/var/www
Avec le fichier, ça sera plus simple (éventuellement) de trouver la raison.
Voilà mon rutorrent.conf:
server {
    listen 80 default_server;
    listen 443 default_server ssl;
    server_name _;

    charset utf-8;
    index index.html index.php;
    client_max_body_size 10M;

    ssl_certificate /etc/nginx/ssl/server.crt;
    ssl_certificate_key /etc/nginx/ssl/server.key;

    access_log /var/log/nginx/rutorrent-access.log combined;
    error_log /var/log/nginx/rutorrent-error.log error;
    
    error_page 500 502 503 504 /50x.html;
    location = /50x.html { root /usr/share/nginx/html; }

    auth_basic "Zone privée";
    auth_basic_user_file "/etc/nginx/passwd/rutorrent_passwd";
    
    location = /favicon.ico {
        access_log off;
        log_not_found off;
    }
    
    ## début config rutorrent ##

    location ^~ /rutorrent {
	root /var/www;
	include /etc/nginx/conf.d/php;
	include /etc/nginx/conf.d/cache;

	location ~ /\.svn {
		deny all;
	}

	location ~ /\.ht {
		deny all;
	}
    }

    location ^~ /rutorrent/conf/ {
	deny all;
    }

    location ^~ /rutorrent/share/ {
	deny all;
    }
    location /TAKER {
        include scgi_params;
        scgi_pass 127.0.0.1:5001;
        auth_basic "Zone privée";
        auth_basic_user_file "/etc/nginx/passwd/rutorrent_passwd_taker";
    }
    
    ## fin config rutorrent ##

    ## début config seedbox-manager ##

    location ^~ / {
	root /var/www/seedbox-manager/public;
	include /etc/nginx/conf.d/php;
	include /etc/nginx/conf.d/cache;
    }

    ## fin config seedbox-manager ##  


}
la ligne :
location /TAKER {
devrait être :
location /TAKER0 {
Après je vois rien d'autre...
Merci, ainsi je dirais que le problème vient de l'un de ces fichiers :
/etc/nginx/passwd/rutorrent_passwd
/etc/nginx/passwd/rutorrent_passwd_taker
Soit ils n'existent pas, soit ils sont mal configuré (cf le reset password). Toutefois, si ça se trouve, c'est juste une erreur avec le mot de passe lors de la saisit.
J'ai corriger l'erreur dans le rutorrent.conf et j'ai refait les fichier passwd pour être sur qu'ils étaient bon.

Mais j'ai toujours la même erreur

Edit: sur l'un de vous est partant je peut lui donner accès au serveur pour regarder directement
Pourquoi pas, je peux toujours essayer En espérant avoir plus de chance...
Message envoyé.

Merci !
Au départ, j'ai également procédé à une réinitilisation des mots de passe. Ce qui n'a rien donné, ruTorrent était inacessible contrairement au SeedBox Manager.
Au départ, j'ai pensée à un problème de droit, une fausse piste. C'était le cache en cause, ainsi je l'ai nettoyé :
rm -R /var/cache/nginx/*
Puis, par précaution, j'ai redémarré Nginx et php5-fpm :
service nginx restart && service php5-fpm restart
ruTorrent est redevenu acessible. En revanche, il y avait des erreurs. L'une concernait le plugin FileManager :
filemanager: Plugin will not work. Webserver user can't access external program (unzip).
whereis unzip
unzip: /usr/bin/unzip /usr/bin/X11/unzip /usr/share/man/man1/unzip.1.gz
Comme on peut le voir, Unzip est bien installé. Ainsi, c'est le plugin qui n'était pas configuré.
nano /var/www/rutorrent/plugins/filemanager/conf.php
En ouvrant ce fichier, je m'en suis aperçu directement grâce à ça :
$pathToExternals['rar'] = '';
$pathToExternals['zip'] = '';
$pathToExternals['unzip'] = '';
$pathToExternals['tar'] = '';
J'ai corrigé cette erreur, en remplaçant ces lignes par celles-ci :
$pathToExternals['rar'] = '/usr/bin/rar';
$pathToExternals['zip'] = '/usr/bin/zip';
$pathToExternals['unzip'] = '/usr/bin/unzip';
$pathToExternals['tar'] = '/bin/tar';
$pathToExternals['gzip'] = '/bin/gzip';
$pathToExternals['bzip2'] = '/bin/bzip2';
L'autre erreur portait sur le plugin autodl-irssi :
Error downloading files. Make sure autodl-irssi is started and configured properly (eg. password, port number): AutodlFilesDownloader.downloadAllFiles: Exception info: name = TypeError; message = $.browser is undefined; fileName = https://domaine.site.web/rutorrent/plugins/autodl-irssi/AutodlFilesDownloader.js; lineNumber = 28;
AutodlIrssiTab._getNewLines: Exception info: name = TypeError; message = $.browser is undefined; fileName = https://domaine.site.web/rutorrent/plugins/autodl-irssi/AutodlFilesDownloader.js; lineNumber = 28; 
Hélas, ce plugin m'est inconnu. De ce fait, pour le moment, je ne l'ai pas encore corrigée. Je vais me pencher dessus.
Wow !

L'erreur d'autodl viens du fait qu'il faut le reconfigurer, c'est pas bien compliquer.

rutorrent est de nouveau fonctionnel ?
Ainsi, c'est bien ça. En consultant le fichier de conf(ig) :
/var/www/rutorrent/plugins/autodl-irssi/_conf.php
Je me disais que cela devrait être ça.

Oui, il l'est 🙂. A part cette erreur, tout me semble normal.
Bah merci beaucoup pour ton aide !

Je comprend pas comment tout est parti en couille hier, j'ai juste fait un apt-get update && upgrade ... Mais bon le principale c'est que tout refonctionne
De rien Taker et oui c'est le principale.
Dès fois, il arrive qu'une mise à jour se passe mal. On peut y remédier en consacrant une plus grande l'attention. Je pense surtout aux "avertissements". Toutefois, la raison reste parfois un mystère...
Répondre…