this post was submitted on 16 Jul 2023
17 points (100.0% liked)

UNRAID

584 readers
6 users here now

Discussion about all things UNRAID.

founded 1 year ago
MODERATORS
 

Version 6.12.3 2023-07-14

Blogpost - https://unraid.net/blog/6-12-3

Unraid Docs - https://docs.unraid.net/unraid-os/release-notes/6.12.3/

Networking

This release has fixes for networking, particularly as it relates to IPv6. A side effect is that this should resolve an issue where the webGUI will not load in certain instances.

Note: If you have code in your 'go' script to disable IPv6, remove that and disable it via the 'Settings/Network Settings' page instead. Manually disabling IPv6 will cause conflicts.

Docker

This release resolves an issue where Docker does not properly stop when the array Stops, which can result in an unclean shutdown.

If Docker containers have issues starting after a while, and you are running Plex, go to your Plex Docker container settings, switch to advanced view, and add this to the Extra Params: --no-healthcheck

Bug fixes and improvements

  • rc.docker:
    • revised docker daemon running check
  • rc.docker: change route metric of main interface as needed to avoid conflict with shim interface with shim interface
  • rc.library:
    • code optimization for ipv6 max/min
    • support ipv4 mapped addresses
  • rc.nginx: explicit ipv4/ipv6 selection on lo interface
  • shfs: correct share size calculation when ZFS is one of the volumes
  • webgui:
    • VM settings page: fixed typo
    • Share Edit page: make minimum free space settings always available
    • Wireguard: fix typo in Ipv6 mask
    • Routing table: fix display of metric value when zero

Linux kernel

  • version 6.1.38
  • Added support to monitor and also limit power on Intel Core (2nd Gen+) CPU models:
    • CONFIG_POWERCAP: Generic powercap sysfs driver
    • CONFIG_INTEL_RAPL: Intel RAPL Support via MSR Interface
    • CONFIG_IDLE_INJECT: Idle injection framework

Base Distro

firefox: version 115.0.r20230710165010 (AppImage)

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago

Glad to see the docker issue has been sorted as that was impacting me a fair bit.

[–] entropicshart 1 points 1 year ago (2 children)

All the docker issues have me really worried about touching the 6.12.* updates, since most of my infrastructure is in containers.

Will probably wait for a couple more minor releases before updating

[–] [email protected] 3 points 1 year ago

It's pretty stable for me now. The only issue I had was restarting, which has just been fixed in this release. All of my inf is via docker.

[–] [email protected] 2 points 1 year ago (1 children)

yep, a lot has gone into release 6.12, i am going to give it 1 month since the last release then go for it, i might then give it a further 6 months and then switch filesystem for my cache drive to zfs.

[–] entropicshart 1 points 1 year ago (1 children)

Are there significant advantages to switching to zfs?

[–] [email protected] 1 points 1 year ago

A good question, that really depends on how you use ZFS, if you are creating single disk zpools then the advantages over XFS are limited to compression and snapshots (i think), if you are using ZFS in a more traditional sense of multiple drives then things get more interesting and you can use the whole range of features included in ZFS - disclaimer i have extremely limited knowledge of ZFS so i am being vague on purpose, check out Spaceinvader One's videos on the subject for much better understanding.