szymon

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by szymon

  1. I am trying to install the Quassel Web applications published by Linux Server but the template seems to be incorrect. The WebUI URL has incorrect port. Should be 64080, not 64443, and http instead of https.

    Moreover, even when I remove the "URL_BASE" entry and leave it blank, it is still being overwritten with "/quassel" when I click the "Apply" button.

    Anyone else have the same issue?

     

    image.thumb.png.7541bc84012ee3f4bb80505a51347b87.png

     

    image.thumb.png.fe9a868bf0cbc4a890d4ed4c05d2a390.pngimage.thumb.png.747e3e0473ac19eff90f26c1a696d5f7.png

  2. On 4/1/2020 at 7:48 AM, Arbadacarba said:

     

    I had the old version reporting on my UPS - but when I replaced it with the new version I can't get it to work. Was Sudo removed?

     

    Thanks

    I can confirm that the UPS reporting is now also gone for me. Any chances of bringing it back?

  3. Hi, I recently had the exact same issue with the exact same scenario. I explained it here but it seems that my assumptions were incorrect

     

     

     I was going through the excercise of encrypting array disks one by one and my unraid would stall consuming 100% CPU, 100% RAM and would constantly read from one of the cache SSDs at 200mb/s. I isolated the issue to the docker itself but was not able to find out which container was responsible. Once stalled the GUI was unusable, docker stats would never load and I could not kill the dockers. The only way out of it was to disable docker service or reboot.

    Then I ran all the containers with limited memory parameter and set docker not to shut the container down if out of memory. A few hours later and I can see bazarr consuming 100% of allocated memory. Unraid was fortunately responsive because of the limited RAM and I was able to do some diagnostics. It turns out that python within bazarr container is using all thr RAM. I don't know if the encryption is at fault but I disabled it for now. I will recreate bazarr from scratch with new config when I have some spare time and I will post the result here.