mattenz

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by mattenz

  1. Thanks, attached are the new diagnostics.
  2. Okay, would that be: btrfs scrub start -Bd /mnt/cache I get: Scrub device /dev/sdh1 (id 1) done Scrub started: Mon Mar 20 09:50:37 2023 Status: finished Duration: 0:10:35 Total to scrub: 465.73GiB Rate: 303.26MiB/s Error summary: csum=2 Corrected: 0 Uncorrectable: 2 Unverified: 0 Scrub device /dev/sdi1 (id 3) done Scrub started: Mon Mar 20 09:50:37 2023 Status: finished Duration: 0:15:59 Total to scrub: 465.73GiB Rate: 200.80MiB/s Error summary: super=3 verify=17451 csum=6709649 Corrected: 6727098 Uncorrectable: 2 Unverified: 0 ERROR: there are uncorrectable errors
  3. Hi all, I'm having an intermittent issue where my Docker containers will stop after a while due to trying to write to a read-only file. After restarting the array, fix common problems will flag that problem. Rebooting the server resolves the issue temporarily, but it will reoccur within a few days. As far as I can see, neither the array or cache are full. I'd appreciate some guidance on where to start tracking down this problem.
  4. I'm having trouble getting auto unpack to work on this container, manual works fine. Where can I start on debugging?
  5. I have a Corsair BX500 SSD that I was hoping to use with a Samsung SSD as a cache in my DL360 G7. However, when I insert it, the server will not boot (the Samsung does not have the same problem). Have I missed something here compatibility-wise?
  6. I've been getting this for some time also.
  7. Thanks! I'm actually a bit of an idiot, so was getting upstream and downstream ports confused in nginx! Lesson learnt.
  8. That seemed to remove the errors (at 3.0% parity check with no errors). Also gave me a chance to learn how to mount from the DL320 SAS controller! Thanks again!
  9. Thanks will do, is it worth letting the parity check run?
  10. Like the whole thing? tower-diagnostics-20210513-2158.zip
  11. Probably a bit of a rookie question, but how do I check the firmware version? Should I just be shooting for the latest version?
  12. I don't suppose that there are any hints for an nginx proxy.conf file. I see this, but would be keen to know what it means in practice.
  13. Thanks, I've remounted everything on the server side (PCI riser, HBA card, cable), and started a parity check, will see how it goes.
  14. My UDMA CRC error count keeps going up on all drives, so I'm after some advice on how to start addressing it. UNRAID is running on a HP DL320 G7, six 8TB SATA drives are mounted in a HPD2600, connected via a LSI SAS 9212-4i4e HBA.
  15. Possibly not, I didn't mean to imply it was your bug (sorry). I had assumed that it a bug like that in the default repo that might be difficult to fix on your end.
  16. This bug still seems to exist, where the max upload is misconfigured in the Docker. Not sure if it's possible to fix on this end. Edit: Solution is to edit php/php-local.ini with something like: upload_max_filesize = 8M post_max_size = 8M
  17. I'm getting some nginx error that prevents the webui from functioning. Frustratingly, the webui was working until I thought it might be a good idea to follow these steps, which I'm guessing are out of date (App key??) ErrorWarningSystemArrayLogin [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support the app dev(s) visit: Snipe-IT: https://snipeitapp.com/donate To support LSIO projects visit: 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] 40-config: executing... [cont-init.d] 40-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: [emerg] invalid number of arguments in "server_name" directive in /config/nginx/site-confs/default:4 nginx: [emerg] invalid number of arguments in "server_name" directive in /config/nginx/site-confs/default:4 nginx: [emerg] invalid number of arguments in "server_name" directive in /config/nginx/site-confs/default:4 nginx: [emerg] invalid number of arguments in "server_name" directive in /config/nginx/site-confs/default:4 nginx: [emerg] invalid number of arguments in "server_name" directive in /config/nginx/site-confs/default:4 nginx: [emerg] invalid number of arguments in "server_name" directive in /config/nginx/site-confs/default:4 nginx: [emerg] invalid number of arguments in "server_name" directive in /config/nginx/site-confs/default:4 nginx: [emerg] invalid number of arguments in "server_name" directive in /config/nginx/site-confs/default:4 nginx: [emerg] invalid number of arguments in "server_name" directive in /config/nginx/site-confs/default:4 nginx: [emerg] invalid number of arguments in "server_name" directive in /config/nginx/site-confs/default:4 And so on, looping on the nginx error. Edit: Fixed by adding APP_URL manually to nginx/site-confs/default. Not sure why that was required.