So I have a FreeNas 9.1.0 system which, of course, should be updated to a more recent version. However I tried and can't. it seems to be a bit confused about something when displaying the status and this is causing the upgrade to fail.
[root@freenas2 ~]# env -u TZ uptime |awk -F', load averages:' '{ print $1 }'
Segmentation fault: 11
(This works fine on another freenas box I have which is 9.3)
I can run awk by itself and it seems to run fine. I am *guessing* there is corruption on my USB boot drive and that the awk binary is corrupt. Can anyone suggest ways of confirming this?
Should it be possible to create a brand new USB flash disk with 9.10 on and just swap them round giving the disks to the new OS and not worry about 'upgrading' the old flash drive's software
thanks
[root@freenas2 ~]# env -u TZ uptime |awk -F', load averages:' '{ print $1 }'
Segmentation fault: 11
(This works fine on another freenas box I have which is 9.3)
I can run awk by itself and it seems to run fine. I am *guessing* there is corruption on my USB boot drive and that the awk binary is corrupt. Can anyone suggest ways of confirming this?
Should it be possible to create a brand new USB flash disk with 9.10 on and just swap them round giving the disks to the new OS and not worry about 'upgrading' the old flash drive's software
thanks