lordvaderxiii

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by lordvaderxiii

  1. Thanks @JorgeB My server did not crash last night. So I'm hopeful. I didn't know about those settings so I'll sort that out today thanks. A friend with a Ryzen gen 1 has server crashes all the time, this will help him too. I appreciate the help.
  2. Thanks @JorgeB I have been running Syslog and to me the results are inconclusive. I have attached them here. One thing I noticed was this. But it doesnt seem to be a big issue. PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Transmitter ID) Jun 29 11:10:51 Valhalla kernel: amdgpu 0000:0a:00.0: device [1002:699f] error status/mask=00001140/00002000 Jun 29 11:10:51 Valhalla kernel: amdgpu 0000:0a:00.0: [ 6] BadTLP Jun 29 11:10:51 Valhalla kernel: amdgpu 0000:0a:00.0: [ 8] Rollover Jun 29 11:10:51 Valhalla kernel: amdgpu 0000:0a:00.0: [12] Timeout I also have now unplugged my UPS due to the below. Which I dont know if its a big issue or not. Jun 29 09:14:07 Valhalla kernel: usb 3-3: new low-speed USB device number 24 using xhci_hcd Jun 29 09:14:11 Valhalla kernel: hid-generic 0003:0463:FFFF.0019: hiddev97,hidraw2: USB HID v1.10 Device [EATON Eaton 5P] on usb-0000:0b:00.3-3/input0 Jun 29 09:15:11 Valhalla kernel: usb 3-3: USB disconnect, device number 24 Jun 29 09:15:12 Valhalla kernel: usb 3-3: new low-speed USB device number 25 using xhci_hcd Jun 29 09:15:16 Valhalla kernel: hid-generic 0003:0463:FFFF.001A: hiddev97,hidraw2: USB HID v1.10 Device [EATON Eaton 5P] on usb-0000:0b:00.3-3/input0 Jun 29 09:15:38 Valhalla webGUI: Successful login user root from 192.168.86.30 Jun 29 09:16:16 Valhalla kernel: usb 3-3: USB disconnect, device number 25 Jun 29 09:16:17 Valhalla kernel: usb 3-3: new low-speed USB device number 26 using xhci_hcd Jun 29 09:16:22 Valhalla kernel: hid-generic 0003:0463:FFFF.001B: hiddev97,hidraw2: USB HID v1.10 Device [EATON Eaton 5P] on usb-0000:0b:00.3-3/input0 Jun 29 09:17:22 Valhalla kernel: usb 3-3: USB disconnect, device number 26 Jun 29 09:17:23 Valhalla kernel: usb 3-3: new low-speed USB device number 27 using xhci_hcd Jun 29 09:17:27 Valhalla kernel: hid-generic 0003:0463:FFFF.001C: hiddev97,hidraw2: USB HID v1.10 Device [EATON Eaton 5P] on usb-0000:0b:00.3-3/input0 Jun 29 09:18:27 Valhalla kernel: usb 3-3: USB disconnect, device number 27 Jun 29 09:18:28 Valhalla kernel: usb 3-3: new low-speed USB device number 28 using xhci_hcd Jun 29 09:18:32 Valhalla kernel: hid-generic 0003:0463:FFFF.001D: hiddev97,hidraw2: USB HID v1.10 Device [EATON Eaton 5P] on usb-0000:0b:00.3-3/input0 syslog-192.168.86.41.log
  3. I recently updated from the latest V11 version and to Version 6.12.1 2023-06-20. Now randomly and mostly overnight my server will become unresponsive to the degree where I have to force reboot. I have attached my support files. Can anyone give me some advice on what the issue may be please? syslog.txt libvirt.txt docker.txt wg-quick.txt
  4. I have the same problem, directories are created but chmod doesnt fix the issue. Directories are empty. The container is up for only a few seconds before it dies with that same error.
  5. Thanks I have been thinking this over and I have already reduced the CRF but that is dependant on the file and doesnt always result in the desired bitrate. I use the Chromecast with Google TV with a Unifi AP AC Pro and if that isnt enough bandwidth then I think I need to run a network cable direct to the Chromecast and get a network adapter. Time to cut open the wall again.
  6. Hi Everyone. Is anyone able to assist me please. I am running Unmanic and I am finding that the bitrate is too high on some 4K content for my Wifi. I know that there is now an option to set custom settings for plugins but Im unsure how to use it correctly. Is anyone able to help me set a bitrate limit or average on the Video Encoder H265/HEVC - libx265 (CPU) plugin?
  7. Thanks @brownkurts it turns out my Proxy settings were the same as yours but Cloudflare was causing my issue.
  8. Im having the same issue as @brownkurts . I have it working for everything except some elements dont work when clicked. These are the essential ones that allow remote control.
  9. How do you switch to nightly? Edit: Figured it out
  10. Hi All Im getting an error on Sonarr at the moment and the port is confirmed to not be in use. Even changing the port doesnt work. It seems its an error internal to the docker. Any suggestions? [Fatal] ConsoleApp: Address already in use. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions
  11. Hi All Does anyone know if there is a way to use a non standard port for MYSQL on Clarkson? I want to use the port 3307.
  12. Hi Everyone Im trying to setup the YOURLS app, I have gotten as far as getting the url.mydomain.com/admin page to load but none of my links work. I think I have some issues with My NGINX config. Im getting this error in the YOURLS log: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.php,index.html) found, and server-generated directory index forbidden by Options directive Im using the letsencrypt docker that contains NGINX. My NGINX config looks like the below. server { listen 443 ssl; listen [::]:443 ssl; server_name url.*; include /config/nginx/ssl.conf; client_max_body_size 0; root /config/www/YOURLS; index index.php index.html index.htm; # 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; include /etc/nginx/fastcgi_params; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_unraid url; proxy_pass http://192.168.86.41:8088; } } Im getting this issue when I try my shortened links. I get the Forbidden page. Can anyone help please?
  13. I have just tried with a fixed IP on the Zabbix container and it results in the same issue. I have MariaDB running on bridged. So its the Unraid server IP. Im using it for many other services like this.
  14. Hi @ich777 I just installed the zabbix-server app. Im having issues getting it going. I am using MariaDB as you suggested and Zabbix is not seeing it. I get the error in the logs ** Preparing Zabbix server ** Using MYSQL_USER variable from ENV ** Using MYSQL_PASSWORD variable from ENV ******************** * DB_SERVER_HOST: 192.168.86.41 * DB_SERVER_PORT: 3306 * DB_SERVER_DBNAME: zabbix ******************** **** MySQL server is not available. Waiting 5 seconds... **** MySQL server is not available. Waiting 5 seconds... **** MySQL server is not available. Waiting 5 seconds... **** MySQL server is not available. Waiting 5 seconds... **** MySQL server is not available. Waiting 5 seconds... My setup is below Any idea what Im doing wrong?
  15. I love that unraid is both a "NAS" and a full Linux server. It gives us the ability to do so much more. I'd love to see a richer LVM/QEMU GUI. The current one is good but it could be better with snapshots and backups.
  16. @Josh.5 Youre a legend! Thanks. Will continue to report bugs.
  17. Im getting this issue too. Workers at 0% but jobs definitely completing.
  18. Thanks @Josh.5 I stumbled on that by messing with the settings.
  19. Hi @Josh.5 Im noticing that after a successful number of conversions its now stopped converting even though there are files in the wrong formats. Im getting a lot of errors in the log. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/lib/ffmpeg.py", line 193, in check_file_to_be_processed container = unffmpeg.containers.grab_module(self.settings.OUT_CONTAINER) File "/app/lib/unffmpeg/containers/__init__.py", line 66, in grab_module raise ImportError('{} is not part of our collection!'.format(module_name)) ImportError: mkv is not part of our collection! 2019-09-30T15:07:45:ERROR:Unmanic.FFMPEGHandle - [FORMATTED] - Exception - check_file_to_be_processed check file container: mkv is not part of our collection! Traceback (most recent call last): File "/app/lib/unffmpeg/containers/__init__.py", line 59, in grab_module module = import_module('.' + module_name, package=__name__) File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked ModuleNotFoundError: No module named 'lib.unffmpeg.containers.mkv' Thanks for the help and a great app.
  20. @spall Well I might be , been having a similar issue with Jackett and the only thing in common is the socks5 proxy. Found this https://github.com/Jackett/Jackett/issues/2602 Im not sure if its related. Im deciding if I move over to versions that support a vpn or find a way to route docker traffic through a vpn. Seems like a lot more work than I feel like doing right now though.
  21. @spall Are you using Sonarr or Radarr with a socks5 proxy by any chance?
  22. @spall Dont worry about the script. Turns out its super easy. Thanks for the info.
  23. Thanks @spall Im in the same boat, I have even just replaced my entire server hardware and it still happens. Would you be happy to share that script please? I would love to implement that.