smdion

Community Developer
  • Posts

    1029
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by smdion

  1. 6 hours ago, CS01-HS said:

    Before updating sensitive containers I'll typically stop the container, tar up its appdata dir, then apply the update. This makes it easy to rollback in case something goes wrong.

     

    It'd be handy if this process were automated – present a Backup and Update menu option when an update's available, and Rollback and Delete Backup menu options when a backup's detected.

     

    1396272304_Screenshot2023-04-21at9_08_51AM.png.49648ec7ecc761aa871d99c9b2fb8a24.png

    Hey @CS01-HS.  There is actually a plugin in the APPS tab that you can download and configure that does just this.  You can schedule it or run it ad-hoc.

     

    Appdata Backup/Restore v2.5 - if you are an 6.11.5 
     

    Appdata Backup - if you are on the 6.12 RC series

    • Like 1
  2. Apr 18 17:47:15 Aither kernel: nvme nvme1: controller is down; will reset: CSTS=0xffffffff, PCI_STATUS=0x10
    Apr 18 17:47:15 Aither kernel: nvme nvme1: Does your device have a faulty power saving mode enabled?
    Apr 18 17:47:15 Aither kernel: nvme nvme1: Try "nvme_core.default_ps_max_latency_us=0 pcie_aspm=off" and report a bug

    Those look concerning to me in the logs.  Others had a similar issue here:
     

     

  3. Have the issue of some others with an AMD APU not showing up on the current build.  Running on a beelink SER5 with 5600H.

     

    04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c6)

     

    1676484803.315975: bus 04, gpu 0.00%, ee 0.00%, vgt 0.00%, ta 0.00%, sx 0.00%, sh 0.00%, spi 0.00%, sc 0.00%, pa 0.00%, db 0.00%, cb 0.00%, vram 0.85% 25.93mb, gtt 0.07% 10.20mb, mclk 100.00% 1.600ghz, sclk 22.87% 0.412ghz

     

    VENDOR="amd"
    GPUID="04"
    TEMPFORMAT="C"
    DISPCLOCKS="1"
    DISPENCDEC="1"
    DISPPCIUTIL="1"
    DISPTEMP="1"
    DISPFAN="1"
    DISPPWRDRAW="1"
    DISPPWRSTATE="1"
    DISPTHROTTLE="1"
    DISPSESSIONS="1"
    UIREFRESH="1"
    UIREFRESHINT="1000"
    DISPMEMUTIL="1"
    DISP3DRENDER="1"
    DISPBLITTER="1"
    DISPVIDEO="1"
    DISPVIDENH="1"
    DISPINTERRUPT="1"
    DISPEVENT="1"
    DISPVERTEX="1"
    DISPTEXTURE="1"
    DISPSHADEREXP="1"
    DISPSEQUENCER="1"
    DISPSHADERINTER="1"
    DISPSCANCON="1"
    DISPPRIMASSEM="1"
    DISPDEPTHBLK="1"
    DISPCOLORBLK="1"
    DISPGFXTRANS="1"

     

    But does work on - https://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/6cf1b1e96bc8cd5c1cf7ac8fefea1271d8891e26/gpustat.plg

  4. Hi All....

     

    Running into an issue.  With ACS override set to downstream I can passthru my 1060 video with no issues.   Staying in ACS override when I try to use the 1060 as audio as well, the VM starts, but never posts (no video).  I also need to reboot to get video to work again.

     

    If I disable ACS override with both Audio/Video (in same IOMMU group), same issue as with it in downstream. 

     

    Running this on a trail brand new install as a test before I move over my existing server.

     

    Thoughts?

    tower-diagnostics-20210814-2032.zip

  5. 12 hours ago, amviewer said:

    I'm very curious how you managed to do this, as I'm trying to do the same but I get TLS issues connecting to the DUO Authentication Proxy from the NGINX LDAP companion. Radius works fine from there but NGINX needs to have LDAP.

     

    I'm using this container for the DUO Authentication Proxy https://github.com/jumanjihouse/docker-duoauthproxy

     

    Can you share your DUO Authentication Proxy config for the [ldap_server_auto] ?

    So I abandoned this for Google's OAUTH using the quay.io/pusher/oauth2_proxy container.  Not sure how I had the LDAP setup before.

  6. 8 hours ago, aptalca said:

    Not sure how duo works but ldap auth is already included. For radius, there is no alpine package in the repo. 

    Set the X-Ldap-URL to the server where you have Duo's Auth_Proxy installed and setup. You now have 2FA on all logins that are sent by the ldap-auth docker.  ProxyCache/AuthCache needs to be enabled.

     

    Works great.  Thanks!

  7. This has been happening for me ever since 6.5, I've just been dealing with it, but its getting a bit more annoying.

     

    Basically, my Windows Server 2016 server randomly shuts down, then I am unable to start it back up unless I reboot.  This is an issue at this server is my DHCP/DNS server.  Attached is most recent diagnostic file.  See here for history.  Happened today around 10:50CST (local time to logs)

     

    Any thoughts you wonderful unRAID guru's?

    redemption-diagnostics-20180723-1102.zip

  8. 2 hours ago, psm321 said:

    Not sure if this is on-topic here since STAGING isn't exposed in the unraid template, but the --staging and --server parameters to certbot don't seem to work together (even when I manually edit the server URL to be the staging v2 one).  I'm working around this by removing $STGNG from the certbot line in 50-config and setting the --server URL to staging v2

     

    
    --server value conflicts with --staging

     

    Check again in the optional settings: 

     

    https://hub.docker.com/r/linuxserver/letsencrypt/

     

    If its not in your template, you can manually add variables in unRAID.

    • Like 1