mikedm139

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by mikedm139

  1. For anyone else who runs into this issue. Apparently, there needs to be a slight change in the authelia config file when switching from SWAG to NPM. With SWAG, line 20 of the config is "authelia" # Set the single level path Authelia listens on, must be alphanumeric chars and should not contain any slashes. path: "authelia" With NPM, it needs to be "" # Set the single level path Authelia listens on, must be alphanumeric chars and should not contain any slashes. path: "" Big thanks to @Muwahhidun for helping track this down. Discussion is here.
  2. Thanks. I have chimed in on the github issue for tracking.
  3. I'm in the process of switching my install over from the LetsEncrypt/SWAG container to NginxProxyManager for my reverse proxy. I had Authelia set up and working with SWAG and it appears that it should be working with NPM, but my protected endpoints are all exposed without authenticating through Authelia. I have been following the guide (although I have not set up Redis or MariaDB, if that is possibly relevant). I am able to access Authelia at "auth.MYDOMAIN.ca" . I have copied the conf files to the advanced tabs for authelia and each of my endpoints needing protection, and edited them appropriately. When I try to access any of the "protected" endpoints via private browsing in FireFox or from outside my LAN, it bypasses authelia entirely. Here is the Access Control section of my authelia configuration.yml: access_control: # Default policy can either be 'bypass', 'one_factor', 'two_factor' or 'deny'. # It is the policy applied to any resource if there is no policy to be applied # to the user. default_policy: deny rules: - domain: "*.REDACTED.ca" policy: two_factor I have tried configuring several different containers/endpoints (cloud9, ApacheGuacamol, sonarr) and they all seem to bypass Authelia. Any suggestions on how to fix or troubleshoot would be much appreciated.
  4. Would it be possible to add the capability to pause/resume a parity check via this API? I would like to be able to automate the pause/resume more than the scheduling options available in the Parity Check Tuning plugin allow for.
  5. Thanks for the input. I was starting to wonder if I would need to add more RAM. I figured since the wiki says 1GB is adequate for basic NAS function, I should be fine. I'll scrounge around and see what I can find to bulk up the RAM.
  6. FWIW, I have now tested with disk writes in both the standard "read/modify/write" and turbo "reconstruct write" modes, as well as with parity disabled. From what I can tell, it seems that the issues are related to the parity calculations and writing parity as the issue does not occur when writing to the array with parity disabled. Obviously, I don't want to run the array with parity disabled as a solution. Any further insight or suggestions would be welcome.
  7. I'm hoping someone can help me troubleshoot my OOM error. I'm running a secondary unRAID box as a backup for my main server. I mount a share ("Backups") from the secondary box on the primary server via Unassigned Devices. Then I'm trying to get my backup routine stable and automated using an rsync script via the User Scripts plugin. The rsync script keeps failing with IO errors so when I checked the logs on the backup server, it shows Out Of Memory errors and invoking OOM-Killer on SMBD. I'm lost as to how to further hunt down the source of the error and correct it. I am not currently running anything else on the backup box. There are no VMs and I have even disabled docker completely. I would love any insight anyone can provide. Diagnostics: vault-diagnostics-20200618-0655.zip
  8. Oddly enough, it works on FireFox but not Chrome. At least I have access to the webUI now.
  9. I'm also unable to get the F@H webUI to load. It appears from the logs that F@H is running but the webUI returns an empty response. Log Snippet: *** Running /etc/my_init.d/firstrun.sh... Using existing config file. *** Booting runit daemon... *** Runit started as PID 22 Mar 19 03:49:17 eacbd92f80bc cron[27]: (CRON) INFO (pidfile fd = 3) Mar 19 03:49:17 eacbd92f80bc cron[27]: (CRON) INFO (Skipping @reboot jobs -- not system startup) 03:49:18:************************* Folding@home Client ************************* 03:49:18: Website: https://foldingathome.org/ 03:49:18: Copyright: (c) 2009-2018 foldingathome.org 03:49:18: Author: Joseph Coffland <[email protected]> 03:49:18: Args: --config /config/config.xml 03:49:18: Config: /config/config.xml 03:49:18:******************************** Build ******************************** 03:49:18: Version: 7.5.1 03:49:18: Date: May 11 2018 03:49:18: Time: 19:59:04 03:49:18: Repository: Git 03:49:18: Revision: 4705bf53c635f88b8fe85af7675557e15d491ff0 03:49:18: Branch: master 03:49:18: Compiler: GNU 6.3.0 20170516 03:49:18: Options: -std=gnu++98 -O3 -funroll-loops 03:49:18: Platform: linux2 4.14.0-3-amd64 03:49:18: Bits: 64 03:49:18: Mode: Release 03:49:18:******************************* System ******************************** 03:49:18: CPU: Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz 03:49:18: CPU ID: GenuineIntel Family 6 Model 58 Stepping 9 03:49:18: CPUs: 8 03:49:18: Memory: 31.39GiB 03:49:18:Free Memory: 4.08GiB 03:49:18: Threads: POSIX_THREADS 03:49:18: OS Version: 4.19 03:49:18:Has Battery: false 03:49:18: On Battery: false 03:49:18: UTC Offset: 0 03:49:18: PID: 26 03:49:18: CWD: /config 03:49:18: OS: Linux 4.19.98-Unraid x86_64 03:49:18: OS Arch: AMD64 03:49:18: GPUs: 0 03:49:18: CUDA: Not detected: cuInit() returned 100 03:49:18: OpenCL: Not detected: clGetPlatformIDs() returned -1001 03:49:18:*********************************************************************** 03:49:18:<config> 03:49:18: <!-- Client Control --> 03:49:18: <fold-anon v='true'/> : 03:49:18: <!-- Folding Slot Configuration --> 03:49:18: <gpu v='false'/> : 03:49:18: <!-- HTTP Server --> 03:49:18: <allow v='172.16.1.1/24'/> : 03:49:18: <!-- Remote Command Server --> 03:49:18: <password v='********'/> : 03:49:18: <!-- User Information --> 03:49:18: <team v='227802'/> : 03:49:18: <!-- Web Server --> 03:49:18: <web-allow v='172.16.1.1/24'/> : 03:49:18: <!-- Folding Slots --> 03:49:18: <slot id='0' type='CPU'/> 03:49:18:</config> 03:49:18:Trying to access database... 03:49:18:Successfully acquired database lock 03:49:18:Enabled folding slot 00: READY cpu:7 03:49:18:WU00:FS00:Starting 03:49:18:WU00:FS00:Running FahCore: /opt/fah/usr/bin/FAHCoreWrapper /config/cores/cores.foldingathome.org/v7/lin/64bit/avx/Core_a7.fah/FahCore_a7 -dir 00 -suffix 01 -version 705 -lifeline 26 -checkpoint 15 -np 7 03:49:18:WU00:FS00:Started FahCore on PID 36 03:49:18:WU00:FS00:Core PID:40 03:49:18:WU00:FS00:FahCore 0xa7 started 03:49:18:WU00:FS00:0xa7:*********************** Log Started 2020-03-19T03:49:18Z *********************** 03:49:18:WU00:FS00:0xa7:************************** Gromacs Folding@home Core *************************** 03:49:18:WU00:FS00:0xa7: Type: 0xa7 03:49:18:WU00:FS00:0xa7: Core: Gromacs 03:49:18:WU00:FS00:0xa7: Args: -dir 00 -suffix 01 -version 705 -lifeline 36 -checkpoint 15 -np 7 03:49:18:WU00:FS00:0xa7:************************************ CBang ************************************* 03:49:18:WU00:FS00:0xa7: Date: Nov 5 2019 03:49:18:WU00:FS00:0xa7: Time: 06:06:57 03:49:18:WU00:FS00:0xa7: Revision: 46c96f1aa8419571d83f3e63f9c99a0d602f6da9 03:49:18:WU00:FS00:0xa7: Branch: master 03:49:18:WU00:FS00:0xa7: Compiler: GNU 8.3.0 03:49:18:WU00:FS00:0xa7: Options: -std=c++11 -O3 -funroll-loops -fno-pie -fPIC 03:49:18:WU00:FS00:0xa7: Platform: linux2 4.19.0-5-amd64 03:49:18:WU00:FS00:0xa7: Bits: 64 03:49:18:WU00:FS00:0xa7: Mode: Release 03:49:18:WU00:FS00:0xa7:************************************ System ************************************ 03:49:18:WU00:FS00:0xa7: CPU: Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz 03:49:18:WU00:FS00:0xa7: CPU ID: GenuineIntel Family 6 Model 58 Stepping 9 03:49:18:WU00:FS00:0xa7: CPUs: 8 03:49:18:WU00:FS00:0xa7: Memory: 31.39GiB 03:49:18:WU00:FS00:0xa7:Free Memory: 4.09GiB 03:49:18:WU00:FS00:0xa7: Threads: POSIX_THREADS 03:49:18:WU00:FS00:0xa7: OS Version: 4.19 03:49:18:WU00:FS00:0xa7:Has Battery: false 03:49:18:WU00:FS00:0xa7: On Battery: false 03:49:18:WU00:FS00:0xa7: UTC Offset: 0 03:49:18:WU00:FS00:0xa7: PID: 40 03:49:18:WU00:FS00:0xa7: CWD: /config/work 03:49:18:WU00:FS00:0xa7:******************************** Build - libFAH ******************************** 03:49:18:WU00:FS00:0xa7: Version: 0.0.18 03:49:18:WU00:FS00:0xa7: Author: Joseph Coffland <[email protected]> 03:49:18:WU00:FS00:0xa7: Copyright: 2019 foldingathome.org 03:49:18:WU00:FS00:0xa7: Homepage: https://foldingathome.org/ 03:49:18:WU00:FS00:0xa7: Date: Nov 5 2019 03:49:18:WU00:FS00:0xa7: Time: 06:13:26 03:49:18:WU00:FS00:0xa7: Revision: 490c9aa2957b725af319379424d5c5cb36efb656 03:49:18:WU00:FS00:0xa7: Branch: master 03:49:18:WU00:FS00:0xa7: Compiler: GNU 8.3.0 03:49:18:WU00:FS00:0xa7: Options: -std=c++11 -O3 -funroll-loops -fno-pie 03:49:18:WU00:FS00:0xa7: Platform: linux2 4.19.0-5-amd64 03:49:18:WU00:FS00:0xa7: Bits: 64 03:49:18:WU00:FS00:0xa7: Mode: Release 03:49:18:WU00:FS00:0xa7:************************************ Build ************************************* 03:49:18:WU00:FS00:0xa7: SIMD: avx_256 03:49:18:WU00:FS00:0xa7:******************************************************************************** 03:49:18:WU00:FS00:0xa7:Project: 14580 (Run 0, Clone 333, Gen 0) 03:49:18:WU00:FS00:0xa7:Unit: 0x0000000080fccb025e72e953447805a7 03:49:18:WU00:FS00:0xa7:Digital signatures verified 03:49:18:WU00:FS00:0xa7:Reducing thread count from 7 to 6 to avoid domain decomposition by a prime number > 3 03:49:18:WU00:FS00:0xa7:Calling: mdrun -s frame0.tpr -o frame0.trr -x frame0.xtc -cpi state.cpt -cpt 15 -nt 6 03:49:18:WU00:FS00:0xa7:Steps: first=0 total=500000 03:49:19:WU00:FS00:0xa7:Completed 6652 out of 500000 steps (1%) 03:50:19:WU00:FS00:0xa7:Completed 10000 out of 500000 steps (2%) 03:51:49:WU00:FS00:0xa7:Completed 15000 out of 500000 steps (3%) 03:53:21:WU00:FS00:0xa7:Completed 20000 out of 500000 steps (4%) 03:53:21:WU00:FS00:0xa7:Completed 20000 out of 500000 steps (4%) 03:54:52:WU00:FS00:0xa7:Completed 25000 out of 500000 steps (5%) Config.xml <config> <!-- Client Control --> <fold-anon v='true'/> <!-- Folding Slot Configuration --> <gpu v='false'/> <!-- HTTP Server --> #Following allows access from local network <allow v='172.16.1.1/24'/> <!-- Remote Command Server --> #Change password for remote access <password v='PASSWORD'/> <!-- User Information --> #Change Team Number and Username if desired. Currently folding for UnRAID team! <team v='227802'/> <!-- Your team number (Team UnRAID is # 227802)--> <user v='Anonymous'/> <!-- Enter your user name here --> <passkey v=''/> <!-- 32 hexadecimal characters if provided (Get one here: http://fah-web.stanford.edu/cgi-bin/getpasskey.py)--> <!-- Web Server --> #Following allows access from local network <web-allow v='172.16.1.1/24'/> <!-- CPU Use --> <power v='medium'/> <!-- Folding Slots --> <slot id='0' type='CPU'/> </config> FWIW, I'm trying to access it via Chrome from my iMac on the LAN with IP address 172.16.1.68. Any help would be appreciated.
  10. I'm new to unRaid. Just got my first build up and running and am in the process of transferring all my media from external USB hard-drives to the server. Running Plex/Nine on a Mac Mini attached to my TV and loving it. I think it would be great to be able to run the PMS on my new unRaid box. There is now a poll from the Plex devs asking for feedback on what Linux distros the community would like to see PMS built against. Check it out and add your support for unRaid/Slackware here: http://forums.plexapp.com/index.php/topic/21662-linux-support/page__view__getnewpost