allanp81

Members
  • Posts

    333
  • Joined

  • Last visited

Posts posted by allanp81

  1. *EDIT* I think I answered my own question, seems to be a let's encrypt issue.

     

    My nextcloud instance seems to have stopped working this morning for no obvious reason. The nginx log is showing the following that it wasn't showing before:

     

    2020/06/30 09:31:14 [error] 370#370: *355 directory index of "/config/www/" is forbidden, client: 192.168.7.28, server: _, request: "GET / HTTP/1.1", host: "192.168.7.11:8443"
    2020/06/30 09:31:14 [error] 370#370: *355 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 192.168.7.28, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.7.11:8443"
    2020/06/30 09:31:14 [error] 370#370: *355 open() "/config/www/favicon.ico" failed (2: No such file or directory), client: 192.168.7.28, server: _, request: "GET /favicon.ico HTTP/1.1", host: "192.168.7.11:8443"
    2020/06/30 09:31:14 [error] 370#370: *355 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 192.168.7.28, server: _, request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.7.11:8443"

     

    Anyone got any ideas as to why this has suddenly happened? The docker hasn't updated for a while I think but the let's encrypt docker last night did update.

  2. Hi all, all of a sudden my server doesn't want to restart anymore. If I do a clean restart my server will post and then just sit on a black screen with a blinking cursor. BIOS is set to only boot this USB stick on legacy boot. I've just replaced the USB stick with a brand new one this morning and same issue. If I press the restart button on the server it will ALWAYS then successfully boot.

     

    My board is an Asrock X99 Extreme 4.

    downloadbox-diagnostics-20200403-1221.zip

  3. I've suddenly started getting these errors on my x99 chipset motherboard. Server is working fine as far as I can tell though.

     

    Mine is complaining about device [8086:6f02] which refers to "00:01.0 PCI bridge: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 1 (rev 01)".

     

    Assuming that this refers to PCI-E slot 1 which had a graphics card I've tried moving it to a different slow but error is still appearing, albeit nowhere near as a frequently.

     

    I'm wondering if a docker update could somehow introduce this error as nothing has changed hardware wise.

  4. I have a mix of disks, could that be the problem? One is a Samsung SSD 850 PRO and the other is a SanDisk SD8SB8U512G1001.

     

    Running Trim didn't help either, I'll have to look into maybe replacing the drives then. I don't have anything spare though so if replacing doesn't fix I've wasted £100 or so.

  5. @johnnie.black So by switching from "Auto" to "reconstruct write" seems to solve the issue when copying directly to the array, doesn't fix the issue with cache though obviously. This also seems to solve the issue of slow/intermittent speeds when backing up to my other server.

     

    Is there a potentially that my cache drives have issues even though nothing is reported as being wrong? I have 2 drives that aren't the same make but are the same size.

     

     

  6. I can understand that if copying to a share without cache enabled, I'd expect to see 40-50Mb/sec, but would it not be consistent rather than fluctuate so much? Also, when writing direct to cache I see exactly the same symptoms but it's worse in that it seems to basically cripple my server until sometime after the copy finishes! I don't recall seeing these issues prior to 6.8.x.

     

    I also see similar when backing up to my other server which is also now running 6.8.x and running on entirely different hardware with no cache drives specified.

  7. Interestingly as well, copying from the same client machine to my win10 VM on my server copies at ~110meg consistently until the copy finishes. The VM lives on a btrfs pool created outside of the array and mounted using the unassigned devices plugin so I know that there is no issue with the network cabling etc. Copying from the VM then to array then exhibits the same issue with the slowing down and then inconsistent speed fluctuations.