Nebur692

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by Nebur692

  1. I currently have my computer with 12 disks (11 data and 1 parity), I want to change them for the new server but the controller that has changed their name and does not let me activate them.This is the current configuration in operation: And this is the problem in the new server: How can I change server hard drives without losing data?
  2. Anyway I would like to show the load and battery
  3. Yeah either the nut driver or the ups doesn't present all the values especially load or time left on battery. But it may still work to shutdown the server during power outage. The problem is just that, I have to turn off the server when there are 4 minutes of battery. Not reading the time of battery, I turn it off at the moment even with a lot of battery. With an update of the plugin could not be made compatible?
  4. Yes, the problem is that it doesn't read the values correctly because of what I see, right?
  5. Sorry, I don't speak english and I use the translator and citing me must be translated to the Spanish UNMS introduction and roadmap: https://community.ubnt.com/t5/UNMS-Next-Generation-Network/UNMS-Introduction-and-Roadmap/m-p/1784236#U1784236 UNMS demo - https://unms-demo.ubnt.com/devices
  6. OK, I will try. Unifi is to control the range of Unifi products. UNMS is to control the range of products EdgeRouter (ER-X/ER-X-SFP/EP-R6/ER-8/ERPro-8/EP-R8/ERLite-3/ERPoe-5/UF-OLT). I thought that LinuxServer.io would make the docker just as they have done with the Unifi docker.
  7. How do I install your version? When I look for the app in unraid it does not appear.
  8. Hi, Can you make this docker for unraid? https://github.com/Ubiquiti-App/UNMS/wiki/Installation-%26-Update
  9. The DVB plugin and the tvheadend docker has nothing to do with each other, so I don't understand why you uninstalled the plugin. You need it for changing the permissions and updating unraid when a new version is released. I use the "Community Applications" plugin and installed the applications with it, so I did not see need to have both. The only thing I do to older ones is to download the drivers and replace them in the pendrive. The plugin just install it to verify that it had the usb dvb-t drivers properly.
  10. Yes, you can. Problem is, so can everyone else in the world. If you leave your server open, it will get ruined eventually. But that's what users are for with their passwords, right? The problem is that only works with the applications, through the browser does not let me log in.
  11. Don't expose anything directly to the internet! You should be using a vpn to connect to home for that stuff. I use the app outside perfect: https://www.microsoft.com/es-es/store/p/tvhplayer-beta/9nblggh5k12j
  12. System detect my usb Bus 002 Device 002: ID 07ca:1835 AVerMedia Technologies, Inc. It works perfectly on my laptop with Windows 10 It is hard to Google or search the forum I guess... Click the dvb Plugin link in my signature and you will have your answer. Not appear into tvheadend root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tvheadend" --net="bridge" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 9981:9981/tcp -p 9982:9982/tcp -v "/mnt/disk6/Usuarios/Yo/tvheadend":"/config":rw -v "/mnt/user/Multimedia/Television/":"/recordings":rw --device="/dev/dvb" linuxserver/tvheadend 63a709e6dfc91a0ff2fb6e44b454873f78b448325088111beaccb3ff081bc45a The command finished successfully! Please post the output of the two commands below. You have to connect through ssh/telnet to unraid to do this. ls -la /dev/dvb docker exec -it tvheadend ls -la /dev/dvb Also post your diagnostics.zip from tools --diagnostics in the unraid webgui. What is the name of your DVB device? login as: root [email protected]'s password: Linux 4.9.8-unRAID. root@server:~# ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 14 20:45 ./ drwxr-xr-x 16 root root 4160 Feb 14 20:45 ../ drwxr-xr-x 2 root root 120 Feb 14 20:45 adapter0/ root@server:~# docker exec -it tvheadend ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 16 18:44 . drwxr-xr-x 6 root root 380 Feb 16 18:44 .. drwxr-xr-x 2 root root 120 Feb 16 18:44 adapter0 root@server:~# My adapter is: AverTv Volar HD Pro. Add diagnostic For some reason your adapter doesn't get the right permissions. Did you have the device connected when you booted unraid? If not, reboot while your device is connected. The DVB plugin changes the owner of the device to nobody:users when it's installed. Yes, I have the device connected when I booted unraid Then stop the tvheadend container and connect to your server through ssh/telnet and issue the command below. chown -R nobody:users /dev/dvb Then start the tvheadend container again to see if your tuner shows up. Wow, its perfect!!! One last question, do I have to do it every time I reboot? Thank you very much for your help and sorry for my English Did you remove the DVB Plugin? I can't find it being installed at boot in the syslog. If you removed the plugin, it's no wonder the permissions are wrong. Yes, I delete the plugin and install the dock directly
  13. Ok, thanks. Another question. I can only log in to the web interface from the local network and it does not always leave me, I have to login several times. From the internet, despite having correctly open the ports, I can not log in, it only works for me if I use the applications to play the channels. What do I do wrong? user admin: { "index": 2, "enabled": true, "username": "admin", "prefix": "0.0.0.0/0,::/0", "change": [ "change_rights", "change_chrange", "change_chtags", "change_dvr_configs", "change_profiles", "change_conn_limit", "change_lang", "change_lang_ui", "change_theme", "change_uilevel" ], "uilevel": -1, "uilevel_nochange": -1, "streaming": [ "htsp" ], "profile": [ ], "dvr": [ "htsp", "all", "failed" ], "htsp_anonymize": false, "dvr_config": [ ], "webui": true, "admin": true, "conn_limit_type": 0, "conn_limit": 0, "channel_min": 0, "channel_max": 0, "channel_tag_exclude": false, "channel_tag": [ ], "comment": "New entry", "wizard": true }
  14. System detect my usb Bus 002 Device 002: ID 07ca:1835 AVerMedia Technologies, Inc. It works perfectly on my laptop with Windows 10 It is hard to Google or search the forum I guess... Click the dvb Plugin link in my signature and you will have your answer. Not appear into tvheadend root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tvheadend" --net="bridge" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 9981:9981/tcp -p 9982:9982/tcp -v "/mnt/disk6/Usuarios/Yo/tvheadend":"/config":rw -v "/mnt/user/Multimedia/Television/":"/recordings":rw --device="/dev/dvb" linuxserver/tvheadend 63a709e6dfc91a0ff2fb6e44b454873f78b448325088111beaccb3ff081bc45a The command finished successfully! Please post the output of the two commands below. You have to connect through ssh/telnet to unraid to do this. ls -la /dev/dvb docker exec -it tvheadend ls -la /dev/dvb Also post your diagnostics.zip from tools --diagnostics in the unraid webgui. What is the name of your DVB device? login as: root [email protected]'s password: Linux 4.9.8-unRAID. root@server:~# ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 14 20:45 ./ drwxr-xr-x 16 root root 4160 Feb 14 20:45 ../ drwxr-xr-x 2 root root 120 Feb 14 20:45 adapter0/ root@server:~# docker exec -it tvheadend ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 16 18:44 . drwxr-xr-x 6 root root 380 Feb 16 18:44 .. drwxr-xr-x 2 root root 120 Feb 16 18:44 adapter0 root@server:~# My adapter is: AverTv Volar HD Pro. Add diagnostic For some reason your adapter doesn't get the right permissions. Did you have the device connected when you booted unraid? If not, reboot while your device is connected. The DVB plugin changes the owner of the device to nobody:users when it's installed. Yes, I have the device connected when I booted unraid Then stop the tvheadend container and connect to your server through ssh/telnet and issue the command below. chown -R nobody:users /dev/dvb Then start the tvheadend container again to see if your tuner shows up. Wow, its perfect!!! One last question, do I have to do it every time I reboot? Thank you very much for your help and sorry for my English
  15. System detect my usb Bus 002 Device 002: ID 07ca:1835 AVerMedia Technologies, Inc. It works perfectly on my laptop with Windows 10 It is hard to Google or search the forum I guess... Click the dvb Plugin link in my signature and you will have your answer. Not appear into tvheadend root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tvheadend" --net="bridge" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 9981:9981/tcp -p 9982:9982/tcp -v "/mnt/disk6/Usuarios/Yo/tvheadend":"/config":rw -v "/mnt/user/Multimedia/Television/":"/recordings":rw --device="/dev/dvb" linuxserver/tvheadend 63a709e6dfc91a0ff2fb6e44b454873f78b448325088111beaccb3ff081bc45a The command finished successfully! Please post the output of the two commands below. You have to connect through ssh/telnet to unraid to do this. ls -la /dev/dvb docker exec -it tvheadend ls -la /dev/dvb Also post your diagnostics.zip from tools --diagnostics in the unraid webgui. What is the name of your DVB device? login as: root [email protected]'s password: Linux 4.9.8-unRAID. root@server:~# ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 14 20:45 ./ drwxr-xr-x 16 root root 4160 Feb 14 20:45 ../ drwxr-xr-x 2 root root 120 Feb 14 20:45 adapter0/ root@server:~# docker exec -it tvheadend ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 16 18:44 . drwxr-xr-x 6 root root 380 Feb 16 18:44 .. drwxr-xr-x 2 root root 120 Feb 16 18:44 adapter0 root@server:~# My adapter is: AverTv Volar HD Pro. Add diagnostic For some reason your adapter doesn't get the right permissions. Did you have the device connected when you booted unraid? If not, reboot while your device is connected. The DVB plugin changes the owner of the device to nobody:users when it's installed. Yes, I have the device connected when I booted unraid
  16. System detect my usb Bus 002 Device 002: ID 07ca:1835 AVerMedia Technologies, Inc. It works perfectly on my laptop with Windows 10 It is hard to Google or search the forum I guess... Click the dvb Plugin link in my signature and you will have your answer. Not appear into tvheadend root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tvheadend" --net="bridge" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 9981:9981/tcp -p 9982:9982/tcp -v "/mnt/disk6/Usuarios/Yo/tvheadend":"/config":rw -v "/mnt/user/Multimedia/Television/":"/recordings":rw --device="/dev/dvb" linuxserver/tvheadend 63a709e6dfc91a0ff2fb6e44b454873f78b448325088111beaccb3ff081bc45a The command finished successfully! Please post the output of the two commands below. You have to connect through ssh/telnet to unraid to do this. ls -la /dev/dvb docker exec -it tvheadend ls -la /dev/dvb Also post your diagnostics.zip from tools --diagnostics in the unraid webgui. What is the name of your DVB device? login as: root [email protected]'s password: Linux 4.9.8-unRAID. root@server:~# ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 14 20:45 ./ drwxr-xr-x 16 root root 4160 Feb 14 20:45 ../ drwxr-xr-x 2 root root 120 Feb 14 20:45 adapter0/ root@server:~# docker exec -it tvheadend ls -la /dev/dvb total 0 drwxr-xr-x 3 root root 60 Feb 16 18:44 . drwxr-xr-x 6 root root 380 Feb 16 18:44 .. drwxr-xr-x 2 root root 120 Feb 16 18:44 adapter0 root@server:~# My adapter is: AverTv Volar HD Pro. Add diagnostic server-diagnostics-20170216-1852.zip
  17. System detect my usb Bus 002 Device 002: ID 07ca:1835 AVerMedia Technologies, Inc. It works perfectly on my laptop with Windows 10 It is hard to Google or search the forum I guess... Click the dvb Plugin link in my signature and you will have your answer. Not appear into tvheadend root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tvheadend" --net="bridge" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 9981:9981/tcp -p 9982:9982/tcp -v "/mnt/disk6/Usuarios/Yo/tvheadend":"/config":rw -v "/mnt/user/Multimedia/Television/":"/recordings":rw --device="/dev/dvb" linuxserver/tvheadend 63a709e6dfc91a0ff2fb6e44b454873f78b448325088111beaccb3ff081bc45a The command finished successfully!
  18. System detect my usb Bus 002 Device 002: ID 07ca:1835 AVerMedia Technologies, Inc. It works perfectly on my laptop with Windows 10