ljm42

Administrators
  • Posts

    4338
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by ljm42

  1. We found the issue... please navigate to Settings -> Identification and remove the single quote / tick mark from your server's description. You will be able to add it back in the next release Would you mind reinstalling the Connect plugin? If the issue returns, please visit this URL: http://Homeserver.local/plugins/dynamix.my.servers/data/server-state.php Then send the results to me in a DM or create a support ticket https://unraid.net/contact . Be sure to include the link back to this conversation for context. Thanks!
  2. When in the broken state, please SSH in and type the word "diagnostics". This will put the diagnostics.zip file in the logs directory on the flash drive. We really need to see these diagnostics so we can see what is going on with the system. After doing that, please reboot into safe mode (which disables all plugins) and see if the same problem occurs.
  3. Excellent sleuthing! We'll fix that but at least there is an easy work around.
  4. Would you please visit this url: http://RaidOS.local/plugins/dynamix.my.servers/data/server-state.php If it throws an error please post it here (or if it looks personal you can DM me). If it shows data then that probably isn't the source of the error, but it might be helpful if you DM it to me
  5. Thank you for the phplog. Are you able to capture diagnostics when in that state? (by typing "diagnostics" and then grabbing the file out of the logs directory on the flash drive) I'm still unclear, once the problem happens is it specific pages that go all white or is it all pages?
  6. So the webgui initially works after a reboot and then after some time it goes blank? The next time this happens, please SSH to the server (or use a local keyboard/monitor) and and type "diagnostics". This will create a new diagnostics zip file on the flash drive (in the logs directory) which will capture logs after the problem starts, hopefully giving us some clues. Also once the problem starts, please type: cat /var/log/phplog You may be able to copy/paste the response back here, if not you can run: cp /var/log/phplog /boot/logs and then the phplog file will be available on your flash drive along with the new diagnostics zip file (look for the latest one created today). Get both files off the flash and upload here.
  7. Is it an intermittent problem? I see you are running 6.12.8 which has only been available for a few days, how did you upgrade if the webgui wasn't working? Or is it just some pages with issues? Is the entire page white or does it show a header and navigation? Just trying to get a clear understanding of the problem, thanks!
  8. Hey everyone, 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 in https://forums.unraid.net/forum/55-general-support/ . Be sure to include your diagnostics.zip (from Tools -> Diagnostics)
  9. Hmm please start a new thread in https://forums.unraid.net/forum/55-general-support/ Be sure to include your diagnostics and any testing you can think of. Having a dedicated thread allows for better back and forth than we can do in a release thread.
  10. @Gymnae I moved your post here: https://forums.unraid.net/topic/154030-6128-log-spammed-with-references-to-unraid-apiphp/ @Cout99 Please post your diagnostics in that thread so we can compare them
  11. As a first cut I'd suggest rebooting. It is difficult to do a lot of back and forth in the release thread, so if the issues persist please start a new thread here: https://forums.unraid.net/forum/55-general-support/ Be sure to upload your diagnostics.zip file (from Tools -> Diagnostics)
  12. Hmm our other conversation about this was in a release thread too, which makes it hard to track conversations across releases. Please open a bug report here: https://forums.unraid.net/bug-reports/stable-releases/ with screenshots and fresh diagnostics. Thanks!
  13. You have manually upgraded the OS but the Connect plugin is out of date. Navigate to the Plugins tab and update all plugins, should be good then. Also, be sure to copy the changes.txt file from the 6.12.8 zip along with bz* or things will get confused.
  14. Thanks everyone for the feedback, Unraid 6.12.7 is now live!
  15. This release has two very important fixes around security and data integrity, along with other improvements and bug fixes. All users are encouraged to read the release notes and upgrade. Upgrade steps for this release 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 (this release takes another stab at preventing issues related to Docker not stopping properly) If you have the latest Connect plugin installed, or Unraid 6.12.7-rc2: Open the dropdown in the top-right of the Unraid webgui and click Check for Update. More details in this blog post If you don't have the Connect plugin installed Go to Tools -> Update OS and switch to the "Stable" branch if needed. If the update doesn't show, click "Check for Updates" 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 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.
  16. It is very difficult to have a lot of back and forth discussion in the release thread. Please start a new thread here https://forums.unraid.net/bug-reports/prereleases/ and be sure to include your diagnostics (from Tools -> Diagnostics)
  17. I can help with this but it is a bit more than we should do in a release thread. Please start a new topic in General Support (this is not related to this rc release). So we can talk specifics, it would be very helpful if you include your diagnostics and the output of: ls -al /boot/config/ssl/certs/* Feel free to reply here with the URL
  18. Sorry, I'm not sure what you're referring to here, is this done or are you asking for a change? : ) Looking into this, thanks
  19. So Docker has still been holding the /var/lib/docker mount open for some folks. If you have been affected, please test Unraid 6.12.7-rc2 which does a "lazy unmount" of /var/lib/docker. This means instead of trying to unmount and giving up if it can't, it will wait until it is not in use and then automatically unmount. This should eliminate the need to ever have to manually run `umount /var/lib/docker` again.
  20. Thanks for reporting! Unraid 6.12.7-rc2 will strip leading zeros from IP addresses to prevent other folks from running into this:
  21. Thanks for reporting, the fix for this issue is now available in 6.12.7-rc2:
  22. Regarding the Docker security advisory, Unraid 6.12.7-rc2 is now available with Docker 24.0.9 and runc 1.1.12:
  23. > We will incorporate these changes for upcoming Unraid version 6.12.7 If you are having the issues discussed in this thread, with certain pages loading slowly due to the flash drive writing slowly, please consider testing 6.12.7-rc2 and confirming the issues are resolved. Thanks!
  24. So Docker has still been holding the /var/lib/docker mount open for some folks. If you have been affected, please test Unraid 6.12.7-rc2 which does a "lazy unmount" of /var/lib/docker. This means instead of trying to unmount and giving up if it can't, it will wait until it is not in use and then automatically unmount. This should eliminate the need to ever have to manually run `umount /var/lib/docker` again.
  25. The Unraid 6.12.7-rc1/rc2 releases contain bug fixes and security updates that we'd like feedback on before releasing 6.12.7. If you installed rc1, please upgrade to rc2 as it fixes problems related to installing license keys. Upgrade steps for this release 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 (this release takes another stab at preventing issues related to Docker not stopping properly) If you have the Connect plugin installed and updated to the latest version Open the dropdown in the top-right of the Unraid webgui and click Check for Update. More details in this blog post If you don't have the Connect plugin installed Go to Tools -> Update OS and switch to the "Next" branch. If the update doesn't show, click "Check for Updates" 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 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. Upgrade notes This release has two very important fixes. First, we updated Docker to incorporate fixes for their recent security advisory. Second, we fixed a corner case bug which can lead to data loss if a newly added array drive has a non-standard partition layout. If you add one of these drives, the second time you start the array the drive will show as unformatted. If this happens please contact support and we can help you with data recovery. Even if you have not encountered this issue, we recommend upgrading so that you will not be affected when adding drives in the future. This release also includes some nice fixes in networking, Docker containers, Time Machine support, and VMs as well as fix for a slowdown some systems were having on the Dashboard. We have also improved the SMART attribute handling for NVME and SSD drives. Details below. Known issues Out of date plugins Out of date plugins can cause problems, we recommend they be kept current. Call traces and crashes related to macvlan If you are getting call traces related to macvlan (or any unexplained crashes, really), as a first step we recommend navigating to Settings > Docker, switching to advanced view, and changing the Docker custom network type from macvlan to ipvlan. This is the default configuration that Unraid has shipped with since version 6.11.5 and should work for most systems. Note that some users have reported issues with port forwarding from certain routers (Fritzbox) and reduced functionality with advanced network management tools (Ubiquity) when in ipvlan mode. If this affects you, see the alternate solution available since Unraid 6.12.4. Network problems due to jumbo frames If you are having network issues of any kind, confirm that you have not enabled jumbo frames. Navigate to Settings > Network Settings > eth0 and confirm the Desired MTU is 1500. For more information see the Fix Common Problems warning for jumbo frames. Problems due to Realtek network cards Upgraded kernel fixes the deadlock issue with jumbo frames and the in-tree Realtek 8125 driver. However, we still recommend following the advice above regarding jumbo frames. If you continue to have network stability issues and Tools > System Devices shows that you have a Realtek ethernet controller, grab the part number shown and search Community Apps to see if there is a Realtek vendor-supplied driver plugin for that device. For more information, see the support page for Realtek driver plugins. Other issues? We highly recommend installing the Fix Common Problems plugin as it will warn you of common configuration problems. If you are having other crashes or stability issues, navigate to Settings > Syslog Server and enable Mirror syslog to flash. This will cause additional wear and tear on you USB flash boot device but is useful in the short term for gathering logs after a crash. After the next reboot, navigate to Tools > Diagnostics and download your anonymized diagnostics (as of 6.12.5, diagnostics automatically include logs that were mirrored to the flash drive). Finally, start a new topic and provide all the details of the issue. Once the issue is resolved, be sure to disable Mirror syslog to flash. Rolling back Be aware that rolling back to an earlier release will make your system vulnerable to the Docker security issues and potential data loss scenario mentioned in Upgrade notes. If rolling back earlier than 6.12.6, also see the 6.12.6 release notes. Changes vs. 6.12.6 Bug fixes and improvements Docker: Fix WG routes added to the correct interface (br0 or eth0 or bond0) Use "lazy unmount" unmount of docker image to prevent blocking array stop Updated to address multiple security issues (CVE-2024-21626, CVE-2024-24557) Networking improvements: Boot faster by checking for carrier before assigning DHCP addresses Remove leading zeros from IPv4 and IPv6 addresses New '/etc/rc.d/rc.inet1 status' and '/etc/rc.d/rc.inet1 status ip' commands to aid with network troubleshooting from the command line Notifications: Add ntfy.sh to notification agents SMART improvements: Fix NVME Selftest Fix display of 'Accumulated power on time, hours:minutes xxxxx:yy' SMART attribute Display KB/MB/GB/TB written in SMART Attributes for SSDs Add 'SSD endurance remaining' SMART Attribute System logging: By default, syslog is copied to USB boot flash on shutdown, see Settings > Syslog Server to disable Logs from the above and Mirror syslog to flash are now available the next boot on Tools > Syslog and in diagnostics VM Manager: Fix for downgrade: if the VM template has been updated to the latest QEMU machine type it will not be found upon downgrade. This change finds latest current version for a given machine type. ZFS: Use zpool import "-f" flag to permit import of foreign pools Other: Enable EFI boot by default for fresh installations Fix slowdown on Dashboard and Docker pages (and reduces flash device writes) Formatting: do not initialize device partition layout if already valid. Update OS: redesigned Update OS and Downgrade OS pages, refer to blog post Fix MacOS unable to write 'flash' share and restore Time Machine compatibility (fruit changes) Allow Community Apps (if installed) to automatically start containers when doing a multi-install Feedback form: change DONE button to CANCEL Package updates docker: version 24.0.9 kernel-firmware: version 20231226_abfcad8 Linux kernel version 6.1.74 CONFIG_USB_SERIAL_XR: USB MaxLinear/Exar USB to Serial driver CONFIG_CAN: CAN bus subsystem support CONFIG_CAN_NETLINK: CAN device drivers with Netlink support CONFIG_CAN_GS_USB: Geschwister Schneider UG and candleLight compatible interfaces CONFIG_SCSI