Salut,
Tu peut installer un x2go + xfce (ou un autre bureau, suivant tes préférences) directement sur ton serveur sous debian.
Tu peut installer un x2go + xfce (ou un autre bureau, suivant tes préférences) directement sur ton serveur sous debian.
git checkout 0.13.4
./autogen.sh
Après la première j'ai: Note: checking out '0.13.4'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 51cd5ea... Bumped to 0.13.4.
Et après la deuxième:aclocal...
aclocal not found
Et j'ai cette même erreur pour l'installation de rtorrent.Nov 21 11:51:42 mail postfix/submission/smtpd[21809]: connect from localhost[127.0.0.1]
Nov 21 11:51:42 mail postfix/submission/smtpd[21809]: lost connection after EHLO from localhost[127.0.0.1]
Nov 21 11:51:42 mail postfix/submission/smtpd[21809]: disconnect from localhost[127.0.0.1]
--- Logical volume ---
LV Path /dev/vg0/home
LV Name home
VG Name vg0
LV UUID uTE4wu-M7qd-x8I8-Ktnj-mdrg-3ZCJ-XBihbn
LV Write Access read/write
LV Creation host, time rescue, 2014-08-05 20:28:25 +0200
LV Status available
# open 1
LV Size 5.45 TiB
Current LE 1427976
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0
Filesystem Size Used Avail Use% Mounted on
rootfs 9.9G 1.4G 8.0G 15% /
udev 10M 0 10M 0% /dev
tmpfs 1.6G 212K 1.6G 1% /run
/dev/disk/by-uuid/d3580800-a67a-49a6-8c66-ff660615622d 9.9G 1.4G 8.0G 15% /
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.3G 0 3.3G 0% /run/shm
/dev/sda2 504M 40M 439M 9% /boot
/dev/mapper/vg0-home 2.7T 16G 2.6T 1% /home
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 ##
}
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/"
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