limetech

Administrators
  • Posts

    10184
  • Joined

  • Last visited

  • Days Won

    196

Everything posted by limetech

  1. Just what you typed is fine. Main reason is that we can track this separately rather than continuing in this topic.
  2. Please open a separate bug report for this.
  3. Actually not true... pre-6.10 the 'udev' subsystem was started very early. This let us look for which device was assigned to the flash by looking at: /dev/disk/by-label/UNRAID which is a symlink which points to a partition, such as 'sda1' or 'sda2' In 6.10 we have to find the flash device before starting 'udev', so we switch to using 'blkid' to find a device with label "UNRAID". However the code only checks partition 1 label on each device because I've never seen a case where anything other than partition 1 was ever used. We will add code to check partitions 1, 2, 3, and 4 in the 6.10.1 release. To get your flash to boot now, you will have to reformat and make sure partition 1 is the boot partition with the UNRAID label.
  4. Maybe this issue: https://forums.unraid.net/bug-reports/stable-releases/6100-unraid-boot-device-not-found-r1906/page/2/?tab=comments#comment-19275 How many partitions are on your flash device? Should be only one: partition 1.
  5. I see what's happening but not sure why yet. From your diags, "lspci.txt" we see this: 02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 04) Subsystem: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:0123] Kernel driver in use: r8169 Kernel modules: r8169 03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 07) Subsystem: PC Partner Limited / Sapphire Technology RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [174b:0123] Kernel driver in use: r8169 Kernel modules: r8169 04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 07) Subsystem: PC Partner Limited / Sapphire Technology RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [174b:0123] Kernel driver in use: r8169 Kernel modules: r8169 I 'bolded' the issue above. For some reason the kernel is assigning the r8169 driver to the RTL8125 device instead of the r8125 driver. 'googling' this reveals it's a known issue, eg, https://bbs.archlinux.org/viewtopic.php?id=274481 https://github.com/awesometic/realtek-r8125-dkms/issues/7
  6. A little further explanation would be helpful. What happens when you power-up? You see the motherboard bios startup, then what, a blank screen?
  7. The problem is that the partition containing Unraid config, with label UNRAID, must be partition 1. If you use our USB Flash Creator tool this will be the case. I will provide additional explanation a little later today.
  8. Nothing has changed in the startup scripts related to this. Please try this: reboot server and when it gets to the "press ENTER key reboot" prompt, type ctrl-C instead of Enter key. The server will continue boot sequence but since it can't mount the usb flash it won't be able to mount the other bz files, in particular 'bzmodules'. You will likely see a lot of error messages, such as "module bonding not found". Eventually it should present a normal Login prompt. Here you enter 'root' as the username and it should drop right into a shell. At this point, please type: blkid And post the output you see from that command.
  9. Or in Bug Reports https://forums.unraid.net/bug-reports/stable-releases/
  10. Quick look at the code shows it's being included - @bonienl will have to take a look
  11. Thanks for this solution. I want to add to release notes. Can you provide a command example? Also those settings could be put into sshd_conf file as well correct?
  12. It's because Realtek does not keep up properly with Linux kernel releases and they do not maintain the in-kernel driver. This has always been problematic. What is you solution doing? Presumably installing vendor-supplied drivers?
  13. The r8152 driver was included in the kernel build for 6.10.0-rc5 released on April 26. Please upgrade to 6.10 stable release and if still not working, please open a Bug Report here: https://forums.unraid.net/bug-reports/stable-releases/ also please include diagnostics.zip. On 6.10.0 you can see the driver in this directory: /lib/modules/5.15.40-Unraid/kernel/drivers/net/usb/
  14. What version Unraid OS were you using before and what was he value of "Use SSL/TLS" setting before? thx
  15. Yes, refer to: https://www.openssh.com/txt/release-8.7 Unraid OS 6.9.2 uses openssh version 8.4p1 and Unraid OS 6.10 uses openssh version 8.8p1
  16. I would not use windows 'hosts' file since that is ignored by many browsers and if you forget about that entry and your IP address changes in the future it can be very puzzling what's happening. A question to those seeing this issue: How did you access the server webGUI before? That is, what URL was used? eg, http://tower.local/ eg, http://<ip-address>/ eg, https://<hash>.unraid.net/ something else? How about booting in GUI mode - do you see webGUI there? We created a command to unlock keys from the car. If you can ssh/telnet into server, or use local webGUI Terminal, type the command: use_ssl no # this will set enable http protocol on your LAN or use_ssl yes # this will enable https with self-signed cert on your LAN
  17. Yes, here are the changes (-rc9 was never published): ## Version 6.10.0-rc9 2022-05-16 (vs. 6.10.0-rc8) ### Base distro: - curl: version 7.83.1 (CVE-2022-27778 CVE-2022-27779 CVE-2022-27780 CVE-2022-27781 CVE-2022-27782 CVE-2022-30115) - intel-microcode: version 20220510 ### Linux kernel: - Linux 5.15.40-Unraid ### Management: - emhttpd: fix: changing any user password too enthusiastically logged out all browser sessions - emhttpd: for 'domains' and 'system' shares, change 'Enable Copy-on-write' default setting from 'No' to 'Auto' - emhttpd: change poll_attributes tunable default value from 30 min to 30 sec. - webgui: Wireguard: strip ListenPort from file input - ListenPort must be unique, let WG generate a random local port instead - webgui: Font files update: 1. Restore clear-sans font 2. Update bitstream font 3. Cleanup font files, use only woff format 4. Adjust css settings
  18. Thanks. I think this is an issue with UD plugin which has been updated. Please check for plugin updates. @dlandon knows for sure.
  19. You should only need to go to Tools/UpdateOS and switch to the Stable branch to see the update. Sure there are still some outstanding issues and we'll continue to monitor here. Please upgrade and switch to Stable Bug Reports board for new issues.
  20. Refer to Summary of New Features for an overview of changes since version 6.9. To upgrade: First create a backup of your USB flash boot device: Main/Flash/Flash Backup If you are running any 6.4 or later release, click 'Check for Updates' on the Tools/Update OS page. If you are running a pre-6.4 release, click 'Check for Updates' on the Plugins page. If the above doesn't work, navigate to Plugins/Install Plugin, select/copy/paste this plugin URL and click Install: https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/stable/unRAIDServer.plg Bugs: If you discover a bug or other issue in this release, please open a Stable Releases Bug Report. Credits Special thanks to all our beta testers and especially: @bonienl for his continued refinement and updating of the Dynamix webGUI. @Squid for continued refinement of Community Apps and associated feed. @dlandon for continued refinement of Unassigned Devices plugin and patience as we change things under the hood. @ich777 for assistance and passing on knowledge of Linux kernel config changes to support third party drivers and other kernel-related functionality via plugins. @SimonF for refinements to System Devices page and other webGUI improvements. @thohell for an extra set of eyes looking at md/unraid driver and for work-in-progress of adding changes to support multiple Unraid arrays. @JorgeB for rigorous testing of storage subsystem