flyize

Members
  • Posts

    425
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by flyize

  1. 5 minutes ago, JorgeB said:

    Unfortunately there's still nothing relevant logged, this usually points to a hardware issue, one thing you can try is to boot the server in safe mode with all docker/VMs disabled, let it run as a basic NAS for a few days, if it still crashes it's likely a hardware problem, if it doesn't start turning on the other services one by one.

    My friends and family will kill me. :D 

     

    Wait, I just realized that I added a second NVMe for appdata a couple of weeks ago. It's been totally stable, but maybe that's it. I'll remove it. Then try to run memtest. Anything else I can 'actively' run to try and figure out the issue more quickly? 

     

    edit: Wait, how do I remove the mirrored NVMe?

  2. 4 hours ago, taprackpew said:

    I ended up buying a hardware controller and removing this from my server. But I’m still curious as to what I may have done wrong. Are you saying I setup the template wrong?

    No, the default template is wrong. It has directories that are some weird path like /mnt/extrassds or something. That is not a valid path.

  3. I just (re)installed 

    On 7/26/2023 at 10:19 PM, taprackpew said:

    they are the default values of 18043 for https and 18088 for http.  when I click the webui button it opens https://192.168.10.5:18043/login , which is correct.  however, I get a "cannot connect to server" error page.  its odd for sure as all of my other apps are perfectly accessible.

    It looks like this is because OP left his non-standard pathing in there for the data/log/etc.

  4. *bump*

     

    I've also been seeing this error a lot with the last two point releases of 6.11. Anyone got any ideas?

     

    Jul 19 08:53:30 Truffle nginx: 2023/07/19 08:53:30 [error] 8515#8515: nchan: Out of shared memory while allocating message of size 17815. Increase nchan_max_reserved_memory.
    Jul 19 08:53:30 Truffle nginx: 2023/07/19 08:53:30 [error] 8515#8515: *1023248 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/disks?buffer_length=1 HTTP/1.1", host: "localhost"
    Jul 19 08:53:30 Truffle nginx: 2023/07/19 08:53:30 [error] 8515#8515: MEMSTORE:00: can't create shared message for channel /disks
    Jul 19 08:53:30 Truffle nginx: 2023/07/19 08:53:30 [crit] 8515#8515: ngx_slab_alloc() failed: no memory
    Jul 19 08:53:30 Truffle nginx: 2023/07/19 08:53:30 [error] 8515#8515: shpool alloc failed
    Jul 19 08:53:30 Truffle nginx: 2023/07/19 08:53:30 [error] 8515#8515: nchan: Out of shared memory while allocating message of size 22486. Increase nchan_max_reserved_memory.
    Jul 19 08:53:30 Truffle nginx: 2023/07/19 08:53:30 [error] 8515#8515: *1023263 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/devices?buffer_length=1 HTTP/1.1", host: "localhost"
    Jul 19 08:53:30 Truffle nginx: 2023/07/19 08:53:30 [error] 8515#8515: MEMSTORE:00: can't create shared message for channel /devices
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [crit] 8515#8515: ngx_slab_alloc() failed: no memory
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [error] 8515#8515: shpool alloc failed
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [error] 8515#8515: nchan: Out of shared memory while allocating message of size 14756. Increase nchan_max_reserved_memory.
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [error] 8515#8515: *1023268 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost"
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [error] 8515#8515: MEMSTORE:00: can't create shared message for channel /update2
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [crit] 8515#8515: ngx_slab_alloc() failed: no memory
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [error] 8515#8515: shpool alloc failed
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [error] 8515#8515: nchan: Out of shared memory while allocating message of size 17815. Increase nchan_max_reserved_memory.
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [error] 8515#8515: *1023269 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/disks?buffer_length=1 HTTP/1.1", host: "localhost"
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [error] 8515#8515: MEMSTORE:00: can't create shared message for channel /disks
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [crit] 8515#8515: ngx_slab_alloc() failed: no memory
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [error] 8515#8515: shpool alloc failed
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [error] 8515#8515: nchan: Out of shared memory while allocating message of size 22490. Increase nchan_max_reserved_memory.
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [error] 8515#8515: *1023272 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/devices?buffer_length=1 HTTP/1.1", host: "localhost"
    Jul 19 08:53:31 Truffle nginx: 2023/07/19 08:53:31 [error] 8515#8515: MEMSTORE:00: can't create shared message for channel /devices

     

  5. On 4/1/2023 at 9:03 AM, hedrinbc said:

    Made update to my github for the template and notified Squid.

     

    Change was to add "--ulimit nofile=4096:8192" (no quotes) to the "Extra Parameters:" field you will see when you toggle to "Advanced View" in your omada-controller template.

     

    Please get back if any issues arrise,

    -Ben

    I had to stop using this container a while back due to poor wifi performance. Any chance this may have been the cause? I'd really rather run it in Docker than my utility VM...