Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mylo75

Members
  • Joined

  • Last visited

Everything posted by Mylo75

  1. 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
  2. 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.
  3. The funny thing is we had a power cut last night (I have a ups connected) so the server did reboot. Thanks for helping.
  4. 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.
  5. Thanks for your help, I'll get a chance to troubleshoot more later.
  6. 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.
  7. https://postimg.org/image/qnd9fcgzh/ 2nd image https://postimg.org/image/am6z89lxr/
  8. 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.
  9. 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.
  10. Getting exceution error since the last update.
  11. Yea, really appreciate your work. One question why can't the dvb drivers be included in the main unRAID build.
  12. 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.
  13. 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.
  14. 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.
  15. 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.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.