Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Version 6.3.0-rc2 Release Notes

Featured Replies

unRAID OS version 6.3 is primarily a bug fix and package "catch up" release.  There is one interesting new feature:

 

Please refer to change log below for list of updated components.

 

unRAID Server OS Change Log
===========================

Version 6.3.0-rc2 2016-10-19
----------------------------

Base distro:

- docker: version 1.12.2
- containerd: version 0.2.4
- runc: version 1.0.0_rc2
- libseccomp: version 2.3.1
- libvirt-php: 0.5.2 (+ latest from git)
- php: version 7.0.12
- usbredir: version 0.7.1
- spice: version 0.12.8
- spice-protocol: version 0.12.12
- imlib2: version 1.4.9
- gd: version 2.2.3
- rsyslog: version 8.22.0
- libfastjson: version 0.99.4
- reverted OVMF firmware back to the version in 6.2 due to user reported issues

Linux kernel:

- version 4.8.2
- r750: version 1.2.10-16_10_13

Management:

- bug fix: Samba listening on the wrong interface in a VLAN-enable config
- emhttp: added starting/stopping docker/libvirt events
- emhttp: removed 'reboot', 'shutdown', 'changeNetwork' API calls; eliminated emhttp-managed network vars
- md/unraid: kernel 4.8 API changes; support FUA and SYNC write operation flags
- shutdown: save diagnostics in event of cmdStop timeout
- vm manager: add 'virtio-win-0.1.126-2' and 'virtio-win-0.1.126-1' to VirtIO-ISOs list
- webGui: Added "Join" notification agent
- webGui: Add support for "Notify My Android" notifications
- webGui: Fixed: Windows unable to extract diagnostics zip file
- webGui: Increased password length to 128 characters
- webGui: Interactive Reboot and Shutdown directly invokes '/sbin/reboot' and '/sbin/poweroff'

 

Changelogs for prior versions: 6.3.0-rc1

Away from home at the moment, but nice to see docker upgrade...

 

Sent from my LG-H815 using Tapatalk

 

 

Nice update!!  ;D Upgrade went smoothly.

 

Just wondering, are we going to be able to take advantage of everything that Docker 1.12 brings straight away? Or will we need to remove / re-add the docker image again? :)

  • Author

Just wondering, are we going to be able to take advantage of everything that Docker 1.12 brings straight away? Or will we need to remove / re-add the docker image again? :)

 

You shouldn't need to remove / re-add any Docker containers/images with this new Docker version.

Good work - thanks. Update went smoothly! :)

 

Update: Nerd Package is not loading anymore since the upgrade to rc2 (packages are still avaialable but the GUI is just showing "Please wait, retrieving plugin information ..." forever.

This should really help in troubleshooting shutdown issues:

 

# (Try) to stop the array
echo "Waiting $TIMEOUT seconds for graceful shutdown..."
if ! timeout $TIMEOUT /usr/bin/wget -q -O - localhost:$PORT/update.htm?cmdStop=apply >/dev/null ;then
  echo "Forcing shutdown..."
  logger "Active pids left on md devices"
  /usr/bin/fuser -mv /dev/md* 2>&1 | logger
  /usr/local/sbin/diagnostics
fi

 

With this addition I feel that the shutdown issues have been addressed.

 

Thank you.

With this addition I feel that the shutdown issues have been addressed.

 

Thank you.

 

My shutdown to finish this update on 6.3.0-rc1 was the first time my machine shutdown correctly in awhile.

Good work - thanks. Update went smoothly! :)

 

Update: Nerd Package is not loading anymore since the upgrade to rc2 (packages are still avaialable but the GUI is just showing "Please wait, retrieving plugin information ..." forever.

Dmacias has to update nerd pack with every release

 

Sent from my LG-D852 using Tapatalk

 

 

Updated with no issues. Vm start up seems to be mostly resolved now. Its not as fast as 6.2.1 but 3/4 seconds wait is nothing

 

Great job!

UD has been updated to be more in line with the fixes in 6.3.0-rc2 that put the stop_services event before services are stopped and not before the VMs and Dockers are stopped.

 

Anyone using a UD mounted disk for VMs and/or Dockers will need to update to 6.3.0-rc2 before updating UD.  Because of an issue with the stop_services event being before VMs and Dockers were stopped in previous versions, UD had to use the unmounting_disks event.  This is not the appropriate event for UD because it has to do some samba configurations to un-share devices, but the services are stopped at this point.

 

UD mounted devices are now unmounted on the stop_services event that is after the VMs and Dockers are stopped, but before samba is stopped.

 

This only affects 6.3.0.  All previous versions still shutdown at the unmounting_disks events.  A decision is made on which event to use when UD in installed based on the version of unRAID it is installed on.

WOW

 

Have to really congratulate the team on the huge speed increase (probably due to PHP7).

 

Previously the WIP Ransomware Protection plugin was averaging ~400 Hardlinks created per second onto user shares.  Now with RC2, I'm averaging creating about 4200 4400 hardlinks / second (using the identical code)

 

Not to mention that even CA is noticeably "snappier" in response time

VM startup fixed.

 

 

Problem that might have started with RC1 but still present in RC2 - I can't even stop my array as a precursor to shutdown.  I have to hit the power button and wait 60 seconds for the graceful shutdown.

 

 

I just got two new drives today and it won't let me preclear - it just gets stuck on 'please wait' retrieving information.  I successfully pre-cleared on RC1.

 

 

 

dzmm-diagnostics-20161021-0032.zip

Just upgraded from rc-1 to rc-2 and restarted the system. think i may have corrupted something. using safari and chrome and getting the following message at the top with the screen looking as follows:

 

Warning: syntax error, unexpected '~' in /boot/config/plugins/dynamix/dynamix.cfg on line 1 in /usr/local/emhttp/plugins/dynamix/include/Wrappers.php on line 19 Warning: array_replace_recursive(): Argument #2 is not an array in /usr/local/emhttp/plugins/dynamix/include/Wrappers.php on line 19 Warning: extract() expects parameter 1 to be array, null given in /usr/local/emhttp/plugins/dynamix/template.php on line 30

 

Any ideas??

 

*SOLVED - i think the dynamix.cfg file got corrupted somehow. replaced it with an old copy. i hope i didn't mess anything up.

unRAID_rc-2.jpg.a6eb517183ec3288a44b7ecb30cbf20e.jpg

Does this 6.3 rc branch have the latest QEMU/KVM build?

  • Author

Does this 6.3 rc branch have the latest QEMU/KVM build?

Yes, it's using QEMU 2.7 (latest version).

Thank you for this release!

 

docker now supports udev symlinks & relative paths so I can use my zwave USB stick with HASS reliably.

 

I like the new popup dialogs for stopping the array and such..

 

but it would be nice to have the same thing when you stop the parity check.. right now it just stops the check instantly..

Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.