Page 1 of 2

XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 20 Sep 2019 02:08
by zoon01
We are pleased to announce the release of XigmaNAS version 11.2.0.4.6881 - Omnius.

First BACKUP your current Configuration!
READ readme_11.2.txt please before you do anything!

Download build 11.2.0.4.6881


Warning: This release has broken Extended GUI!
There is added an option to use colorful meters on the index page.

Changes after release 11.2.0.4.6766
===================================
- Upgrade FreeBSD 11.2-RELEASE to P14.
- Update translations.
- Add option for colorful meters. (IE11 not supported)
- Add mpsutil and mprutil utility for managing LSI Fusion-MPT 2/3 controllers.
- WebGUI code & framework improvements.
- Upgrade bash to 5.0 P11.
- Upgrade e2fsprogs to 1.45.3.
- Upgrade nano to 4.4.
- Upgrade php to 7.3.9.
- Upgrade mariadb to 10.2.26.
- Upgrade virtualbox-ose to 5.2.32.
- Upgrade syncthing to 1.2.2.
- Upgrade zoneinfo to 2019c.
- Upgrade rrdtool to 1.7.2.
- Upgrade mDNSResponder to 878.260.1.
- Upgrade dialog to 1.3-20190808.
- Upgrade msmtp to 1.8.5.
- Upgrade devcpu-data to 1.24.

fixes:
===
- Fix missing libs.

Basic Note:
- Make a new backup of your system configuration and store this on safe location, the system config.xml could be upgraded!
- Clear your browser's cache to avoid display issues after upgrade when coming from older release.

Regards,
Team XigmaNAS

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 23 Sep 2019 10:33
by typhon
I did an upgrade from Version 11.2.0.4.6862 to this new Version and now the console menu appears only after login. Is it a security feature or went something wrong?

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 23 Sep 2019 10:46
by ms49434
typhon wrote:
23 Sep 2019 10:33
I did an upgrade from Version 11.2.0.4.6862 to this new Version and now the console menu appears only after login. Is it a security feature or went something wrong?
It was changed for security reasons. Some users weren't aware that console access was possible without providing login details.
You can restore the old behaviour by adding a small command script in System > Advanced > Command Scripts:

Code: Select all

Name: ttyv0_autologin
Command: /usr/bin/sed -i.bak -e "/^ttyv0/ s/Pc/autologin/" /etc/ttys
Comment: Autologin Console
Type: PreInit

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 23 Sep 2019 13:00
by jamaroney
ms49434 wrote:
23 Sep 2019 10:46

It was changed for security reasons. Some users weren't aware that console access was possible without providing login details.
You can restore the old behaviour by adding a small command script in System > Advanced > Command Scripts:

Code: Select all

Name: ttyv0_autologin
Command: /usr/bin/sed -i.bak -e "/^ttyv0/ s/Pc/autologin/" /etc/ttys
Comment: Autologin Console
Type: PreInit
Thanks for that command. May I suggest putting a "no-login console access" option in the "Advanced Setup" in future releases?

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 23 Sep 2019 20:54
by bewoco
Comparing the 6881 release notes of 11.2 and 12.0 branches, the 12.0 changes include the python update to 3.6, what is missing for 11.2.
Is this correct or does the python update is only missing in the corresponding list?

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 23 Sep 2019 21:23
by zoon01
bewoco wrote:
23 Sep 2019 20:54
Comparing the 6881 release notes of 11.2 and 12.0 branches, the 12.0 changes include the python update to 3.6, what is missing for 11.2.
Is this correct or does the python update is only missing in the corresponding list?
Nothing is missing,
11.2 is compiled with python27 and on 12.0 we have used python36.

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 24 Sep 2019 01:14
by cookiemonster
Nice. May I suggest to add to the release notes the unison version? Unison requires both client and server to be on the same major version, and building with ui everytime on my sync clients is inconvenient. I always end up resolving new dependencies client side, and I haven't figured out how ubuntu uses the alternatives mechanism to link "latest" (their naming) to the newly built version and integrate it to the menus, so I end up having to call it with aliases and some voodoo that lacks system integration due to my lack of time.
With the version on the release notes I could prepare for it or delay XigmaNAS upgrade until I have the time to redo that.

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 24 Sep 2019 01:44
by zoon01
cookiemonster wrote:
24 Sep 2019 01:14
Nice. May I suggest to add to the release notes the unison version? Unison requires both client and server to be on the same major version, and building with ui everytime on my sync clients is inconvenient. I always end up resolving new dependencies client side, and I haven't figured out how ubuntu uses the alternatives mechanism to link "latest" (their naming) to the newly built version and integrate it to the menus, so I end up having to call it with aliases and some voodoo that lacks system integration due to my lack of time.
With the version on the release notes I could prepare for it or delay XigmaNAS upgrade until I have the time to redo that.
bcpierce00-unison-v2.51.2_GH0.tar.gz is used

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 24 Sep 2019 02:25
by nasrocks
Hello all

I installed this version on a Dell R510 Dual Xeon Quad Core X550 that was running stable.

When I boot up I get this message from the web login.

Fatal error: Cannot redeclare get_upsinfo() (previously declared in /usr/local/www/index.php:90) in /etc/inc/system.inc on line 898

Here is ling 897 and 898 from the system.inc

function get_upsinfo() {
global $config;

Any ideas would be appreciated. I cannot log in via the web put am in via WinSCP.

HELP!!!

Thanks

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 24 Sep 2019 02:51
by zoon01
nasrocks the extensions should have been disabled and removed before upgrade!
readme has a note!

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 24 Sep 2019 03:00
by nasrocks
I found the solution on the german Xigmanas forum. I had extended GUI turned off before I installed this version but was able to login via another page and I had to uninstall the extended GUI for it to work.

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 24 Sep 2019 03:02
by nasrocks
i had it disabled but not uninstalled....

SMACK :>>

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 25 Sep 2019 02:20
by ms49434
jamaroney wrote:
23 Sep 2019 13:00
ms49434 wrote:
23 Sep 2019 10:46

It was changed for security reasons. Some users weren't aware that console access was possible without providing login details.
You can restore the old behaviour by adding a small command script in System > Advanced > Command Scripts:

Code: Select all

Name: ttyv0_autologin
Command: /usr/bin/sed -i.bak -e "/^ttyv0/ s/Pc/autologin/" /etc/ttys
Comment: Autologin Console
Type: PreInit
Thanks for that command. May I suggest putting a "no-login console access" option in the "Advanced Setup" in future releases?
The option to enable autologin has been added to the System > Advanced page.
Sourceforge commit 6899

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 25 Sep 2019 04:36
by jamaroney
ms49434 wrote:
25 Sep 2019 02:20
The option to enable autologin has been added to the System > Advanced page.
Sourceforge commit 6899
Super - thanks!

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 28 Sep 2019 23:00
by cookiemonster
zoon01 wrote:
24 Sep 2019 01:44
cookiemonster wrote:
24 Sep 2019 01:14
Nice. May I suggest to add to the release notes the unison version? Unison requires both client and server to be on the same major version, and building with ui everytime on my sync clients is inconvenient. I always end up resolving new dependencies client side, and I haven't figured out how ubuntu uses the alternatives mechanism to link "latest" (their naming) to the newly built version and integrate it to the menus, so I end up having to call it with aliases and some voodoo that lacks system integration due to my lack of time.
With the version on the release notes I could prepare for it or delay XigmaNAS upgrade until I have the time to redo that.
bcpierce00-unison-v2.51.2_GH0.tar.gz is used
Thanks. It would still be good if possible to have the version listed on the release notes to check compatibility prior to install/upgrade.

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 03 Oct 2019 03:28
by ExTruckie
jamaroney wrote:
25 Sep 2019 04:36
ms49434 wrote:
25 Sep 2019 02:20
The option to enable autologin has been added to the System > Advanced page.
Sourceforge commit 6899
Super - thanks!
Could you add a small tutorial on how to enter the new code? Or at least hold my hand. Cmd line is not my strongest thing and I am just not 100% sure where and how.
Thank you in advance

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 03 Oct 2019 09:50
by raulfg3
ExTruckie wrote:
03 Oct 2019 03:28
jamaroney wrote:
25 Sep 2019 04:36
ms49434 wrote:
25 Sep 2019 02:20
The option to enable autologin has been added to the System > Advanced page.
Sourceforge commit 6899
Super - thanks!
Could you add a small tutorial on how to enter the new code? Or at least hold my hand. Cmd line is not my strongest thing and I am just not 100% sure where and how.
Thank you in advance
Best is to wait until new release offers this like on/off button.

if you can not wait only need to create a preinit script like:
1.jpg

Like developers says on viewtopic.php?f=78&t=14815&p=92158#p92011

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 03 Oct 2019 14:01
by jamaroney
raulfg3 wrote:
03 Oct 2019 09:50
Best is to wait until new release offers this like on/off button.
Download the nightly build 6903: https://xigmanas.com/forums/viewtopic.php?f=78&t=14836

It has the on/off option ("Console Autologin" in "System" -> "Advanced")

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 03 Oct 2019 21:19
by ExTruckie
raulfg3:
Thanks, I did try what you said but it turned out I had everything in the command box. My bad.

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 03 Oct 2019 23:06
by Uzi
So far one successful update here. The second system will hopefully follow within a few days.

I noticed two things though:
1.) It seems that after login for the console menu there seems no way to log out of it.
2.) I never really took a deeper look at it but there is a difference between the "CPU Usage" in System Information and the "CPU Load" in Status - Monitoring. While CPU Usage is mostly in the single digit range, the CPU Load (both during file transfers) is around 80-90%. What's the difference between the two?

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 03 Oct 2019 23:48
by ms49434
Uzi wrote:
03 Oct 2019 23:06
So far one successful update here. The second system will hopefully follow within a few days.

I noticed two things though:
1.) It seems that after login for the console menu there seems no way to log out of it.
2.) I never really took a deeper look at it but there is a difference between the "CPU Usage" in System Information and the "CPU Load" in Status - Monitoring. While CPU Usage is mostly in the single digit range, the CPU Load (both during file transfers) is around 80-90%. What's the difference between the two?
1.) Select 6) shell, then enter 'logout'
2.) The difference is caused by a bug, it will be fixed in the next release

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 05 Oct 2019 17:32
by apollo567
Hello,

under Status-Monitoring Screen I have since the latest version a CPU usage of around 90% where as under Status-System Screen the overall CPU-Load is quite low. Might there be an calculation errror in the Monitor screen ? In previous versions the CPU usage was always quite low.

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 05 Oct 2019 17:45
by ms49434
apollo567 wrote:
05 Oct 2019 17:32
Hello,

under Status-Monitoring Screen I have since the latest version a CPU usage of around 90% where as under Status-System Screen the overall CPU-Load is quite low. Might there be an calculation errror in the Monitor screen ? In previous versions the CPU usage was always quite low.
Bug 403 has been already fixed and will be available in the next release.

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 05 Oct 2019 18:12
by apollo567
ms49434 wrote:
05 Oct 2019 17:45
[
Bug 403 has been already fixed and will be available in the next release.
Many thx for taking care of it.

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 07 Oct 2019 18:19
by gimeumeu
nasrocks wrote:
24 Sep 2019 03:00
I found the solution on the german Xigmanas forum. I had extended GUI turned off before I installed this version but was able to login via another page and I had to uninstall the extended GUI for it to work.
hi
I have the same problem (Fatal error: Cannot redeclare get_upsinfo() (previously declared in /usr/local/www/index.php:145) in /etc/inc/system.inc on line 898 ).
Could you give me the link to another page of the web server where the connection is possible.
Tanks.
gimeumeu

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 07 Oct 2019 18:44
by ms49434
gimeumeu wrote:
07 Oct 2019 18:19
nasrocks wrote:
24 Sep 2019 03:00
I found the solution on the german Xigmanas forum. I had extended GUI turned off before I installed this version but was able to login via another page and I had to uninstall the extended GUI for it to work.
hi
I have the same problem (Fatal error: Cannot redeclare get_upsinfo() (previously declared in /usr/local/www/index.php:145) in /etc/inc/system.inc on line 898 ).
Could you give me the link to another page of the web server where the connection is possible.
Tanks.
gimeumeu
[protocol]://[ip-address or name of your NAS]/notavailable.php, i.e. https://192.168.0.222/notavailable.php

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 08 Oct 2019 12:04
by gimeumeu
ms49434 wrote:
07 Oct 2019 18:44
gimeumeu wrote:
07 Oct 2019 18:19
nasrocks wrote:
24 Sep 2019 03:00
I found the solution on the german Xigmanas forum. I had extended GUI turned off before I installed this version but was able to login via another page and I had to uninstall the extended GUI for it to work.
hi
I have the same problem (Fatal error: Cannot redeclare get_upsinfo() (previously declared in /usr/local/www/index.php:145) in /etc/inc/system.inc on line 898 ).
Could you give me the link to another page of the web server where the connection is possible.
Tanks.
gimeumeu
[protocol]://[ip-address or name of your NAS]/notavailable.php, i.e. https://192.168.0.222/notavailable.php
tanks ; Its ok!

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 29 Oct 2019 15:41
by ginggs
I noticed in the release notes for 12.0.0.4:
Do NOT upgrade servers on lower versions than XigmaNAS 11.2.0.4.6625
My server has 11.2.0.4.6400 so I thought I had better upgrade to the latest 11.2.0.4 build.
Looking on:
https://sourceforge.net/projects/xigman ... .0.4.6881/
There is no XigmaNAS-x64-embedded-11.2.0.4.6881.img.xz file.

There is a XigmaNAS-x64-embedded-11.2.0.4.7014.img.xz, but this actually appears to be 11.3.04.

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 29 Oct 2019 15:55
by ms49434
ginggs wrote:
29 Oct 2019 15:41
I noticed in the release notes for 12.0.0.4:
Do NOT upgrade servers on lower versions than XigmaNAS 11.2.0.4.6625
My server has 11.2.0.4.6400 so I thought I had better upgrade to the latest 11.2.0.4 build.
Looking on:
https://sourceforge.net/projects/xigman ... .0.4.6881/
There is no XigmaNAS-x64-embedded-11.2.0.4.6881.img.xz file.

There is a XigmaNAS-x64-embedded-11.2.0.4.7014.img.xz, but this actually appears to be 11.3.04.
FreeBSD 11.2 is end of life, it is recommended to upgrade to 11.3.
Because you are running an older version, you should backup your configuration, create a new boot media with the help of the ISO/USB image and restore your configuration after a successful boot with the new release.
The new boot media is required because of a change in partition sizes.

Re: XigmaNAS 11.2.0.4.6881 released (FreeBSD 11.2-RELEASE-P14)

Posted: 30 Oct 2019 12:16
by ginggs
ms49434 wrote:
29 Oct 2019 15:55
FreeBSD 11.2 is end of life, it is recommended to upgrade to 11.3.
Because you are running an older version, you should backup your configuration, create a new boot media with the help of the ISO/USB image and restore your configuration after a successful boot with the new release.
The new boot media is required because of a change in partition sizes.
I just wanted to let you know that the file XigmaNAS-x64-embedded-11.2.0.4.6881.img.xz is missing from the downloads area on SourceForge, and it seems to have been replaced by a mislabed XigmaNAS-x64-embedded-11.2.0.4.7014.img.xz (actually 11.3.0.4).

Code: Select all

XigmaNAS-x64-embedded-11.2.0.4.7014.img.xz 	2019-10-18
readme_11.2.txt 				2019-10-03
changes_after_6766_release_11.2.txt 		2019-09-22
XigmaNAS-x64-LiveCD-11.2.0.4.6881.iso 		2019-09-22
XigmaNAS-x64-LiveUSB-GPT-11.2.0.4.6881.img.gz 	2019-09-22
XigmaNAS-x64-LiveUSB-MBR-11.2.0.4.6881.img.gz 	2019-09-22
XigmaNAS-x64-full-11.2.0.4.6881.tgz 		2019-09-22
XigmaNAS-x64-11.2.0.4.6881.SHA512-CHECKSUM 	2019-09-22