MothyTim

Members
  • Posts

    308
  • Joined

  • Last visited

Everything posted by MothyTim

  1. Hi, where do I report a problem with a template? It’s with the official Plex docker, I tried the support link but it’s dead! The problem with it is that the version field doesn’t work, it’s meant to change the tag but doesn’t! Changed tag to public manually in the repository field and Plex now updates to latest version! cheers, Tim
  2. Yes, it does spin up the drive! I assume you intended me to change the X to the actual drive letter?
  3. Ok so I removed UD plugin and the drive doesn't spin-up! Have re-installed and it spins-up again, so its UD that is making the drive spin-up!
  4. Yes I’m on rc5, ok. I’ll try your suggestion of removing the plugin over the weekend! cheers, Tim
  5. sdk is spinning up. I know it's this one as it spins up no matter what the array is doing! I the following screenshots you'll see that the array is actually spun down and so is the sdk drive, I access Main page and here a drive spin up, go back to the Dashboard and the only change is sdk.
  6. Ok, so I gave up with the UNMS built in letsencrypt, and had another go at reverse proxying it, and success! I renamed the unifi subdomain.conf and replaced all mentions of unifi with unms, corrected the port and it seems to be working! Haven't tried connecting a device from outside my network yet, but thats for another day! Thanks for your help! Cheers, Tim
  7. Hi, screenshot attached. There is only one disk now as moved the other to the array, as you'll see it has 2 partitions. 1 partition is used in Ubuntu VM and the other in Windows 10 VM. Cheers, Tim
  8. Hi, sorry and thanks for clarifying, I had read that bit when I was trying to work this out myself. So I added the default script hoping that it would fix the problem but unfortunately, it didn't! Thought I'd deleted it but it was still there just empty, have now deleted it by clicking the red cross. Still have the same problem though, drive spins up when accessing Main page? Cheers, Tim
  9. Hi, thanks for responding but that doesn't answer my question. Unassigned devices shows the status of the drive ie. spun up or down temp etc. What I'd like is for them not to spin up when I access the Main page on Unraid UI, I know they do it because I hear them start up, then the only way to spin them down again is via command line! Is this possible? Cheers, Tim
  10. Thanks that fixed Unifi, as simple as a capital letter! Knew it would be something daft like that! UNMS is a puzzle though as the error in Chrome says This server could not prove that it is unms.mybusinessdomain.co.uk; its security certificate is from nextcloud.mypersonaldomain.co.uk. This may be caused by a misconfiguration or an attacker intercepting your connection. The only place that has both my personal domain and my business domain is the letsencrypt docker so is it somehow interfering? Cheers, Tim
  11. Hi, not sure if this is a fixable problem but my drives are unmounted and used only for VM's as I only use a VM maybe once a week I want them to remain spun-down, but whenever I access the Main page they spin-up and the only way to spin them back down seems to be to open a terminal and use hdparm? How do I stop them from spinning up unless needed? Cheers, Tim
  12. Hi, I have a problem with my extra domain not working! I have myprivatedomain.co.uk with subdomains for sonarr, radarr, deluge, nextcloud and hiemdall all working fine and want mybusinessdomain.co.uk to work with the subdomains unifi and unms. UNMS has its own built-in letsencrpt support which isn't working either, would the letsencrpt docker somehow block it? If i go to https://unms.mybusinessdomain.co.uk I get the nginx landing page, if i add the 6443 port number to the domain name I get the UNMS log-in page but unsecured! I get the same thing with https://unifi.mybusinessdomain.co.uk which I'm trying to reverse proxy. The letsencrypt log file shows everything seems to be ok! ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ 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] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 50-config: executing... Variables set: PUID=99 PGID=100 TZ=Europe/London URL=MYPERSONALDOMAIN.co.uk SUBDOMAINS=nextcloud,sonarr,radarr,deluge,tautulli,heimdall EXTRA_DOMAINS=unifi.MYBUSINESSDOMAIN.co.uk ONLY_SUBDOMAINS=true DHLEVEL=2048 VALIDATION=http DNSPLUGIN= [email protected] STAGING= 2048 bit DH parameters present SUBDOMAINS entered, processing SUBDOMAINS entered, processing Only subdomains, no URL in cert Sub-domains processed are: -d nextcloud.MYPERSONALDOMAIN.co.uk -d sonarr.MYPERSONALDOMAIN.co.uk -d radarr.MYPERSONALDOMAIN.co.uk -d deluge.MYPERSONALDOMAIN.co.uk -d tautulli.MYPERSONALDOMAIN.co.uk -d heimdall.MYPERSONALDOMAIN.co.uk EXTRA_DOMAINS entered, processing Extra domains processed are: -d unifi.MYBUSINESSDOMAIN.co.uk E-mail address entered: [email protected] http validation is selected Certificate exists; parameters unchanged; starting nginx [cont-init.d] 50-config: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. nginx: [warn] could not build optimal variables_hash, you should increase either variables_hash_max_size: 1024 or variables_hash_bucket_size: 64; ignoring variables_hash_bucket_size Server ready I have renamed the unifi subdomain.conf file the same as the others and tried it as default and tried adding my whole domain name under server_name # make sure that your dns has a cname set for unifi and that your unifi container is not using a base url server { listen 443 ssl; listen [::]:443 ssl; server_name unifi.MYBUSINESSDOMAIN.co.uk; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_unifi Unifi; proxy_pass https://$upstream_unifi:8443; } location /wss { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_unifi Unifi; proxy_pass https://$upstream_unifi:8443; proxy_buffering off; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_ssl_verify off; } } My site.conf is untouched and as default, is that where I'm going wrong? If so what do I put in my site.conf I read the instructions over and over and am now stuck! Cheers, Tim
  13. Ok thanks, all seems to be working, so I'll leave it alone! Cheers, Tim
  14. Thanks for pointing me in the right direction, it was the Unraid WebUI hadn't thought of that! It seems to be working now, what do I need to change in nginx config?
  15. Ok, you can obviously see something that I can't as I can't see any other docker on port 443?
  16. Thanks for confirming that it's ok! I've done your suggestion and run mover, I also deleted the Apple sparse.bundle and hey presto time machine is now doing a new back-up! Now I just need to fix Nextcloud! Thanks Tim
  17. Hi, ok I know I set a couple of things to prefer cache as they were being accessed all the time and stopping the array from spinning down! The time machine share was set to use the cache but as it now wants to re-do the back-up it'll be way bigger than the cache drive! As and when I can get it to work again I thought I'd switch it back once it was done! Or is that the wrong way to do it?
  18. Hi thanks, zip file attached as requested! Cheers, Tim tower-diagnostics-20190311-1833.zip
  19. Hi, hoping someone can help, I'm new to Unraid and was liking it but suddenly getting some issues that worry me as to whether it's stable enough to be my server! First thing I noticed was that Time Machine had stopped working and will not connect back to Unraid so I rebooted server! Then Nextcloud wouldn't start, so tried another reboot, still nothing just said execution error? So I tried removing the container and re-installing and it won't install! root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='nextcloud' --net='proxynet' -e TZ="Europe/London" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '443:443/tcp' -v '/mnt/user/nextcloud/':'/data':'rw' -v '/mnt/user/':'/shares':'rw' -v '/mnt/user/appdata/nextcloud':'/config':'rw' 'linuxserver/nextcloud' aaea1521bd9f8248f4068861339fc1f2f043956de1aadbb0cfeb32cf6ea2f38c /usr/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint nextcloud (a6e92a2887d7dd6adb62efdbe275cc371c61b5a12bdc68ea597d09adc29ffedb): Error starting userland proxy: listen tcp 0.0.0.0:443: bind: address already in use. I don't understand this it was all working fine! I haven't added anything else to the server, the only thing I've been trying to get working was the reverse proxy and that was/is mostly working. Not sure where to look now to see what's going on? Cheers, Tim
  20. That worked! Thank you! Been driving me nuts, trying to get this working!
  21. I think it's the name. Change nutdev1 to ups Hi, ok tried that, still get an error! Feb 28 12:49:43 Tower avahi-daemon[12301]: Joining mDNS multicast group on interface vetha995387.IPv6 with address fe80::4482:f5ff:feb4:145c. Feb 28 12:49:43 Tower avahi-daemon[12301]: New relevant interface vetha995387.IPv6 for mDNS. Feb 28 12:49:43 Tower avahi-daemon[12301]: Registering new address record for fe80::4482:f5ff:feb4:145c on vetha995387.*. Feb 28 12:54:35 Tower ntpd[2019]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized Feb 28 12:56:38 Tower emhttpd: req (1): cmd=/plugins/community.applications/scripts/pluginInstall.sh&arg1=install&arg2=https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.stats.plg&csrf_token=**************** Feb 28 12:56:38 Tower emhttpd: cmd: /usr/local/emhttp/plugins/community.applications/scripts/pluginInstall.sh install https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.stats.plg Feb 28 12:56:38 Tower root: plugin: running: anonymous Feb 28 12:56:38 Tower root: plugin: creating: /boot/config/plugins/dynamix.system.stats/dynamix.system.stats.txz - downloading from URL https://raw.githubusercontent.com/bergware/dynamix/master/archive/dynamix.system.stats.txz Feb 28 12:56:39 Tower root: plugin: checking: /boot/config/plugins/dynamix.system.stats/dynamix.system.stats.txz - MD5 Feb 28 12:56:39 Tower root: plugin: running: /boot/config/plugins/dynamix.system.stats/dynamix.system.stats.txz Feb 28 12:56:39 Tower root: plugin: running: anonymous Feb 28 12:57:53 Tower emhttpd: req (2): cmd=/plugins/nut/scripts/nutscan&csrf_token=**************** Feb 28 12:57:53 Tower emhttpd: cmd: /usr/local/emhttp/plugins/nut/scripts/nutscan Feb 28 12:58:56 Tower emhttpd: req (3): cmd=/plugins/nut/scripts/nutscan&csrf_token=**************** Feb 28 12:58:56 Tower emhttpd: cmd: /usr/local/emhttp/plugins/nut/scripts/nutscan Feb 28 12:59:00 Tower root: Fix Common Problems Version 2019.02.18 Feb 28 12:59:45 Tower ool www[10647]: /usr/local/emhttp/plugins/nut/scripts/start Feb 28 13:00:39 Tower ool www[10647]: /usr/local/emhttp/plugins/nut/scripts/start Feb 28 13:00:42 Tower upsd[24302]: listening on 0.0.0.0 port 3493 Feb 28 13:00:42 Tower upsd[24302]: Can't connect to UPS [ups] (riello_usb-ups): No such file or directory Feb 28 13:00:42 Tower upsd[24303]: Startup successful Feb 28 13:00:42 Tower upsmon[24306]: Startup successful Feb 28 13:00:42 Tower upsd[24303]: User [email protected] logged into UPS [ups] Feb 28 13:00:42 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:00:42 Tower upsmon[24307]: Communications with UPS [email protected] lost Feb 28 13:00:47 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:00:47 Tower upsmon[24307]: UPS [email protected] is unavailable Feb 28 13:00:52 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:00:57 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:01:02 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:01:07 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:01:07 Tower ool www[10647]: /usr/local/emhttp/plugins/nut/scripts/reload Feb 28 13:01:10 Tower upsd[24303]: mainloop: Interrupted system call Feb 28 13:01:10 Tower upsd[24303]: SIGHUP: reloading configuration Feb 28 13:01:10 Tower upsmon[24307]: Reloading configuration Feb 28 13:01:10 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:01:15 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:01:20 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:01:25 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:01:30 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:01:35 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:01:40 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected Feb 28 13:01:45 Tower upsmon[24307]: Poll UPS [[email protected]] failed - Driver not connected