jarkle

Members
  • Posts

    26
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jarkle's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I recently found that some of my dockers had the wrong timezones configured. Would it be worthwhile to enhance this plugin to catch something like that? Perhaps it could compare the TZ configured for the docker against the TZ configured for unraid?
  2. Fixed it with this: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3592
  3. I converted my pools to zfs.. You might look at what they did in this thread to solve the issue though.
  4. Started seeing this on my container logs. Any ideas?: [3/9/2024] [8:51:02 PM] [Global ] › ⬤ debug CMD: [ -f '/etc/letsencrypt/credentials/credentials-7' ] || { mkdir -p /etc/letsencrypt/credentials 2> /dev/null; echo 'dns_godaddy_secret = E8ixmXcgsMcPrghtqaEzqD dns_godaddy_key = dKszgmKm6V5H_5UdqHPfw85JAEcekAwYmeV' > '/etc/letsencrypt/credentials/credentials-7' && chmod 600 '/etc/letsencrypt/credentials/credentials-7'; } [3/9/2024] [8:51:02 PM] [Global ] › ⬤ debug CMD: [ -f '/etc/letsencrypt/credentials/credentials-8' ] || { mkdir -p /etc/letsencrypt/credentials 2> /dev/null; echo 'dns_godaddy_secret = 8joRh5JhKckugx3Rj1SjBS dns_godaddy_key = dKszgmKm6V5H_S3kkuLzm23myxdecRv45V3' > '/etc/letsencrypt/credentials/credentials-8' && chmod 600 '/etc/letsencrypt/credentials/credentials-8'; } [3/9/2024] [8:51:02 PM] [Certbot ] › ▶ start Installing godaddy... [3/9/2024] [8:51:02 PM] [Global ] › ⬤ debug CMD: . /opt/certbot/bin/activate && pip install --no-cache-dir certbot-dns-godaddy==$(certbot --version | grep -Eo '[0-9](\.[0-9]+)+') && deactivate [3/9/2024] [8:51:11 PM] [Certbot ] › ✖ error ERROR: Could not find a version that satisfies the requirement certbot-dns-godaddy==2.9.0 (from versions: 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 2.6.0, 2.7.4, 2.8.0) ERROR: No matching distribution found for certbot-dns-godaddy==2.9.0 [3/9/2024] [8:51:11 PM] [Global ] › ✖ error Some plugins failed to install. Please check the logs above [3/9/2024] [8:51:12 PM] [Migrate ] › ℹ info Current database version: none [3/9/2024] [8:51:12 PM] [Global ] › ⬤ debug CMD: [ -f '/etc/letsencrypt/credentials/credentials-7' ] || { mkdir -p /etc/letsencrypt/credentials 2> /dev/null; echo 'dns_godaddy_secret = E8ixmXcgsMcPrghtqaEzqD dns_godaddy_key = dKszgmKm6V5H_5UdqHPfw85JAEcekAwYmeV' > '/etc/letsencrypt/credentials/credentials-7' && chmod 600 '/etc/letsencrypt/credentials/credentials-7'; } [3/9/2024] [8:51:12 PM] [Global ] › ⬤ debug CMD: [ -f '/etc/letsencrypt/credentials/credentials-8' ] || { mkdir -p /etc/letsencrypt/credentials 2> /dev/null; echo 'dns_godaddy_secret = 8joRh5JhKckugx3Rj1SjBS dns_godaddy_key = dKszgmKm6V5H_S3kkuLzm23myxdecRv45V3' > '/etc/letsencrypt/credentials/credentials-8' && chmod 600 '/etc/letsencrypt/credentials/credentials-8'; } [3/9/2024] [8:51:12 PM] [Certbot ] › ▶ start Installing godaddy... [3/9/2024] [8:51:12 PM] [Global ] › ⬤ debug CMD: . /opt/certbot/bin/activate && pip install --no-cache-dir certbot-dns-godaddy==$(certbot --version | grep -Eo '[0-9](\.[0-9]+)+') && deactivate [3/9/2024] [8:51:21 PM] [Certbot ] › ✖ error ERROR: Could not find a version that satisfies the requirement certbot-dns-godaddy==2.9.0 (from versions: 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 2.6.0, 2.7.4, 2.8.0) ERROR: No matching distribution found for certbot-dns-godaddy==2.9.0 [3/9/2024] [8:51:21 PM] [Global ] › ✖ error Some plugins failed to install. Please check the logs above [3/9/2024] [8:51:22 PM] [Migrate ] › ℹ info Current database version: none [3/9/2024] [8:51:22 PM] [Global ] › ⬤ debug CMD: [ -f '/etc/letsencrypt/credentials/credentials-7' ] || { mkdir -p /etc/letsencrypt/credentials 2> /dev/null; echo 'dns_godaddy_secret = E8ixmXcgsMcPrghtqaEzqD dns_godaddy_key = dKszgmKm6V5H_5UdqHPfw85JAEcekAwYmeV' > '/etc/letsencrypt/credentials/credentials-7' && chmod 600 '/etc/letsencrypt/credentials/credentials-7'; } [3/9/2024] [8:51:22 PM] [Global ] › ⬤ debug CMD: [ -f '/etc/letsencrypt/credentials/credentials-8' ] || { mkdir -p /etc/letsencrypt/credentials 2> /dev/null; echo 'dns_godaddy_secret = 8joRh5JhKckugx3Rj1SjBS dns_godaddy_key = dKszgmKm6V5H_S3kkuLzm23myxdecRv45V3' > '/etc/letsencrypt/credentials/credentials-8' && chmod 600 '/etc/letsencrypt/credentials/credentials-8'; } [3/9/2024] [8:51:22 PM] [Certbot ] › ▶ start Installing godaddy... [3/9/2024] [8:51:22 PM] [Global ] › ⬤ debug CMD: . /opt/certbot/bin/activate && pip install --no-cache-dir certbot-dns-godaddy==$(certbot --version | grep -Eo '[0-9](\.[0-9]+)+') && deactivate I also am no longer able to login to the web UI.. Container: jc21/nginx-proxy-manager
  5. Tried updating to the latest version of unraid and the issue resurfaced. Attaching diag from before rolling back to 6.11unraid1-diagnostics-20240112-1322.zip
  6. Do we know if this has been addressed yet or should I still pursue converting the pools to ZFS?
  7. Thoughts on this error? [9/18/2023] [9:50:07 PM] [Express ] › ⚠ warning Command failed: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-2" --agree-tos --email "xxxxxxx" --domains "xxxxxxx" --authenticator dns-godaddy --dns-godaddy-credentials "/etc/letsencrypt/credentials/credentials-2" Traceback (most recent call last): File "/usr/bin/certbot", line 5, in <module> from certbot.main import main File "/opt/certbot/lib/python3.7/site-packages/certbot/main.py", line 6, in <module> from certbot._internal import main as internal_main File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 28, in <module> from certbot import crypto_util File "/opt/certbot/lib/python3.7/site-packages/certbot/crypto_util.py", line 42, in <module> from certbot import interfaces File "/opt/certbot/lib/python3.7/site-packages/certbot/interfaces.py", line 21, in <module> from acme.client import ClientBase ImportError: cannot import name 'ClientBase' from 'acme.client' (/opt/certbot/lib/python3.7/site-packages/acme/client.py)
  8. Just got Sons of the Forrest installed and working. I already have a local server my friends and I play on. How can I migrate that saved game to the dedicate server?
  9. Just to inform, I'm still BTRFS error free after switching back to 6.11.5.
  10. Have you tried the memtest that was suggested by JorgeB?
  11. Have you tried the memtest that was suggested by JorgeB? I haven't gotten around to it myself..
  12. The error BTRFS Errors started after the upgrade. I've now switched back to 6.11.5 and have had zero of these errors. I also attempted 6.12.x when it was in beta and had the same issue so switched back to 6.11.5... I will try the memory test and see what it finds. I keep reading/seeing that I should switch to ipvlan but I've not seen a valid reason that I "need" to. I've tried switching a few times but every time I do my dockers on br0 lose access to the host even though 'Host access to custom networks' is set to true so I always end up switching back to macvlan.