Everything posted by be4con
-
[Support] binhex - DelugeVPN
It's far more likely that I don't understand how this container works, and whilst my IT knowledge is intermediate my understanding of networking (and dockers/linux) is pretty rudimentary so forgive me if I have totally got this wrong. I don't know if any of this is relevant, but I'll include it just in case. My setup is that I have PIA installed on my router. However traffic to my unraid server is routed outside the VPN tunnel as I only needed deluge to be included. My understanding was that this container polled PIA for a forwarded port and then fed that back to the settings/config of the deluge client so that the correct static port was listed. However, I thought that (as with the standard deluge client) I still needed to take that port and forward it on my router, so that is what I have been trying to do. When I do that if I go to portchecker.co to test my port using the external IP address in deluge, and the port provided by the container then the port shows as open. If I don't port forward on my router it appears to show as closed. Similarly, when I port forward on my router then I show as connectable on the private tracker but when I don't I show (after variable delay I must admit) as not-connectable. You are correct I did use the magnet link on ipleak, though I hadn't considered that it wasn't in the same tunnel. I'm not sure I follow why that makes a difference though as the torrent that is used as a reference for the port probe is within the VPN tunnel and the browser site just reports the results. I guess I don't need to understand it though - if you do, and tell me that the information can't be relied upon I'm happy to accept that.
-
[Support] binhex - DelugeVPN
Just bumping this as I am still confused by this an hoping someone can help. If I don't port forward on my router then the port shows as closed and I am not connectable on the tracker. What am I doing wrong if port forwarding on my router isn't needed?
-
[Support] Djoss - Firefox
Suddenly started working again without me doing anytrhing but I'll try this next time, thanks
-
[Support] binhex - DelugeVPN
That's interesting, because unless I manually forward the port on my router it shows as closed. What do you mean by 'correctly using'? The container works fine, the log shows connected to PIA and gives a port which it maintains. As far as I can tell the VPN function is working OK - how else would I check it?
-
[Support] binhex - DelugeVPN
Does anyone know of a way I can propagate port changes in the docker back to my router so I don't have to do it manually to maintain port forwarding with PIA? I'm running an ASUS AC86U with Merlin firmware. TIA
-
[Support] Djoss - Firefox
I'm getting server disconnected (code 1006). Was working fine a couple of days ago, but now I can't seem to access the webUI. I had a look through the github docs and couldn't find anything that helps. Tried restarting the container but same result. Any suggestions?
-
[Support] binhex - MiniDLNA
Ah, the Host path is me messing with different options to see if anything worked - thought I'd changed it back before I took the screenshot. Apparently not. For the config fille - what's all the gubbins about changing the path mean then? I thought I had just followed the instructions in the file itself. OK, having changed that it is now finding files! Thanks for working through that with me. The log is showing a new issue though: It still seems to be scanning and finding new files but that last line is just repeating ad infinitum.
-
[Support] binhex - MiniDLNA
Just standard audio fomats - MP3 and a few FLAC. They are all in subfolders within MUSIC. In the log it states: "[2021/05/20 15:49:00] minidlna.c:670: error: Media directory "/mnt/user/MUSIC" not accessible [No such file or directory]" So, it is a problem with the share, but I don't understand what I need to change. This is my share: This is my docker config: and this is my config file: # port for HTTP (descriptions, SOAP, media transfer) trafficport=8200 # network interfaces to serve, comma delimited #network_interface=eth0 # specify the useraccount name or uid to run asuser=nobody # set this to the directory you want scanned. # * if you want multiple directories, you can have multiple media_dir=lines # * if you want to restrict a media_dir to specific content types, you # can prepend the types, followed by a comma, to the directory: # + "A" foraudio (eg. media_dir=A,/home/jmaggard/Music) # + "V" for video (eg. media_dir=V,/home/jmaggard/Videos) # + "P" for images (eg.media_dir=P,/home/jmaggard/Pictures) # + "PV" for pictures and video (eg. media_dir=PV,/home/jmaggard/digital_camera) media_dir=A,/mnt/user/MUSIC # set this to merge all media_dir base contents into the root container # note: the default is no #merge_media_dirs=no # set this if you want to customize the name that shows up on your clients friendly_name=binhex-MiniDLNA # set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache db_dir=/config # set this if you would like to specify the directory where you want MiniDLNA to store its log file log_dir=/config # set this to change the verbosity of the information that is logged # each section can use a different level: off, fatal, error, warn, info, or debug #log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn # this should be a list of file names to check for when searching for album art # note: names should be delimited with a forward slash ("/") album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg # set this to no to disable inotify monitoring to automatically discover new files # note: the default is yes inotify=yes # set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO enable_tivo=no # set this to beacon to use legacy broadcast discovery method # defauts to bonjour if avahi is available tivo_discovery=bonjour # set this to strictly adhere to DLNA standards. # * This will allow server-side downscaling of very large JPEG images, # which may hurt JPEG serving performance on (at least) Sony DLNA products. strict_dlna=no # default presentation url is http address on port 80 #presentation_url=http://www.mylan/index.php # notify interval in seconds. default is 895 seconds. notify_interval=900 # serial and model number the daemon will report to clients # in its XML description serial=12345678 model_number=1 # specify the path to the MiniSSDPd socket #minissdpdsocket=/var/run/minissdpd.sock # use different container as root of the tree # possible values: # + "." - use standard container (this is the default) # + "B" - "Browse Directory" # + "M" - "Music" # + "V" - "Video" # + "P" - "Pictures" # + Or, you can specify the ObjectID of your desired root container (eg. 1$F for Music/Playlists) # if you specify "B" and client device is audio-only then "Music/Folders" will be used as root #root_container=. # always force SortCriteria to this value, regardless of the SortCriteria passed by the client #force_sort_criteria=+upnp:class,+upnp:originalTrackNumber, +dc:title # maximum number of simultaneous connections # note: many clients open several simultaneous connections while streaming #max_connections=50 # set this to yes to allow symlinks that point outside user-defined media_dirs. #wide_links=no
-
[Support] binhex - DelugeVPN
Working for me now. Does anyone know of a port checker plugin/dockerfor checking to see if the forwarded port is open? EDIT - answer to my question for anyone else that's interested - ipleak.net has a magnet link which checks the deluge client for the IP address and port, so there is no need for an Unraid based solution.
-
[Support] binhex - MiniDLNA
Yes, the share is MUSIC Sorry, I'm confused by this - where do I enter that? Is that the Host Path 2 setting? Or do I set that to /mnt/user/MUSIC as above and set some other setting to /media?
-
[Support] binhex - DelugeVPN
Thanks! I just checked my log and I have the same error. Turned off the VPN and my web GUI is back - so mine was a PIA issue. It looks like PIA is borked in the docker at the moment then
-
[Support] binhex - DelugeVPN
I seem to have lost access to the docker GUI and not sure how to resolve it. Everything was working OK, but I recently got improved broadband so I was tweaking my preferences in the web GUI to reflect my better download/upload speeds. I reloaded the page but now the web GUI won't load, and I'm not sure what to do to get it back. I tried restarting the docker and rebooted unraid to see if that resolved it but no dice. The settings I changed in preferences were: Network extras - just enabled DHT and Peer exchange Bandwidth - changed max download and upload speeds; changed max hal-open connections Queue - changed total active, total active downloading and total active seeding, enabled do not count slow torrents That's it. I can't see how changing any of those would break it to the point I can't access the web GUI, so I can only assume it's just a coincidence and something else is afoot. Can anyone help me get the web GUI back? TIA EDIT: Thanks to Idaho121 below I know this is now a VPN issue associated with PIA not working
-
[Support] binhex - MiniDLNA
I'm really struggling setting the config for this. My media is here: /mnt/user/MUSIC/ and I've set it to that within unraid and checked that minidnla.conf shows that too. It's not found anything though. What am I doing wrong? Thanks
-
[Support] Linuxserver.io - Plex Media Server
EDIT - I've managed to resolve this - it appeared to be an issue with Firefox browser, and my VPN plus some remnant appdata from previous Docker instances that hadn't deleted properly. Once I'd sorted all those the server is visible again and I can reconstruct my library. I'm sure this is a simple problem, and I am missing some critical step but I've been struggling to work out what is going wrong. I lost access to my unraid server through all Plex apps (it was listed but I just couldn't connect), and couldn't figure out what the issue was so I just decided to start fresh, delete the docker and image and reconfigure. I've done that, I was fairly sure I had got all the settings right, but now I can't see my server or media in Plex on any device - the unraid server just doesn't show up. What have I done wrong? These are my settings: And my log: Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 40-chown-files: executing... [cont-init.d] 40-chown-files: exited 0. [cont-init.d] 45-plex-claim: executing... [cont-init.d] 45-plex-claim: exited 0. [cont-init.d] 50-gid-video: executing... [cont-init.d] 50-gid-video: exited 0. [cont-init.d] 60-plex-update: executing... Docker is used for versioning skip update check [cont-init.d] 60-plex-update: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services Starting Plex Media Server. [services.d] done.
-
[Support] Linuxserver.io - Plex Media Server
Of course! It's so obvious when you say it Thanks both, I feel like a real idiot now 🤣
-
[Support] Linuxserver.io - Plex Media Server
Thanks for replying. It is called 'Plexmediaserver' on my Docker tab, and I installed it using the 'Plexmediaserver' container template, but yes it is from limetech. There is another Docker called just Plex, but that one is binhex I think? This the run command from this Docker: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' --log-opt max-size='50m' --log-opt max-file='1' -e TZ="Europe/London" -e HOST_OS="Unraid" -e 'VERSION'='docker' -e 'TCP_PORT_32400'='32400' -e 'TCP_PORT_3005'='3005' -e 'TCP_PORT_8324'='8324' -e 'TCP_PORT_32469'='32469' -e 'UDP_PORT_1900'='1900' -e 'UDP_PORT_32410'='32410' -e 'UDP_PORT_32412'='32412' -e 'UDP_PORT_32413'='32413' -e 'UDP_PORT_32414'='32414' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/MOVIES/_HD movies':'/HD movies':'rw' -v '/mnt/user/TV/':'/TV':'rw' -v '/mnt/user/MOVIES/_SD Movies/':'/SD movies':'rw' -v '/mnt/user/MOVIES/_Kids Movies/':'/Kid'\''s movies':'rw' -v '/mnt/user/MOVIES/_stand up/':'/Stand up':'rw' -v '/mnt/user/Admin/':'/Admin':'rw' -v '/mnt/user/appdata/plex':'/config':'rw' 'linuxserver/plex' 5dce4db5278a3c35b51e2d79611970c2dc19c9f92616bc8a4b72850835716c37 The command finished successfully! and this is the one is from the limetech Docker: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='PlexMediaServer' --net='host' --log-opt max-size='50m' --log-opt max-file='1' -e TZ="Europe/London" -e HOST_OS="Unraid" -v '/mnt/user/MOVIES/_HD movies':'/HD movies':'rw' -v '/mnt/user/TV/':'/TV':'rw' -v '/mnt/user/MOVIES/_SD Movies/':'/SD movies':'rw' -v '/mnt/user/MOVIES/_Kids Movies/':'/Kid'\''s movies':'rw' -v '/mnt/user/MOVIES/_stand up/':'/Stand up':'rw' -v '/mnt/user/Admin/':'/Admin':'rw' -v '/mnt/user/appdata/PlexMediaServer':'/config':'rw' 'limetech/plex' 30114d31fca3c84ec6f0e154eafc81058dbdddc4bcf1c733e7b50e4c470c03f8 The command finished successfully! Thanks
-
[Support] Linuxserver.io - Plex Media Server
I've just moved to this Docker from the Plexmediaserver Docker after receiving a message about that one being deprecated. As far as I can tell all the settings have been transcribed across to this Docker correctly but for some reason I can't access my shares using this Docker, Plexmediaserver still works fine. Can anyone help me understand what the issue is and get this setup properly? Let me know what info you need to help. Thanks
-
MyMediaForAlexa docker
Thanks, I couldn't find the forum on their site - obviously not looking hard enough - but I'll email them and I'll report back here what I find out.
-
MyMediaForAlexa docker
Does anyone know if it's possible, and if so what voice commands to use, to get mymedia to play through Sonos? I have Sonos set up so it is the preferred speaker so, for example, if I want to play radio in my kitchen I say: "Alexa, play Radio Paradise in Kitchen", or "Alexa, ask Tune In Radio to play Talk Sport in Kitchen" and Alexa will then direct the sound through my Sonos, rather than through her internal speaker. If I say "Alexa, ask My Media to play <album name> in Kitchen" then she plays through her internal speaker (which is a first generation Echo dot so sounds like a bee in a biscuit tin). I've tried other possible combinations but it never works. It's frustrating, and means I can't access my music in several rooms of my house (basically wherever we have Sonos) but only in rooms where I have a decent Echo speaker setup. Any ideas? Has anyone else got this working?
-
[Support] binhex - Deluge
Brilliant, thanks. I should have known that, but it's such a long time since I set this up last that it's all gone from memory and I couldn't find it online when I searched.
-
[Support] binhex - Deluge
Hopefully this is my last support question - I know I should know the answer to this problem, but I'm struggling. My seeding torrents have all reappeared showing as 100% but I need to reconfigure Deluge. My torrents download to the following share: /mnt/user/Downloads/deluge/incomplete and when they are complete they move to: /mnt/user/Downloads/deluge/complete My watch folder for torrents is: /mnt/user/Downloads/deluge/torrentfiles I'm pretty sure in the deluge config previously these locations were just listed as /data/incomplete, /data/complete and /data/torrentfiles but that no longer seems to be correct. If I set it as that then the torrents reset to 0% and start to download again. I can't find where they are downloading to though, nor where they move to when completed. I tried using the paths above, but those aren't right either. Similarly for the AutoAdd plugin it fails, complaining 'Path does not exist'
-
[Support] binhex - Deluge
That was wierd, no network issues but that problem self resolved. Different error this morning but at least it is able to pull files now: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-deluge' --net='bridge' --log-opt max-size='50m' --log-opt max-file='1' -e TZ="Europe/London" -e HOST_OS="Unraid" -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -v '/mnt/cache/appdata/data':'/data':'rw' -v '/mnt/user/appdata/binhex-deluge':'/config':'rw' 'binhex/arch-deluge' 07cb605bb9c7e448a47588de8e3dbab63d2ed1f626cebaff3b018d57139056ff /usr/bin/docker: Error response from daemon: error while creating mount source path '/mnt/user/appdata/binhex-deluge': mkdir /mnt/user/appdata/binhex-deluge: no medium found. The command failed. This is really frustrating. Any suggestions on what to do next? EDIT: I've cracked it. I had noticed that I couldn't do anything in my appdata folder, it wouldn't allow me to add or take anything from the folder. I tried to change permissions and that didn't change anything. So, I decided to play around with the Unraid settings for that share and see what happened. I noticed that the 'Use Cache Disk' option was set to 'Only'. I changed it to 'No' and bingo. I've never touched that setting, so I have no idea why it was set to 'Only' and I can only assume it happened the last time the OS updated. It does fit in with what you saw in the log though. Thanks for helping me work through this, really appreciated. I just need to sort out the deluge config again now and I'm back (almost) to where I started.
-
[Support] binhex - Deluge
I get the following error when trying to add the container back in: Pulling image: binhex/arch-deluge:latest TOTAL DATA PULLED: 0 B Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-deluge' --net='bridge' --log-opt max-size='50m' --log-opt max-file='1' -e TZ="Europe/London" -e HOST_OS="Unraid" -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -v '/mnt/cache/appdata/data':'/data':'rw' -v '/mnt/user/appdata/binhex-deluge':'/config':'rw' 'binhex/arch-deluge' Unable to find image 'binhex/arch-deluge:latest' locally /usr/bin/docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 209.244.0.4:53: read udp 192.168.11.208:39687->209.244.0.4:53: read: no route to host. See '/usr/bin/docker run --help'. The command failed. Any suggestions?
-
[Support] binhex - Deluge
That sounds serious - any idea what I need to do to resolve it? EDIT: Actually when I pondered on that statement, I realised I wasn't 100% sure what you meant by cache drive and a little research made me realise that I don't have a cache drive, just the 3 disks in my array and a parity disk. So, I can't have a corrupt file system on my cache drive! Any other ideas? Is it worth me just deleting the image and starting from fresh? If so can I rescue my torrent state?
-
[Support] binhex - Deluge
Here you go Log for binhex-deluge.htm