unRAID Server Release 6.0-beta10-x86_64 Available


limetech

Recommended Posts

Download

 

Disclaimer: This is beta software.  While every effort has been made to ensure no data loss, use at your own risk!

 

If you are running -beta9, you can update to -beta10 using the Plugin Manager.

 

Highlights in this release:

 

- Finally AFP updated to latest.

- Finally solved issue where server would receive new IP address from certain dhcp servers.  This will happen one more time, but thereafter server should get same IP address.

- Other bug fixes

 

unRAID Server Version 6.0-beta~10 Release Notes
===============================================

Please note: THIS IS BETA SOFTWARE.  WHILE EVERY EFFORT HAS BEEN MADE
TO ENSURE NO DATA LOSS, USE AT YOUR OWN RISK.

Summary of changes from 6.0-beta9 to 6.0-beta10
-----------------------------------------------
- avahi: eliminate bogus "Invalid response packet from host" messages.
- btrfs-progs: update to 3.16.1
- dhcpcd: use the hardware address of the interface for the Client ID.
- distro: updated license.txt: all 3rd party software is USE AT YOUR OWN RISK
- dockerMan: version 2014.09.25
- emhttp: improve http connection handling
- emhttp: fix issue creating cache-only share following cache device format completion
- emhttp: fix issue preventing apostrophes in share names
- emhttp: when cache device re-assigned set file system type to 'auto'
- linux: support all Winbond h/w monitor chips
- linux: update to 3.16.3 (reiserfs corruption patch built-in)
- netatalk: update to 3.1.6
- slack: don't start AFP in rc.M
- slack: fixed acpi power-button event
- slack: fixed rsyslog syslog rotation
- slack: inetd.conf: comment out unused comsat and auth services
- slack: libvirt installed, but /etc/rc.d/rc.libvirt removed (for now)
- slack: update bash to 4.2.49(2) (shellshock bug fix)
- webGui: added 'Default file system' on Disk Settings page (default is XFS)


Known issues in this release
----------------------------
- emhttp: certain btrfs pool operations can cause mount to take a looooong time
- slack: bonding driver interaction with dhcpcd is flaky, introduced delay as workaround.
- slack: the time setting "(UTC+10:00) Brisbane" is wrong: Brisbane does not use daylight
  savings time like "(UTC+10:00) Camberra, Melbourne, Sydney".
- webGui: help incomplete; a few rough edges remain
- emhttp: any file that is world-readable is accessible via http://Tower/mnt/... (which is to say a
  file can be made non-accessible by making it non-world-readable).


Summary of changes from 6.0-beta8 to 6.0-beta9
----------------------------------------------
- btrfs-progs: update to 3.16
- docker: fix bug which can cause creation of volume file to fail on user share
- emhttp: auto-expand all file system types (btrfs, reiserfs, xfs)
- libvirt: update to 1.2.8
- linux: update to 3.16.2 (with 3.16 reiserfs corruption fix patch)
- php: update to 5.4.32 including PTS support
- shfs: fixed improper handling of global share cache floor
- slack: rc.docker: handle restart following Docker daemon crash
- slack: rc.docker: remove extraneous sync's
- slack: replace sysklog package with rsyslog 8.4.0
- unraid: permit "md_write_method" to be set via mdcmd
- unraid: fix overlapped i/o detection race condition
- webGui: plgMan: fix 'plugin' update method
- webGui: plgMan: handle stale and error plugin install
- webGui: integrated gfjardim's latest excellant dockerMan plugin
- xen: update to 4.4.1


Summary of changes from 6.0-beta7 to 6.0-beta8
----------------------------------------------
- docker: update to 1.2.0
  docker for unRAID works with loopback mounted btrfs image
  integrate forum user "gfjardim" docker plugin (with permission)
- emhttp: fix handling of blank 'min free space' share setting
- emhttp: use 'mkdir -p' instead of 'mkdir' when creating disk mount points
- shfs: honor cache floor settings for 'unsplittable' paths
- plgMan: support unRAID OS update via Plugins page
- webGui: change Utilities menu to Tools, added Credits, license info


Summary of changes from 6.0-beta6 to 6.0-beta7
----------------------------------------------
- btrfs-progs: update to 3.14.2
- docker: update to 1.1.2
- emhttp: assign any number of slots to array and cache pool
- emhttp: implemented multi-device btrfs cache pool feature
- emhttp: support btrfs, reiserfs, xfs filesystems for array devices
- emhttp: handle multiple key files in /boot/config, but no more keys files in /boot
- emhttp: add indicator for shares that only exist on the cache
- libvirt: update to 1.2.7
- linux: update to 3.16
  CONFIG_NR_CPUS: changed from 16 to 256
  CONFIG_XFS_FS: include XFS file system
  CONFIG_XFS_POSIX_ACL: include XFS ACL support
  add "pci: Enable overrides for missing ACS capabilities" patch (for KVM vfio/PCI pass-through)
- misc: console coloring for kool kids
- php: update to 5.4.30
  add support for curl, openssl, zlib, bz2 and gmp
- qemu: update to 2.1.0
  add "Enable -cpu option to hide KVM" patch (for Nvidia)
- samba: update to 4.1.11
- shfs: fixed improper handling of cache floor
- slack: added htop-1.0.2
- slack: added xfsprogs-3.1.11
- unraid: correct overlapped I/O logic in driver; remove write-throttling algorithm
- webGui: add "check filesystem" functions on DiskInfo page.
- webGui: several misc. bug fixes


Summary of changes from 6.0-beta5a to 6.0-beta6
-----------------------------------------------
- docker: added support for docker 1.0.0
- emhttp: support btrfs-formatted cache disk
- linux: update to 3.15.0
- linux: added more features:
  CONFIG_NR_CPUS: changed from 8 to 16 (number of CPU's supported)
  CONFIG_NUMA: Enable NUMA (Non Uniform Memory Access) support.
  CONFIG_SCSI_MVSAS_TASKLET: Support for interrupt tasklet (improves mvsas performance)
  CONFIG_ALX: Qualcomm Atheros AR816x/AR817x support
  CONFIG_I40E: Intel(R) Ethernet Controller XL710 Family support
  CONFIG_AMD_IOMMU: AMD IOMMU support
  CONFIG_INTEL_IOMMU: Support for Intel IOMMU using DMA Remapping Devices
  CONFIG_INTEL_IOMMU_DEFAULT_ON: Enable Intel DMA Remapping Devices by default
  CONFIG_IRQ_REMAP: Support for Interrupt Remapping
  CONFIG_VFIO: VFIO Non-Privileged userspace driver framework
  CONFIG_VFIO_PCI: VFIO support for PCI devices
  CONFIG_VFIO_PCI_VGA: VFIO PCI support for VGA devices
  CONFIG_CIFS_SMB2: SMB2 network file system support
  CONFIG_NET_9P: Plan 9 Resource Sharing Support (9P2000)
  CONFIG_NET_9P_VIRTIO: 9P Virtio Transport
  CONFIG_9P_FS: Plan 9 Resource Sharing Support (9P2000) 
  CONFIG_9P_FS_POSIX_ACL: 9P POSIX Access Control Lists
  CONFIG_MAGIC_SYSRQ
- slack: updated packages with security advisories:
  curl-7.36.0
  gnutls-3.1.25
  ntp-4.2.6p5
  openssh-6.6p1
  openssl-1.0.1h
  openssl-solibs-1.0.1h
  shadow-4.1.5.1
  libtasn1-3.6
  php-5.4.29
  samba-4.1.6
- slack: added packages:
  btrfs-progs
  libcgroup
  sqlite
- slack: minor fixes in rc.S, rc.M, rc.sshd
- qemu: version 2.0.0 with SeaBIOS 1.7.5
- xen: update to 4.4.0, with security patches through 6-13-2014.
  Eliminated qemu-system-i386 altogether and now just builds qemu-system-x86-64 (qemu 2.0.0)
  Correct typo in /etc/default/xendomains.


Summary of changes from 6.0-beta4 to 6.0-beta5a
-----------------------------------------------
- emhttp: fix issue generating ini files with single quotes in keys  
- emhttp: support BRSTP variable to enable/disable network bridge STP
- openssl: update to openssl-1.0.1g (heartbleed bug fix)
- php: update to 5.4.26, and
  change search path for php.ini to: /etc/php
  change search path for additional ini files to: /etc/php/conf.d
  in /etc/php/php.ini include this directive:
    auto_prepend_file="/usr/local/emhttp/plugins/webGui/include/local_setup.php"
  local_setup.php defines the timezone and locale so that php scripts don't have to
- slack: initialize /etc/ssl/certs using update-ca-certificates
- sysinfo: added line to display OpenSSL version
- webGui: Network Settings: add control for BRSTP


Summary of changes from 6.0-beta3 to 6.0-beta4
----------------------------------------------
- linux: added more features:
  CONFIG_BLK_DEV_SR: SCSI CDROM support
  DEVPTS_MULTIPLE_INSTANCES: Support multiple instances of devpts
  SCSI_MPT3SAS: LSI MPT Fusion SAS 3.0 Device Driver
  VT_HW_CONSOLE_BINDING: Support for binding and unbinding console drivers 
  CONFIG_SENSORS_F71805F: Fintek F71805F/FG, F71806F/FG and F71872F/FG support
  CONFIG_SENSORS_F71882FG: Fintek F71882FG and compatibles support
  CONFIG_SENSORS_F75375S:  Fintek F75375S/SP, F75373 and F75387 support
- nfs: fixed issue where exported volumes were read-only (needed to explicitly add sec=sys option)
- php: added json support
- samba: update to 4.0.15 in order to set "acl allow execute always" to "yes" in order to fix 
  windows exe files not executing
- samba: "max protocol = SMB3" is the new default
- slack: added ca-certificates
- slack: added nano editor
- slack: added usb-utils (lsusb command)
- smartmontools: update to 6.2
- syslinux: remove Xen command line options (user can tune syslinux.cfg via webGui)
- emhttp: fixed bug where blank value for cache 'Min free space' would cause shfs terminate
- emhttp: fixed bug where changing SMB export setting in Active Directory mode caused crash
- emhttp: provide $_GET and $_POST to php scripts
- emhttp: when root password set, only authentiate webGui page access
- emhttp: very simple security for http access to share data (a work in process)
- emhttp: return correct mime type per file extension
- webGui: add syslinux configuration page on 'flash' menu
- webGui: add plugin manager
- webGui: add xen domain manager
- webGui: current list of built-in plugins:
  indexer - Share Browser
  sysinfo - The 'Info' button
  plgMan - Plugin Manager
  vendor - third party utility components
  webGui - the webGui itself
  xenMan - Xen Manager
- xen: update to 4.3.2


Summary of changes from 6.0-beta2 to 6.0-beta3
----------------------------------------------
- flash: added Xen boot options, multiboot support
- linux: added drivers:
  CONFIG_PATA_AMD: support for the AMD and NVidia PATA interfaces found on the chipsets for Athlon/Athlon64.
  CONFIG_PATA_ATIIXP: support for the ATI ATA interfaces found on the many ATI chipsets.
  CONFIG_PATA_OLDPIIX: support for early PIIX PATA support.
  CONFIG_PATA_PDC2027X: support for Promise PATA pdc20268 to pdc20277 host adapters.
  CONFIG_PATA_VIA: support for the VIA PATA interfaces found on the many VIA chipsets.
  CONFIG_SENSORS_NCT6775: support for the hardware monitoring functionality of the Nuvoton NCT6775F, 
  NCT6776F, NCT6779D and compatible Super-I/O chips.
- linux: fixed issue with hwclock (added RTC support which somehow got left out)
- linux: updated Intel e1000e driver to 2.5.4
- slack: added more packages, notably python and perl
- slack: added network bridging, including bridge of bonded ethernet NICs
- webGui: added bridge control on Network Settings page
- Xen: 4.3.1


Summary of changes from 6.0-beta1 to 6.0-beta2
----------------------------------------------
- slack: added missing library: libtasn1
- vsftp: fixed
- webGui: updated to 2014.01.24a to fix issue with updating


Summary of changes from 5.x to 6.0-beta1
----------------------------------------
- linux: version 3.10.24p x86_64 (includes reiserfs 'continuous write' patch)
- linux: include all KVM/Xen virtualization options, including libvirt
- linux: back to using kernel realtek NIC driver r8169
- mailx: version 12.5
- php: upgrade to 5.4.20
- samba: upgrade to 4.0.9
- slack: upgrade to slackware64-14.1
- openssh: version 6.3p1. Host keys are generated and stored in /boot/config/ssh directory. Currently
  configured to allow null passwords (easy to change). telnet still enabled (easy to disable).
- webGui: upgrade to webGui-master


Upgrade Instructions
====================

If you are currently running any previous 6.0-beta
--------------------------------------------------

In general it is only necessary to copy these files from the zip file to the root
of your USB Flash device:
  bzimage
  bzroot
  xen
  readme.txt

Starting in -beta9, the plugin manager can be used to upgrade unRAID-OS.

Starting in -beta8, docker is configured to make use of a loop
mounted image file for its operation.  This may require you to
re-download your docker containers.

Starting in -beta7, if your Plus or Pro key is located in the root of
your USB Flash device you must move it to the 'config' directory in
order for it to be recognized.


If you are currently running unRAID Server OS release 5.0.x
-----------------------------------------------------------

First backup the content of your USB Flash device to a folder on your PC and then install this
release according to "Installation on a New Flash Device" below.  Before ejecting your flash,
restore the 'config' directory from your back up.


If you are currently running any unRAID Server OS release before 5.0:
---------------------------------------------------------------------

First upgrade to latest 5.x release.  Please refer to upgrade instructions on our wiki:
http://lime-technology.com/wiki/index.php/Upgrade_Instructions


Installation on a New Flash Device
==================================

To make a bootable USB Flash device follow these steps:

If using Windows (XP/Vista/Win7)
--------------------------------
1. Plug your USB Flash device into your Windows PC.

2. Open 'My Computer' (XP) or 'Computer' (Vista/Win7) and right-click your Flash device. Click 'Format...',
   set the volume label to UNRAID and then click 'Start'. Important: the volume label must be set exactly
   to UNRAID (all caps).

3. Click on your Flash device (to open it), click on the zip file (to open it) and drag then entire contents of
   the unRAID Server zip file to the Flash.

4. For Windows XP, click on the file 'make_bootable'.  A DOS window will open and run the 'syslinux' utility on the
   Flash.  For Windows Vista or Windows 7, right-click on the file 'make_bootable' and select 'Run as administrator'.
   The 'syslinux' utility will write the Master Boot Record and create a small hidden file named 'ldlinux.sys' on
   the Flash device, making it bootable.

5. Once again, right-click your Flash device in 'My Computer' or 'Computer' and then click 'Eject'.  Your USB Flash
   device is now ready to boot into unRAID Server OS.

If using Mac OS X
-----------------
1. Plug your USB Flash device into your Mac.

2. Open Disk Utility, select the device and click the Erase tab.  Select Format: MS-DOS (FAT) format, Name: UNRAID
   and then click Erase. Important: the Name (volume label) must be set exactly to UNRAID (all caps).

3. Click on your UNRAID device (to open it), click on the downloaded unRAID Server OS release zip file (to open it),
   click on the un-archived unRAID Server folder that results (to open it), and drag then entire contents
   of the unRAID Server folder to the Flash.

4. Click on the file 'make_bootable_mac' on the device.  A terminal window will open and prompt for your admin
   password.  If the selected device is correct, enter the password and hit return.  The script will proceed to run
   the 'syslinux' utility which will write the Master Boot Record and create a small file named 'ldlinux.sys' on
   the Flash device, making it bootable.  Note: you may see your device disappear and reappear on your
   desktop a few times as the script is running - this is normal.

5. When the script completes, close the terminal window and Eject the device.  Your USB Flash device is now ready
   to boot into unRAID Server OS.

Link to comment
  • Replies 71
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Tom,

 

What was the purpose to not start libvirt during boot,

I need to execute this now to get my VM running

 

/etc/rc.d/rc.libvirt start

 

It's because we are still working on this and I didn't want to delay -beta10.  libvirt is not necessary for Xen.

 

What are you using to manage libvirt-based VM's?

Link to comment

I was going to give docker a try to see how it works, installed docker image to a disk outside my array (VM disk) but now templates are in the plugin??? and on the plugin page there are an update (2014-09-27), but it's not updates when clicking on update.

 

except this,  B10 looks running smooth so far on my system! thanks Tom.

 

EDIT

 

Fixed the templates.

 

//Peter

Link to comment

Installed B10 and rebooted. Works fine so far. All my Xen VMs boot up and run no problem.

 

Nice to see direct access to VM tools from the min menu.

 

It would be useful if there was a general 'update available' notification icon on the UI rather than having to go in to plugins and hit the 'check for updates' button.

 

Peter

Link to comment

Inline update + boot worked like a charm.

 

However, I clicked the "Check for updates" for the plugins and it prompted that there's an update for the docker plugin. Clicking the update link doesn't upgrade, looks like there's an error in the status that says that a file already exists...

 

Edit:

Tried installing the update manually and the log window displayed the following:

 

/usr/local/sbin/plugin install https://raw.githubusercontent.com/limetech/dockerMan/master/dockerMan.plg 2>&1
plugin: installing: https://raw.githubusercontent.com/limetech/dockerMan/master/dockerMan.plg
plugin: downloading https://raw.githubusercontent.com/limetech/dockerMan/master/dockerMan.plg

Warning: mkdir(): File exists in /usr/local/emhttp/plugins/plgMan/plugin on line 146
plugin: creating: /boot/config/plugins/dockerMan/dockerMan-2014.09.27.tar.gz - downloading from URL "https://github.com/limetech/dockerMan/archive/2014.09.27.tar.gz"

Warning: mkdir(): File exists in /usr/local/emhttp/plugins/plgMan/plugin on line 146
plugin: wget: "https://github.com/limetech/dockerMan/archive/2014.09.27.tar.gz" retval: 8

Link to comment

I updated from v6b9 to v6b10 using the plugin manager update.  I booted unRAID without plugins.  I can't create a directory on a SMB share using Windows 7.  I get the an error that the file on the destination directory is not found.  See attached screen shot.

 

EDIT: Syslog messages:

Sep 28 09:57:10 Tower shfs/user: shfs_mkdir: assign_disk: AV Media/New folder (2) No such file or directory
Sep 28 09:57:10 Tower shfs/user: shfs_mkdir: assign_disk: AV Media/New folder (2) No such file or directory

Create_Directory_Error.jpg.00498d58cfacd35bf26381a7a0b561b1.jpg

Link to comment

I'm seeing a MFT of these messages in /var/log/syslog when using the web UI and FireFox or Chrome or even IE web browser.

 

This is clicking on the Main tab.

Sep 28 09:50:30 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:50:45 REAVER emhttp: closeConnection: client close read: Connection reset by peer

 

This is clicking on Tools tab.

Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:52:37 REAVER emhttp: closeConnection: client close read: Connection reset by peer

 

This is clicking on Settings tab.

Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer
Sep 28 09:53:12 REAVER emhttp: closeConnection: client close read: Connection reset by peer

 

Link to comment

I updated from beta9, using the plugin manager update.  Now my Xen VM doesn't autostart, although the setting is still showing as autostart 'Yes'.

 

This appeared on the console, but I'm not sure whether before or after I started the VM manually:

Can't get domid of domain name 'archVM', maybe this domain does not exist.

 

Also, the VM isn't shutdown when the array is stopped from the web gui, resulting in a 'lock out' condition - the nfs daemon can't stop because the VM has files open on an nfs share.  The VM can't shutdown because the shares have been taken offline.

Link to comment

Still on the fence upgrading from unRAIDServer-6.0-beta5a to this beta10. The shellshock fix is very important and it might be a good time for me to convert to XFS.

The shellshock fix is very important ONLY if you have access to your server from the internet.

If it is only accessible from within your home LAN, then the only risk you face is an attack from members of your family.

 

Link to comment

Still on the fence upgrading from unRAIDServer-6.0-beta5a to this beta10. The shellshock fix is very important and it might be a good time for me to convert to XFS.

 

Respectfully, if you are running -beta release, you should always be running the latest release, or do not participate in beta program, IMHO.

 

Edit: to clarify: any bug report or issue you run across can not be addressed if you are not running the latest beta release.

Link to comment

I updated from v6b9 to v6b10 using the plugin manager update.  I booted unRAID without plugins.  I can't create a directory on a SMB share using Windows 7.  I get the an error that the file on the destination directory is not found.  See attached screen shot.

 

EDIT: Syslog messages:

Sep 28 09:57:10 Tower shfs/user: shfs_mkdir: assign_disk: AV Media/New folder (2) No such file or directory
Sep 28 09:57:10 Tower shfs/user: shfs_mkdir: assign_disk: AV Media/New folder (2) No such file or directory

 

Need full syslog plz.

Link to comment

I updated from beta9, using the plugin manager update.  Now my Xen VM doesn't autostart, although the setting is still showing as autostart 'Yes'.

 

This appeared on the console, but I'm not sure whether before or after I started the VM manually:

Can't get domid of domain name 'archVM', maybe this domain does not exist.

 

Also, the VM isn't shutdown when the array is stopped from the web gui, resulting in a 'lock out' condition - the nfs daemon can't stop because the VM has files open on an nfs share.  The VM can't shutdown because the shares have been taken offline.

 

Hey Peter,

 

Haven't seen this issue myself, but will test here in a minute.  Please provide a full syslog as well...

Link to comment

I updated from v6b9 to v6b10 using the plugin manager update.  I booted unRAID without plugins.  I can't create a directory on a SMB share using Windows 7.  I get the an error that the file on the destination directory is not found.  See attached screen shot.

 

EDIT: Syslog messages:

Sep 28 09:57:10 Tower shfs/user: shfs_mkdir: assign_disk: AV Media/New folder (2) No such file or directory
Sep 28 09:57:10 Tower shfs/user: shfs_mkdir: assign_disk: AV Media/New folder (2) No such file or directory

 

Need full syslog plz.

 

I'm having this error too. I'll reboot the system to get a cleaner log.

Link to comment

I updated from v6b9 to v6b10 using the plugin manager update.  I booted unRAID without plugins.  I can't create a directory on a SMB share using Windows 7.  I get the an error that the file on the destination directory is not found.  See attached screen shot.

 

EDIT: Syslog messages:

Sep 28 09:57:10 Tower shfs/user: shfs_mkdir: assign_disk: AV Media/New folder (2) No such file or directory
Sep 28 09:57:10 Tower shfs/user: shfs_mkdir: assign_disk: AV Media/New folder (2) No such file or directory

 

Need full syslog plz.

 

I'm having this error too. I'll reboot the system to get a cleaner log.

 

Also would be useful to see screen shot of Settings page for that share.

Link to comment

I updated from v6b9 to v6b10 using the plugin manager update.  I booted unRAID without plugins.  I can't create a directory on a SMB share using Windows 7.  I get the an error that the file on the destination directory is not found.  See attached screen shot.

 

EDIT: Syslog messages:

Sep 28 09:57:10 Tower shfs/user: shfs_mkdir: assign_disk: AV Media/New folder (2) No such file or directory
Sep 28 09:57:10 Tower shfs/user: shfs_mkdir: assign_disk: AV Media/New folder (2) No such file or directory

 

Need full syslog plz.

 

I'm having this error too. I'll reboot the system to get a cleaner log.

 

Also would be useful to see screen shot of Settings page for that share.

 

syslog: https://www.dropbox.com/s/ch2uzlsy2hws9l2/syslog.txt?dl=0

 

I think I found the bug: the "Downloads" share was set to "Use cache disk: Yes", but I don't have a cache disk right now. Just set to "No" and the error stopped.

 

Link to comment

updated using the plugin worked like a charm

 

but still having the same problem,, since beta9

Movies randomly freezing, syslog shows nothing happening

 

I thought it was a problem with the movie but the past 4 have done the same thing, watching all of a sudden complete freeze.

 

I have to pause or stop the movie, and rewind.. and it plays no problem..

 

Movie stop at 1h:30m... all I do is rewind back to 1h:25 and it plays without a hitch?

 

Sep 28 11:18:30 Tower kernel: mdcmd (45): clear

Sep 28 11:33:20 Tower kernel: mdcmd (46): spindown 0

Sep 28 11:33:51 Tower kernel: mdcmd (47): spindown 1

Sep 28 11:33:51 Tower kernel: mdcmd (48): spindown 2

Sep 28 11:33:51 Tower kernel: mdcmd (49): spindown 3

Sep 28 11:33:52 Tower kernel: mdcmd (50): spindown 5

Sep 28 13:18:54 Tower kernel: mdcmd (51): spindown 4 <- Movie was playing off this drive

Sep 28 14:17:49 Tower kernel: mdcmd (52): clear

 

Nothing going on out of the ordinary

Link to comment

updated using the plugin worked like a charm

 

but still having the same problem,, since beta9

Movies randomly freezing, syslog shows nothing happening

 

I thought it was a problem with the movie but the past 4 have done the same thing, watching all of a sudden complete freeze.

 

I have to pause or stop the movie, and rewind.. and it plays no problem..

 

Movie stop at 1h:30m... all I do is rewind back to 1h:25 and it plays without a hitch?

 

Sep 28 11:18:30 Tower kernel: mdcmd (45): clear

Sep 28 11:33:20 Tower kernel: mdcmd (46): spindown 0

Sep 28 11:33:51 Tower kernel: mdcmd (47): spindown 1

Sep 28 11:33:51 Tower kernel: mdcmd (48): spindown 2

Sep 28 11:33:51 Tower kernel: mdcmd (49): spindown 3

Sep 28 11:33:52 Tower kernel: mdcmd (50): spindown 5

Sep 28 13:18:54 Tower kernel: mdcmd (51): spindown 4 <- Movie was playing off this drive

Sep 28 14:17:49 Tower kernel: mdcmd (52): clear

 

Nothing going on out of the ordinary

 

How are you playing content?  Plugin of Plex?  XBMC on secondary machine using NFS/SMB to connect?  Docker container with plex or another solution?  Can you post this under General Support as a new ticket and include a syslog along with these details?

Link to comment

Not sure if this is a bug or not: but after using the webgui to update I see a stale version of unraid listed at the bottom as expected.  What is not expected is that it lists itself as beta10.  Looking at the flash drive I see a new folder v6.0-beta9.  Not causing a problem, but it doesn't seem right.

 

Also, I'm showing dockermanager needs an update but when I press update it just refreshes the screen and does nothing.

Untitled.jpg.aeb770112c2e022b7485cd6026559490.jpg

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.