MothyTim

Members
  • Posts

    308
  • Joined

  • Last visited

Everything posted by MothyTim

  1. Hi, ok so now my head has exploded!! I had a second ssd with a physical install of Windows on it that I have been using as a VM. I decided that was a waste as over 100 Gb unused so I converted it to an image and then added the ssd to a cache pool, now the balancing and the mover has run I’ve got less space on the cache than I started with!! How is this possible? It was at 67% utilised and now is 81%! It’s striped not mirrored. Anyone any thoughts as to what’s going on here? cheers, Tim
  2. Hi, I notice this issue first with Community Applications, but fixed it with Squids help by turning off mobile enhancements in CA settings! I now only have an issue with the docker page/tab of the GUI it won’t scroll in basic or advanced mode on the iPad! I’m running version 6.7.2. cheers, Tim
  3. Thanks Squid, that fixed it! Well in CA anyway! I’ll post re dock in Unraid section! cheers, Tim
  4. Doesn’t have any effect for me, portrait or landscape neither scrolls
  5. Yes hadn’t noticed that! But only Docker tab with me, the VM tab scrolls ok!
  6. Hi I’ve noticed that CA won’t scroll on ipad! Everything else works fine in the Unraid gui it’s just CA that seems to have this problem, makes it unusable! Has anyone else come across this problem? cheers Tim
  7. Hi, hope someone can help! I’ve noticed that whenever anyone downloads a file from Nextcloud my docker image fills up to 100% and then drops back to normal! Is there a buffer somewhere that needs configuration? I’ve looked everywhere I can think of! This is downloading not uploading which is why I find it strange! It’s always from an Unraid share that I have configured through external storage. cheers, Tim
  8. This is the config I've ended up with after much eperimentation! Devices show up and I'm able to add them and manage them! Cheers, Tim # make sure that your dns has a cname set for unms and that your unms container is not using a base url server { listen 443 ssl; listen [::]:443 ssl; server_name unms.YOURDOMAIN.com; 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_unms unms; proxy_pass https://$upstream_unms:443; proxy_cache off; proxy_store off; proxy_buffering off; proxy_set_header Host $http_host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Referer ""; client_max_body_size 0; } }
  9. Hi, no longer seems to be an issue for me! I think my docker was growing because I couldn't connect any devices! Maybe it didn't like sitting there with nothing connected? I had another go at getting Letsencrypt reverse proxy to work and was finally successfull, since then the docker hasn't been growing! Cheers, Tim
  10. Hi, still getting this error in my log? Anyone else? ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ 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=timstephens.co.uk SUBDOMAINS=nextcloud,sonarr,radarr,deluge,tautulli,ombi EXTRA_DOMAINS=unifi.berecomputing.co.uk,unms.berecomputing.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.timstephens.co.uk -d sonarr.timstephens.co.uk -d radarr.timstephens.co.uk -d deluge.timstephens.co.uk -d tautulli.timstephens.co.uk -d ombi.timstephens.co.uk EXTRA_DOMAINS entered, processing Extra domains processed are: -d unifi.berecomputing.co.uk -d unms.berecomputing.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] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. nginx: [warn] could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html) nginx: [error] lua_load_resty_core failed to load the resty.core module from https://github.com/openresty/lua-resty-core; ensure you are using an OpenResty release from https://openresty.org/en/download.html (rc: 2, reason: module 'resty.core' not found: no field package.preload['resty.core'] no file './resty/core.lua' no file '/usr/share/luajit-2.1.0-beta3/resty/core.lua' no file '/usr/local/share/lua/5.1/resty/core.lua' no file '/usr/local/share/lua/5.1/resty/core/init.lua' no file '/usr/share/lua/5.1/resty/core.lua' no file '/usr/share/lua/5.1/resty/core/init.lua' no file '/usr/share/lua/common/resty/core.lua' no file '/usr/share/lua/common/resty/core/init.lua' no file './resty/core.so' no file '/usr/local/lib/lua/5.1/resty/core.so' no file '/usr/lib/lua/5.1/resty/core.so' no file '/usr/local/lib/lua/5.1/loadall.so' no file './resty.so' no file '/usr/local/lib/lua/5.1/resty.so' no file '/usr/lib/lua/5.1/resty.so' no file '/usr/local/lib/lua/5.1/loadall.so') 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
  11. I have noticed this in my log, not sure what's going on but it seems to be working ok? What is it and Is it a problem to worry about? nginx: [warn] could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html) nginx: [error] lua_load_resty_core failed to load the resty.core module from https://github.com/openresty/lua-resty-core; ensure you are using an OpenResty release from https://openresty.org/en/download.html (rc: 2, reason: module 'resty.core' not found: no field package.preload['resty.core'] no file './resty/core.lua' no file '/usr/share/luajit-2.1.0-beta3/resty/core.lua' no file '/usr/local/share/lua/5.1/resty/core.lua' no file '/usr/local/share/lua/5.1/resty/core/init.lua' no file '/usr/share/lua/5.1/resty/core.lua' no file '/usr/share/lua/5.1/resty/core/init.lua' no file '/usr/share/lua/common/resty/core.lua' no file '/usr/share/lua/common/resty/core/init.lua' no file './resty/core.so' no file '/usr/local/lib/lua/5.1/resty/core.so' no file '/usr/lib/lua/5.1/resty/core.so' no file '/usr/local/lib/lua/5.1/loadall.so' no file './resty.so' no file '/usr/local/lib/lua/5.1/resty.so' no file '/usr/lib/lua/5.1/resty.so' no file '/usr/local/lib/lua/5.1/loadall.so') 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 Cheers, Tim
  12. I found this on Ubiquity’s website, not sure what I need from it to make UNMS work? Like I said previously I can get the GUI page but can’t see my devices, that was by editing the UniFi template! Hoping that someone with mor knowledge can help? map $http_upgrade $connection_upgrade { default upgrade; '' close; } server { listen 80; server_name unms.example.com; client_max_body_size 4G; location / { proxy_redirect off; proxy_set_header Host $host; proxy_pass http://127.0.0.1:8080/; } } server { listen 443 ssl http2; server_name unms.example.com; ssl_certificate /etc/letsencrypt/live/unms.example.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/unms.example.com/privkey.pem; ssl on; set $upstream 127.0.0.1:8443; location / { proxy_pass https://$upstream; proxy_redirect https://$upstream https://$server_name; proxy_cache off; proxy_store off; proxy_buffering off; proxy_http_version 1.1; proxy_read_timeout 36000s; proxy_set_header Host $http_host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Referer ""; client_max_body_size 0; } }
  13. Have you edited server_name with your domain name and left it blank here for security?
  14. Hi, no it’s UNMS controller it’s for the Edge series products from Ubiquity. I have UniFi working perfectly, just can’t get UNMS to connect devices! cheers, Tim
  15. Hi, trying to get UNMS to work correctly, has anyone had success with this? I can connect ok to the GUI but can't get devices to connect! Here is my conf file. # make sure that your dns has a cname set for unms and that your unms container is not using a base url server { listen 443 ssl; listen [::]:443 ssl; server_name unms.berecomputing.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_unms unms; proxy_pass https://$upstream_unms:443; } 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_unms unms; proxy_pass https://$upstream_unms:443; proxy_buffering off; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_ssl_verify off; } } Can anyone see anything wrong here? Cheers, Tim
  16. Ok so I updated yesterday and in 24 hrs docker image has grown 10% from 67% to 77%! So still a problem for me!
  17. Ok thanks guys, I’ll try and work out which slot it’s referring to and then I might be able to workout what’s going on! Cheers, Tim
  18. Hi, I have a recurring error that I have noticed in the logs that I can't track down! All my PCIe cards seem to function correctly. `does anyone know what they are telling me? Thanks, Tim Aug 13 16:38:22 Tower kernel: pcieport 0000:00:1b.4: AER: Corrected error received: 0000:00:1b.4 Aug 13 16:38:22 Tower kernel: pcieport 0000:00:1b.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) Aug 13 16:38:22 Tower kernel: pcieport 0000:00:1b.4: device [8086:a32c] error status/mask=00000001/00002000 Aug 13 16:38:22 Tower kernel: pcieport 0000:00:1b.4: [ 0] RxErr (First) Aug 13 16:38:22 Tower kernel: pcieport 0000:00:1b.4: AER: Corrected error received: 0000:00:1b.4 Aug 13 16:38:22 Tower kernel: pcieport 0000:00:1b.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) Aug 13 16:38:22 Tower kernel: pcieport 0000:00:1b.4: device [8086:a32c] error status/mask=00000001/00002000 Aug 13 16:38:22 Tower kernel: pcieport 0000:00:1b.4: [ 0] RxErr (First) Aug 13 16:39:34 Tower kernel: pcieport 0000:00:1b.4: AER: Corrected error received: 0000:00:1b.4 Aug 13 16:39:34 Tower kernel: pcieport 0000:00:1b.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) Aug 13 16:39:34 Tower kernel: pcieport 0000:00:1b.4: device [8086:a32c] error status/mask=00000001/00002000 Aug 13 16:39:34 Tower kernel: pcieport 0000:00:1b.4: [ 0] RxErr (First) Aug 13 16:39:35 Tower kernel: pcieport 0000:00:1b.4: AER: Corrected error received: 0000:00:1b.4 Aug 13 16:39:35 Tower kernel: pcieport 0000:00:1b.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) Aug 13 16:39:35 Tower kernel: pcieport 0000:00:1b.4: device [8086:a32c] error status/mask=00000001/00002000 Aug 13 16:39:35 Tower kernel: pcieport 0000:00:1b.4: [ 0] RxErr (First) Aug 13 16:39:41 Tower kernel: pcieport 0000:00:1b.4: AER: Corrected error received: 0000:00:1b.4 Aug 13 16:39:41 Tower kernel: pcieport 0000:00:1b.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) Aug 13 16:39:41 Tower kernel: pcieport 0000:00:1b.4: device [8086:a32c] error status/mask=00000001/00002000 Aug 13 16:39:41 Tower kernel: pcieport 0000:00:1b.4: [ 0] RxErr (First)
  19. I believe this is because Plex have stopped using Gracenote, so there will be problems with the music library until the transition is complete! Plex never give a time frame so I guess we wait!
  20. Hi, I’ve noticed very high RAM usage all of a sudden! Anyone else noticed this? Was there an update recently? cheers, Tim
  21. I have tried booting Unraid legacy and that has made no difference. I don’t think it going to work, it’s a shame but not the end of the world just would have been nice for a couple of things! It is strange the a card from 2005 works happily in OVMF as it doesn’t support UEFI! I also tried booting into Windows baremetal and dumping the BIOS with GPU-Z but that says that the card doesn’t support reading bios! Anyone know anything else I can try? cheers, Tim
  22. This is the part of the log relating to the failed start of the VM! Jun 19 14:59:58 Tower kernel: vfio-pci 0000:08:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none Jun 19 14:59:58 Tower kernel: br0: port 3(vnet1) entered blocking state Jun 19 14:59:58 Tower kernel: br0: port 3(vnet1) entered disabled state Jun 19 14:59:58 Tower kernel: device vnet1 entered promiscuous mode Jun 19 14:59:58 Tower kernel: br0: port 3(vnet1) entered blocking state Jun 19 14:59:58 Tower kernel: br0: port 3(vnet1) entered forwarding state Jun 19 14:59:59 Tower kernel: vfio-pci 0000:08:00.0: enabling device (0000 -> 0003) Jun 19 14:59:59 Tower kernel: qemu-system-x86[24486]: segfault at a8 ip 0000563b04d4a9ea sp 00007ffdb3bcb010 error 4 in qemu-system-x86_64[563b04ce2000+4cc000] Jun 19 14:59:59 Tower kernel: Code: f9 ff 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 55 53 48 89 fb 48 83 ec 08 48 8b 6f 58 e8 1e dd ff ff 48 89 df e8 76 e9 ff ff <48> 8b 85 a8 00 00 00 48 85 c0 74 2e 8b 93 a0 00 00 00 39 90 a0 00 Jun 19 14:59:59 Tower kernel: br0: port 3(vnet1) entered disabled state Jun 19 14:59:59 Tower kernel: device vnet1 left promiscuous mode Jun 19 14:59:59 Tower kernel: br0: port 3(vnet1) entered disabled state Jun 19 14:59:59 Tower kernel: vfio-pci 0000:08:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
  23. I've attached my log file, there are loads of errors in there! Not sure if they're related to this or something else? tower-syslog-20190619-1324.zip
  24. Ok tried dumping the GPU BIOS but got an input/output error! So tried downloading from Techpowerup.com but still get the same error! Here's my syslinux in case that helps.
  25. Hi, I have set-up a Win XP VM and I’m getting this error “internal error: qemu unexpectedly closed the monitor” whenever I try and pass through an old ATI AIW X600 PCIe graphics card, the card will pass through fine using OVMF to an Ubuntu VM! It seems to be an issue with Seabios pass through only! The ATI card shows as 2 graphics cards as it has capture and a TV card built in. Here’s my XML 79 <model type='virtio'/> 80 <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> 81 </interface> 82 <serial type='pty'> 83 <target type='isa-serial' port='0'> 84 <model name='isa-serial'/> 85 </target> 86 </serial> 87 <console type='pty'> 88 <target type='serial' port='0'/> 89 </console> 90 <channel type='unix'> 91 <target type='virtio' name='org.qemu.guest_agent.0'/> 92 <address type='virtio-serial' controller='0' bus='0' port='1'/> 93 </channel> 94 <input type='tablet' bus='usb'> 95 <address type='usb' bus='0' port='1'/> 96 </input> 97 <input type='mouse' bus='ps2'/> 98 <input type='keyboard' bus='ps2'/> 99 <hostdev mode='subsystem' type='pci' managed='yes' xvga='yes'> 100 <driver name='vfio'/> 101 <source> 102 <address domain='0x0000' bus='0x08' slot='0x00' function='0x0'/> 103 </source> 104 <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> 105 </hostdev> 106 <hostdev mode='subsystem' type='pci' managed='yes'> 107 <driver name='vfio'/> 108 <source> 109 <address domain='0x0000' bus='0x07' slot='0x00' function='0x0'/> 110 </source> 111 <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> 112 </hostdev> 113 <hostdev mode='subsystem' type='usb' managed='no'> 114 <source> 115 <vendor id='0x046d'/> 116 <product id='0xc05b'/> 117 </source> 118 <address type='usb' bus='0' port='2'/> 119 </hostdev> 120 <hostdev mode='subsystem' type='usb' managed='no'> 121 <source> 122 <vendor id='0x1a2c'/> 123 <product id='0x0c21'/> 124 </source> 125 <address type='usb' bus='0' port='3'/> 126 </hostdev> 127 <memballoon model='none'/> 128 </devices> 129 </domain> 130 IOMMU groups acs overrides enabled! IOMMU group 0: [8086:3ec2] 00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07) IOMMU group 1: [8086:1901] 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 07) IOMMU group 2: [8086:3e92] 00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Desktop) IOMMU group 3: [8086:a379] 00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH Thermal Controller (rev 10) IOMMU group 4: [8086:a36d] 00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10) [8086:a36f] 00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10) IOMMU group 5: [8086:a360] 00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10) IOMMU group 6: [8086:a352] 00:17.0 SATA controller: Intel Corporation Cannon Lake PCH SATA AHCI Controller (rev 10) IOMMU group 7: [8086:a340] 00:1b.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #17 (rev f0) IOMMU group 8: [8086:a342] 00:1b.2 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #19 (rev f0) IOMMU group 9: [8086:a343] 00:1b.3 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #20 (rev f0) IOMMU group 10: [8086:a338] 00:1c.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #1 (rev f0) IOMMU group 11: [8086:a33a] 00:1c.2 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #3 (rev f0) IOMMU group 12: [8086:a33b] 00:1c.3 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #4 (rev f0) IOMMU group 13: [8086:a33c] 00:1c.4 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #5 (rev f0) IOMMU group 14: [8086:a330] 00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #9 (rev f0) IOMMU group 15: [8086:a305] 00:1f.0 ISA bridge: Intel Corporation Z390 Chipset LPC/eSPI Controller (rev 10) [8086:a348] 00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10) [8086:a323] 00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10) [8086:a324] 00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller (rev 10) IOMMU group 16: [10de:1c81] 01:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050] (rev a1) [10de:0fb9] 01:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1) IOMMU group 17: [1106:3403] 03:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6315 Series Firewire Controller IOMMU group 18: [10ec:8168] 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06) IOMMU group 19: [10ec:8168] 06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 16) IOMMU group 20: [1095:3132] 07:00.0 RAID bus controller: Silicon Image, Inc. SiI 3132 Serial ATA Raid II Controller (rev 01) IOMMU group 21: [1002:5b62] 08:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV370 [Radeon X600/X600 SE] [1002:5b72] 08:00.1 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] RV380 [Radeon X300/X550/X1050 Series] (Secondary) The Win XP VM boots fine using VNC. Hoping someone has some ideas? cheers, Tim