shadowbert

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by shadowbert

  1. I got a screen connected. For some reason, memtest (from the unraid install) refuses to run. It just immediately restarts the computer. Ominous, but not conclusive.

     

    Going back to running unraid, with the monitor connected I can see that this shutdown is caused by a kernel panic. That certainly explains why the server simply "disappeared". Unfortunately (though unsurprisingly) the server was not kind enough to write the full details of the panic to the syslog, but it certainly helps confirm the ram theory.

     

    I've taken half of it out, to see if I can bisect which one is giving me grief. Fingers crossed. Thanks for pointing me in the right direction.

  2. I don't even know where to start with this one, but it's a real pain.

     

    The server will simply stop responding to any traffic and, because it's headless (no gpu, no display ports on motherboard), I have no choice but to cold restart.

     

    You may note that drive 5 is missing. This drive had quite a lot of smart errors, so I took it out to see if that was somehow causing issues. Ideally I would think that drives misbehaving may result in it getting disabled (and certainly shouldn't take out the server), but it doesn't seem to have helped.

    lime-diagnostics-20231013-0844.zip

  3. On 8/6/2022 at 3:30 AM, primeval_god said:

    Where project name is a sanitized version of the stack name assigned in the webui.

    Right.. so I might be able to control it via the terminal if I match this name somehow?

     

    The specific stack I'm using (mailcow) has a special update script which does a little more than just pull/restart the containers, so I guess that means this plugin isn't going to work that well in my usecase...

     

    Oh well, at least it gets compose installed in a nice and easy way.

  4. I'm a bit confused. Everything seems to be working well - but the UI and the command line don't seem to agree on what containers are running.

     

    That is, if I run `docker compose up -d`, the webui still thinks everything is donw.

    If I press "up" on the webui, the docker compose logs -f gives me nothing (as does docker compose ps)

     

    If I do both, I get two sets of the same containers.

     

    Is this a known thing? Or has something gone crazy wrong on my  end?

  5. I just installed this for the first time - and novnc doesn't start. The rest seems ok, but I'm unable to connect to port 8083.

     

    In the docker logs I note the following;

     

    > 022-07-31 23:57:28,170 INFO exited: audiostream (exit status 111; not expected)

    > 2022-07-31 23:57:29,252 INFO exited: novnc (exit status 1; not expected)

     

    Everything else seems ok, but those two processes attempt to start and fail in the same way a few times until supervisord gives up on them.

     

    Anyone else seeing something like this?

  6. Oh of course. The comment I made was not disregarding unraid as an option - I'm just trying to understand its limitations. It's easy to find information about the benefits - but getting a list of up-to-date limitations is not as easy.

     

    Though it would be nice if there was a way to set specific shares to hold multiple copies of a file on different disks, to boost read performance (and boost resiliency)...

  7. This video shows Linus and his somewhat ridiculous file server.

     

    Although the capacity is something I don't need (at least at the moment), the read/write speeds have me very interested.

     

    In contrast to, say, RAID5 (which I currently use and am contemplating migrating away from) where a file is striped across multiple disks (meaning they can work together to boost their performance), unraid stores a given file on one drive (plus parity), and so any read or write speed is going to be limited by the performance of that drive, right? So how is it possible to reach those sorts of speeds on one file (he had a single ~80gb test file) on spindle disks?

     

    I tend to use cheaper disks (the "I" in RAID), so one of my major concerns with switching to something like unraid is performance...