Everything posted by Mylo75
-
[Plugin] Ransomware Protection - Deprecated
So I installed this docker and have been fiddling about with it. Before uninstalling I clicked the "delete previous bait files" to remove all the bait files. After uninstalling there are still a load of these squidbait files in all my folders. Is there anyway i delete these all in one go. Thanks
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Just a few questions, from a noob with no command line knowledge. So I've got this set up with sonarr, cp, nzbget etc.. working with [email protected] and have it password protected. My Web address is https://[email protected] adding /nzbget or /sonarr etc... at the end. Is this correct and have I set up it all properly, or should it be https://sonarr.mydomain.duckdns.org Also by running my dockers through letsencrypt, does this give them better security when they connect to the Internet or is the security just for me when I connect to them from a different network. Do I still need to enable ssl and proxy settings in each docker as well for better security. Basically I want the best security I can get for my nzbget, so any help, hints or tips much appreciated.
-
[Support] Linuxserver.io - TVHeadend
The funny thing is we had a power cut last night (I have a ups connected) so the server did reboot. Thanks for helping.
-
[Support] Linuxserver.io - TVHeadend
OK now working. Had to remove tvheadend docker completely and reboot. Install tvheadend docker and reboot again. All the things I should have done first I guess.
-
[Support] Linuxserver.io - TVHeadend
Thanks for your help, I'll get a chance to troubleshoot more later.
-
[Support] Linuxserver.io - TVHeadend
August DVB-T210 - HD Freeview USB TV Tuner - External DVB-T2 Digital Television Receiver and PVR Style Recorder It worked on this dvb build before the tvheadend docker image updated a few days ago.
-
[Support] Linuxserver.io - TVHeadend
See my above post
-
[Support] Linuxserver.io - TVHeadend
https://postimg.org/image/qnd9fcgzh/ 2nd image https://postimg.org/image/am6z89lxr/
-
[Support] Linuxserver.io - TVHeadend
OK I deleted the tvheadend docker image and reinstalled, but I get the command failed, see below. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tvheadend" --net="bridge" -e TZ="Europe/London" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 9981:9981/tcp -p 9982:9982/tcp -v "/mnt/disk6/appdata/tvheadend":"/config":rw -v "/mnt/disk6/tv-recordings":"/recordings":rw -v "/mnt/user":"/unraid":rw --device=/dev/dvb linuxserver/tvheadend 0558fb8ef577336ebad4acabacb84b230dc7f6f5b30b7d0fa75ab5eea7c81e7a /usr/bin/docker: Error response from daemon: linux runtime spec devices: error gathering device information while adding custom device "/dev/dvb": lstat /dev/dvb: no such file or directory. The command failed. Also if I remove --device=/dev/dvb from extra parameters I can start tvheadend fine, but then it doesn't find any dvb devices. If you read back through this thread you will see my earlier posts about similar problems.
-
[Support] Linuxserver.io - TVHeadend
Sorry, just thought maybe there was a know issue. Nov 6 10:29:35 Tower kernel: docker0: port 5(vethb0b3e01) entered blocking state Nov 6 10:29:35 Tower kernel: docker0: port 5(vethb0b3e01) entered disabled state Nov 6 10:29:35 Tower kernel: device vethb0b3e01 entered promiscuous mode Nov 6 10:29:35 Tower kernel: docker0: port 5(vethb0b3e01) entered blocking state Nov 6 10:29:35 Tower kernel: docker0: port 5(vethb0b3e01) entered forwarding state Nov 6 10:29:35 Tower kernel: docker0: port 5(vethb0b3e01) entered disabled state Nov 6 10:29:37 Tower kernel: docker0: port 5(vethb0b3e01) entered disabled state Nov 6 10:29:37 Tower kernel: device vethb0b3e01 left promiscuous mode Nov 6 10:29:37 Tower kernel: docker0: port 5(vethb0b3e01) entered disabled state This is log just after I try to start tvheadend docker. When I try to start I get execution error no such container. I'm running unRAID Version: 6.3.0-rc3, DVB Version: LibreELEC which worked fine until last tvheadend docker update. I have also this in Extra parameter --device=/dev/dvb Just did force update. Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name="tvheadend" --net="bridge" -e TZ="Europe/London" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 9981:9981/tcp -p 9982:9982/tcp -v "/mnt/disk6/appdata/tvheadend":"/config":rw -v "/mnt/disk6/tv-recordings":"/recordings":rw -v "/mnt/user":"/unraid":rw --device=/dev/dvb linuxserver/tvheadend f54387c953a06e0db9bf1fc961eb8964f61f58bc846bd45f22053973ef8d6816 The command finished successfully! Still getting same error. Thank-you.
-
[Support] Linuxserver.io - TVHeadend
Getting exceution error since the last update.
-
[Support] Linuxserver.io - TVHeadend
Yea, really appreciate your work. One question why can't the dvb drivers be included in the main unRAID build.
-
[Support] Linuxserver.io - TVHeadend
Dammit I thought I did, now I'm having some doubts. I'll install dvb build and try again. Thanks. Working now, must have had a moment of stupidity.
-
[Support] Linuxserver.io - TVHeadend
I get execution error when trying to start tvheadend since updating to 6.2.1 a few days ago. My tvheadend docker also updated and is currently up to date. I have "--device=/dev/dvb" in extra parameters, as per previous posts here. Log. Oct 12 20:49:28 Tower kernel: device veth6110b93 entered promiscuous mode Oct 12 20:49:30 Tower kernel: docker0: port 6(veth6110b93) entered disabled state Oct 12 20:49:30 Tower kernel: device veth6110b93 left promiscuous mode Oct 12 20:49:30 Tower kernel: docker0: port 6(veth6110b93) entered disabled state Oct 12 20:50:08 Tower kernel: device veth2d154a6 entered promiscuous mode Oct 12 20:50:11 Tower kernel: docker0: port 6(veth2d154a6) entered disabled state Oct 12 20:50:11 Tower kernel: device veth2d154a6 left promiscuous mode Oct 12 20:50:11 Tower kernel: docker0: port 6(veth2d154a6) entered disabled state Any help appreciated.
-
[Support] Linuxserver.io - TVHeadend
Thanks again.
-
[Support] Linuxserver.io - TVHeadend
Mmm probably not I'm thinking. I just installed docker and then went to 9981. All sorted now help much appreciated, I've been searching Google all day to no avail.
-
[Support] Linuxserver.io - TVHeadend
I'm running unRAID Version: 6.2 DVB Version: LibreELEC Driver Version: 1.1.0 DVB Kernel: Detected DVB Adapter Drivers: Detected DVB Adapter 0: Silicon Labs Si2168 (which is August DVB?T210 ? HD Freeview USB TV Tuner) Problem is in Tvheadend no tuners are showing up. It was working on an older docker image but it said to update to this one. I have the old one removed and only have this 1 docker installed to access tvheadend. Any suggestions.