Announcing FreeNAS 9.2.1.5 - waking up edition

Status
Not open for further replies.

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
So... apparently the whole "update the checksum properly when updating the download link" still can't be done right.. /sigh
 
J

jpaetzel

Guest
It wouldn't be FreeNAS if there wasn't a bug.

I'm attaching a shell script to run that fixes the issue where you can't stop CIFS unless you have the directory services set to domain controller.

put the script in /tmp then do as root:

Code:
sh /tmp/fixup.sh.txt


https://bugs.freenas.org/issues/4874
 

Attachments

  • fixup.sh.txt
    807 bytes · Views: 431

Savell Martin

Contributor
Joined
Jun 10, 2013
Messages
164
Thanks for all the hard work guys...

I really dont mind if you keep releasing versions, as long as things get fixed!
So keep it up!
 

Sir.Robin

Guru
Joined
Apr 14, 2012
Messages
554
Patched applied and bug is confirmed fixed :)
 
J

jkh

Guest
So... apparently the whole "update the checksum properly when updating the download link" still can't be done right.. /sigh


Well, we can upload the bits to download.freenas.org. We can't update the freenas.org web site, however. Different department. It is what it is. :)
 

MartyB

Cadet
Joined
Apr 25, 2014
Messages
2
Well, we can upload the bits to download.freenas.org. We can't update the freenas.org web site, however. Different department. It is what it is. :)
Hi jkh,

Rather glad for the alternative downlink provided in this post as all the 86 check sums from the download page is incorrect.

Thank you.
 

mircsicz

Dabbler
Joined
May 11, 2013
Messages
31
thx panz,

I've renamed the pool by:
Code:
zpool export RAIDZ2

and than reimporting it in the WebGUI...

And fixed the AFPD "ad_header_read (): malformed AppleDouble" Prob by running:
Code:
find . -name '._*' -exec rm '{}' ';'


as mentioned by labtopia
 

Nick2253

Wizard
Joined
Apr 21, 2014
Messages
1,633
Why not rerelease 9.2.1.5 with the fix for those who will update in the future?

Or just give us 9.2.1.6. I don't see what the problem is if you end up releasing a bunch of sub versions.
 

warri

Guru
Joined
Jun 6, 2011
Messages
1,193
Why not rerelease 9.2.1.5 with the fix for those who will update in the future?


Always bad to have the exact same version numbers with different content.. We still get 1-2 people a week complaining about broken updates with v9.2.1.2 (which was re-rolled under the same version because of this bug). Then you have to explain that there are actually two 9.2.1.2 images out there etc.
 

xcom

Contributor
Joined
Mar 14, 2014
Messages
125
Team,

I try to do a fresh USB install of FreeNAS-9.2.1.5-RELEASE-x64.img.xz
Every time I tried the system was unable to mount the root filesystem when going through the boot up process... It will drop me to a prompt...
On the same usb disk FreeNAS-9.2.1.2-RELEASE-x64.img.xz works just fine.

Just reporting...

Regards,
X
 

Kevin Van

Cadet
Joined
Apr 25, 2014
Messages
5
I have a weird issue trying to GUI update from 9.2.1.3 to 9.2.1.5.

The temporary .freenas directory gets an FTP user's name a group!
drwxrwxrwx 7 allen allen 8 Apr 25 13:44 .freenas

That user has no login and it chowned into a ZFS dataset. /mnt/storage/allen

There is nothing special about this user, no privs or anything, but was the first FTP user setup (UID 1002)

I poked around trying to see how this is happening and nothing obvious seen. I was thinking some part of the nginx/freenas install somehow became chown'd or ??

So, I go in as root and try chown root:wheel to .freenas and go into it and do rm -R * to clear it out and try again.

It gets set back to allen:allen on GUI upgrade. I also tried as a memory instead of /mnt/storage (root of the FTP).

Any ideas?
 
Status
Not open for further replies.
Top