Jump to content

ljm42

Administrators
  • Posts

    4,391
  • Joined

  • Last visited

  • Days Won

    27

Posts posted by ljm42

  1. @EldonMcGuinness please add this file to the plugin to stop Unraid Connect from backing up monitor.db every 15 minutes:

    echo "monitor.db" > /boot/config/plugins/DriveStandbyMonitor/.gitignore

     

    Here is an example of how the rclone plugin distributes a similar file:
    https://github.com/Waseh/rclone-unraid/blob/6ed5f0ecf8cf1077795ecf7831aa84fd54408096/plugin/rclone.plg#L241 

     

    Note: initially this will only take effect on new plugin installs. The next release of the Connect plugin will make sure existing systems obey that .gitignore file too, without anyone having to do anything at the command line.

     

    This does mean that Unraid Connect Flash Backup will stop backing up this file. If you think it should be backed up occasionally, you could have the plugin copy it to a new file name perhaps once a day or once every few days.  The main goal here is to avoid the write amplifications that flash backup causes when this file changes every 15 minutes.

  2. Flash backup runs whenever it detects a change on the flash drive, so something is updating a file on your flash drive every 15 minutes.

     

    To see what it is, open a web terminal and type:

    cd /boot

    then

    git log --stat

    You can up/down arrow through the list, press Q to quit

     

    You will probably see the same file being mentioned multiple times, please copy/paste what you see back here.

    • Like 3
  3. On 4/27/2024 at 4:14 PM, jeffreywhunter said:

    I've also made sure that Enable DNS Rebind protection is turned on in my router.

     

    This is the problem, DNS Rebind Protection needs to be disabled.

     

    Diagnostics shows that DNS requests for 192-168-4-100.hash.myunraid.net do not resolve.  It needs to resolve to 192.168.4.100 in order for the url to work.

     

    Isn't there a message about this on the Settings -> Management Access page?

    • Upvote 1
  4. 1 hour ago, jeffreywhunter said:

    None of the links on the Management access page works except the local NAT server address.  I've tried them all and only the NAT address works from a local browser (warning about not secure).

     

    Please right click on the https://ip.hash.unraid.net one and choose "open in a new tab". Please show a screenshot of what happens.

     

    1 hour ago, jeffreywhunter said:

    not trying explicitly to do anything other than clicking on the command line icon in the unraid menu to open a terminal session.

     

    A screenshot of this would be helpful too

     

  5.  

    On 4/28/2024 at 9:59 AM, jeffreywhunter said:

    Quick update, today I discovered that I can ONLY access my server through connect.unraid.net website.  If I use https://192-X-X-X.[that special custom string].myunraid.net/Dashboard it will not work now.  I can only access if I login to connect.myunraid.net.  I must have missed something important...

     

    Something must be wrong with your bookmark, maybe the server's IP address changed?

     

    Access the webgui through Connect and go to the Settings -> Management Access page. That will list all of the available local access urls, including the ip.hash.myunraid.net one. When you use the url listed there you should be able to access the server.

     

    On 4/27/2024 at 4:14 PM, jeffreywhunter said:

    I'm not not able to access a terminal session/command line from the WebUI menu any longer.  When i click, I get the following: 

    --------------

    "serverip":4200

    This site can’t provide a secure connection

    "ServerIP" sent an invalid response.

     

    ERR_SSL_PROTOCOL_ERROR

     

    I need more detail about what you are doing. Based on the settings you provided, your webgui is hosted on port 443 not 4200.  Are you maybe trying to do something with a Docker container?

     

    Also please provide the full diagnostics.zip (from Tools -> Diagnostics)

  6. When the problem is occurring, please SSH in and run:

    /etc/rc.d/rc.nginx restart

    What is the response, and does it help?

     

    Also please run:

    cat /var/log/nginx/error.log

    and copy/paste the results back here. There is a lot of noise in this file but maybe something useful.

  7. On 4/20/2024 at 1:06 AM, Interstellar said:

    Anyone else having issues where the UnRAID GUI stops working?

    The login page pops up, I enter user/pass as normal, click login then... nothing, just hangs in both Safari and Chrome.

    Tried /etc/rc.d/rc.nginx reload - no change.

     

    As far as I can tell the server itself is working normally, SSH works, dockers/VMs are all running.

    Absolutely nothing in the logs relating to nginx at all.

     

    Uptime was since a day or two after .10 was released and I'm using macvlan already.

    Anyone else?

     

    Please start a new thread in General Support, include as much detail as you can along with your diagnistics.zip (can get from SSH by typing "diagnostics", any questions go ahead and ask in your new thread to avoid a lot of back and forth in this announce post)

  8. On 4/12/2024 at 7:27 PM, karash said:

    It looks like the "*.myunraid.net" is using certificate_bundle.pem while the local URLs are all using the SERVER_unraid_bundle.pem certificate, this is causing me to get an SSL warning when I navigate to my Unraid GUI.

     

    This is correct.  The certificate_bundle.pem cert is ONLY valid for *.myunraid.net urls. There is zero benefit to using it with other urls.  If you access the server by IP address or by name then it will use a self-signed cert.

     

    On 4/12/2024 at 7:27 PM, karash said:

    But there are no instructions on setting that up.

     

    It is fully setup. To use it, click the url starting with https://192-168... that you blanked out of the screenshot.

     

    For more information, see https://docs.unraid.net/unraid-os/manual/security/secure-webgui-ssl/

  9. On 4/13/2024 at 3:29 AM, kiwijunglist said:

    Additionally I tried to use "Local tunnel firewall:" in the unraid wireguard vpn settings page, but it didn't do anything.

     

    Keep playing with this, it should do what you want. The only other option is to change the IP in the client config but as you said it is not exactly secure.

     

    If you can't get it to work, try hosting VPN on your Unifi device instead. 

  10. This is not normal.

     

    Do you have the WG Docker container enabled at the same time? Maybe there is some sort of conflict.

     

    I'd suggest stopping the Docker container and following the guide here to set up the built in one: https://forums.unraid.net/topic/84226-wireguard-quickstart/ 

     

    Get "Remote access to LAN" working before trying something else.
     

    Read the entirety of the first two posts in that thread, there are many helpful tips that may point out an issue in your network.

     

  11. Are you changing SSL settings? The only cause I know of for what you are describing happens when you disable SSL, it can confuse your browser. To help prevent confusion, the webgui shows this message:
    image.png

     

    If you are sure that is not the cause, go to Settings > Syslog Server and temporarily enable "Mirror syslog to flash". The next time it happens:

    1) clear your browser's cache to see if that helps

    2) if not, reboot the server and upload your diagnostics (from Tools -> Diagnostics) here

     

    Note: once you past this issue be sure to disable "Mirror syslog to flash" as it adds wear and tear to the flash drive

  12. Manual upgrade instructions are in the docs:

    https://docs.unraid.net/unraid-os/manual/upgrade-instructions/#manual-upgrade-or-downgrade

     

    It sounds like you might have skipped this step:

    Move (not copy) bz* and changes.txt from the root of the flash drive to the "previous" directory, overwriting files as needed

    If so, when you replaced the files in the root of the flash you overwrote the running OS. There is no graceful recovery for this.

     

    Your best bet would be to turn the system off, put the flash drive in a different computer, and follow those manual instructions from the top

  13. 1 hour ago, theone said:

    I have version 6.12.9 update pending restart. Do I have to install it to see the 6.12.10 update?

     

    Yes the update process isn't really setup for people to run in "pending restart" mode for an extended period. TBH this could confuse plugins and other things that aren't prepared for this as well, I would not recommend updating the OS until you are ready to restart.

     

    6.12.9 does have an issue with certain Asmedia controllers, if you are at all concerned about that you can go to Settings -> Disk Settings and disable array autostart. Then when it boots into 6.12.9 there will be no problems and you can just run the update to 6.12.10 and reboot into that.

    • Like 1
  14. On 3/13/2024 at 2:54 PM, wirenut said:

    Stopping container: binhex-krusader

    Error:

     

    This is suspect.  Try manually stopping the container (reload the page and be sure it is really stopped) before doing the update and see if it makes a difference.

     

    Otherwise, I agree with the suggestion to recreate the docker image

  15. This release reverts to an earlier version of the Linux kernel to resolve two issues being reported in 6.12.9. It also includes a 'curl' security update and corner case bug fix. All users are encouraged to read the release notes and upgrade.

     

    Upgrade steps for this release

    1. As always, prior to upgrading, create a backup of your USB flash device:  "Main/Flash/Flash Device Settings" - click "Flash Backup".
    2. Update all of your plugins. This is critical for the Connect, NVIDIA and Realtek plugins in particular.
    3. If the system is currently running 6.12.0 - 6.12.6, we're going to suggest that you stop the array at this point. If it gets stuck on "Retry unmounting shares", open a web terminal and type:
      umount /var/lib/docker

      The array should now stop successfully

    4. If you have Unraid 6.12.8 or Unraid Connect installed:
      1. Open the dropdown in the top-right of the Unraid webgui and click Check for Update. More details in this blog post
    5. If you are on an earlier version:
      1. Go to Tools -> Update OS and switch to the "Stable" branch if needed. If the update doesn't show, click "Check for Updates"
    6. Wait for the update to download and install
    7. If you have any plugins that install 3rd party drivers (NVIDIA, Realtek, etc), wait for the notification that the new version of the driver has been downloaded. 
    8. Reboot

     

    This thread is perfect for quick questions or comments, but if you suspect there will be back and forth for your specific issue, please start a new topic. Be sure to include your diagnostics.zip.

    • Like 6
×
×
  • Create New...