Dockerization of some popular applications.


Recommended Posts

Probably safe to say that if there's an issue with any of needo's apps then you're probably best off switching to another flavour.  Needo hasn't been around much as of late

 

Hey Squid, do you think it is time to blacklist these in CA?

This always puts me in an awkward position.

 

Basically so long as they are still functional I do not really want to be blacklisting anything but let users make an informed choice which may or may not lead them to another version.

 

Realistically there are many less supported applications available on CA than these.

 

In this particular case, it would basically take the maintainer of the repository (gfjardim) dropping me a note (or a comment on the threads) to either black list or add a mod comment.

 

The one thing that I try and maintain with CA is an impartial attitude.

 

Sent from my LG-D852 using Tapatalk

 

 

Link to comment

I've installed the PlexWatch app, but its refusing to start.  I've rebooted the server and still does not start. 

 

width=500http://my.jetscreenshot.com/12412/20160425-igal-95kb.jpg[/img]

 

Interesting line in the log:

 

Apr 24 19:46:41 HunterNAS logger: plexWatch: Error response from daemon: Cannot start container plexWatch: Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in use Error: failed to start containers: [plexWatch]

 

Apparently there's a problem with access to the TCP port?  I didn't see any other errors and other services are running fine...  Here's a Netstat --listen

 

root@HunterNAS:~# netstat --listen
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 *:3551                  *:*                     LISTEN
tcp        0      0 *:time                  *:*                     LISTEN
tcp        0      0 *:4200                  *:*                     LISTEN
tcp        0      0 *:netbios-ssn           *:*                     LISTEN
tcp        0      0 *:38734                 *:*                     LISTEN
tcp        0      0 *:sunrpc                *:*                     LISTEN
tcp        0      0 HunterNAS:34800         *:*                     LISTEN
tcp        0      0 *:32400                 *:*                     LISTEN
tcp        0      0 *:8080                  *:*                     LISTEN
tcp        0      0 *:http                  *:*                     LISTEN
tcp        0      0 HunterNAS:32401         *:*                     LISTEN
tcp        0      0 *:8081                  *:*                     LISTEN
tcp        0      0 *:ssh                   *:*                     LISTEN
tcp        0      0 *:telnet                *:*                     LISTEN
tcp        0      0 *:https                 *:*                     LISTEN
tcp        0      0 *:microsoft-ds          *:*                     LISTEN
udp        0      0 HunterNAS:60417         *:*
udp        0      0 *:46146                 *:*
udp        0      0 *:32410                 *:*
udp        0      0 *:32412                 *:*
udp        0      0 *:32413                 *:*
udp        0      0 *:32414                 *:*
udp        0      0 *:time                  *:*
udp        0      0 *:sunrpc                *:*
udp        0      0 172.17.42.1:ntp         *:*
udp        0      0 192.168.29.100:ntp      *:*
udp        0      0 HunterNAS:ntp           *:*
udp        0      0 *:ntp                   *:*
udp        0      0 172.17.255.2:netbios-ns *:*
udp        0      0 172.17.42.1:netbios-ns  *:*
udp        0      0 192.168.29.2:netbios-ns *:*
udp        0      0 192.168.29.1:netbios-ns *:*
udp        0      0 *:netbios-ns            *:*
udp        0      0 172.17.255.:netbios-dgm *:*
udp        0      0 172.17.42.1:netbios-dgm *:*
udp        0      0 192.168.29.:netbios-dgm *:*
udp        0      0 192.168.29.:netbios-dgm *:*
udp        0      0 *:netbios-dgm           *:*
udp        0      0 HunterNAS:874           *:*
udp        0      0 *:1901                  *:*
udp        0      0 192.168.29.100:52754    *:*
udp        0      0 172.17.42.1:37917       *:*
udp        0      0 *:mdns                  *:*
udp        0      0 172.17.42.1:38574       *:*
udp        0      0 HunterNAS:55736         *:*
udp        0      0 *:55870                 *:*
udp        0      0 192.168.29.100:41288    *:*
udp        0      0 172.17.42.1:41306       *:*
udp        0      0 192.168.29.100:57790    *:*
Active UNIX domain sockets (only servers)
Proto RefCnt Flags       Type       State         I-Node   Path
unix  2      [ ACC ]     STREAM     LISTENING     12155    /var/run/avahi-daemon/socket
unix  2      [ ACC ]     STREAM     LISTENING     12173    /var/run/docker.sock
unix  2      [ ACC ]     STREAM     LISTENING     3735     /var/run/samba/nmbd/unexpected
unix  2      [ ACC ]     SEQPACKET  LISTENING     8101     /run/udev/control
unix  2      [ ACC ]     STREAM     LISTENING     10423    /var/run/acpid.socket
unix  2      [ ACC ]     STREAM     LISTENING     10454    /var/run/dbus/system_bus_socket
Active Bluetooth connections (only servers)
Proto  Destination       Source            State         PSM DCID   SCID      IMTU    OMTU Security
Proto  Destination       Source            State     Channel

 

Here's the config...

width=500http://my.jetscreenshot.com/12412/20160425-ftg1-57kb.jpg[/img]

 

Tried to change the Host Port to an unused address, changed container port as well, but no difference.  Stays in a stopped state.  What am I missing?

 

I got it working by setting network type to host and checking bind time.    cc6fXXE.jpg

Link to comment

Thanks @Squid.  I would avoid @needo's version of sonarr then in case anyone has it installed and also uses nzbgeek.  There is a known issue in mono 3.10 which is what the docker is built off currently.

Does this issue actually prevent the app from running? or is it just an annoyance?
Link to comment

I've installed the PlexWatch app, but its refusing to start.  I've rebooted the server and still does not start. 

 

I got it working by setting network type to host and checking bind time.   

width=300http://i.imgur.com/cc6fXXE.jpg[/img]

 

Ok, found the advanced mode button (FYI, it can be hidden if the browser window isn't wide enough!), but my host mode was already setup for Bind Time = check.  Further diagnostics to try?

width=300http://my.jetscreenshot.com/12412/20160427-ikv2-131kb.jpg[/img]

 

I should just be able to reinstall the docker app and the plex database should be retained.  Correct?  Or do I need to back it up first?

Link to comment

Thanks for the quick reply!  Can you be a little more specific about which checkbox I need to check in nzbget?  And are there any other settings that need to be changed?  Do I need a cert?

The one that says encryption Yes/No when you're entering the the server details.  Port probably needs to be changed to 563 that nzbget communicates to the server on.
Link to comment

Great I will give that a shot. Thank you. I have read some stuff about needing a self signed cert. Is that true?

 

Also I remember seeing something about choosing a cipher.  Do I need to do that and if so, what do I need to put there?

 

I really appreciate you taking the time to help :)

Link to comment

Great I will give that a shot. Thank you. I have read some stuff about needing a self signed cert. Is that true?

 

Also I remember seeing something about choosing a cipher.  Do I need to do that and if so, what do I need to put there?

 

I really appreciate you taking the time to help :)

 

Cipher to use for encrypted server connection.

 

By default (when the option is empty) the underlying encryption library chooses the cipher automatically. To achieve the best performance however you can manually select a faster cipher.

 

See http://nzbget.net/Choosing_a_cipher for details.

Link to comment

Quick question about how to move files once they have been downloaded.

 

I am using couchpotato with nzbget.

 

should I rely on couch potato or nzbget to move the files to the correct folder after they have been downloaded?

 

The reason I ask is that I thought I had couchpotato all set up to do the file moving but it doesnt seem to be working.  The files are downloading but they are sittign in the downloads folder when completed and not gettign moved to the correct destination folder on my unraid.

 

 

and actually I have the same question about sonarr.  Shoudl I rely on sonarr to move the file or shoudl I be relying on nzbget?

Link to comment

Quick question about how to move files once they have been downloaded.

 

I am using couchpotato with nzbget.

 

should I rely on couch potato or nzbget to move the files to the correct folder after they have been downloaded?

 

The reason I ask is that I thought I had couchpotato all set up to do the file moving but it doesnt seem to be working.  The files are downloading but they are sittign in the downloads folder when completed and not gettign moved to the correct destination folder on my unraid.

 

 

and actually I have the same question about sonarr.  Shoudl I rely on sonarr to move the file or shoudl I be relying on nzbget?

Use CP and sonarr to move the files.

 

This is all going to be a folder mappings issue on the templates

Link to comment

thanks - I believe I got the file moving working.

 

For some reason though I cant get deluge working from couch potato.  Whenever i snatch a movie via a torrent, it does nto seem to save the torrent file or trigger the download in deluge.

 

When I go to Couch potato settings, downloaders, and click the teat button, it says "connecting" but it just sits there and nothing happens.  I don't get a success or failure message.

 

I have it set to connect on port 8112 which works great from sonarr, so I am not sure what I have wrong in couch Potato.

 

any suggestions woudl be appreciated.

Link to comment
  • 2 weeks later...

I can't get Plex Watch to start any idea?

 

I have it set as HOST

/plexWatch  /mnt/cache/appdata/plexWatch

/log  /mnt/cache/appdata/plexWatch/logs

 

Plex is setup like

8080/tcp  192.168.1.60:8080

8090/tcp  192.168.1.60:8090

/config  /mnt/cache/appdata/sabnzbd/

/downloads  /mnt/cache/downloads

/Movies  /mnt/user/Movies/

/TV Shows  /mnt/user/TV Shows/

Link to comment

I can't get Plex Watch to start any idea?

 

I have it set as HOST

/plexWatch  /mnt/cache/appdata/plexWatch

/log  /mnt/cache/appdata/plexWatch/logs

 

Plex is setup like

8080/tcp  192.168.1.60:8080

8090/tcp  192.168.1.60:8090

/config  /mnt/cache/appdata/sabnzbd/

/downloads  /mnt/cache/downloads

/Movies  /mnt/user/Movies/

/TV Shows  /mnt/user/TV Shows/

Typo?
Link to comment

I can't get Plex Watch to start any idea?

 

I have it set as HOST

/plexWatch  /mnt/cache/appdata/plexWatch

/log  /mnt/cache/appdata/plexWatch/logs

 

Plex is setup like

8080/tcp  192.168.1.60:8080

8090/tcp  192.168.1.60:8090

/config  /mnt/cache/appdata/sabnzbd/

/downloads  /mnt/cache/downloads

/Movies  /mnt/user/Movies/

/TV Shows  /mnt/user/TV Shows/

Typo?

 

i noticed that too

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.