Cannot add torrent by file anymore

peshua19

Member
May 25, 2018
897
0
16
Hi,

I use ruTorrent for a few years now and recently I cannot add any torrent by file anymore. Magnets work but not torrent files.
I get this message " Error : torrent cannot be add " (might not be the exact same message in english, I translate it).

Unfortunally, logs do not work. log path is specified in config.php (to /tmp/errors.log) but there is no such file.

Here are packages version :

Linux distribution : Archlinux

- rtorrent 0.9.3
- ruTorrent 3.5
- apache 2.2.25
- php 5.5.3

Apache server username : http
rtorrent launched as rtor username
Here is ruTorrent structure :

Quote
|-- conf -> /etc/webapps/rutorrent/conf
|-- css
|-- images
|-- js
|-- lang
|-- php
|-- plugins
| |-- _( All plugins )
`-- share [ drwxrwxrwx / http http ]
|-- settings
|-- torrents
`-- users [ drwxrwxrwx / http http ]​


I have put directories mod into '[ ]' so you can see mods are correct.

ruTorrent WebUI is on a sub-domain handled by an Apache virtualhost :

Code:
<VirtualHost *:80>

ServerName rutorrent.domain.tld
DocumentRoot /usr/share/webapps/rutorrent

<IfModule itk.c>
AssignUserId http http
</IfModule>

<Directory "/usr/share/webapps/rutorrent">
AllowOverride All
AuthName "Private"
AuthType Basic
AuthUserFile /etc/webapps/rutorrent/conf/htpasswd
Require valid-user

Order allow,deny
Allow from all
</Directory>

<IfModule scgi_module>
SCGIMount /RPC2 localhost:5000
</IfModule>

ErrorLog /var/log/httpd/rutorrent.localhost/error.log
CustomLog /var/log/httpd/rutorrent.localhost/access.log combined

Alias /torrent "/home/rtor/torrents"
<Directory "/home/rtor/torrents">
AllowOverride All
Options Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
</Directory>

</VirtualHost>
As I said, everything was running fine a few days ago (maybe weeks)

Here is the list of latest upgraded packages :

Quote
[2013-08-07 16:49] [PACMAN] Running 'pacman --color auto -Sy'
[2013-08-07 16:49] [PACMAN] synchronizing package lists
[2013-08-07 16:49] [PACMAN] starting full system upgrade
[2013-08-07 16:50] [PACMAN] Running 'pacman --color auto -S -u'
[2013-08-07 16:50] [PACMAN] starting full system upgrade
[2013-08-07 16:51] [PACMAN] upgraded a52dec (0.7.4-6 -> 0.7.4-7)
[2013-08-07 16:51] [PACMAN] upgraded apache (2.2.24-3 -> 2.2.25-1)
[2013-08-07 16:51] [PACMAN] upgraded util-linux (2.23.1-2 -> 2.23.2-1)
[2013-08-07 16:51] [PACMAN] upgraded apr (1.4.6-1 -> 1.4.8-1)
[2013-08-07 16:51] [PACMAN] upgraded glib2 (2.36.3-2 -> 2.36.3-3)
[2013-08-07 16:51] [ALPM] warning: /usr/lib/avahi/service-types.db installed as /usr/lib/avahi/service-types.db.pacnew
[2013-08-07 16:51] [PACMAN] upgraded avahi (0.6.31-9 -> 0.6.31-10)
[2013-08-07 16:51] [PACMAN] upgraded avidemux-cli (2.5.6-6 -> 2.5.6-7)
[2013-08-07 16:51] [PACMAN] upgraded bind (9.9.3.P1-1 -> 9.9.3.P2-1)
[2013-08-07 16:51] [PACMAN] upgraded bison (2.7.1-1 -> 3.0-1)
[2013-08-07 16:51] [PACMAN] upgraded cracklib (2.8.22-3 -> 2.9.0-1)
[2013-08-07 16:51] [PACMAN] upgraded dhcpcd (5.6.8-3 -> 6.0.4-1)
[2013-08-07 16:51] [PACMAN] upgraded libmariadbclient (5.5.31-1 -> 5.5.32-1)
[2013-08-07 16:51] [PACMAN] upgraded dovecot (2.2.4-1 -> 2.2.5-1)
[2013-08-07 16:51] [PACMAN] upgraded ethtool (1:3.9-1 -> 1:3.10-1)
[2013-08-07 16:51] [PACMAN] upgraded rtmpdump (20121230-1 -> 20121230-2)
[2013-08-07 16:51] [PACMAN] upgraded x264 (20130206-1 -> 20130702-2)
[2013-08-07 16:51] [PACMAN] upgraded ffmpeg (1:1.2.1-1 -> 1:2.0-2)
[2013-08-07 16:51] [PACMAN] upgraded lib32-gcc-libs (4.8.1-1 -> 4.8.1-2)
[2013-08-07 16:51] [PACMAN] upgraded gcc-libs-multilib (4.8.1-1 -> 4.8.1-2)
[2013-08-07 16:51] [PACMAN] upgraded gcc-multilib (4.8.1-1 -> 4.8.1-2)
[2013-08-07 16:51] [PACMAN] upgraded xcb-proto (1.8-1 -> 1.8-2)
[2013-08-07 16:51] [PACMAN] upgraded libxcb (1.9.1-1 -> 1.9.1-2)
[2013-08-07 16:51] [PACMAN] upgraded libx11 (1.6.0-1 -> 1.6.1-1)
[2013-08-07 16:51] [PACMAN] upgraded giflib (4.2.1-3 -> 5.0.4-2)
[2013-08-07 16:51] [PACMAN] upgraded gnutls (3.2.1-1 -> 3.2.3-1)
[2013-08-07 16:51] [PACMAN] upgraded libpng (1.6.2-3 -> 1.6.3-1)
[2013-08-07 16:51] [PACMAN] upgraded gpac (4288-2 -> 4288-3)
[2013-08-07 16:51] [ALPM] warning: /boot/grub/grub.cfg installed as /boot/grub/grub.cfg.pacnew
[2013-08-07 16:51] [PACMAN] upgraded grub (2.00.5043-2 -> 2.00.5086-1)
[2013-08-07 16:51] [PACMAN] upgraded harfbuzz (0.9.18-1 -> 0.9.19-1)
[2013-08-07 16:51] [PACMAN] upgraded idnkit (1.0-2 -> 1.0-3)
[2013-08-07 16:51] [PACMAN] upgraded imlib2 (1.4.5-4 -> 1.4.5-5)
[2013-08-07 16:51] [PACMAN] upgraded iproute2 (3.9.0-2 -> 3.10.0-1)
[2013-08-07 16:51] [PACMAN] upgraded nspr (4.9.6-1 -> 4.10-2)
[2013-08-07 16:51] [PACMAN] upgraded nss (3.14.3-3 -> 3.15.1-1)
[2013-08-07 16:51] [PACMAN] upgraded jre7-openjdk-headless (7.u40_2.4.1-1 -> 7.u40_2.4.1-2)
[2013-08-07 16:51] [PACMAN] upgraded xdg-utils (1.1.0.git20121008-2 -> 1.1.0.git20130520-1)
[2013-08-07 16:51] [PACMAN] upgraded jre7-openjdk (7.u40_2.4.1-1 -> 7.u40_2.4.1-2)
[2013-08-07 16:51] [PACMAN] upgraded libdatrie (0.2.5-1 -> 0.2.6-1)
[2013-08-07 16:51] [PACMAN] upgraded libgcrypt (1.5.2-1 -> 1.5.3-1)
[2013-08-07 16:51] [PACMAN] upgraded libpciaccess (0.13.1-1 -> 0.13.2-1)
[2013-08-07 16:51] [PACMAN] upgraded libthai (0.1.18-1 -> 0.1.19-1)
[2013-08-07 16:51] [PACMAN] upgraded libusbx (1.0.15-1 -> 1.0.16-2)
[2013-08-07 16:51] [PACMAN] upgraded libvdpau (0.6-2 -> 0.7-1)
[2013-08-07 16:51] [PACMAN] upgraded libwbclient (4.0.7-3 -> 4.0.8-1)
[2013-08-07 16:51] [PACMAN] upgraded linux-firmware (20130610-1 -> 20130725-1)
[2013-08-07 16:51] [PACMAN] upgraded mkinitcpio-busybox (1.20.2-1 -> 1.21.1-2)
[2013-08-07 16:51] [PACMAN] upgraded mkinitcpio (0.14.0-1 -> 0.15.0-1)
[2013-08-07 16:51] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
[2013-08-07 16:51] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> Starting build: 3.10.5-1-ARCH
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> Image generation successful
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> Starting build: 3.10.5-1-ARCH
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2013-08-07 16:51] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
[2013-08-07 16:51] [ALPM-SCRIPTLET] ==> Image generation successful
[2013-08-07 16:51] [PACMAN] upgraded linux (3.9.9-1 -> 3.10.5-1)
[2013-08-07 16:51] [PACMAN] upgraded linux-headers (3.9.9-1 -> 3.10.5-1)
[2013-08-07 16:51] [PACMAN] upgraded lirc-utils (1:0.9.0-49 -> 1:0.9.0-54)
[2013-08-07 16:51] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
[2013-08-07 16:51] [PACMAN] upgraded lirc (1:0.9.0-49 -> 1:0.9.0-54)
[2013-08-07 16:51] [PACMAN] upgraded man-pages (3.52-1 -> 3.53-1)
[2013-08-07 16:51] [PACMAN] upgraded mariadb-clients (5.5.31-1 -> 5.5.32-1)
[2013-08-07 16:51] [PACMAN] upgraded mariadb (5.5.31-1 -> 5.5.32-1)
[2013-08-07 16:51] [PACMAN] upgraded wayland (1.1.0-1 -> 1.2.0-1)
[2013-08-07 16:51] [PACMAN] upgraded mesa (9.1.4-5 -> 9.1.6-1)
[2013-08-07 16:51] [PACMAN] upgraded mesa-libgl (9.1.4-5 -> 9.1.6-1)
[2013-08-07 16:51] [PACMAN] upgraded smbclient (4.0.7-3 -> 4.0.8-1)
[2013-08-07 16:51] [PACMAN] upgraded mplayer (36285-1 -> 36285-3)
[2013-08-07 16:51] [PACMAN] upgraded phpmyadmin (4.0.4.1-1 -> 4.0.5-1)
[2013-08-07 16:51] [PACMAN] upgraded pyalpm (0.6.1-1 -> 0.6.2-1)
[2013-08-07 16:51] [PACMAN] upgraded subversion (1.8.0-1 -> 1.8.1-1)
[2013-08-07 16:51] [PACMAN] upgraded transmission-cli (2.80-2 -> 2.81-1)
[2013-08-07 16:51] [PACMAN] upgraded videoproto (2.3.1-2 -> 2.3.2-1)
[2013-08-07 16:51] [PACMAN] upgraded whois (5.0.25-2 -> 5.0.26-1)
[2013-08-07 16:51] [PACMAN] upgraded xorg-mkfontscale (1.1.0-1 -> 1.1.1-1)
[2013-08-16 23:43] [PACMAN] Running 'pacman -Scc'
[2013-08-17 22:59] [PACMAN] Running 'pacman --color auto -Sy'
[2013-08-17 22:59] [PACMAN] synchronizing package lists
[2013-08-17 22:59] [PACMAN] starting full system upgrade
[2013-08-28 15:39] [PACMAN] Running 'pacman -Scc'
[2013-08-28 15:42] [PACMAN] Running 'pacman -Rsc craftbukkit'
[2013-08-28 15:49] [PACMAN] Running 'pacman -Rsc webmin roundcubemail'
[2013-08-28 15:49] [ALPM] warning: /etc/webapps/roundcubemail/.htaccess saved as /etc/webapps/roundcubemail/.htaccess.pacsave
[2013-08-28 15:49] [PACMAN] removed roundcubemail (0.9.2-1)
[2013-08-28 15:49] [ALPM] warning: /etc/webmin/webmin/config saved as /etc/webmin/webmin/config.pacsave
[2013-08-28 15:49] [ALPM] warning: /etc/webmin/mysql/config saved as /etc/webmin/mysql/config.pacsave
[2013-08-28 15:49] [ALPM] warning: /etc/webmin/miniserv.users saved as /etc/webmin/miniserv.users.pacsave
[2013-08-28 15:49] [ALPM] warning: /etc/webmin/miniserv.conf saved as /etc/webmin/miniserv.conf.pacsave
[2013-08-28 15:49] [ALPM] warning: /etc/webmin/mailboxes/config saved as /etc/webmin/mailboxes/config.pacsave
[2013-08-28 15:49] [PACMAN] removed webmin (1.630-1)
[2013-09-01 00:47] [PACMAN] Running 'pacman --color auto -S community/iftop'
[2013-09-01 00:47] [PACMAN] Running 'pacman --color auto -S community/iftop'
[2013-09-01 00:48] [PACMAN] Running 'pacman --color auto -Sy'
[2013-09-01 00:48] [PACMAN] synchronizing package lists
[2013-09-01 00:48] [PACMAN] starting full system upgrade
[2013-09-01 00:48] [PACMAN] Running 'pacman --color auto -S community/iftop'
[2013-09-01 00:48] [PACMAN] installed iftop (1.0pre2-1)​


I migh add user settings (such as torrent sort rule or window sizes) are not saved.

Does any of you have an idea of what is going on ?

EDIT : I can add torrent by file using rtorrent directly, and it successfully appears in ruTorrent, and I can control the torrent (such as start it) using the rutorrent WebUI.
 

randac56

Member
May 25, 2018
915
0
16
Ok i'm gonna kill myself for human kind sake ...

It appears that my system partition was full ... I simply removed some shit holy-sized logs and it goes again \o/

grin.gif