ljm42

Administrators
  • Posts

    4338
  • Joined

  • Last visited

  • Days Won

    27

Community Answers

  1. ljm42's post in Issues connecting to the WEBUI + Server not connecting to internet was marked as the answer   
    Excellent. I'd suggest turning that other piece of hardware off and then see if Unraid can boot and get an IP.  If so, you'll want to dig into the config of that other system and figure out why it is claiming 10.1.10.81 when you have it set to use 10.1.10.82
  2. ljm42's post in Very slow web UI after identification changes was marked as the answer   
    Navigate to Settings -> Identification and remove any single or double quote marks from the description and model fields. This will be resolved in the next release.
  3. ljm42's post in Docker Security Advisory for runc, BuildKit, and Moby (is this affecting the current release?) was marked as the answer   
    Regarding the Docker security advisory, Unraid 6.12.7-rc2 is now available with Docker 24.0.9 and runc 1.1.12:
     
     
  4. ljm42's post in Unable to import or create VPN - No option to do so was marked as the answer   
    It looks like there might be some partial config files causing problems. On your flash drive, open the config/wireguard folder and delete any files/folders you find there, then refresh the page.
  5. ljm42's post in UNABLE TO LOAD WEBUI . LOCAL CMD LINE AND SSH STILL WORKING was marked as the answer   
    You are having issues with SSL and DNS.
     
    After disabling SSL like JorgeB recommended you should be able to access the server via:
      http://10.10.10.10
    (note: http not https)
     
    Then follow the instructions here:
      https://docs.unraid.net/unraid-os/manual/security/secure-webgui-ssl/
    to enable SSL with a custom certificate. Note that servername + localTLD has to be listed in the custom SSL cert. And the network has to provide a DNS entry that resolves to the server's IP.
  6. ljm42's post in Wireguard - Import Duplicate Config Bug was marked as the answer   
    Delete config/wireguard/wg1.* from the flash drive and then refresh the page
  7. ljm42's post in After upgrade, troubles with ipv6 was marked as the answer   
    Ah, looks like you have a statically assigned IPv6 address. We just tracked down an issue with that, it will be fixed in the next release:
    https://forums.unraid.net/bug-reports/prereleases/bugs-with-ipv6-in-6125-rc1-r2742/?tab=comments#comment-26714
     
  8. ljm42's post in Unable to install plugin after reflashing USB with backup. was marked as the answer   
    This is really odd... Digital Ocean (our CDN) is sending the wrong file when the plugin installer tries to download it. The good news is that the SHA256 mismatch detects the wrong file and refuses to install it.
     
    We are investigating, in the meantime you can manually download the file by opening a web terminal and running these commands one at a time:
    mkdir -p /boot/config/plugins/dynamix.my.servers wget -O /boot/config/plugins/dynamix.my.servers/unraid-api.tgz https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/unraid-api-3.2.3.tgz Once that is done, you will be able to install the current Connect plugin (dated 2023.09.08.0637)
  9. ljm42's post in Cannot log into the webui was marked as the answer   
    When you enable/disable SSL there is a warning in the webgui:

     
    Basically, your browser is remembering that it used to use SSL for this url and it wants to keep using it. If you run into this, you need to close any other browser tabs that are pointed to the server and then clear your browser's cache. That should convince your browser to let you log in using the newly configured url.
  10. ljm42's post in [6.12.4] Cannot Access WebGui, but SSH Access is Successful was marked as the answer   
    Oh I see the issue. Edit config/ident.cfg on the flash drive. Find this line:
    PORTSSL="88443" 88443 is too big, change that to a number between 1000 and 64000
     
    Then run
    /etc/rc.d/rc.nginx start  
  11. ljm42's post in Unable to access webui after restart was marked as the answer   
    It looks like DNS Rebinding is enabled for your network, so the myunraid.net url will not work.
     
    Using SSH, Telnet, or a local keyboard/monitor, type:
    use_ssl no  
    Then you should be able to access the webgui using:
      http://192.168.50.254
  12. ljm42's post in Unraid 12.3 the IPv6 address will disappear after starting for a while was marked as the answer   
    We have a 6.12.4 rc release available with significant changes to networking, would appreciate your help confirming it resolves this issue:
     
     
  13. ljm42's post in Web UI constantly unresponsive was marked as the answer   
    If you are still on 6.12.1, please upgrade to 6.12.3 and provide diagnostics ( << click the link ), preferably after the problem happens
     
     
    Depending on the problem, these may help:
    /etc/rc.d/rc.php-fpm restart /etc/rc.d/rc.nginx reload  
     
  14. ljm42's post in Question regarding unRAID Connect was marked as the answer   
    You would need to contact your ISP to get a new WAN IP.
     
    Be sure to setup a custom/random WAN Port for the server:
    https://docs.unraid.net/connect/remote-access
    Or disable the port forward if you don't want to use it any more.
  15. ljm42's post in [6.12.3] /var/log/unraid-api/stdout.log file size getting bigger overtime was marked as the answer   
    This log is currently limited to 10MB, so it isn't going to fill your log partition on its own. In the next release we are going to cap it at 2MB IIRC
  16. ljm42's post in Random crashes after updating to Version: 6.12.2 was marked as the answer   
    This system has call traces related to macvlan, please see the release notes:
    https://docs.unraid.net/unraid-os/release-notes/6.12.0#known-issues
  17. ljm42's post in WEB GUI not working after update to 6.12.3 was marked as the answer   
    What version are you comfing from?
     
    Your SSL port is set to 80443, but the max is 65535
     
    Carefully edit the config/ident.cfg file on the flash drive and change this line:
    PORTSSL="80443" to something else, like:
    PORTSSL="40443" (or any other number between 1000 and 65k that isn't in use by a Docker container)
     
    Then reboot the system.  Based on your settings, the webgui should be available at these urls:
      http://192.168.1.75:8080
      http://Tower.local:8080
  18. ljm42's post in [6.12.2] Array stop stuck on "Retry unmounting disk share(s)" was marked as the answer   
    Update - if the array can't stop due to "Retry unmounting shares" in 6.12.0 - 6.12.2, the quick fix is to open a web terminal and type:
    umount /var/lib/docker The array should then stop and prevent an unclean shutdown.
     
    (It is possible the array won't stop for other reasons, such as having a web terminal open to a folder on the array. Make sure to exit any web terminals or SSH sessions in this case)
     
    We have a fix in the 6.12.3-rc3 prerelease, available here:
    The fix is in the 6.12.3 release, available here:
    It would be helpful if some of the folks who have been having an issue stopping the array could upgrade and confirm the issue is resolved in this version. No need, this fix is confirmed.  Thanks to everyone who helped track this down!
  19. ljm42's post in No space left on device was marked as the answer   
    Please upgrade to 6.12.3 and try again, it includes fixes for networking and Docker:
    https://forums.unraid.net/topic/142116-unraid-os-version-6123-available/
     
    Be sure to read that announce post to prevent issues when shutting down the array in 6.12.2
  20. ljm42's post in Can anybody offer help? was marked as the answer   
    Unraid Connect Remote Access is only able to give you access to the Unraid webgui, not to your Docker containers. If you need to access Docker containers or VMs or other items on your network, you'll want to setup WireGuard VPN:
      
     
     
  21. ljm42's post in after Version: 6.12.2 wireguard easy cannot start was marked as the answer   
    You are having a conflict between the built-in WireGuard and the WireGuard Easy Docker container.
     
    You should use either the built-in WireGuard or a Docker container, but not both.
     
    If you want to use the built-in WireGuard, delete the Docker container and see:
      https://forums.unraid.net/topic/84226-wireguard-quickstart/
     
     
    If you want to use a Docker container for WireGuard, go to Settings -> VPN Manager and make sure nothing there is running or set to autostart. Then *just* use the Docker container from here on out.   Support for the "WireGuard Easy" Docker container is here:
      https://forums.unraid.net/topic/117195-support-smartphonelover-wireguard-easy/
  22. ljm42's post in WebGUI not working after 6.12.0 was marked as the answer   
    The issue is that you have two WireGuard configs that are using the same IP address. Assuming they are wg0 and wg1, run these commands
    wg-quick down wg0 wg-quick down wg1 Then run:
    /etc/rc.d/rc.nginx reload  
    That should give you access to the webgui. Navigate to Settings -> VPN Manager and review wg0 and wg1 and make sure they are setup for different network pools and IPs before restarting the tunnels.
  23. ljm42's post in FTP server user(s) was marked as the answer   
    This test will be improved. But you can prevent the warning in the meantime by deleting config/vsftpd.user_list from your flash drive.
  24. ljm42's post in Unable to connect to WebUI, SSH works, `diagnostics` hangs was marked as the answer   
    We are working on a fix for nginx with IPv6 but for now you should go to Settings -> Network Settings and change eth0 to "IPv4 only" if that works in your environment.
     
    Also, please see my comment here about browsers potentially causing issues with backgrounded tabs:
    https://forums.unraid.net/bug-reports/stable-releases/612-unraid-webui-stop-responding-then-nginx-crash-r2451/page/3/?tab=comments#comment-25245
     
  25. ljm42's post in Help tips are shown by default after upgrading to 6.12.2 was marked as the answer   
    Unrelated to the release, you can turn help on/off by clicking the question mark icon in the upper right corner of the page.