[ARCHIVE] binhex docker repository


Recommended Posts

Hello Binhex,

 

I apologize for being a noob, but im having a problem that I cannot figure out. Everything seemingly works great with the delugevpn docker, except when I download a file, it does not show up in my data folder. I cannot see the finished file. "/mnt/user/Apps/delugevpn/Data/" remains totally empty, even though deluge shows the file as downloading just fine.

 

I have tried fully removing the docker (Container + Image), deleting the folders on my cache directory, and recreating everything. The Config folder populates just fine with no issues.

 

The download folder path in deluge is kept at the default at /home/nobody/Downloads. I even created a snapshot of the docker and browsed it to see if the downloaded file was held inside the docker, it is there, so I know the file is being downloaded and saved.

 

 

Below is my docker code.

 

root@localhost:# /usr/bin/docker run -d --name="binhex-delugevpn" --net="bridge" --privileged="true" -e VPN_USER="REDACTED" -e VPN_PASS="REDACTED" -e VPN_REMOTE="us-west.privateinternetaccess.com" -e VPN_PORT="1194" -e VPN_PROV="pia" -e ENABLE_PRIVOXY="no" -e TZ="America/Los_Angeles" -p 8112:8112/tcp -p 8118:8118/tcp -v "/mnt/user/Apps/delugevpn/Config/":"/config":rw -v "/mnt/user/Apps/delugevpn/Data/":"/data":rw binhex/arch-delugevpn

 

Also the permissions are:

 

root@Unraid:/mnt/cache/Apps/delugevpn# ls -l
total 4
drwxrwxrwx 7 guyonphone users 4096 Feb 20 00:27 Config/
drwxrwxrwx 2 guyonphone users    6 Feb 20 00:21 Data/

 

I am running Unraid 6.0-beta10a, as i had some issues with 12 and am waiting for the next release.

 

Thank You

Link to comment

Hello Binhex,

 

I apologize for being a noob, but im having a problem that I cannot figure out. Everything seemingly works great with the delugevpn docker, except when I download a file, it does not show up in my data folder. I cannot see the finished file. "/mnt/user/Apps/delugevpn/Data/" remains totally empty, even though deluge shows the file as downloading just fine.

 

I have tried fully removing the docker (Container + Image), deleting the folders on my cache directory, and recreating everything. The Config folder populates just fine with no issues.

 

The download folder path in deluge is kept at the default at /home/nobody/Downloads. I even created a snapshot of the docker and browsed it to see if the downloaded file was held inside the docker, it is there, so I know the file is being downloaded and saved.

 

 

Below is my docker code.

 

root@localhost:# /usr/bin/docker run -d --name="binhex-delugevpn" --net="bridge" --privileged="true" -e VPN_USER="REDACTED" -e VPN_PASS="REDACTED" -e VPN_REMOTE="us-west.privateinternetaccess.com" -e VPN_PORT="1194" -e VPN_PROV="pia" -e ENABLE_PRIVOXY="no" -e TZ="America/Los_Angeles" -p 8112:8112/tcp -p 8118:8118/tcp -v "/mnt/user/Apps/delugevpn/Config/":"/config":rw -v "/mnt/user/Apps/delugevpn/Data/":"/data":rw binhex/arch-delugevpn

 

Also the permissions are:

 

root@Unraid:/mnt/cache/Apps/delugevpn# ls -l
total 4
drwxrwxrwx 7 guyonphone users 4096 Feb 20 00:27 Config/
drwxrwxrwx 2 guyonphone users    6 Feb 20 00:21 Data/

 

I am running Unraid 6.0-beta10a, as i had some issues with 12 and am waiting for the next release.

 

Thank You

 

In the preferences within deluge change all the folders within the tab downloads to /data and as you have done, map data in the docker preferences to where you want your files downloaded.

 

Example:

 

In your docker container

/data  =====> /mnt/cache/downloads

 

then in preferences under downloads

Download to  =====> /data/incomplete
Move completed to  =====> /data/complete
Copy of .torrent files to =====> /data/torrents
Autoadd .torrent files from =====> /data/add

 

At the moment as you've worked out, you're saving within the container, you want to be saving to the /data directory which you've mapped to a directory on your host.

Link to comment

Thank you CHBMB, this worked! I guess i just didn't understand the folder mappings but i get it now :-D

 

No problem, keep it a secret between you and me, but I did the exact same thing myself!  Wouldn't mind but I'd downloaded a ton of iso files for just about every Linux distro available in my KVM inspired curiosity!

Link to comment

Just wondering what kind of speeds are you guys getting using PIA?? I just signed up because airVPN doesn't work yet. I can't get over 2m down on torrents. which is the best server to use?

 

I find it's variable, I guess at busy times the speed suffers, generally the servers that are geographically closest to you tend to be the fastest in my opinion.

 

Run some tests here to find the best server for you.

 

It's also dependent on your connection speed without a VPN so generally I look at a percentage of speed based on my non-VPN connection speed.

Link to comment

First of all, thanks binhex for these containers!

 

I'm trying to transfer from needo/plex:latest to binhex/arch-plex:latest for my plex media server. I have an existing library that I'd like to keep in doing so.

 

I see that the /config volume (in my case, I've mounted that to /mnt/cache/apps/plexmediaserver/) should contain the "Plex Media Server" directory. Whereas for needo's structure in /config was "Library/Application Support/Plex Media Server".

 

I have moved my existing "Plex Media Server" directory there, but when starting plex, it doesn't appear to bring up my libraries.

 

Any tips on this?

 

 

Link to comment

OK guys, ive added in AirVPN support, please reload info in order to see detailed instructions on how to use this (see FAQ Q1 on OP), any questions please post here. Alternatively go to the Docker information page for DelugeVPN, link to my Docker repository on OP.

 

Oh and btw, i have found PIA to actually allow faster downloads than AirVPN, i have played around with different countries but am yet to see AirVPN beat PIA when connected to the Netherlands, please leave your experience if you get the chance.

Link to comment

Hi binhex,

 

Just started afresh with deluge-vpn, using all the defaults.

My config is

 

/config                             /mnt/cache/appdata/deluge/
/data                              /mnt/cache/Downloads/Torrents/

VPN_USER                                 MYUSERNAME
VPN_PASS                                 MYPASSWORD
VPN_REMOTE                              nl.privateinternetaccess.com
VPN_PORT                                 1194
VPN_PROV                                 pia
ENABLE_PRIVOXY                            no

 

And here'a a copy of my log, Any ideas?

 

/usr/bin/docker logs --tail=350 -f binhex-delugevpn 2>&1
2015-02-24 17:10:31,538 CRIT Set uid to user 0
2015-02-24 17:10:31,538 WARN Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
2015-02-24 17:10:31,541 INFO supervisord started with pid 1
2015-02-24 17:10:32,543 INFO spawned: 'privoxy' with pid 8
2015-02-24 17:10:32,544 INFO spawned: 'start' with pid 9
2015-02-24 17:10:32,546 INFO spawned: 'setport' with pid 10
2015-02-24 17:10:32,547 INFO spawned: 'deluge' with pid 11
2015-02-24 17:10:32,549 INFO spawned: 'webui' with pid 12
2015-02-24 17:10:32,569 DEBG 'start' stdout output:
[info] VPN provider defined as pia

2015-02-24 17:10:32,569 INFO success: privoxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-02-24 17:10:32,570 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-02-24 17:10:32,570 INFO success: setport entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-02-24 17:10:32,585 DEBG 'start' stderr output:
grep: /config/openvpn/openvpn.conf
/config/openvpn/credentials.conf: No such file or directory

2015-02-24 17:10:32,588 DEBG 'start' stderr output:
sed: can't read /config/openvpn/openvpn.conf
/config/openvpn/credentials.conf: No such file or directory

2015-02-24 17:10:32,592 DEBG 'start' stderr output:
grep: /config/openvpn/openvpn.conf
/config/openvpn/credentials.conf: No such file or directory

2015-02-24 17:10:32,595 DEBG 'start' stderr output:
sed: can't read /config/openvpn/openvpn.conf
/config/openvpn/credentials.conf: No such file or directory

2015-02-24 17:10:32,596 DEBG 'start' stderr output:
cat: /config/openvpn/openvpn.conf
/config/openvpn/credentials.conf: No such file or directory

2015-02-24 17:10:32,600 DEBG 'start' stderr output:
cat: /config/openvpn/openvpn.conf
/config/openvpn/credentials.conf: No such file or directory

2015-02-24 17:10:32,611 DEBG 'start' stdout output:
[info] ip route

2015-02-24 17:10:32,611 DEBG 'start' stdout output:
default via 172.17.42.1 dev eth0 

2015-02-24 17:10:32,611 DEBG 'start' stdout output:
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.26 

2015-02-24 17:10:32,612 DEBG 'start' stdout output:
--------------------

2015-02-24 17:10:32,615 DEBG 'start' stderr output:
iptables v1.4.21: unknown protocol "-i" specified
Try `iptables -h' or 'iptables --help' for more information.

2015-02-24 17:10:32,624 DEBG 'start' stderr output:
iptables v1.4.21: unknown protocol "-o" specified
Try `iptables -h' or 'iptables --help' for more information.

2015-02-24 17:10:32,633 DEBG 'start' stdout output:
[info] iptables

2015-02-24 17:10:32,634 DEBG 'start' stdout output:
-P INPUT DROP
-P FORWARD ACCEPT
-P OUTPUT DROP
-A INPUT -i tun0 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 8118 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 8118 -j ACCEPT
-A INPUT -p udp -m udp --sport 53 -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A OUTPUT -o tun0 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
-A OUTPUT -p udp -m udp --dport 53 -j ACCEPT
-A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
-A OUTPUT -o lo -j ACCEPT

2015-02-24 17:10:32,634 DEBG 'start' stdout output:
--------------------

2015-02-24 17:10:32,634 DEBG 'start' stdout output:
[info] nameservers

2015-02-24 17:10:32,635 DEBG 'start' stdout output:
nameserver 8.8.8.8
nameserver 8.8.4.4

2015-02-24 17:10:32,635 DEBG 'start' stdout output:
--------------------

2015-02-24 17:10:32,635 DEBG 'start' stdout output:
[info] Starting OpenVPN...

2015-02-24 17:10:32,639 DEBG 'start' stdout output:
Options error: In [CMD-LINE]:1: Error opening configuration file: /config/openvpn/openvpn.conf
/config/openvpn/credentials.conf
Use --help for more information.

2015-02-24 17:10:32,639 DEBG fd 9 closed, stopped monitoring (stdout)>
2015-02-24 17:10:32,639 DEBG fd 14 closed, stopped monitoring (stderr)>
2015-02-24 17:10:32,640 INFO exited: start (exit status 1; not expected)
2015-02-24 17:10:32,640 DEBG received SIGCLD indicating a child quit
2015-02-24 17:10:33,640 INFO success: deluge entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-02-24 17:10:33,640 INFO success: webui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

Link to comment

hmm odd, ok i will double check this when i get home, im assuming you have done an update to your docker in the last few hours, yes?, if your not sure then click on the update link in docker ui and make sure it is running the latest build.

 

i will get back to you.

Link to comment

connected perfectly with airVPN, is there a way to see if the port forwarding is working? you can specify the port on there website

 

you will need to manually set the incoming port in deluge for airvpn (pia its automatically done for you), i think you might be able to check its working using something like torguard which tells you what your public ip is, as a side effect i dont think this works unless you correctly set your incoming port number, link http://torguard.net/checkmytorrentipaddress.php

Link to comment

Yeah, deleted everything and started again, it wasn't working with my old config that I had stored so thought I'd start afresh as there had been changes.

 

No worries mate, whenever you get the chance.

 

ive spotted the issue, pushed the fix, please do an update through the webui and it should then work fine, if not please paste the logs again.

Link to comment
I'm still getting problems I'm afraid

[code/usr/bin/docker logs --tail=350 -f Deluge 2>&1
2015-02-24 23:31:33,747 CRIT Set uid to user 0
2015-02-24 23:31:33,747 WARN Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
2015-02-24 23:31:33,749 INFO supervisord started with pid 1
2015-02-24 23:31:34,750 INFO spawned: 'privoxy' with pid 8
2015-02-24 23:31:34,751 INFO spawned: 'start' with pid 9
2015-02-24 23:31:34,752 INFO spawned: 'setport' with pid 10
2015-02-24 23:31:34,753 INFO spawned: 'deluge' with pid 11
2015-02-24 23:31:34,754 INFO spawned: 'webui' with pid 12
2015-02-24 23:31:34,770 DEBG 'start' stdout output:
[info] VPN provider defined as pia

2015-02-24 23:31:34,770 INFO success: privoxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-02-24 23:31:34,770 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-02-24 23:31:34,770 INFO success: setport entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-02-24 23:31:34,778 DEBG 'start' stderr output:
cp: cannot stat ‘/home/nobody/openvpn.ovpn’: No such file or directory

2015-02-24 23:31:34,778 DEBG 'start' stdout output:
[info] VPN provider remote and port defined as nl.privateinternetaccess.com 1194

2015-02-24 23:31:34,780 DEBG 'start' stderr output:
sed: can't read /config/openvpn/openvpn.ovpn: No such file or directory

2015-02-24 23:31:34,782 DEBG 'start' stderr output:
grep: 
2015-02-24 23:31:34,782 DEBG 'start' stderr output:
/config/openvpn/openvpn.ovpn: No such file or directory
2015-02-24 23:31:34,783 DEBG 'start' stderr output:


2015-02-24 23:31:34,784 DEBG 'start' stderr output:
sed: can't read /config/openvpn/openvpn.ovpn: No such file or directory

2015-02-24 23:31:34,787 DEBG 'start' stderr output:
grep: : No such file or directory

2015-02-24 23:31:34,789 DEBG 'start' stderr output:
sed: can't read : No such file or directory

2015-02-24 23:31:34,791 DEBG 'start' stderr output:
grep: : No such file or directory

2015-02-24 23:31:34,793 DEBG 'start' stderr output:
sed: can't read : No such file or directory

2015-02-24 23:31:34,794 DEBG 'start' stderr output:
cat: : No such file or directory

2015-02-24 23:31:34,797 DEBG 'start' stderr output:
cat: : No such file or directory

2015-02-24 23:31:34,804 DEBG 'start' stdout output:
[info] ip route

2015-02-24 23:31:34,804 DEBG 'start' stdout output:
default via 172.17.42.1 dev eth0 

2015-02-24 23:31:34,805 DEBG 'start' stdout output:
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.11 
--------------------

2015-02-24 23:31:34,807 DEBG 'start' stderr output:
iptables v1.4.21: unknown protocol "-i" specified
Try `iptables -h' or 'iptables --help' for more information.

2015-02-24 23:31:34,813 DEBG 'start' stderr output:
iptables v1.4.21: unknown protocol "-o" specified
Try `iptables -h' or 'iptables --help' for more information.

2015-02-24 23:31:34,819 DEBG 'start' stdout output:
[info] iptables

2015-02-24 23:31:34,821 DEBG 'start' stdout output:
-P INPUT DROP
-P FORWARD ACCEPT
-P OUTPUT DROP
-A INPUT -i tun0 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 8118 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 8118 -j ACCEPT
-A INPUT -p udp -m udp --sport 53 -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A OUTPUT -o tun0 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
-A OUTPUT -p udp -m udp --dport 53 -j ACCEPT
-A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
-A OUTPUT -o lo -j ACCEPT

2015-02-24 23:31:34,821 DEBG 'start' stdout output:
--------------------

2015-02-24 23:31:34,821 DEBG 'start' stdout output:
[info] nameservers

2015-02-24 23:31:34,822 DEBG 'start' stdout output:
nameserver 8.8.8.8
nameserver 8.8.4.4

2015-02-24 23:31:34,822 DEBG 'start' stdout output:
--------------------

2015-02-24 23:31:34,822 DEBG 'start' stdout output:
[info] Starting OpenVPN...

2015-02-24 23:31:34,826 DEBG 'start' stdout output:
Options error: In [CMD-LINE]:1: Error opening configuration file: 
Use --help for more information.

2015-02-24 23:31:34,826 DEBG fd 9 closed, stopped monitoring (stdout)>
2015-02-24 23:31:34,826 DEBG fd 14 closed, stopped monitoring (stderr)>
2015-02-24 23:31:34,826 INFO exited: start (exit status 1; not expected)
2015-02-24 23:31:34,826 DEBG received SIGCLD indicating a child quit
2015-02-24 23:31:35,827 INFO success: deluge entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-02-24 23:31:35,828 INFO success: webui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)]

Link to comment
Oh and btw, i have found PIA to actually allow faster downloads than AirVPN, i have played around with different countries but am yet to see AirVPN beat PIA when connected to the Netherlands, please leave your experience if you get the chance.

 

I have only used PIA, and I use a USA based server, I have seen speeds up to 3 MiB/s

Link to comment

I'm still getting problems I'm afraid

[code/usr/bin/docker logs --tail=350 -f Deluge 2>&1
2015-02-24 23:31:33,747 CRIT Set uid to user 0
2015-02-24 23:31:33,747 WARN Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
2015-02-24 23:31:33,749 INFO supervisord started with pid 1
2015-02-24 23:31:34,750 INFO spawned: 'privoxy' with pid 8
2015-02-24 23:31:34,751 INFO spawned: 'start' with pid 9
2015-02-24 23:31:34,752 INFO spawned: 'setport' with pid 10
2015-02-24 23:31:34,753 INFO spawned: 'deluge' with pid 11
2015-02-24 23:31:34,754 INFO spawned: 'webui' with pid 12
2015-02-24 23:31:34,770 DEBG 'start' stdout output:
[info] VPN provider defined as pia

2015-02-24 23:31:34,770 INFO success: privoxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-02-24 23:31:34,770 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-02-24 23:31:34,770 INFO success: setport entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2015-02-24 23:31:34,778 DEBG 'start' stderr output:
cp: cannot stat ‘/home/nobody/openvpn.ovpn’: No such file or directory

2015-02-24 23:31:34,778 DEBG 'start' stdout output:
[info] VPN provider remote and port defined as nl.privateinternetaccess.com 1194

2015-02-24 23:31:34,780 DEBG 'start' stderr output:
sed: can't read /config/openvpn/openvpn.ovpn: No such file or directory

2015-02-24 23:31:34,782 DEBG 'start' stderr output:
grep: 
2015-02-24 23:31:34,782 DEBG 'start' stderr output:
/config/openvpn/openvpn.ovpn: No such file or directory
2015-02-24 23:31:34,783 DEBG 'start' stderr output:


2015-02-24 23:31:34,784 DEBG 'start' stderr output:
sed: can't read /config/openvpn/openvpn.ovpn: No such file or directory

2015-02-24 23:31:34,787 DEBG 'start' stderr output:
grep: : No such file or directory

2015-02-24 23:31:34,789 DEBG 'start' stderr output:
sed: can't read : No such file or directory

2015-02-24 23:31:34,791 DEBG 'start' stderr output:
grep: : No such file or directory

2015-02-24 23:31:34,793 DEBG 'start' stderr output:
sed: can't read : No such file or directory

2015-02-24 23:31:34,794 DEBG 'start' stderr output:
cat: : No such file or directory

2015-02-24 23:31:34,797 DEBG 'start' stderr output:
cat: : No such file or directory

2015-02-24 23:31:34,804 DEBG 'start' stdout output:
[info] ip route

2015-02-24 23:31:34,804 DEBG 'start' stdout output:
default via 172.17.42.1 dev eth0 

2015-02-24 23:31:34,805 DEBG 'start' stdout output:
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.11 
--------------------

2015-02-24 23:31:34,807 DEBG 'start' stderr output:
iptables v1.4.21: unknown protocol "-i" specified
Try `iptables -h' or 'iptables --help' for more information.

2015-02-24 23:31:34,813 DEBG 'start' stderr output:
iptables v1.4.21: unknown protocol "-o" specified
Try `iptables -h' or 'iptables --help' for more information.

2015-02-24 23:31:34,819 DEBG 'start' stdout output:
[info] iptables

2015-02-24 23:31:34,821 DEBG 'start' stdout output:
-P INPUT DROP
-P FORWARD ACCEPT
-P OUTPUT DROP
-A INPUT -i tun0 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 8118 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --sport 8118 -j ACCEPT
-A INPUT -p udp -m udp --sport 53 -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A OUTPUT -o tun0 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
-A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
-A OUTPUT -p udp -m udp --dport 53 -j ACCEPT
-A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
-A OUTPUT -o lo -j ACCEPT

2015-02-24 23:31:34,821 DEBG 'start' stdout output:
--------------------

2015-02-24 23:31:34,821 DEBG 'start' stdout output:
[info] nameservers

2015-02-24 23:31:34,822 DEBG 'start' stdout output:
nameserver 8.8.8.8
nameserver 8.8.4.4

2015-02-24 23:31:34,822 DEBG 'start' stdout output:
--------------------

2015-02-24 23:31:34,822 DEBG 'start' stdout output:
[info] Starting OpenVPN...

2015-02-24 23:31:34,826 DEBG 'start' stdout output:
Options error: In [CMD-LINE]:1: Error opening configuration file: 
Use --help for more information.

2015-02-24 23:31:34,826 DEBG fd 9 closed, stopped monitoring (stdout)>
2015-02-24 23:31:34,826 DEBG fd 14 closed, stopped monitoring (stderr)>
2015-02-24 23:31:34,826 INFO exited: start (exit status 1; not expected)
2015-02-24 23:31:34,826 DEBG received SIGCLD indicating a child quit
2015-02-24 23:31:35,827 INFO success: deluge entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-02-24 23:31:35,828 INFO success: webui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)]

 

 

doh!, my bad, spotted the issue straight away, that will teach me for coding at 11pm at night :-). ok new build in progress, give it 20 mins from this post and then update and you should be golden.

Link to comment

updated - got this error:

 

[info] VPN provider defined as custom

[crit] VPN provider defined as custom, OpenVPN config files does not exist in /config/openvpn/ please create and restart delugevpn

 

but the file exists.

 

hi movieboy, i have changed the name of the file it checks for from openvpn.conf to any file with a .ovpn extension (doesnt care what the name is), so if you rename the extension of your file it should start up.

Link to comment

doh!, my bad, spotted the issue straight away, that will teach me for coding at 11pm at night :-). ok new build in progress, give it 20 mins from this post and then update and you should be golden.

 

Up and working now, thanks very much.

 

One quick question, I'm playing around with the proxy, using the netherlands default PIA connection, my ip address is different in my "netflix" browser that I use to change my geolocation to my standard browser, which I use for all other stuff but it's still showing me as in my home country not the netherlands which I was a bit surprised about, is that expected behaviour?

Link to comment

ive read your question 3 times now and im still slightly confused as to what your seeing :-) "my ip address is different in my "netflix" browser that I use to change my geolocation to my standard browser"

 

so there is a netflix "browser" and your normal web browser and one is showing as netherlands and the other isnt, is this correct?.

Link to comment
Guest
This topic is now closed to further replies.