Everything posted by ljm42
-
500 Internal Server Error - Cant login
Connect via SSH and (carefully) type: rm /var/log/pwfail/* This will be fixed in the next release.
-
Unraid OS Version 7.0.0-beta.2 available
Thanks for your feedback! Unraid 7.0.0-beta.2 is now available, details in the release notes. Everyone running -beta.1 is encouraged to upgrade This is BETA software. Please use on test servers only. This announce post 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 in the Prereleases board. Be sure to include your diagnostics.zip. Upgrade steps for this release Read the release notes. As always, prior to upgrading, create a backup of your USB flash device: "Main/Flash/Flash Device Settings" - click "Flash Backup". Update all of your plugins. This is critical for the Connect, NVIDIA and Realtek plugins in particular. 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. If you have a recent release or Unraid Connect installed: Open the dropdown in the top-right of the Unraid webgui and click Check for Update, then press More options and switch to the Next branch. You may be prompted to sign in to access the Next branch. Select the appropriate version and choose "View changelog to Start Update". More details in this blog post If you don't have the Check for Update option in the upper right corner: Either install the Unraid Connect plugin or upgrade to 6.12.10 first. Then check for updates as described above. Wait for the update to download and install 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. Reboot This announce post 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 in the Prereleases board. Be sure to include your diagnostics.zip.
-
Unraid OS Version 7.0.0-beta.1 available
This version of Unraid OS includes significant improvements across all subsystems, while attempting to maintain backward compatibility as much as possible. For this reason, we determined it appropriate to bump the version up to 7.0. Be assured, this is still a free upgrade. Please see the release notes for all the details. This is BETA software. Please use on test servers only. This announce post 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 in the Prereleases board. Be sure to include your diagnostics.zip. Upgrade steps for this release Read the release notes. As always, prior to upgrading, create a backup of your USB flash device: "Main/Flash/Flash Device Settings" - click "Flash Backup". Update all of your plugins. This is critical for the Connect, NVIDIA and Realtek plugins in particular. 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. If you have a recent release or Unraid Connect installed: Open the dropdown in the top-right of the Unraid webgui and click Check for Update, then press More options and switch to the Next branch. You may be prompted to sign in to access the Next branch. Select the appropriate version and choose "View changelog to Start Update". More details in this blog post If you don't have the Check for Update option in the upper right corner: Either install the Unraid Connect plugin or upgrade to 6.12.10 first. Then check for updates as described above. Wait for the update to download and install 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. Reboot This announce post 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 in the Prereleases board. Be sure to include your diagnostics.zip.
-
unraid connect ssl cert error
I removed your image because it showed some private information. The web server is setup for a different WANIP than the one you are using. Is there more than one WANIP for your network? Unraid Connect Remote Access works in the simple case when there is a single WANIP, nothing complex VPNs or CGNAT. If the WANIP changed recently, you can try opening a web terminal and running: /etc/rc.d/rc.nginx reload to configure the web server for the current IP.
-
Cannot access to MFA Management page in Unraid.net account
Thanks for reporting!
-
Does USB backup use ssh and connect to aws port 22?
Oh cool, so we added this fallback to port 443 for networks that block port 22 but aside from a reduction in "why can't I connect" posts I think you are the first person to confirm they are using it. We did not want to start on port 443 because it seems a little shady to do SSH over 443 without at least trying on 22. You are seeing the repeated calls in your logs because each time the script runs it tries port 22 and then falls back to 443, it doesn't store the state for the next run. As I said, you are the first person to provide feedback on how this works in their network. I can look at having it "remember" to use port 443 in a future release.
-
Automatically add links to specific words like "Diagnostics"
Testing diagnostics, should be fixed Edit: looks good! This will affect new content but AFAIK there is not a way to change previously added links. FYI the docs are being reorganized and content is going to move. We are putting in redirects when possible, but you can't redirect based on anchor tags so we can't add redirects for everything.
-
Does USB backup use ssh and connect to aws port 22?
Yes, Unraid Connect Flash backup makes an outgoing git/ssh connection to backup.unraid.net on port 22 or 443
-
Can't update to 6.12.10, update screen just stops, but no errors seemingly
Updating plugins (specifically Unraid Connect) is the correct solution here. If you do a manual install, be sure to update plugins after booting into the new OS.
-
Tips and Tweaks Plugin to possibly improve performance of Unraid and VMs
The urls in that signature have not been valid for many years, I went ahead and removed them. The current docs are available at https://docs.unraid.net/
-
CPU pinning giving csrf error
Glad to hear it! That was an interesting one to track down Oh you are right, I fixed the rc.php-fpm command in my response. In my testing, reloading nginx was not necessary but it doesn't hurt. We need to do some evaluation of this page, see if there is a way to get it to send fewer vars.
-
CPU pinning giving csrf error
Oooh that's exciting Tools -> PHP Settings -> PHP Info confirms that max_input_vars is at 1000 Edit /etc/php.ini and add a new line at the end: max_input_vars = 1500 And then reload PHP: /etc/rc.d/rc.php-fpm reload Refresh Tools -> PHP Settings -> PHP Info to confirm max_input_vars has a new value, then try submitting the form. If PHP log still complains, try a higher number. FYI, the changes to php.ini will be lost the next time you reboot
-
CPU pinning giving csrf error
The CPU Pinning page first submits to UpdateOne.php then to UpdateTwo.php. All post submissions require a CSRF token and fail if it is missing. CSRF tokens have been working for years so I was thinking perhaps your browser was not letting JavaScript run to add the CSRF token. One thing to try... go to Tools -> PHP Settings and enable "All Categories". Press "View Log" and keep the popup window open while trying the operation again. Is anything added to the log? Either way, please upload your diagnostics (from Tools -> Diagnostics)
-
CPU pinning giving csrf error
I would also try a different browser, maybe you have a browser extension that is preventing the csrf token from being added to the page.
-
Unraid Connect: Failed to Sync Flash Backup
Let's see if slowing things down helps. Deactivate, wait 30 minutes. Reload the page one time. Wait 1 minute. Press the Activate button one time then don't press anything for 10 minutes. Reload the page, wait 5 minutes. If the status is activated but not up to date, press Update one time and wait 5 minutes. Has it stabilized at this point?
-
Unraid Connect: Failed to Sync Flash Backup
Aaaaand we're back: https://forums.unraid.net/topic/138392-unraid-connect-plugin-announcements/#comment-1427183
-
Unraid Connect: Failed to Sync Flash Backup
I've posted an update over here https://forums.unraid.net/topic/138392-unraid-connect-plugin-announcements/#comment-1427183
-
Unraid Connect Plugin Announcements
Hey everyone, we are having issues with Unraid Connect Flash Backup. If you want to prevent your system from continuously trying to backup, navigate to Settings -> Management Access -> Unraid Connect and Deactivate & Delete your backup. To make sure you have a good backup locally, go to Main -> Boot Device -> Flash -> Flash Backup Update - Flash backup is working again! It will likely recover on its own the next time something needs to be backed up. Or if desired, you can manually press update one time. Be patient, wait at least five minutes before pressing it again : )
-
Unraid Connect: Failed to Sync Flash Backup
Hi folks, I can confirm we're seeing this too. If you need to make a backup in the meantime go to Main -> Boot Device -> Flash -> Flash Backup
-
[6.12.2] Array stop stuck on "Retry unmounting disk share(s)"
Hi folks, This thread is very specifically for people having trouble stopping the array while shutting down, and that issue should be resolved as of 6.12.8 However, there are other causes of "Retry unmounting disk share(s)", for instance, if you leave an SSH terminal open and cd'd to an array drive then the array will not be able to stop. You need to cd out of that directory or simply exit the terminal in order for the array to stop. Anyway, if you are having issues with a particular user script that is going to have a completely different root cause than the issue being discussed here. If you would like help with that issue, please start a new thread with full and complete steps on how to reproduce the issue, along with diagnostics showing the problem. Keep in mind that user scripts are not officially supported, so you should tag the author of the user script as well, since they may know more about what is going on. I'm going to lock this thread as the issue being discussed here appears to be solved.
-
Open Docker Container Trough Unraid Connect?
The Remote Access feature allows you to access your Unraid webgui from the Internet. If you need access to Docker containers, network drives, or other devices on your network, you'll want to setup a VPN instead. More details here https://docs.unraid.net/connect/remote-access/
-
Can someone tell me what these constant ssh/avahi-daemon errors are?
- Mucked up my MTU settings and can no longer reach my server.
This is extremely confusing. There are no advantages to using jumbo frames on one computer, you have to use them on every computer that that computer might talk to. Typically this is not practical unless you have a multiple nics and a separate subnet that key systems use to talk. But the main network should be kept at 1500. Have you changed the MTU on your router? That could explain what you are seeing. If so, return the router's MTU to 1500- Mucked up my MTU settings and can no longer reach my server.
Jumbo frames are evil. Well, they cause a lot of problems anyway. Fix Common Problems will warn against them: https://forums.unraid.net/topic/120220-fix-common-problems-more-information/page/2/#comment-1167702 To manually remove them, on the flash drive, edit config/network.cfg. Find any MTU[x] entries and change them to "1500", i.e.: MTU[0]="1500" MTU[1]="1500" When you reboot you will be back to stock MTUs.- Can someone tell me what these constant ssh/avahi-daemon errors are?
A possibility... avahi is involved with mdns, but you don't have a local domain specified. Navigate to Settings -> Management Access and set the "Local TLD" to the word "local" (without the quote marks). This has been the default for some time now. Let's see if that helps. - Mucked up my MTU settings and can no longer reach my server.