[support] macesters's Docker Repository


Recommended Posts

I have created an apps share inside which I have created a folder called VPN. When setting up the container, this is the directory i set for config. It is on disk 1. I have set it to be shared only over SMB to public. And I have not allowed the Apps share top directory to be split across disks.

 

openvpnas.log - http://pastebin.com/ZHJLpMef

 

I telnet ed in and entered the commands you suggested, I got the message that the password was successfully changed too. But I still cant log in using the new password. The error is the same. I can see this in the log - Admin UI access denied to user admin (not a superuser)

 

I noticed that admin user is not properly set when it was installed,

I had this happen when i used symlinks in traversed directories, I set up my share on disk1 as defualt the only thing I changed was just include disk1 then exlude all the other disks that worked for me.

 

you could try that and reinstall it.

 

You could also try and to as i posted before with ssh but add the command to make superuser admin.

 

docker exec -it OpenVPN-AS bash (change OpenVPN-AS to the name of your docker)

/usr/local/openvpn_as/scripts/sacli -u admin -k prop_superuser -v true UserPropPut
/usr/local/openvpn_as/scripts/sacli -u admin --new_pass MyNewPassword123 SetLocalPassword (change MyNewPassword123 to your new pass)

 

Then restart the docker.

Link to comment
  • 4 weeks later...
  • 2 weeks later...

Hi macester,

 

I noticed that you bumped up the phusion baseimage to the latest only to revert it a day or two later. Just out of curiosity, was there an issue with the latest baseimage?

 

I was considering updating my dockers but wanted to make sure it works fine.

 

Thanks

 

Heya,

 

Due to this "https://github.com/phusion/baseimage-docker/issues/267" doing an apt-get upgrade fixes it i guess.

 

Normally not a problem but had i client connected with the wrong user details and filled up syslog, my docker used about 4gigs of ram ;(

 

//mace

 

 

Link to comment
  • 5 weeks later...

So I've been reading up on setting up openvpn for my unraid server as I'm often away on business and would like access to fix an errors in my other dockers...I had some time to read through the thread and the steps prior to installing the first time however have yet to achieve success.

 

Steps I've taken thus far:

1. Installed docker template and set config location to /mnt/cache/appdata/openvpn

2. Login to OpenVPN to confirm I can access it

3. Set my external IP from my router in the Server Network Settings

4. Added 192.168.1.0/24 in the VPN Settings

5. Created a user, assigned a password

6. Went to my router (it's a Verizon router...not sure if that matters) and forwarded ports tcp/443 * tcp/943 * tcp/9443 *udp/1194 (figured I would do all for good measure at this moment since I've never done this before)

7. Went and did a connectivity test, all errors...

8. Tried accessing https://externalIP:943 and got an 'Internal Server Error' with this "CPage error in CLogin/locateChild"

 

Not sure what to do next to get this working, is there a specific place I should pull a log from that might assist?

 

Thanks in advance!

Link to comment

7. Went and did a connectivity test, all errors...

8. Tried accessing https://externalIP:943 and got an 'Internal Server Error' with this "CPage error in CLogin/locateChild"

 

The connectivity test will fail, due to it being behind nat(router). Will still work though.

 

Have you tried connecting to your external ip from another network? lets say your phone on 3g/4g?

 

Some routers dosent allow for connecting to your own external ip, due to a "nat loop" I know moast asus routers come with a function called nat-loopback to make this possible.

Link to comment

Tried it from my phone as well per your suggestion, attached a screenshot of the error (removed the external IP)

 

7. Went and did a connectivity test, all errors...

8. Tried accessing https://externalIP:943 and got an 'Internal Server Error' with this "CPage error in CLogin/locateChild"

 

The connectivity test will fail, due to it being behind nat(router). Will still work though.

 

Have you tried connecting to your external ip from another network? lets say your phone on 3g/4g?

 

Some routers dosent allow for connecting to your own external ip, due to a "nat loop" I know moast asus routers come with a function called nat-loopback to make this possible.

OpenVPN_Error.jpg.0ef4bb66a9f1be064dda11d6c8766098.jpg

Link to comment

Ya that's what i had found as well on google but it didn't seem right necessarily given the situation, I've got 10GB allocated as a docker 8GB used so I would assume 2GB was enough.

 

As an aside, what's the best way to 'clean' a docker image?  I don't believe the containers I have installed should take up 8GB but I have added/removed some over the course of time.

 

Current:

CouchPotato

NZBGet

OpenVPN-AS

PlexMediaServer

PlexPy

PlexRequest

Sonaar

 

I'll try to start fresh, see what happens, and report back, thanks!

 

The only thing I could find about that error seems to be that i can occur when disk is full.

 

Hows the space of your docker.img?

 

Other then that all I can sugest is to remove the image and config and see if that helps.

Link to comment

Ya that's what i had found as well on google but it didn't seem right necessarily given the situation, I've got 10GB allocated as a docker 8GB used so I would assume 2GB was enough.

 

As an aside, what's the best way to 'clean' a docker image?  I don't believe the containers I have installed should take up 8GB but I have added/removed some over the course of time.

 

Current:

CouchPotato

NZBGet

OpenVPN-AS

PlexMediaServer

PlexPy

PlexRequest

Sonaar

 

I'll try to start fresh, see what happens, and report back, thanks!

 

The only thing I could find about that error seems to be that i can occur when disk is full.

 

Hows the space of your docker.img?

 

Other then that all I can sugest is to remove the image and config and see if that helps.

See the first post on this thread, it might help: http://lime-technology.com/forum/index.php?topic=45249.0

 

Link to comment

Excellent tip, thanks!

 

I got OpenVPN-AS working - I deleted the docker image, increased sized to 15GB (just to be safe), restarted and just re-added all the containers.

 

I had 10gb and 8gb were full however it was still causing the error.  After re-install, it's still showing 6gb usage but no errors with OpenVPN.

 

In addition to your tip aptalca, I installed cAdvisor before starting all of this which let me see that some dockers and templates I had removed were still taking up space...just tips for anyone else in the future that might have issues like this in the future.

 

Ya that's what i had found as well on google but it didn't seem right necessarily given the situation, I've got 10GB allocated as a docker 8GB used so I would assume 2GB was enough.

 

As an aside, what's the best way to 'clean' a docker image?  I don't believe the containers I have installed should take up 8GB but I have added/removed some over the course of time.

 

Current:

CouchPotato

NZBGet

OpenVPN-AS

PlexMediaServer

PlexPy

PlexRequest

Sonaar

 

I'll try to start fresh, see what happens, and report back, thanks!

 

The only thing I could find about that error seems to be that i can occur when disk is full.

 

Hows the space of your docker.img?

 

Other then that all I can sugest is to remove the image and config and see if that helps.

See the first post on this thread, it might help: http://lime-technology.com/forum/index.php?topic=45249.0

Link to comment

Excellent tip, thanks!

 

I got OpenVPN-AS working - I deleted the docker image, increased sized to 15GB (just to be safe), restarted and just re-added all the containers.

 

I had 10gb and 8gb were full however it was still causing the error.  After re-install, it's still showing 6gb usage but no errors with OpenVPN.

 

In addition to your tip aptalca, I installed cAdvisor before starting all of this which let me see that some dockers and templates I had removed were still taking up space...just tips for anyone else in the future that might have issues like this in the future.

 

Ya that's what i had found as well on google but it didn't seem right necessarily given the situation, I've got 10GB allocated as a docker 8GB used so I would assume 2GB was enough.

 

As an aside, what's the best way to 'clean' a docker image?  I don't believe the containers I have installed should take up 8GB but I have added/removed some over the course of time.

 

Current:

CouchPotato

NZBGet

OpenVPN-AS

PlexMediaServer

PlexPy

PlexRequest

Sonaar

 

I'll try to start fresh, see what happens, and report back, thanks!

 

The only thing I could find about that error seems to be that i can occur when disk is full.

 

Hows the space of your docker.img?

 

Other then that all I can sugest is to remove the image and config and see if that helps.

See the first post on this thread, it might help: http://lime-technology.com/forum/index.php?topic=45249.0

 

Nice too hear it worked out!

 

I had to try to reproduce the "bug" and it was quite easy.

 

A docker image of only 2gb and only openvpn-as installed reproduced the same error.

So I installed an ubuntu vm and tried the same, when disk space got below 2gb I got the same error.

 

Guess thats the limit =P

Link to comment

 

nice too hear it worked out!

 

I had to try to reproduce the "bug" and it was quite easy.

 

A docker image of only 2gb and only openvpn-as installed reproduced the same error.

So i installed an ubuntu vm, and tried the same when disk space got below 2gb i got the same error.

 

guess thats the limit =P

 

Very interesting! Might be worthy of adding to OP since it's a known limit that you've tested and people can check pretty easily.

 

Thanks for an awesome docker!

 

___

 

Back to my noob questions, so connection is success on my android phone browser and I got the desktop client for Mac OS - once the connection is the established on the client to my external IP, how do I route to the server or specific dockers?

Link to comment
  • 4 weeks later...

Thanks for the great docker!  I have it running on 2 different unraid servers.  I need to try to connect to both of them at the same time from a windows machine.  Can anyone here help with this?  My understanding is I need to create an additional tap adapter, which I did, but then I don't know how to use it.  TIA.

 

Edit:  Just a follow up to my original post.  What I need to do is create a client config file.  If anyone can help with this that would be great.  When you first connect to the server, it downloads openvpn connect which auto creates/install a client config file, but I can't access it or copy it.  So what I need to do is recreate it.  I'm trying, but it is a big learning curve for me.

Link to comment
  • 4 months later...

Hi, I have 2 issues:

 

1. On one unraid build I have the openvpn server running just fine. I can connect from client on windows pc and browse network just fine. I installed an openvpn client on an openelec box that I have. I set it up for the ovpn and it connects fine and shows the WAN IP of the remote server in the status etc. But when I browse the local SMB network I still see local resources and not the remote ones. Any idea what may be causing this?

 

2. On another fresh build, I just cannot connect to the vpn server. The log is as below (I have just removed the IP address it was trying to connect to)

 

Fri Jun 17 13:57:37 2016 OpenVPN 2.3.11 x86_64-w64-mingw32 [sSL (OpenSSL)] [LZO] [PKCS11] [iPv6] built on May 10 2016
Fri Jun 17 13:57:37 2016 Windows version 6.2 (Windows 8 or greater) 64bit
Fri Jun 17 13:57:37 2016 library versions: OpenSSL 1.0.1t  3 May 2016, LZO 2.09
Fri Jun 17 13:57:37 2016 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:25341
Fri Jun 17 13:57:37 2016 Need hold release from management interface, waiting...
Fri Jun 17 13:57:37 2016 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:25341
Fri Jun 17 13:57:37 2016 MANAGEMENT: CMD 'state on'
Fri Jun 17 13:57:37 2016 MANAGEMENT: CMD 'log all on'
Fri Jun 17 13:57:37 2016 MANAGEMENT: CMD 'hold off'
Fri Jun 17 13:57:37 2016 MANAGEMENT: CMD 'hold release'
Fri Jun 17 13:57:47 2016 MANAGEMENT: CMD 'username "Auth" "admin"'
Fri Jun 17 13:57:47 2016 MANAGEMENT: CMD 'password [...]'
Fri Jun 17 13:57:47 2016 Control Channel Authentication: tls-auth using INLINE static key file
Fri Jun 17 13:57:47 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Jun 17 13:57:47 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Jun 17 13:57:47 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Fri Jun 17 13:57:47 2016 MANAGEMENT: >STATE:1466152067,RESOLVE,,,
Fri Jun 17 13:57:48 2016 UDPv4 link local: [undef]
Fri Jun 17 13:57:48 2016 UDPv4 link remote: [AF_INET]:1194
Fri Jun 17 13:57:48 2016 MANAGEMENT: >STATE:1466152068,WAIT,,,
Fri Jun 17 13:57:52 2016 Server poll timeout, restarting
Fri Jun 17 13:57:52 2016 SIGUSR1[soft,server_poll] received, process restarting
Fri Jun 17 13:57:52 2016 MANAGEMENT: >STATE:1466152072,RECONNECTING,server_poll,,
Fri Jun 17 13:57:52 2016 Control Channel Authentication: tls-auth using INLINE static key file
Fri Jun 17 13:57:52 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Jun 17 13:57:52 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Jun 17 13:57:52 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Fri Jun 17 13:57:52 2016 MANAGEMENT: >STATE:1466152072,RESOLVE,,,
Fri Jun 17 13:57:52 2016 UDPv4 link local: [undef]
Fri Jun 17 13:57:52 2016 UDPv4 link remote: [AF_INET]:1194
Fri Jun 17 13:57:52 2016 MANAGEMENT: >STATE:1466152072,WAIT,,,
Fri Jun 17 13:57:56 2016 Server poll timeout, restarting
Fri Jun 17 13:57:56 2016 SIGUSR1[soft,server_poll] received, process restarting
Fri Jun 17 13:57:56 2016 MANAGEMENT: >STATE:1466152076,RECONNECTING,server_poll,,
Fri Jun 17 13:57:56 2016 Control Channel Authentication: tls-auth using INLINE static key file
Fri Jun 17 13:57:56 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Jun 17 13:57:56 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Jun 17 13:57:56 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Fri Jun 17 13:57:56 2016 MANAGEMENT: >STATE:1466152076,RESOLVE,,,
Fri Jun 17 13:57:56 2016 Attempting to establish TCP connection with [AF_INET]:9443 [nonblock]
Fri Jun 17 13:57:56 2016 MANAGEMENT: >STATE:1466152076,TCP_CONNECT,,,
Fri Jun 17 13:58:06 2016 TCP: connect to [AF_INET]:9443 failed, will try again in 5 seconds: Connection timed out (WSAETIMEDOUT)
Fri Jun 17 13:58:06 2016 SIGUSR1[soft,init_instance] received, process restarting
Fri Jun 17 13:58:06 2016 MANAGEMENT: >STATE:1466152086,RECONNECTING,init_instance,,
Fri Jun 17 13:58:06 2016 Restart pause, 5 second(s)
Fri Jun 17 13:58:11 2016 Control Channel Authentication: tls-auth using INLINE static key file
Fri Jun 17 13:58:11 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Jun 17 13:58:11 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Jun 17 13:58:11 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Fri Jun 17 13:58:11 2016 MANAGEMENT: >STATE:1466152091,RESOLVE,,,
Fri Jun 17 13:58:11 2016 UDPv4 link local: [undef]
Fri Jun 17 13:58:11 2016 UDPv4 link remote: [AF_INET]:1194
Fri Jun 17 13:58:11 2016 MANAGEMENT: >STATE:1466152091,WAIT,,,
Fri Jun 17 13:58:15 2016 Server poll timeout, restarting
Fri Jun 17 13:58:15 2016 SIGUSR1[soft,server_poll] received, process restarting
Fri Jun 17 13:58:15 2016 MANAGEMENT: >STATE:1466152095,RECONNECTING,server_poll,,
Fri Jun 17 13:58:15 2016 Control Channel Authentication: tls-auth using INLINE static key file
Fri Jun 17 13:58:15 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Jun 17 13:58:15 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Jun 17 13:58:15 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Fri Jun 17 13:58:15 2016 MANAGEMENT: >STATE:1466152095,RESOLVE,,,
Fri Jun 17 13:58:15 2016 UDPv4 link local: [undef]
Fri Jun 17 13:58:15 2016 UDPv4 link remote: [AF_INET]:1194
Fri Jun 17 13:58:15 2016 MANAGEMENT: >STATE:1466152095,WAIT,,,

Link to comment
  • 1 month later...

An existing openvpn server connection stopped working after I changed my ISP. Router, internal ip address range etc are exactly the same. What could I need to change?

 

Sun Jul 31 18:03:40 2016 OpenVPN 2.3.11 x86_64-w64-mingw32 [sSL (OpenSSL)] [LZO] [PKCS11] [iPv6] built on May 10 2016
Sun Jul 31 18:03:40 2016 Windows version 6.2 (Windows 8 or greater) 64bit
Sun Jul 31 18:03:40 2016 library versions: OpenSSL 1.0.1t  3 May 2016, LZO 2.09
Sun Jul 31 18:03:40 2016 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:25340
Sun Jul 31 18:03:40 2016 Need hold release from management interface, waiting...
Sun Jul 31 18:03:40 2016 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:25340
Sun Jul 31 18:03:41 2016 MANAGEMENT: CMD 'state on'
Sun Jul 31 18:03:41 2016 MANAGEMENT: CMD 'log all on'
Sun Jul 31 18:03:41 2016 MANAGEMENT: CMD 'hold off'
Sun Jul 31 18:03:41 2016 MANAGEMENT: CMD 'hold release'
Sun Jul 31 18:03:44 2016 MANAGEMENT: CMD 'username "Auth" "admin"'
Sun Jul 31 18:03:44 2016 MANAGEMENT: CMD 'password [...]'
Sun Jul 31 18:03:44 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:03:44 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:03:44 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:03:44 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:03:44 2016 MANAGEMENT: >STATE:1469968424,RESOLVE,,,
Sun Jul 31 18:03:44 2016 UDPv4 link local: [undef]
Sun Jul 31 18:03:44 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:03:44 2016 MANAGEMENT: >STATE:1469968424,WAIT,,,
Sun Jul 31 18:03:48 2016 Server poll timeout, restarting
Sun Jul 31 18:03:48 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:03:48 2016 MANAGEMENT: >STATE:1469968428,RECONNECTING,server_poll,,
Sun Jul 31 18:03:48 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:03:48 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:03:48 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:03:48 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:03:48 2016 MANAGEMENT: >STATE:1469968428,RESOLVE,,,
Sun Jul 31 18:03:48 2016 UDPv4 link local: [undef]
Sun Jul 31 18:03:48 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:03:48 2016 MANAGEMENT: >STATE:1469968428,WAIT,,,
Sun Jul 31 18:03:52 2016 Server poll timeout, restarting
Sun Jul 31 18:03:52 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:03:52 2016 MANAGEMENT: >STATE:1469968432,RECONNECTING,server_poll,,
Sun Jul 31 18:03:52 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:03:52 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:03:52 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:03:52 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:03:52 2016 MANAGEMENT: >STATE:1469968432,RESOLVE,,,
Sun Jul 31 18:03:52 2016 Attempting to establish TCP connection with [AF_INET]27.106.65.199:943 [nonblock]
Sun Jul 31 18:03:52 2016 MANAGEMENT: >STATE:1469968432,TCP_CONNECT,,,
Sun Jul 31 18:04:02 2016 TCP: connect to [AF_INET]27.106.65.199:943 failed, will try again in 5 seconds: Connection timed out (WSAETIMEDOUT)
Sun Jul 31 18:04:02 2016 SIGUSR1[soft,init_instance] received, process restarting
Sun Jul 31 18:04:02 2016 MANAGEMENT: >STATE:1469968442,RECONNECTING,init_instance,,
Sun Jul 31 18:04:02 2016 Restart pause, 5 second(s)
Sun Jul 31 18:04:07 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:04:07 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:07 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:07 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:04:07 2016 MANAGEMENT: >STATE:1469968447,RESOLVE,,,
Sun Jul 31 18:04:07 2016 UDPv4 link local: [undef]
Sun Jul 31 18:04:07 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:04:07 2016 MANAGEMENT: >STATE:1469968447,WAIT,,,
Sun Jul 31 18:04:11 2016 Server poll timeout, restarting
Sun Jul 31 18:04:11 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:04:11 2016 MANAGEMENT: >STATE:1469968451,RECONNECTING,server_poll,,
Sun Jul 31 18:04:11 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:04:11 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:11 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:11 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:04:11 2016 MANAGEMENT: >STATE:1469968451,RESOLVE,,,
Sun Jul 31 18:04:11 2016 UDPv4 link local: [undef]
Sun Jul 31 18:04:11 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:04:11 2016 MANAGEMENT: >STATE:1469968451,WAIT,,,
Sun Jul 31 18:04:15 2016 Server poll timeout, restarting
Sun Jul 31 18:04:15 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:04:15 2016 MANAGEMENT: >STATE:1469968455,RECONNECTING,server_poll,,
Sun Jul 31 18:04:15 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:04:15 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:15 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:15 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:04:15 2016 MANAGEMENT: >STATE:1469968455,RESOLVE,,,
Sun Jul 31 18:04:15 2016 UDPv4 link local: [undef]
Sun Jul 31 18:04:15 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:04:15 2016 MANAGEMENT: >STATE:1469968455,WAIT,,,
Sun Jul 31 18:04:20 2016 Server poll timeout, restarting
Sun Jul 31 18:04:20 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:04:20 2016 MANAGEMENT: >STATE:1469968460,RECONNECTING,server_poll,,
Sun Jul 31 18:04:20 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:04:20 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:20 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:20 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:04:20 2016 MANAGEMENT: >STATE:1469968460,RESOLVE,,,
Sun Jul 31 18:04:20 2016 UDPv4 link local: [undef]
Sun Jul 31 18:04:20 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:04:20 2016 MANAGEMENT: >STATE:1469968460,WAIT,,,
Sun Jul 31 18:04:25 2016 Server poll timeout, restarting
Sun Jul 31 18:04:25 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:04:25 2016 MANAGEMENT: >STATE:1469968465,RECONNECTING,server_poll,,
Sun Jul 31 18:04:25 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:04:25 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:25 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:25 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:04:25 2016 MANAGEMENT: >STATE:1469968465,RESOLVE,,,
Sun Jul 31 18:04:25 2016 UDPv4 link local: [undef]
Sun Jul 31 18:04:25 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:04:25 2016 MANAGEMENT: >STATE:1469968465,WAIT,,,
Sun Jul 31 18:04:29 2016 Server poll timeout, restarting
Sun Jul 31 18:04:29 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:04:29 2016 MANAGEMENT: >STATE:1469968469,RECONNECTING,server_poll,,
Sun Jul 31 18:04:29 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:04:29 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:29 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:29 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:04:29 2016 MANAGEMENT: >STATE:1469968469,RESOLVE,,,
Sun Jul 31 18:04:29 2016 UDPv4 link local: [undef]
Sun Jul 31 18:04:29 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:04:29 2016 MANAGEMENT: >STATE:1469968469,WAIT,,,
Sun Jul 31 18:04:34 2016 Server poll timeout, restarting
Sun Jul 31 18:04:34 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:04:34 2016 MANAGEMENT: >STATE:1469968474,RECONNECTING,server_poll,,
Sun Jul 31 18:04:34 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:04:34 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:34 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:34 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:04:34 2016 MANAGEMENT: >STATE:1469968474,RESOLVE,,,
Sun Jul 31 18:04:34 2016 UDPv4 link local: [undef]
Sun Jul 31 18:04:34 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:04:34 2016 MANAGEMENT: >STATE:1469968474,WAIT,,,
Sun Jul 31 18:04:38 2016 Server poll timeout, restarting
Sun Jul 31 18:04:38 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:04:38 2016 MANAGEMENT: >STATE:1469968478,RECONNECTING,server_poll,,
Sun Jul 31 18:04:38 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:04:38 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:38 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:38 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:04:38 2016 MANAGEMENT: >STATE:1469968478,RESOLVE,,,
Sun Jul 31 18:04:38 2016 Attempting to establish TCP connection with [AF_INET]27.106.65.199:943 [nonblock]
Sun Jul 31 18:04:38 2016 MANAGEMENT: >STATE:1469968478,TCP_CONNECT,,,
Sun Jul 31 18:04:48 2016 TCP: connect to [AF_INET]27.106.65.199:943 failed, will try again in 5 seconds: Connection timed out (WSAETIMEDOUT)
Sun Jul 31 18:04:48 2016 SIGUSR1[soft,init_instance] received, process restarting
Sun Jul 31 18:04:48 2016 MANAGEMENT: >STATE:1469968488,RECONNECTING,init_instance,,
Sun Jul 31 18:04:48 2016 Restart pause, 5 second(s)
Sun Jul 31 18:04:53 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:04:53 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:53 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:53 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:04:53 2016 MANAGEMENT: >STATE:1469968493,RESOLVE,,,
Sun Jul 31 18:04:53 2016 UDPv4 link local: [undef]
Sun Jul 31 18:04:53 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:04:53 2016 MANAGEMENT: >STATE:1469968493,WAIT,,,
Sun Jul 31 18:04:57 2016 Server poll timeout, restarting
Sun Jul 31 18:04:57 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:04:57 2016 MANAGEMENT: >STATE:1469968497,RECONNECTING,server_poll,,
Sun Jul 31 18:04:57 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:04:57 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:57 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:04:57 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:04:57 2016 MANAGEMENT: >STATE:1469968497,RESOLVE,,,
Sun Jul 31 18:04:57 2016 UDPv4 link local: [undef]
Sun Jul 31 18:04:57 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:04:57 2016 MANAGEMENT: >STATE:1469968497,WAIT,,,
Sun Jul 31 18:05:01 2016 Server poll timeout, restarting
Sun Jul 31 18:05:01 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:05:01 2016 MANAGEMENT: >STATE:1469968501,RECONNECTING,server_poll,,
Sun Jul 31 18:05:01 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:05:01 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:05:01 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:05:01 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:05:01 2016 MANAGEMENT: >STATE:1469968501,RESOLVE,,,
Sun Jul 31 18:05:01 2016 UDPv4 link local: [undef]
Sun Jul 31 18:05:01 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:05:01 2016 MANAGEMENT: >STATE:1469968501,WAIT,,,
Sun Jul 31 18:05:05 2016 Server poll timeout, restarting
Sun Jul 31 18:05:05 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:05:05 2016 MANAGEMENT: >STATE:1469968505,RECONNECTING,server_poll,,
Sun Jul 31 18:05:05 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:05:05 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:05:05 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:05:05 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:05:05 2016 MANAGEMENT: >STATE:1469968505,RESOLVE,,,
Sun Jul 31 18:05:05 2016 UDPv4 link local: [undef]
Sun Jul 31 18:05:05 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:05:05 2016 MANAGEMENT: >STATE:1469968505,WAIT,,,
Sun Jul 31 18:05:09 2016 Server poll timeout, restarting
Sun Jul 31 18:05:09 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:05:09 2016 MANAGEMENT: >STATE:1469968509,RECONNECTING,server_poll,,
Sun Jul 31 18:05:09 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:05:09 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:05:09 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:05:09 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:05:09 2016 MANAGEMENT: >STATE:1469968509,RESOLVE,,,
Sun Jul 31 18:05:09 2016 UDPv4 link local: [undef]
Sun Jul 31 18:05:09 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:05:09 2016 MANAGEMENT: >STATE:1469968509,WAIT,,,
Sun Jul 31 18:05:13 2016 Server poll timeout, restarting
Sun Jul 31 18:05:13 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:05:13 2016 MANAGEMENT: >STATE:1469968513,RECONNECTING,server_poll,,
Sun Jul 31 18:05:13 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:05:13 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:05:13 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:05:13 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:05:13 2016 MANAGEMENT: >STATE:1469968513,RESOLVE,,,
Sun Jul 31 18:05:13 2016 UDPv4 link local: [undef]
Sun Jul 31 18:05:13 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:05:13 2016 MANAGEMENT: >STATE:1469968513,WAIT,,,
Sun Jul 31 18:05:17 2016 Server poll timeout, restarting
Sun Jul 31 18:05:17 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:05:17 2016 MANAGEMENT: >STATE:1469968517,RECONNECTING,server_poll,,
Sun Jul 31 18:05:17 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:05:17 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:05:17 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:05:17 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:05:17 2016 MANAGEMENT: >STATE:1469968517,RESOLVE,,,
Sun Jul 31 18:05:17 2016 UDPv4 link local: [undef]
Sun Jul 31 18:05:17 2016 UDPv4 link remote: [AF_INET]27.106.65.199:1194
Sun Jul 31 18:05:17 2016 MANAGEMENT: >STATE:1469968517,WAIT,,,
Sun Jul 31 18:05:21 2016 Server poll timeout, restarting
Sun Jul 31 18:05:21 2016 SIGUSR1[soft,server_poll] received, process restarting
Sun Jul 31 18:05:21 2016 MANAGEMENT: >STATE:1469968521,RECONNECTING,server_poll,,
Sun Jul 31 18:05:21 2016 Control Channel Authentication: tls-auth using INLINE static key file
Sun Jul 31 18:05:21 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:05:21 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Jul 31 18:05:21 2016 Socket Buffers: R=[65536->100000] S=[65536->100000]
Sun Jul 31 18:05:21 2016 MANAGEMENT: >STATE:1469968521,RESOLVE,,,
Sun Jul 31 18:05:21 2016 Attempting to establish TCP connection with [AF_INET]27.106.65.199:943 [nonblock]
Sun Jul 31 18:05:21 2016 MANAGEMENT: >STATE:1469968521,TCP_CONNECT,,,
Sun Jul 31 18:05:31 2016 TCP: connect to [AF_INET]27.106.65.199:943 failed, will try again in 5 seconds: Connection timed out (WSAETIMEDOUT)
Sun Jul 31 18:05:31 2016 SIGUSR1[soft,init_instance] received, process restarting
Sun Jul 31 18:05:31 2016 MANAGEMENT: >STATE:1469968531,RECONNECTING,init_instance,,
Sun Jul 31 18:05:31 2016 Restart pause, 5 second(s)

Link to comment
  • 8 months later...

does this docker still work?  I tried installing but the webui wouldn't open.

 

I need to move away from Deluge as it's causing problems with my new pfsense setup. 

 

This is a great desktop client - hopefully linuxserver.io will pick it up

Link to comment
  • 2 weeks later...

I keep having issues logging in. I log in and it just goes back to the login page. I have to keep clearing my cookies to get it to work. It has worked fine for a long time then this started happening a few weeks ago. Seems to only happen with Chrome, but I can;t be certain of that. Anyone else had this issue?

  • Upvote 1
Link to comment
On 4/5/2017 at 8:20 AM, DZMM said:

does this docker still work?  I tried installing but the webui wouldn't open.

 

I need to move away from Deluge as it's causing problems with my new pfsense setup. 

 

This is a great desktop client - hopefully linuxserver.io will pick it up

Works for me, save the minor issues I just posted about. What do you mean it won't open?

Link to comment
4 hours ago, bobbintb said:

Works for me, save the minor issues I just posted about. What do you mean it won't open?

I couldn't get in with admin/adminadmin after installing.  I just tried again in chrome, but after reading your email I tried in Edge and it worked.  I then tried an incognito tab and it worked (sure I did this last time to check) so it's definitely a cookie problem - thanks!

Link to comment

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.