Announcing FreeNAS 9.2.1.5 - waking up edition

Status
Not open for further replies.

warri

Guru
Joined
Jun 6, 2011
Messages
1,193
I've never had a closer look at the update directory, but yeah my test system has the permissions set to user 1002 and group 1002 as well - even though I only have one user on this system (1001).

Code:
drwxr-xr-x  7 1002  1002       512 Apr 24 17:45 .freenas/
 

ornstedt

Dabbler
Joined
Apr 26, 2014
Messages
10
Looking into this.

After upgrading to 9.2.1.3 I found this:
Code:
# ls -lan .freenas/
total 60
drwxr-xr-x 7 1011 1011 8 Mar 23 02:51 ./
drwxr-xr-x 16 0 0 16 Apr 23 22:44 ../
drwxr-xr-x 2 1011 1011 7 Mar 23 02:45 bin/
drwxr-xr-x 2 0 80 3 Mar 23 02:45 etc/
-rw-r--r-- 1 0 1011 0 Mar 23 02:51 firmware.img
drwxr-xr-x 2 1011 1011 3 Mar 10 21:37 install/
drwxr-xr-x 2 1011 1011 3 Mar 10 21:37 lib/
drwxr-xr-x 2 1011 1011 6 Mar 10 21:37 pre-install/


After upgrading to 9.2.1.5 I found this:
Code:
# ls -lan .freenas/
total 60
drwxr-xr-x  7 1002  1002  8 Apr 26 14:47 ./
drwxr-xr-x  16 0    0    16 Apr 23 22:44 ../
drwxr-xr-x  2 1002  1002  7 Apr 26 14:41 bin/
drwxr-xr-x  2 0    80    3 Apr 26 14:41 etc/
-rw-r--r--  1 0    1002  0 Apr 26 14:47 firmware.img
drwxr-xr-x  2 1002  1002  3 Apr 23 05:25 install/
drwxr-xr-x  2 1002  1002  3 Apr 23 05:25 lib/
drwxr-xr-x  2 1002  1002  6 Apr 23 05:25 pre-install/

Looking into the upgrade bundle we can tell that different persons have been assembling the bundles with their personal uids:
9.2.1.3
Code:
$ tar ztvvf FreeNAS-9.2.1.3-RELEASE-x64.GUI_Upgrade.txz --numeric-owner
-rw-r--r--  0 1011  1011    1607 10 Mar 21:37 bin/update
-rw-r--r--  0 1011  1011    2821 10 Mar 21:37 bin/updatep1
-rw-r--r--  0 1011  1011    3097 10 Mar 21:37 bin/updatep2
-rw-r--r--  0 0      0        1242 21 Mar 07:01 etc/avatar.conf
drwxr-xr-x  0 1011  1011        0 10 Mar 21:37 ./
drwxr-xr-x  0 1011  1011        0 10 Mar 21:37 ./lib/
drwxr-xr-x  0 1011  1011        0 10 Mar 21:37 ./pre-install/
drwxr-xr-x  0 1011  1011        0 10 Mar 21:37 ./bin/
-rwxr-xr-x  0 1011  1011      430 10 Mar 21:37 ./bin/install_worker.sh
-rwxr-xr-x  0 1011  1011    4028 10 Mar 21:37 ./bin/install_worker2.sh
-rw-r--r--  0 1011  1011      537 10 Mar 21:37 ./pre-install/0002.arch.sh
-rw-r--r--  0 1011  1011      445 10 Mar 21:37 ./pre-install/0003.project_switch.sh
-rw-r--r--  0 1011  1011      766 10 Mar 21:37 ./pre-install/0004.hardware_requirements.sh
-rw-r--r--  0 1011  1011      725 10 Mar 21:37 ./pre-install/0001.prevent_downgrade.sh
-rw-r--r--  0 1011  1011    4772 10 Mar 21:37 ./lib/functions.sh
drwxr-xr-x  0 1011  1011        0 10 Mar 21:37 ./
drwxr-xr-x  0 1011  1011        0 10 Mar 21:37 ./install/
-rw-r--r--  0 1011  1011    7957 10 Mar 21:37 ./install/0200.run_update.sh
-rw-r--r--  0 0      1011 988291584 21 Mar 07:18 firmware.img

9.2.1.5
Code:
$ tar ztvvf FreeNAS-9.2.1.5-RELEASE-x64.GUI_Upgrade.txz --numeric-owner
-rw-r--r--  0 1002  1002    1607 23 Apr 05:25 bin/update
-rw-r--r--  0 1002  1002    2889 23 Apr 05:25 bin/updatep1
-rw-r--r--  0 1002  1002    3165 23 Apr 05:25 bin/updatep2
-rw-r--r--  0 0      0        1242 23 Apr 20:48 etc/avatar.conf
drwxr-xr-x  0 1002  1002        0 23 Apr 05:25 ./
drwxr-xr-x  0 1002  1002        0 23 Apr 05:25 ./bin/
drwxr-xr-x  0 1002  1002        0 23 Apr 05:25 ./lib/
drwxr-xr-x  0 1002  1002        0 23 Apr 05:25 ./pre-install/
-rw-r--r--  0 1002  1002      725 23 Apr 05:25 ./pre-install/0001.prevent_downgrade.sh
-rw-r--r--  0 1002  1002      537 23 Apr 05:25 ./pre-install/0002.arch.sh
-rw-r--r--  0 1002  1002      445 23 Apr 05:25 ./pre-install/0003.project_switch.sh
-rw-r--r--  0 1002  1002      766 23 Apr 05:25 ./pre-install/0004.hardware_requirements.sh
-rw-r--r--  0 1002  1002    4772 23 Apr 05:25 ./lib/functions.sh
-rwxr-xr-x  0 1002  1002      430 23 Apr 05:25 ./bin/install_worker.sh
-rwxr-xr-x  0 1002  1002    4028 23 Apr 05:25 ./bin/install_worker2.sh
drwxr-xr-x  0 1002  1002        0 23 Apr 05:25 ./
drwxr-xr-x  0 1002  1002        0 23 Apr 05:25 ./install/
-rw-r--r--  0 1002  1002    7957 23 Apr 05:25 ./install/0200.run_update.sh
-rw-r--r--  0 0      1002 988291584 23 Apr 20:53 firmware.img
 

Kevin Van

Cadet
Joined
Apr 25, 2014
Messages
5
Thanks Warri and Ornstedt for confirming it's not just me.

Since I do have a UID:GID 1002 user who is mortal, this breaks the GUI upgrade.

Opened as bug #4888.
 

alexg

Contributor
Joined
Nov 29, 2013
Messages
197
Thanks Warri and Ornstedt for confirming it's not just me.

Since I do have a UID:GID 1002 user who is mortal, this breaks the GUI upgrade.

Opened as bug #4888.

For those of us that have this UID, should we go with fresh install or is there another workaround?
 

warri

Guru
Joined
Jun 6, 2011
Messages
1,193
For those of us that have this UID, should we go with fresh install or is there another workaround?


You could try deleting the user and group in question and recreating them. They should get a new UID.
 

Magnus33

Patron
Joined
May 5, 2013
Messages
429
Hey folks,

<spoiler-alert>
You remember the ending of the movie "The Wizard of Oz", where Dorothy woke up and it was all just a dream?
</spoiler-alert>

Well, that's exactly the case with FreeNAS 9.2.1.4.1. It apparently never happened, we all just dreamed that it did. Haha! You all didn't really think we'd release something with so many numbers, or with more bugs than 9.2.1.3, right? Right. Just a bad dream.

So anyway, now that we're all awake again, we'd just like to point out that the release fairies appear to have done a 9.2.1.5-RELEASE during the night, which is now available on http://download.freenas.org. It fixes even more bugs in the 9.2.1.x series (including those we all dreamed were in 9.2.1.4.1) and is a more fitting end to the 9.2.1.x series, especially given that 9.2.2 isn't going to be out for awhile!

Bugs fixed in 9.2.1.5: https://bugs.freenas.org/projects/freenas/issues?query_id=75

Sweet dreams!

- The FreeNAS engineering team


We all had a dream but we are awake now and still don't know who shoot JR :)

Updated Usb fine without issue and no major problems to report.
 

Yatti420

Wizard
Joined
Aug 12, 2012
Messages
1,437
Hi..

I've woken up and taking another look at the webgui and now that I've hit 9.2.1.5 just wanted to confirm my understanding of GUI etc for before the switch to 9.2.2 (I haven't even looked at 9.2.2).. I will probably have hardware that stays on the 9.2.1x final..

The Active Volumes Page Under Storage - Still reporting incorrect usage? (or atleast confusing usage etc) This is due to design? Will it be changed for the 9.2.1.x final builds?As a result partion graphs look weird?

Edit: Only problem I seem to have after GUI upgrade is CIFs service tab is stuck.. Doesn't want to shutdown now..

Thanks,
 

Yatti420

Wizard
Joined
Aug 12, 2012
Messages
1,437

Kevin Van

Cadet
Joined
Apr 25, 2014
Messages
5
For those of us that have this UID, should we go with fresh install or is there another workaround?

I know it's after the fact, but I retract the GID/UID being the source of my issue.

From the GUI, no information and no usabkle log information.
Update Launched from the command line, I can see a write error. So I think I have a flakey Flash.

It's running 9.2.1.3 now OK, but I'm thinking I need to get off of it soon.

Is it kosher, or can anyone speak to a fresh install of 9.2.1.5 and blowing the backup config from 9.2.1.3 on to it, or
9.2.1.3 to fresh 9.2.1.3 (probably more sane, then upgrade.)

I assuming I'll need to tweak some things (I only took a cursory look at the config backup) but have a lot of users chrooted into datasets and that's take days to redo by hand, so hoping to sidestep it.
 

Kevin Van

Cadet
Joined
Apr 25, 2014
Messages
5
Is it kosher, or can anyone speak to a fresh install of 9.2.1.5 and blowing the backup config from 9.2.1.3 on to it, or
9.2.1.3 to fresh 9.2.1.3 (probably more sane, then upgrade.)

I made a fresh 9.2.1.3 USB, copied the original /data to the new S4 partition (/data mount point) and it booted fine off the new stick.
Did some quick tests, did a config backup and applied the 9.2.1.5 GUI update, rebooted and seems all good.
 
Status
Not open for further replies.
Top