[DEPRECATED] Linuxserver.io - Rutorrent


Recommended Posts

Thanks for the docker, much appreciated! What are the chances autodl-irssi could be included within or if anyone knows, what would be the easiest way to get autodl-irssi to work with this docker?

 

I would also love to see autodl-irssi or an easy way to install it.

Link to comment

How do I change the URL Base for RUTorrent?

 

Currently I access the webgui through http://192.168.1.100:82/

 

I need to be able to access it from http://192.168.1.100:82/rutorrent/

 

I have already done this for sonar, couchpotato, plexpy, transmission and other things... but cant for the life of me find out how to do it for the RUTorrents webgui...

 

This is so I can easily configure it with reverse proxy under apache and then have it exposed through muximux

 

My apache sites config currently has the following settings

 

       

<VirtualHost *:443>

        ServerName mydomain.com

        ServerAlias mydomain.com

        ServerAdmin [email protected]

        DocumentRoot /config/www

     

        SSLEngine on

        SSLProxyEngine On

RewriteEngine On

Header always set Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"

        SSLProxyVerify none

        SSLProtocol -ALL +TLSv1 +TLSv1.1 +TLSv1.2

SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS

        SSLHonorCipherOrder on

    SSLCertificateFile "/config/keys/cert.crt"

    SSLCertificateKeyFile "/config/keys/cert.key"

        SSLProxyCheckPeerCN off

SSLProxyCheckPeerName off

SSLProxyCheckPeerExpire off

RewriteEngine On

ProxyPreserveHost Off

             

 

<Location />

                ProxyPass http://192.168.1.100:99/

                ProxyPassReverse http://192.168.1.100:99/

AuthUserFile /config/keys/.htpasswd

AuthType Basic

AuthName "Muximux"

Require user someusernamegoeshere

        </Location>

 

        <Location /couch>

                ProxyPass http://192.168.1.100:5050/couch

                ProxyPassReverse http://192.168.1.100:5050/couch

        </Location>

     

 

        <Location /sonarr>

                ProxyPass http://192.168.1.100:8989/sonarr

                ProxyPassReverse http://192.168.1.100:8989/sonarr

        </Location>

 

        <Location /transmission>

                ProxyPass http://192.168.1.100:9091/transmission

                ProxyPassReverse http://192.168.1.100:9091/transmission

        </Location>

     

        <Location /sabnzbd>

                ProxyPass https://192.168.1.100:9090/sabnzbd/

                ProxyPassReverse https://192.168.1.100:9090/sabnzbd/         

        </Location>

 

        <Location /pihole>

                ProxyPass http://192.168.1.4/admin/

                ProxyPassReverse http://192.168.1.4/admin/       

        </Location>

 

<Location /plexpy>

                ProxyPass https://192.168.1.100:8181/plexpy/

                ProxyPassReverse https://192.168.1.100:8181/plexpy/       

        </Location>

Link to comment

How do I change the URL Base for RUTorrent?

 

Currently I access the webgui through http://192.168.1.100:82/

 

I need to be able to access it from http://192.168.1.100:82/rutorrent/

 

I have already done this for sonar, couchpotato, plexpy, transmission and other things... but cant for the life of me find out how to do it for the RUTorrents webgui...

 

This is so I can easily configure it with reverse proxy under apache and then have it exposed through muximux

 

Mulletboy, you don't need to change anything in rtorrent add this to your Apache default.conf

 

	RewriteRule ^/rtorrent$ /rtorrent/ [R]
<Location /rtorrent>
	ProxyPass http://192.168.0.100:82/
	ProxyPassReverse http://192.168.0.100:82/
</Location>

Link to comment

I'm getting 403 forbidden. Fresh Docker image. No errors in log.

 

ErrorWarningSystemArrayLogin


*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/my_init.d/04_set_timezone.sh...

Current default time zone: 'America/Los_Angeles'
Local time is now: Thu May 19 11:59:21 PDT 2016.
Universal Time is now: Thu May 19 18:59:21 UTC 2016.

*** Running /etc/my_init.d/10_add_user_abc.sh...

-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

*** Running /etc/my_init.d/20_apt_update.sh...
finding fastest mirror
Getting list of mirrors...done.
Testing 73 mirror(s)
connection to mirror.team-cymru.org: timed out
connection to ubuntu.cs.utah.edu: timed out
Getting list of launchpad URLs...done.
Looking up 3 status(es)
1. mirrors.us.kernel.org
Latency: 38 ms
Org: Kernel.org
Status: Up to date
Speed: 2 Gbps
2. mirror.htnshost.com
Latency: 39 ms
Org: None
Status: Up to date
Speed: 1 Gbps
3. mirrors.ocf.berkeley.edu
Latency: 54 ms
Org: Open Computing Facility at UC Berkeley
Status: Up to date
Speed: 1 Gbps
New config file saved to /defaults/sources.list
We are now refreshing packages from apt repositories, this *may* take a while
Ign http://mirrors.us.kernel.org trusty InRelease
Get:1 http://mirrors.us.kernel.org trusty-updates InRelease [65.9 kB]
Get:2 http://mirrors.us.kernel.org trusty-security InRelease [65.9 kB]
Get:3 http://mirrors.us.kernel.org trusty Release.gpg [933 B]
Get:4 http://mirrors.us.kernel.org trusty-updates/main Sources [346 kB]
Get:5 http://mirrors.us.kernel.org trusty-updates/restricted Sources [5,217 B]
Get:6 http://mirrors.us.kernel.org trusty-updates/universe Sources [194 kB]
Get:7 http://mirrors.us.kernel.org trusty-updates/multiverse Sources [5,943 B]
Get:8 http://mirrors.us.kernel.org trusty-updates/main amd64 Packages [964 kB]
Get:9 http://mirrors.us.kernel.org trusty-updates/restricted amd64 Packages [23.5 kB]
Get:10 http://mirrors.us.kernel.org trusty-updates/universe amd64 Packages [464 kB]
Get:11 http://mirrors.us.kernel.org trusty-updates/multiverse amd64 Packages [14.3 kB]
Get:12 http://mirrors.us.kernel.org trusty-security/main Sources [147 kB]
Get:13 http://mirrors.us.kernel.org trusty-security/restricted Sources [3,920 B]
Get:14 http://mirrors.us.kernel.org trusty-security/universe Sources [41.8 kB]
Get:15 http://mirrors.us.kernel.org trusty-security/multiverse Sources [2,547 B]
Get:16 http://mirrors.us.kernel.org trusty-security/main amd64 Packages [602 kB]
Get:17 http://mirrors.us.kernel.org trusty-security/restricted amd64 Packages [20.2 kB]
Get:18 http://mirrors.us.kernel.org trusty-security/universe amd64 Packages [167 kB]
Get:19 http://mirrors.us.kernel.org trusty-security/multiverse amd64 Packages [4,853 B]
Get:20 http://mirrors.us.kernel.org trusty Release [58.5 kB]
Get:21 http://mirrors.us.kernel.org trusty/main Sources [1,335 kB]
Get:22 http://mirrors.us.kernel.org trusty/restricted Sources [5,335 B]
Get:23 http://mirrors.us.kernel.org trusty/universe Sources [7,926 kB]
Get:24 http://mirrors.us.kernel.org trusty/multiverse Sources [211 kB]
Ign http://ppa.launchpad.net trusty InRelease
Get:25 http://mirrors.us.kernel.org trusty/main amd64 Packages [1,743 kB]
Ign http://ppa.launchpad.net trusty InRelease
Get:26 http://mirrors.us.kernel.org trusty/restricted amd64 Packages [16.0 kB]
Get:27 http://mirrors.us.kernel.org trusty/universe amd64 Packages [7,589 kB]
Get:28 http://ppa.launchpad.net trusty Release.gpg [316 B]
Get:29 http://ppa.launchpad.net trusty Release.gpg [316 B]
Get:30 http://ppa.launchpad.net trusty Release [15.1 kB]
Get:31 http://ppa.launchpad.net trusty Release [15.1 kB]
Get:32 http://ppa.launchpad.net trusty/main amd64 Packages [921 B]
Get:33 http://mirrors.us.kernel.org trusty/multiverse amd64 Packages [169 kB]
Get:34 http://ppa.launchpad.net trusty/main amd64 Packages [5,864 B]
Fetched 22.2 MB in 5s (4,044 kB/s)
Reading package lists...
(Reading database ... 16464 files and directories currently installed.)
Preparing to unpack .../php5-readline_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
Unpacking php5-readline (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../php5-cli_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
Unpacking php5-cli (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../php5-fpm_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
invoke-rc.d: policy-rc.d denied execution of stop.
Unpacking php5-fpm (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../php5-common_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
Unpacking php5-common (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../openssl_1.0.1f-1ubuntu2.19_amd64.deb ...
Unpacking openssl (1.0.1f-1ubuntu2.19) over (1.0.1f-1ubuntu2.18) ...
Preparing to unpack .../php5_5.5.9+dfsg-1ubuntu4.16_all.deb ...
Unpacking php5 (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up php5-common (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke pdo: already enabled for cli SAPI
php5_invoke pdo: already enabled for fpm SAPI
php5_invoke opcache: already enabled for cli SAPI
php5_invoke opcache: already enabled for fpm SAPI
Setting up php5-cli (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke json: already enabled for cli SAPI
php5_invoke opcache: already enabled for cli SAPI
php5_invoke pdo: already enabled for cli SAPI
php5_invoke readline: already enabled for cli SAPI
php5_invoke geoip: already enabled for cli SAPI
Setting up php5-readline (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke readline: already enabled for cli SAPI
php5_invoke readline: already enabled for fpm SAPI
Setting up php5-fpm (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke json: already enabled for fpm SAPI
php5_invoke opcache: already enabled for fpm SAPI
php5_invoke pdo: already enabled for fpm SAPI
php5_invoke readline: already enabled for fpm SAPI
php5_invoke geoip: already enabled for fpm SAPI
invoke-rc.d: policy-rc.d denied execution of start.
Setting up openssl (1.0.1f-1ubuntu2.19) ...
Setting up php5 (5.5.9+dfsg-1ubuntu4.16) ...
*** Running /etc/my_init.d/40_copy_config.sh...
*** Running /etc/my_init.d/50_gen_ssl_keys.sh...
generating self-signed keys in /config/keys, you can replace these with your own keys if required
Generating a 2048 bit RSA private key
..........................................................................+++
...............................+++
writing new private key to '/config/keys/cert.key'
-----
Subject Attribute /C has no known NID, skipped
*** Running /etc/my_init.d/60_get_rutorrent.sh...
fatal: destination path '/config/www/webui' already exists and is not an empty directory.
fatal: Not a git repository (or any parent up to mount point /config)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
*** Running /etc/my_init.d/70_set_folders_and_config.sh...
*** Running /etc/my_init.d/999_advanced_script.sh...
*** Running /etc/rc.local...
*** Booting runit daemon...
*** Runit started as PID 1349
May 19 12:00:36 11b6eb1ada01 syslog-ng[1360]: syslog-ng starting up; version='3.5.3'

192.168.1.115 - admin [19/May/2016:12:00:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050765 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:00:48 -0700] "POST /plugins/rss/action.php HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:00:51 -0700] "GET /plugins/diskspace/action.php?_=1463683050766 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:01:01 -0700] "GET /plugins/diskspace/action.php?_=1463683050767 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:01:11 -0700] "GET /plugins/diskspace/action.php?_=1463683050768 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:01:21 -0700] "GET /plugins/diskspace/action.php?_=1463683050769 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:01:31 -0700] "GET /plugins/diskspace/action.php?_=1463683050770 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:01:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050771 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:01:51 -0700] "GET /plugins/diskspace/action.php?_=1463683050772 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:01 -0700] "GET /plugins/diskspace/action.php?_=1463683050773 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:09 -0700] "POST /plugins/httprpc/action.php HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:11 -0700] "GET /plugins/diskspace/action.php?_=1463683050774 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:21 -0700] "GET /plugins/diskspace/action.php?_=1463683050775 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:31 -0700] "GET /plugins/diskspace/action.php?_=1463683050776 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050777 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:51 -0700] "GET /plugins/diskspace/action.php?_=1463683050778 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:03:01 -0700] "GET /plugins/diskspace/action.php?_=1463683050779 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:03:11 -0700] "GET /plugins/diskspace/action.php?_=1463683050780 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:03:21 -0700] "GET /plugins/diskspace/action.php?_=1463683050781 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:03:31 -0700] "GET /plugins/diskspace/action.php?_=1463683050782 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:03:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050783 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:03:51 -0700] "GET /plugins/diskspace/action.php?_=1463683050784 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:04:01 -0700] "GET /plugins/diskspace/action.php?_=1463683050785 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:04:09 -0700] "POST /plugins/httprpc/action.php HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:04:11 -0700] "GET /plugins/diskspace/action.php?_=1463683050786 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:04:21 -0700] "GET /plugins/diskspace/action.php?_=1463683050787 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:04:31 -0700] "GET /plugins/diskspace/action.php?_=1463683050788 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:04:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050789 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"

Link to comment

I'm getting 403 forbidden. Fresh Docker image. No errors in log.

 

ErrorWarningSystemArrayLogin


*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
*** Running /etc/my_init.d/04_set_timezone.sh...

Current default time zone: 'America/Los_Angeles'
Local time is now: Thu May 19 11:59:21 PDT 2016.
Universal Time is now: Thu May 19 18:59:21 UTC 2016.

*** Running /etc/my_init.d/10_add_user_abc.sh...

-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

*** Running /etc/my_init.d/20_apt_update.sh...
finding fastest mirror
Getting list of mirrors...done.
Testing 73 mirror(s)
connection to mirror.team-cymru.org: timed out
connection to ubuntu.cs.utah.edu: timed out
Getting list of launchpad URLs...done.
Looking up 3 status(es)
1. mirrors.us.kernel.org
Latency: 38 ms
Org: Kernel.org
Status: Up to date
Speed: 2 Gbps
2. mirror.htnshost.com
Latency: 39 ms
Org: None
Status: Up to date
Speed: 1 Gbps
3. mirrors.ocf.berkeley.edu
Latency: 54 ms
Org: Open Computing Facility at UC Berkeley
Status: Up to date
Speed: 1 Gbps
New config file saved to /defaults/sources.list
We are now refreshing packages from apt repositories, this *may* take a while
Ign http://mirrors.us.kernel.org trusty InRelease
Get:1 http://mirrors.us.kernel.org trusty-updates InRelease [65.9 kB]
Get:2 http://mirrors.us.kernel.org trusty-security InRelease [65.9 kB]
Get:3 http://mirrors.us.kernel.org trusty Release.gpg [933 B]
Get:4 http://mirrors.us.kernel.org trusty-updates/main Sources [346 kB]
Get:5 http://mirrors.us.kernel.org trusty-updates/restricted Sources [5,217 B]
Get:6 http://mirrors.us.kernel.org trusty-updates/universe Sources [194 kB]
Get:7 http://mirrors.us.kernel.org trusty-updates/multiverse Sources [5,943 B]
Get:8 http://mirrors.us.kernel.org trusty-updates/main amd64 Packages [964 kB]
Get:9 http://mirrors.us.kernel.org trusty-updates/restricted amd64 Packages [23.5 kB]
Get:10 http://mirrors.us.kernel.org trusty-updates/universe amd64 Packages [464 kB]
Get:11 http://mirrors.us.kernel.org trusty-updates/multiverse amd64 Packages [14.3 kB]
Get:12 http://mirrors.us.kernel.org trusty-security/main Sources [147 kB]
Get:13 http://mirrors.us.kernel.org trusty-security/restricted Sources [3,920 B]
Get:14 http://mirrors.us.kernel.org trusty-security/universe Sources [41.8 kB]
Get:15 http://mirrors.us.kernel.org trusty-security/multiverse Sources [2,547 B]
Get:16 http://mirrors.us.kernel.org trusty-security/main amd64 Packages [602 kB]
Get:17 http://mirrors.us.kernel.org trusty-security/restricted amd64 Packages [20.2 kB]
Get:18 http://mirrors.us.kernel.org trusty-security/universe amd64 Packages [167 kB]
Get:19 http://mirrors.us.kernel.org trusty-security/multiverse amd64 Packages [4,853 B]
Get:20 http://mirrors.us.kernel.org trusty Release [58.5 kB]
Get:21 http://mirrors.us.kernel.org trusty/main Sources [1,335 kB]
Get:22 http://mirrors.us.kernel.org trusty/restricted Sources [5,335 B]
Get:23 http://mirrors.us.kernel.org trusty/universe Sources [7,926 kB]
Get:24 http://mirrors.us.kernel.org trusty/multiverse Sources [211 kB]
Ign http://ppa.launchpad.net trusty InRelease
Get:25 http://mirrors.us.kernel.org trusty/main amd64 Packages [1,743 kB]
Ign http://ppa.launchpad.net trusty InRelease
Get:26 http://mirrors.us.kernel.org trusty/restricted amd64 Packages [16.0 kB]
Get:27 http://mirrors.us.kernel.org trusty/universe amd64 Packages [7,589 kB]
Get:28 http://ppa.launchpad.net trusty Release.gpg [316 B]
Get:29 http://ppa.launchpad.net trusty Release.gpg [316 B]
Get:30 http://ppa.launchpad.net trusty Release [15.1 kB]
Get:31 http://ppa.launchpad.net trusty Release [15.1 kB]
Get:32 http://ppa.launchpad.net trusty/main amd64 Packages [921 B]
Get:33 http://mirrors.us.kernel.org trusty/multiverse amd64 Packages [169 kB]
Get:34 http://ppa.launchpad.net trusty/main amd64 Packages [5,864 B]
Fetched 22.2 MB in 5s (4,044 kB/s)
Reading package lists...
(Reading database ... 16464 files and directories currently installed.)
Preparing to unpack .../php5-readline_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
Unpacking php5-readline (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../php5-cli_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
Unpacking php5-cli (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../php5-fpm_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
invoke-rc.d: policy-rc.d denied execution of stop.
Unpacking php5-fpm (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../php5-common_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
Unpacking php5-common (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../openssl_1.0.1f-1ubuntu2.19_amd64.deb ...
Unpacking openssl (1.0.1f-1ubuntu2.19) over (1.0.1f-1ubuntu2.18) ...
Preparing to unpack .../php5_5.5.9+dfsg-1ubuntu4.16_all.deb ...
Unpacking php5 (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up php5-common (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke pdo: already enabled for cli SAPI
php5_invoke pdo: already enabled for fpm SAPI
php5_invoke opcache: already enabled for cli SAPI
php5_invoke opcache: already enabled for fpm SAPI
Setting up php5-cli (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke json: already enabled for cli SAPI
php5_invoke opcache: already enabled for cli SAPI
php5_invoke pdo: already enabled for cli SAPI
php5_invoke readline: already enabled for cli SAPI
php5_invoke geoip: already enabled for cli SAPI
Setting up php5-readline (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke readline: already enabled for cli SAPI
php5_invoke readline: already enabled for fpm SAPI
Setting up php5-fpm (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke json: already enabled for fpm SAPI
php5_invoke opcache: already enabled for fpm SAPI
php5_invoke pdo: already enabled for fpm SAPI
php5_invoke readline: already enabled for fpm SAPI
php5_invoke geoip: already enabled for fpm SAPI
invoke-rc.d: policy-rc.d denied execution of start.
Setting up openssl (1.0.1f-1ubuntu2.19) ...
Setting up php5 (5.5.9+dfsg-1ubuntu4.16) ...
*** Running /etc/my_init.d/40_copy_config.sh...
*** Running /etc/my_init.d/50_gen_ssl_keys.sh...
generating self-signed keys in /config/keys, you can replace these with your own keys if required
Generating a 2048 bit RSA private key
..........................................................................+++
...............................+++
writing new private key to '/config/keys/cert.key'
-----
Subject Attribute /C has no known NID, skipped
*** Running /etc/my_init.d/60_get_rutorrent.sh...
fatal: destination path '/config/www/webui' already exists and is not an empty directory.
fatal: Not a git repository (or any parent up to mount point /config)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
*** Running /etc/my_init.d/70_set_folders_and_config.sh...
*** Running /etc/my_init.d/999_advanced_script.sh...
*** Running /etc/rc.local...
*** Booting runit daemon...
*** Runit started as PID 1349
May 19 12:00:36 11b6eb1ada01 syslog-ng[1360]: syslog-ng starting up; version='3.5.3'

192.168.1.115 - admin [19/May/2016:12:00:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050765 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:00:48 -0700] "POST /plugins/rss/action.php HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:00:51 -0700] "GET /plugins/diskspace/action.php?_=1463683050766 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:01:01 -0700] "GET /plugins/diskspace/action.php?_=1463683050767 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:01:11 -0700] "GET /plugins/diskspace/action.php?_=1463683050768 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:01:21 -0700] "GET /plugins/diskspace/action.php?_=1463683050769 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:01:31 -0700] "GET /plugins/diskspace/action.php?_=1463683050770 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:01:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050771 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:01:51 -0700] "GET /plugins/diskspace/action.php?_=1463683050772 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:01 -0700] "GET /plugins/diskspace/action.php?_=1463683050773 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:09 -0700] "POST /plugins/httprpc/action.php HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:11 -0700] "GET /plugins/diskspace/action.php?_=1463683050774 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:21 -0700] "GET /plugins/diskspace/action.php?_=1463683050775 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:31 -0700] "GET /plugins/diskspace/action.php?_=1463683050776 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050777 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:02:51 -0700] "GET /plugins/diskspace/action.php?_=1463683050778 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:03:01 -0700] "GET /plugins/diskspace/action.php?_=1463683050779 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:03:11 -0700] "GET /plugins/diskspace/action.php?_=1463683050780 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:03:21 -0700] "GET /plugins/diskspace/action.php?_=1463683050781 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:03:31 -0700] "GET /plugins/diskspace/action.php?_=1463683050782 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:03:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050783 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:03:51 -0700] "GET /plugins/diskspace/action.php?_=1463683050784 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:04:01 -0700] "GET /plugins/diskspace/action.php?_=1463683050785 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:04:09 -0700] "POST /plugins/httprpc/action.php HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:04:11 -0700] "GET /plugins/diskspace/action.php?_=1463683050786 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:04:21 -0700] "GET /plugins/diskspace/action.php?_=1463683050787 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:04:31 -0700] "GET /plugins/diskspace/action.php?_=1463683050788 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
192.168.1.115 - admin [19/May/2016:12:04:41 -0700] "GET /plugins/diskspace/action.php?_=1463683050789 HTTP/1.1" 404 47 "http://192.168.1.2:89/" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"

 

Are you talking about the reverse proxy config above?

Link to comment

How do I change the URL Base for RUTorrent?

 

Currently I access the webgui through http://192.168.1.100:82/

 

I need to be able to access it from http://192.168.1.100:82/rutorrent/

 

I have already done this for sonar, couchpotato, plexpy, transmission and other things... but cant for the life of me find out how to do it for the RUTorrents webgui...

 

This is so I can easily configure it with reverse proxy under apache and then have it exposed through muximux

 

Mulletboy, you don't need to change anything in rtorrent add this to your Apache default.conf

 

	RewriteRule ^/rtorrent$ /rtorrent/ [R]
<Location /rtorrent>
	ProxyPass http://192.168.0.100:82/
	ProxyPassReverse http://192.168.0.100:82/
</Location>

 

 

This worked perfectly for me! (once i found my typo in the IP address lol)

 

Thanks :)

Link to comment
  • 2 weeks later...

Looking for some help with my rutorrent not starting. I had to create a new docker image and I am now getting some issues with this container.

 

Screen caps below show webui and snippet of the logs.

 

https://whatimg.com/i/HBUayB.png

 

https://whatimg.com/i/FVoXrj.png

 

Based on the logs it looks like it gets stuck and repeatedly tries to run some operation causing rtorrent to never start.

 

Also, when I CLI into the docker and try to check if rtorrent is running I get this:

 

https://whatimg.com/i/kEOmDw.png

 

Which states that it cannot access to rtorrent config file which I am assuming is an issue.

 

Any help is appreciated.

 

Link to comment

Did you delete the appdata for the container?

 

I don't use this personally but just did a fresh pull and it's all started up tickety boo....

 

We are now refreshing packages from apt repositories, this *may* take a while
Ign http://ppa.launchpad.net trusty InRelease
Ign http://apt.linuxserver.io trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
Get:1 http://apt.linuxserver.io trusty-updates InRelease [65.9 kB]
Get:2 http://ppa.launchpad.net trusty Release.gpg [316 B]
Get:3 http://ppa.launchpad.net trusty Release.gpg [316 B]
Get:4 http://ppa.launchpad.net trusty Release [15.1 kB]
Get:5 http://apt.linuxserver.io trusty-security InRelease [65.9 kB]
Get:6 http://ppa.launchpad.net trusty Release [15.1 kB]
Get:7 http://ppa.launchpad.net trusty/main amd64 Packages [921 B]
Get:8 http://apt.linuxserver.io trusty Release.gpg [933 B]
Get:9 http://apt.linuxserver.io trusty-updates/main Sources [346 kB]
Get:10 http://ppa.launchpad.net trusty/main amd64 Packages [5,864 B]
Get:11 http://apt.linuxserver.io trusty-updates/restricted Sources [5,217 B]
Get:12 http://apt.linuxserver.io trusty-updates/universe Sources [194 kB]
Get:13 http://apt.linuxserver.io trusty-updates/multiverse Sources [5,943 B]
Get:14 http://apt.linuxserver.io trusty-updates/main amd64 Packages [964 kB]
Get:15 http://apt.linuxserver.io trusty-updates/restricted amd64 Packages [23.5 kB]
Get:16 http://apt.linuxserver.io trusty-updates/universe amd64 Packages [464 kB]
Get:17 http://apt.linuxserver.io trusty-updates/multiverse amd64 Packages [14.3 kB]
Get:18 http://apt.linuxserver.io trusty-security/main Sources [147 kB]
Get:19 http://apt.linuxserver.io trusty-security/restricted Sources [3,920 B]
Get:20 http://apt.linuxserver.io trusty-security/universe Sources [41.8 kB]
Get:21 http://apt.linuxserver.io trusty-security/multiverse Sources [2,547 B]
Get:22 http://apt.linuxserver.io trusty-security/main amd64 Packages [602 kB]
Get:23 http://apt.linuxserver.io trusty-security/restricted amd64 Packages [20.2 kB]
Get:24 http://apt.linuxserver.io trusty-security/universe amd64 Packages [167 kB]
Get:25 http://apt.linuxserver.io trusty-security/multiverse amd64 Packages [4,853 B]
Get:26 http://apt.linuxserver.io trusty Release [58.5 kB]
Get:27 http://apt.linuxserver.io trusty/main Sources [1,335 kB]
Get:28 http://apt.linuxserver.io trusty/restricted Sources [5,335 B]
Get:29 http://apt.linuxserver.io trusty/universe Sources [7,926 kB]
Get:30 http://apt.linuxserver.io trusty/multiverse Sources [211 kB]
Get:31 http://apt.linuxserver.io trusty/main amd64 Packages [1,743 kB]
Get:32 http://apt.linuxserver.io trusty/restricted amd64 Packages [16.0 kB]
Get:33 http://apt.linuxserver.io trusty/universe amd64 Packages [7,589 kB]
Get:34 http://apt.linuxserver.io trusty/multiverse amd64 Packages [169 kB]
Fetched 22.2 MB in 4s (5,074 kB/s)
Reading package lists...
(Reading database ... 16464 files and directories currently installed.)
Preparing to unpack .../php5-readline_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
(Reading database ... 16464 files and directories currently installed.)
Preparing to unpack .../php5-readline_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
Unpacking php5-readline (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../php5-cli_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
Unpacking php5-cli (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../php5-fpm_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
invoke-rc.d: policy-rc.d denied execution of stop.
Unpacking php5-fpm (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../php5-common_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
Unpacking php5-common (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../openssl_1.0.1f-1ubuntu2.19_amd64.deb ...
Unpacking openssl (1.0.1f-1ubuntu2.19) over (1.0.1f-1ubuntu2.18) ...
Preparing to unpack .../php5_5.5.9+dfsg-1ubuntu4.16_all.deb ...
Unpacking php5 (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up php5-common (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke pdo: already enabled for cli SAPI
php5_invoke pdo: already enabled for fpm SAPI
php5_invoke opcache: already enabled for cli SAPI
php5_invoke opcache: already enabled for fpm SAPI
Setting up php5-cli (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke json: already enabled for cli SAPI
php5_invoke opcache: already enabled for cli SAPI
php5_invoke pdo: already enabled for cli SAPI
php5_invoke readline: already enabled for cli SAPI
php5_invoke geoip: already enabled for cli SAPI
Setting up php5-readline (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke json: already enabled for cli SAPI
php5_invoke opcache: already enabled for cli SAPI
php5_invoke pdo: already enabled for cli SAPI
php5_invoke readline: already enabled for cli SAPI
php5_invoke geoip: already enabled for cli SAPI
Setting up php5-readline (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke readline: already enabled for cli SAPI
php5_invoke readline: already enabled for fpm SAPI
Setting up php5-fpm (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke json: already enabled for fpm SAPI
php5_invoke opcache: already enabled for fpm SAPI
php5_invoke pdo: already enabled for fpm SAPI
php5_invoke readline: already enabled for fpm SAPI
php5_invoke geoip: already enabled for fpm SAPI
invoke-rc.d: policy-rc.d denied execution of start.
Setting up openssl (1.0.1f-1ubuntu2.19) ...
Setting up php5 (5.5.9+dfsg-1ubuntu4.16) ...
*** Running /etc/my_init.d/40_copy_config.sh...
*** Running /etc/my_init.d/50_gen_ssl_keys.sh...
generating self-signed keys in /config/keys, you can replace these with your own keys if required
Generating a 2048 bit RSA private key
...+++
.....................+++
writing new private key to '/config/keys/cert.key'
-----
Subject Attribute /C has no known NID, skipped
*** Running /etc/my_init.d/60_get_rutorrent.sh...
Cloning into '/config/www/webui'...
Already up-to-date.
*** Running /etc/my_init.d/70_set_folders_and_config.sh...
*** Running /etc/my_init.d/999_advanced_script.sh...
*** Running /etc/rc.local...
*** Booting runit daemon...
*** Runit started as PID 1380
May 31 22:12:32 6b6526646b68 syslog-ng[1388]: syslog-ng starting up; version='3.5.3'

Link to comment

Did you delete the appdata for the container?

 

I don't use this personally but just did a fresh pull and it's all started up tickety boo....

 

We are now refreshing packages from apt repositories, this *may* take a while
Ign http://ppa.launchpad.net trusty InRelease
Ign http://apt.linuxserver.io trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
Get:1 http://apt.linuxserver.io trusty-updates InRelease [65.9 kB]
Get:2 http://ppa.launchpad.net trusty Release.gpg [316 B]
Get:3 http://ppa.launchpad.net trusty Release.gpg [316 B]
Get:4 http://ppa.launchpad.net trusty Release [15.1 kB]
Get:5 http://apt.linuxserver.io trusty-security InRelease [65.9 kB]
Get:6 http://ppa.launchpad.net trusty Release [15.1 kB]
Get:7 http://ppa.launchpad.net trusty/main amd64 Packages [921 B]
Get:8 http://apt.linuxserver.io trusty Release.gpg [933 B]
Get:9 http://apt.linuxserver.io trusty-updates/main Sources [346 kB]
Get:10 http://ppa.launchpad.net trusty/main amd64 Packages [5,864 B]
Get:11 http://apt.linuxserver.io trusty-updates/restricted Sources [5,217 B]
Get:12 http://apt.linuxserver.io trusty-updates/universe Sources [194 kB]
Get:13 http://apt.linuxserver.io trusty-updates/multiverse Sources [5,943 B]
Get:14 http://apt.linuxserver.io trusty-updates/main amd64 Packages [964 kB]
Get:15 http://apt.linuxserver.io trusty-updates/restricted amd64 Packages [23.5 kB]
Get:16 http://apt.linuxserver.io trusty-updates/universe amd64 Packages [464 kB]
Get:17 http://apt.linuxserver.io trusty-updates/multiverse amd64 Packages [14.3 kB]
Get:18 http://apt.linuxserver.io trusty-security/main Sources [147 kB]
Get:19 http://apt.linuxserver.io trusty-security/restricted Sources [3,920 B]
Get:20 http://apt.linuxserver.io trusty-security/universe Sources [41.8 kB]
Get:21 http://apt.linuxserver.io trusty-security/multiverse Sources [2,547 B]
Get:22 http://apt.linuxserver.io trusty-security/main amd64 Packages [602 kB]
Get:23 http://apt.linuxserver.io trusty-security/restricted amd64 Packages [20.2 kB]
Get:24 http://apt.linuxserver.io trusty-security/universe amd64 Packages [167 kB]
Get:25 http://apt.linuxserver.io trusty-security/multiverse amd64 Packages [4,853 B]
Get:26 http://apt.linuxserver.io trusty Release [58.5 kB]
Get:27 http://apt.linuxserver.io trusty/main Sources [1,335 kB]
Get:28 http://apt.linuxserver.io trusty/restricted Sources [5,335 B]
Get:29 http://apt.linuxserver.io trusty/universe Sources [7,926 kB]
Get:30 http://apt.linuxserver.io trusty/multiverse Sources [211 kB]
Get:31 http://apt.linuxserver.io trusty/main amd64 Packages [1,743 kB]
Get:32 http://apt.linuxserver.io trusty/restricted amd64 Packages [16.0 kB]
Get:33 http://apt.linuxserver.io trusty/universe amd64 Packages [7,589 kB]
Get:34 http://apt.linuxserver.io trusty/multiverse amd64 Packages [169 kB]
Fetched 22.2 MB in 4s (5,074 kB/s)
Reading package lists...
(Reading database ... 16464 files and directories currently installed.)
Preparing to unpack .../php5-readline_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
(Reading database ... 16464 files and directories currently installed.)
Preparing to unpack .../php5-readline_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
Unpacking php5-readline (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../php5-cli_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
Unpacking php5-cli (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../php5-fpm_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
invoke-rc.d: policy-rc.d denied execution of stop.
Unpacking php5-fpm (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../php5-common_5.5.9+dfsg-1ubuntu4.16_amd64.deb ...
Unpacking php5-common (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Preparing to unpack .../openssl_1.0.1f-1ubuntu2.19_amd64.deb ...
Unpacking openssl (1.0.1f-1ubuntu2.19) over (1.0.1f-1ubuntu2.18) ...
Preparing to unpack .../php5_5.5.9+dfsg-1ubuntu4.16_all.deb ...
Unpacking php5 (5.5.9+dfsg-1ubuntu4.16) over (5.5.9+dfsg-1ubuntu4.14) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up php5-common (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke pdo: already enabled for cli SAPI
php5_invoke pdo: already enabled for fpm SAPI
php5_invoke opcache: already enabled for cli SAPI
php5_invoke opcache: already enabled for fpm SAPI
Setting up php5-cli (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke json: already enabled for cli SAPI
php5_invoke opcache: already enabled for cli SAPI
php5_invoke pdo: already enabled for cli SAPI
php5_invoke readline: already enabled for cli SAPI
php5_invoke geoip: already enabled for cli SAPI
Setting up php5-readline (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke json: already enabled for cli SAPI
php5_invoke opcache: already enabled for cli SAPI
php5_invoke pdo: already enabled for cli SAPI
php5_invoke readline: already enabled for cli SAPI
php5_invoke geoip: already enabled for cli SAPI
Setting up php5-readline (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke readline: already enabled for cli SAPI
php5_invoke readline: already enabled for fpm SAPI
Setting up php5-fpm (5.5.9+dfsg-1ubuntu4.16) ...
php5_invoke json: already enabled for fpm SAPI
php5_invoke opcache: already enabled for fpm SAPI
php5_invoke pdo: already enabled for fpm SAPI
php5_invoke readline: already enabled for fpm SAPI
php5_invoke geoip: already enabled for fpm SAPI
invoke-rc.d: policy-rc.d denied execution of start.
Setting up openssl (1.0.1f-1ubuntu2.19) ...
Setting up php5 (5.5.9+dfsg-1ubuntu4.16) ...
*** Running /etc/my_init.d/40_copy_config.sh...
*** Running /etc/my_init.d/50_gen_ssl_keys.sh...
generating self-signed keys in /config/keys, you can replace these with your own keys if required
Generating a 2048 bit RSA private key
...+++
.....................+++
writing new private key to '/config/keys/cert.key'
-----
Subject Attribute /C has no known NID, skipped
*** Running /etc/my_init.d/60_get_rutorrent.sh...
Cloning into '/config/www/webui'...
Already up-to-date.
*** Running /etc/my_init.d/70_set_folders_and_config.sh...
*** Running /etc/my_init.d/999_advanced_script.sh...
*** Running /etc/rc.local...
*** Booting runit daemon...
*** Runit started as PID 1380
May 31 22:12:32 6b6526646b68 syslog-ng[1388]: syslog-ng starting up; version='3.5.3'

 

No sir I did not. I had 600-700 torrents loaded and I was really hoping to keep them. It would be a grueling task to have to re-add them.

Link to comment

Oh....  Difficult to help when you're trying to get an existing set of appdata working.  Although it should just work in theory.

 

I would tend to agree with that rational.

 

Anyway, I was able to fix the issue. Through some painful trial and error and stumbled upon an rtorrent.lock file in /mnt/user/appdata/rutorrent/rtorrent/rtorrent_sess

 

After removing this file --> works like a charm  :o

 

Thanks for the help CHBMB!

Link to comment

Oh....  Difficult to help when you're trying to get an existing set of appdata working.  Although it should just work in theory.

 

I would tend to agree with that rational.

 

Anyway, I was able to fix the issue. Through some painful trial and error and stumbled upon an rtorrent.lock file in /mnt/user/appdata/rutorrent/rtorrent/rtorrent_sess

 

After removing this file --> works like a charm  :o

 

Thanks for the help CHBMB!

 

Can confirm that anytime you edit the config to an existing rutorrent, that it won't restart properly without removing this lock file. Would be nice if this can be automated.

 

Cheers

Link to comment

 

I want to use ruTorrent to create torrent files based on files I have moved out of the downloads directory and into another share location

 

As such i have exposed more directories as per screenshot below

 

rxifZof.png

 

However in ruTorrent when navigating to any location other than the /downloads/...    it errors "Incorrect directory ()"

 

It is like it is hardcoded to only allow me to access the folder mapped to /downloads/

 

Any ideas?

 

 

Link to comment

 

I want to use ruTorrent to create torrent files based on files I have moved out of the downloads directory and into another share location

 

As such i have exposed more directories as per screenshot below

 

rxifZof.png

 

However in ruTorrent when navigating to any location other than the /downloads/...    it errors "Incorrect directory ()"

 

It is like it is hardcoded to only allow me to access the folder mapped to /downloads/

 

Any ideas?

 

I had this problem. Here is my config, I remember manually editing the config.php in appdata, but I don't think that is required. Change your default folder to use /unraid/downloads (for eg) instead of /downloads. So now /unraid for me is the root of everything and I have no issues.

 

9ab72dc4c8.png

Link to comment

I can only get this to work after initially creating it. If I restart it, it will not connect to rtorrent.

 

I keep getting this message from the rutorrent webui:

No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.

 

Both those settings are fine.

Link to comment

I can only get this to work after initially creating it. If I restart it, it will not connect to rtorrent.

 

I keep getting this message from the rutorrent webui:

No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.

 

Both those settings are fine.

 

From a few posts back in this thread

http://lime-technology.com/forum/index.php?topic=47299.msg475461#msg475461

Link to comment

I can only get this to work after initially creating it. If I restart it, it will not connect to rtorrent.

 

I keep getting this message from the rutorrent webui:

No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.

 

Both those settings are fine.

 

From a few posts back in this thread

http://lime-technology.com/forum/index.php?topic=47299.msg475461#msg475461

 

Doesn't help.

Before I delete the lock file I keep getting:

dtach: /detach_sess/.dtach: Address already in use

After I delete it I get this:

cat: /config/rtorrent/rtorrent_sess/rtorrent.lock: No such file or directory
tail: : invalid PID
dtach: /detach_sess/.dtach: Address already in use

 

If I delete the whole config folder, I still have the problem. The only way to fix it is to remove the rutorrent container and add it again.

 

I don't seem to be the only one:

https://hub.docker.com/r/linuxserver/rutorrent/

Link to comment

ok... now I'm getting the message again:

 

No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.

 

Except now nothing is fixing it, not force updating and not deleting the image and starting over. There is also nothing in the log this time. This is very frustrating. Am I the only one having such instability issues?

Link to comment

ok... now I'm getting the message again:

 

No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.

 

Except now nothing is fixing it, not force updating and not deleting the image and starting over. There is also nothing in the log this time. This is very frustrating. Am I the only one having such instability issues?

 

 

Its crashing upon startup, you will need to clear out the session folder.....

 

 

Myk

 

 

Link to comment

ok... now I'm getting the message again:

 

No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.

 

Except now nothing is fixing it, not force updating and not deleting the image and starting over. There is also nothing in the log this time. This is very frustrating. Am I the only one having such instability issues?

 

 

Its crashing upon startup, you will need to clear out the session folder.....

 

 

Myk

 

Wouldn't that show in the log if it crashed? How do I do that? If you are talking about the session folder in the config directory, I've deleted the entire directory as I did when this happened previously.

 

I don't understand. I delete the image and start from scratch. Why do things seem to be lingering? When I re-add the image there are still some layers it seems:

 

IMAGE ID [latest]: Pulling from linuxserver/rutorrent. 
IMAGE ID [6ffe5d2d6a97]: Already exists. 
IMAGE ID [f4e00f994fd4]: Already exists. 
IMAGE ID [e99f3d1fc87b]: Already exists. 
IMAGE ID [a3ed95caeb02]: Already exists. 
IMAGE ID [ededd75b6753]: Already exists. 
IMAGE ID [1ddde157dd31]: Already exists. 
IMAGE ID [9fdc4b327358]: Already exists. 
IMAGE ID [a836128d06ab]: Already exists. 
IMAGE ID [7583a35fe4e8]: Already exists. 
IMAGE ID [076997f72920]: Pulling fs layer. Downloading 100% of 14 MB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [dd5fe548a3f7]: Pulling fs layer. Downloading 100% of 16 KB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [df03e4d292ff]: Pulling fs layer. Downloading 100% of 282 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [f1467c28f01f]: Pulling fs layer. Downloading 100% of 782 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [2d8b4aea5281]: Pulling fs layer. Downloading 100% of 912 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [86bc7d317925]: Pulling fs layer. Downloading 100% of 2 KB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [0613e269bde6]: Pulling fs layer. Downloading 100% of 68 MB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [1deb4ec21104]: Pulling fs layer. Downloading 100% of 8 KB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [f7d7f66475af]: Pulling fs layer. Downloading 100% of 642 B. Verifying Checksum. Download complete. Extracting. 
IMAGE ID [be5efaf22116]: Pulling fs layer. Downloading 100% of 354 B. Verifying Checksum. Download complete. 
IMAGE ID [747a83b35ea7]: Pulling fs layer. Downloading 100% of 25 KB. Verifying Checksum. Download complete. 

Link to comment

Right, but why does my problem persist, after deleting the container and config directory, scrubbing, and force update? I don't want to have to delete the shared docker image and reconfigure all my apps all the time. I'm not even sure it would work but ti's the only thing I've yet to try.

Link to comment
  • linuxserver.io changed the title to [DEPRECATED] Linuxserver.io - Rutorrent

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.