Announcing FreeNAS 9.2.1.1-RELEASE

Status
Not open for further replies.
J

jkh

Guest
Greetings, FreeNAS fanatics!
Yes, it's our first point release to a point release! We are not particularly thrilled that we had to do one, but there were some Samba (CIFS) and jail related bugs (including a panic!) that definitely made it necessary; we've done little else for the last 2 weeks but tracking them down and stomping on them! Our thanks also go out to the Samba team (you know who you are) who helped us to identify and fix some of the key issues, as well as to FreeNAS developer John Hixson, who worked extra hard on diagnosing and fixing the CIFS issues! The list of bugs fixed in 9.2.1.1 can be found here.
Should you encounter any other bugs in this release, or wish to submit enhancement requests, please visit http://bugs.freenas.org and by all means file a bug! We use the bug tracking system quite religiously and screen bugs on a daily basis, so filing a bug report is the best way of making sure that any issues do not get lost! Since no release engineering process is ever truly finished, we are already planning for 9.2.2 and will aim to fix any “fit and finish” bugs we deem appropriate for the next software update.
We also have the FreeNAS forums for general discussion and encourage everyone to use them. Finally, the FreeNAS developers also hang out in the #freenas IRC channel on FreeNode in their copious spare time should you wish to discuss things more in real-time.
The Errata List remains for 9.2.1.1, though we're happy to say that we squashed 3 out of the 4 issues that were on it for 9.2.1. The last remaining issue is 32-bit only, and only affects Time Machine backups.
Again, if you didn’t follow the link in the first paragraph, the bits are in http://download.freenas.org/9.2.1.1/RELEASE/
Thanks!
The FreeNAS Engineering Team

Release Notes for FreeNAS 9.2.1.1-RELEASE
  • Samba (SMB/CIFS support) upgraded to version 4.1.4, with select key fixes cherry-picked from 4.1.5. This version adds support for SMB3, the ability for FreeNAS to be a Windows Domain Controller, and advanced features like server-side copy support in Windows 2012 and later, along with multiple years worth of improvements over the version of Samba that shipped in 9.2.0. Samba4 also enables SMB protocol version 3. Previous versions of FreeNAS limited samba to SMB2 because of random crashes that would occur using SMB3. We also fixed a number of Samba issues specific to FreeNAS in 9.2.1.1 - see the fixed bug list for details.
  • A system dataset (.system) is now created in a user-configurable pool, the default being the first pool found. This can be changed in System->Settings->Advanced, the .system dataset being created as needed. This dataset becamse necessary for storing persistent Samba permissions, and is also being leveraged for other purposes, like collecting core files (which otherwise might overflow the limited system partition space) and storing system log files. It will be used for additional purposes as FreeNAS evolves.
  • A panic that occurred with VIMAGE jails has been fixed.
  • A bad bug with jail templates that caused them to be gratuitously downloaded has been fixed. See the fixed bugs query above for details.
Release Notes for FreeNAS 9.2.1-RELEASE (since 9.2.1.1 is just a bug fix release for 9.2.1):
  • Added the LSI 12G SAS driver as a module to the build. This can be enabled by adding a tunable for mpslsi3_load with a value of YES. This driver is still under development and not yet committed to FreeBSD. It is provided for beta testing only. For production use please consider using a 6G SAS adapter, such as the LSI 9207.
  • Fixed a bug with netatalk that prevented share browsing from working in the finder on OSX. Also enabled options for fuller-fidelity AFP copies with Mac OS ACLs (ACEs) now stored as ZFS ACLs. Remove the non functional share password field from AFP shares.
  • Switched from Avahi to mDNSResponder for Zeroconf network configuration, improving the Mac share browsing experience.
  • Added additional Web API functionality for manipulating ZFS snapshots.
  • Added IPMI network configuration support for machines with that capability (enabled by setting ipmi_load tunable to YES).
  • Brought back the FreeNAS 8.x volume manager as a "Manual Setup" option. This volume manager allows manual vdev building and offers no seat belts. Unless you know exactly what you are doing and why you are doing it, using the standard volume manager is highly recommended by the development team!
  • Made some changes to reporting graphs that segregates reports by type, one type per tab. Add graphs that show individual disk activity.
  • Fixed a bug that prevented building an encrypted volume using multipath devices.
  • Update django (used by the WebUI) to 1.6 and dojo to 1.9.2
  • Add the following ZFS features: enabled_txg hole_birth, extensible_dataset, bookmarks
  • Add trafshow to the image. This utility gives a CLI view of connections and usage to the FreeNAS box.
  • Fix kernel module load for fuse. This is needed for importing NTFS volumes.
  • Add the ability to use a keytab for AD joins. This eliminates the need to use the AD Administrator account to join FreeNAS to AD, closing a long standing issue of needing the AD Admin password in the FreeNAS configuration database.
  • Updated the LSI 6 Gbps HBA driver (mps) to version 16. Please update the firmware of any mps HBAs to phase 16.
 

bigphil

Patron
Joined
Jan 30, 2014
Messages
486
Sweet! Thanks to all involved in the production of FreeNAS...great work!
 

Yatti420

Wizard
Joined
Aug 12, 2012
Messages
1,437
Thanks.. Just getting back home so good timing :) Yay UPS!..

Edit: I can't seem to start FTP again :( after upgrade..

Code:
Feb 20 21:00:00 NAS newsyslog[14421]: logfile turned over due to size>100K
Feb 20 21:11:44 NAS notifier: proftpd not running?
Feb 20 21:11:44 NAS notifier: Starting proftpd.
Feb 20 21:11:44 NAS notifier: NAS .local proftpd[15885]: Fatal: SyslogFacility: unable to open syslog: Operation not permitted on line 10 of '/usr/local/etc/proftpd.conf'
Feb 20 21:11:44 NAS root: /usr/local/etc/rc.d/proftpd: WARNING: failed to start proftpd
Feb 20 21:11:44 NAS notifier: /usr/local/etc/rc.d/proftpd: WARNING: failed to start proftpd 


Edit #2 = Fixed
 

ThreeDee

Guru
Joined
Jun 13, 2013
Messages
700
good deal ... great job guys!
 

ECCfrenaslover

Explorer
Joined
Dec 27, 2013
Messages
89
Nice! Thanks for the update and hardwork! Cheers!
 

Sir.Robin

Guru
Joined
Apr 14, 2012
Messages
554
Great news!! Fast delivered, thanx :)
 

crumbz

Explorer
Joined
Nov 7, 2013
Messages
63
After upgrading, I have both the old .samba4 dataset (which I guess is deprecated now), and the new .system dataset (which contains a samba4 folder).

I have also used the new function to decide to have the system dataset on another pool, which created the new dataset on the pool I chose, but now I have a .system dataset on both my pools.

Question 1: Is it safe to remove the .samba4 dataset which FreeNAS 9.2.1 created?
Question 2: Is it safe to remove the .system dataset which resides on the default pool after I have configured it to reside on another pool?
 

Middling

Dabbler
Joined
Mar 3, 2012
Messages
40
Now that the additional Samba settings are stored in the .system dataset can the .samba4 dataset created by FreeNAS 9.2.1 be safely removed? It would be nice if the jail template datasets were also moved under .system in a future release. Keep everything nice and tidy.
 
J

jkh

Guest
1. Yes, the old .samba4 dataset can be deleted, if you have one. It does no harm and uses very little space, but if you wish to be tidy, nuke it!

2. We probably can't move the jail datasets under .system since .system can also be on UFS (it's allowed, though if you change that on the fly, reboot afterwards to get everything reset). Jail templates, on the other hand, get snapshotted (it's how jail instances get created) so they have to live on ZFS.
 

crumbz

Explorer
Joined
Nov 7, 2013
Messages
63
1. Yes, the old .samba4 dataset can be deleted, if you have one. It does no harm and uses very little space, but if you wish to be tidy, nuke it!

This has to be done from the command line I gather?

Here's the command I used:
Code:
zfs destroy bodil/.samba4
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
Thanks to the team as well for working very hard on this fix and getting it out in a reasonable time.
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
Downloading works for me right now.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
It just got fixed about 30 minutes ago.
 

Mace

Cadet
Joined
Feb 10, 2014
Messages
7
No idea what happened but after updating I ran into a gang of issues. Can't connect via CIFS using a Windows box. Jails disappeared, adding a jail gives me an exception saying the jails can't be found. Files are missing (my /var/log dir is linked to a zpool which is pointing to a dir that isn't on the zpool).

What happened?
 

Yatti420

Wizard
Joined
Aug 12, 2012
Messages
1,437
Just to confirm jail-vimage is no longer in errata? Can we begin to re-enable viamge jails using 9.2.1.1?
 

ThreeDee

Guru
Joined
Jun 13, 2013
Messages
700
No idea what happened but after updating I ran into a gang of issues. Can't connect via CIFS using a Windows box. Jails disappeared, adding a jail gives me an exception saying the jails can't be found. Files are missing (my /var/log dir is linked to a zpool which is pointing to a dir that isn't on the zpool).

What happened?
This doesn't really help you at all , but everything is working fine on my FreeNAS box after upgrade .. all shares accessible, PMS running like a champ. Did you have some customizations? .. or running in a VM? ..or anything "non-standard" about your particular setup? or just more info in general ..
 
J

jkh

Guest
No idea what happened but after updating I ran into a gang of issues. Can't connect via CIFS using a Windows box. Jails disappeared, adding a jail gives me an exception saying the jails can't be found. Files are missing (my /var/log dir is linked to a zpool which is pointing to a dir that isn't on the zpool).

What happened?


No way of knowing. Clearly, something is wrong with your specific setup since we've never seen anything like that, and we've done hundreds and hundreds of upgrades!
 
Status
Not open for further replies.
Top