This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
- zoon01
- Developer

- Posts: 724
- Joined: 20 Jun 2012 21:06
- Location: Netherlands
- Contact:
- Status: Offline
NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
The nas4free team has released 9.3.0.2.1268 today.
NAS4Free Upgrade from 9.2.0.1 to 9.3.0.2.xxxx
=============================================
Upgrading NAS4Free "Embedded" or "Full" from 9.2 or older to 9.3.0.2 from webgui or from LiveCD/USB is problematic, due a new size of boot partition.
Please download and save your NAS4Free config to a safe place and backup all files from second partition if you use boot disk as data Disk.
INSTALL FROM SCRATCH IS THE RECOMMENDED WAY.
Sorry for inconvenience.
Requirements
=============
Embedded: 2GB CF/USB/SSD (NAS4free "Embedded" is Recommended Install)
Full: 4GB HDD/SSD (For developers and some advanced users, Not Recommended!)
Swap less: physical memory 2GB or higher needed.
With swap: physical memory 512MB + swap 512MB (swap 1024MB recommended).
*Note: LiveCD is not supported on swap mode except installation and upgrading.
BUILD 9.3.0.2.1268
================
Changes
- Upgrade to FreeBSD 9.3 RELEASE p7.
- Upgrade to Samba4.1 and add SMB3 in WebGUI.
- Convert to pkgng.
- Improved WebGUI under PHP 5.6.
- Improved WebGUI with Chrome.
- Improved config restore verbose output.
- Improved ZFS pool usage/tool and import ZFS disks.
- Improved ZFS pool import on embedded.
- Improved HAST switch with net.inet.carp.preempt.
- Improved PHP session handle.
- Replaced /dev/md0 with xmd using LZ4 compression.
- Replaced the server certificate with 2048bits key and sha256 signature.
- Changed rootfs layout. (2GB USB/CF is required. Full is 4GB or more.)
- Changed image files to use XZ.
- Drop SSLv3 support. (HTTPS must use TLS)
- Drop LiveCD mode support with less than 2GB memory. (install/upgrade only)
Supported minimum spec except LiveCD is 512MB memory + 512MB swap device or partition.
1024MB swap device or partition is recommended.
File based swap and ZFS volume swap is not recommended.
- Add WebGUI access restriction.
- Add NFS support in HAST service.
- Add default swap of 512MB for LiveUSB and before user configuration.
- Adjust number of Status|Processes.
- Add MBR partition to LiveUSB.
- Add log/mirrored log support in Disks|ZFS|Pools|Tools.
- Add expires HTTP header. (some js must be force reloaded.)
- Increase http upload size to 512MB.
- Remove last slash of the path added by filechooser.
- Add wait_on and spindown.
- Upgrade e2fsprogs to 1.42.12.
- Upgrade transmission to 2.84.
- Upgrade isboot to 0.2.8.
- Upgrade istgt to 20141125.
- Upgrade smartmontools 6.3
- Upgrade xmlstarlet to 1.6.1.
- Upgrade inadyn-mt to 02.24.43.
- Upgrade zoneinfo to 2014j.
- Change iperf2.x for iperf3.
- Upgrade samba to 4.1.14.
- Upgrade php to 5.6.4.
- Upgrade mDNSResponder to 561.1.1.
- Upgrade xmd to 0.3.6.
- Upgrade bash 4.3 to patch 33.
- Upgrade unison to 2.48.3.
Fixes:
- Never reject SMB3 and sendfile combination.
- Failed to mount NTFS with read-only.
- Missing mount_fusefs in /usr/local/sbin.
- Missing usb device configuration file.
- Missing default pkg repository.
- mount_ntfs is not installed to /sbin.
- Wrong variable in HAST script.
- /boot/kernel/fuse.ko is missing.
- /etc/platform is broken on full installation.
- Some DHCP setting of WebGUI does not work.
- xmlrpc is broken.
- Missing GPT partition in Disks|ZFS|Pools|Tools.
- Switching DHCP and static IP cause unexpected behavior.
- Some drives can't get disk model/description.
- The text on graph is not sized on Chrome.
- Firmware page show incorrectly.
- ntfs-3g is broken.
- Form size is too small on Chrome.
- HAST device is not imported by import disks.
- Stop flooding "Unknown USB device" to syslog.
CIFS/SMB
========
Authentication has changed
Only Local User or Active Directory can be selected.
Anonymous access has been dropped!
Improved security WebGUI access
=============================
When you have WebGUI Login error 403?
Make shure the pc is in the same network!
by default the System|General Setup Hosts allow field is empty so any one on
the same network of LAN interface can access the WebGUI allowed.
With a space delimited set of IP or CIDR notation you can add computers from outer network.
As an example the outer IP address and LAN address for remote access.
Experimental memory disk (geom_xmd.ko)
======================================
This version contains a special memory disk driver called "xmd".
The following are the main features.
- on-demand memory allocation and de-allocation (zero fill/TRIM support)
- on-the-fly block level compression
- multiple compression methods and levels (none, LZ4/LZ4HC, ZLIB, LZMA2)
- mixed compressed blocks (can be changed at any time by xmdconfig)
- pre-compressed mfsroot by mkuzip(8) or mkulzma(8)
- provide the ioctl interface for the xmdconfig utility like mdconfig(8)
Regards,
The NAS4Free Team
NAS4Free Upgrade from 9.2.0.1 to 9.3.0.2.xxxx
=============================================
Upgrading NAS4Free "Embedded" or "Full" from 9.2 or older to 9.3.0.2 from webgui or from LiveCD/USB is problematic, due a new size of boot partition.
Please download and save your NAS4Free config to a safe place and backup all files from second partition if you use boot disk as data Disk.
INSTALL FROM SCRATCH IS THE RECOMMENDED WAY.
Sorry for inconvenience.
Requirements
=============
Embedded: 2GB CF/USB/SSD (NAS4free "Embedded" is Recommended Install)
Full: 4GB HDD/SSD (For developers and some advanced users, Not Recommended!)
Swap less: physical memory 2GB or higher needed.
With swap: physical memory 512MB + swap 512MB (swap 1024MB recommended).
*Note: LiveCD is not supported on swap mode except installation and upgrading.
BUILD 9.3.0.2.1268
================
Changes
- Upgrade to FreeBSD 9.3 RELEASE p7.
- Upgrade to Samba4.1 and add SMB3 in WebGUI.
- Convert to pkgng.
- Improved WebGUI under PHP 5.6.
- Improved WebGUI with Chrome.
- Improved config restore verbose output.
- Improved ZFS pool usage/tool and import ZFS disks.
- Improved ZFS pool import on embedded.
- Improved HAST switch with net.inet.carp.preempt.
- Improved PHP session handle.
- Replaced /dev/md0 with xmd using LZ4 compression.
- Replaced the server certificate with 2048bits key and sha256 signature.
- Changed rootfs layout. (2GB USB/CF is required. Full is 4GB or more.)
- Changed image files to use XZ.
- Drop SSLv3 support. (HTTPS must use TLS)
- Drop LiveCD mode support with less than 2GB memory. (install/upgrade only)
Supported minimum spec except LiveCD is 512MB memory + 512MB swap device or partition.
1024MB swap device or partition is recommended.
File based swap and ZFS volume swap is not recommended.
- Add WebGUI access restriction.
- Add NFS support in HAST service.
- Add default swap of 512MB for LiveUSB and before user configuration.
- Adjust number of Status|Processes.
- Add MBR partition to LiveUSB.
- Add log/mirrored log support in Disks|ZFS|Pools|Tools.
- Add expires HTTP header. (some js must be force reloaded.)
- Increase http upload size to 512MB.
- Remove last slash of the path added by filechooser.
- Add wait_on and spindown.
- Upgrade e2fsprogs to 1.42.12.
- Upgrade transmission to 2.84.
- Upgrade isboot to 0.2.8.
- Upgrade istgt to 20141125.
- Upgrade smartmontools 6.3
- Upgrade xmlstarlet to 1.6.1.
- Upgrade inadyn-mt to 02.24.43.
- Upgrade zoneinfo to 2014j.
- Change iperf2.x for iperf3.
- Upgrade samba to 4.1.14.
- Upgrade php to 5.6.4.
- Upgrade mDNSResponder to 561.1.1.
- Upgrade xmd to 0.3.6.
- Upgrade bash 4.3 to patch 33.
- Upgrade unison to 2.48.3.
Fixes:
- Never reject SMB3 and sendfile combination.
- Failed to mount NTFS with read-only.
- Missing mount_fusefs in /usr/local/sbin.
- Missing usb device configuration file.
- Missing default pkg repository.
- mount_ntfs is not installed to /sbin.
- Wrong variable in HAST script.
- /boot/kernel/fuse.ko is missing.
- /etc/platform is broken on full installation.
- Some DHCP setting of WebGUI does not work.
- xmlrpc is broken.
- Missing GPT partition in Disks|ZFS|Pools|Tools.
- Switching DHCP and static IP cause unexpected behavior.
- Some drives can't get disk model/description.
- The text on graph is not sized on Chrome.
- Firmware page show incorrectly.
- ntfs-3g is broken.
- Form size is too small on Chrome.
- HAST device is not imported by import disks.
- Stop flooding "Unknown USB device" to syslog.
CIFS/SMB
========
Authentication has changed
Only Local User or Active Directory can be selected.
Anonymous access has been dropped!
Improved security WebGUI access
=============================
When you have WebGUI Login error 403?
Make shure the pc is in the same network!
by default the System|General Setup Hosts allow field is empty so any one on
the same network of LAN interface can access the WebGUI allowed.
With a space delimited set of IP or CIDR notation you can add computers from outer network.
As an example the outer IP address and LAN address for remote access.
Experimental memory disk (geom_xmd.ko)
======================================
This version contains a special memory disk driver called "xmd".
The following are the main features.
- on-demand memory allocation and de-allocation (zero fill/TRIM support)
- on-the-fly block level compression
- multiple compression methods and levels (none, LZ4/LZ4HC, ZLIB, LZMA2)
- mixed compressed blocks (can be changed at any time by xmdconfig)
- pre-compressed mfsroot by mkuzip(8) or mkulzma(8)
- provide the ioctl interface for the xmdconfig utility like mdconfig(8)
Regards,
The NAS4Free Team
System specs: XigmaNAS 11.2.0.4 -embedded on Samsung 860 EVO 256GB and Supermicro X10SL7-F w / Bios v3.2, IPMI v.03.86 / CPU E3-1241 v3 @ 3.50GHz - 32GB Crucial DDR3L 1600mhz ECC 1.35v , LSI 2308 on PH20.00.07.00 IT mode, Storage: 5x Western Digital Red (WD30EFRX) raidz
Development system is same system in virtualbox.
Development system is same system in virtualbox.
-
noclaf
- experienced User

- Posts: 116
- Joined: 08 Dec 2013 12:37
- Status: Offline
Re: NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
Please start showing also changelog vs last 9.3.0.2 (1213 in this case). It's starting to be slightly confusing. Thx!
-
sfranzis
- Starter

- Posts: 74
- Joined: 27 Jun 2012 10:22
- Contact:
- Status: Offline
Re: NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
mDNSResponderPosix still crashes in the new version:
regards
Stefan
Code: Select all
# /usr/local/bin/mDNSResponderPosix -v 2 -f /var/etc/mdnsresponder.conf
mDNSResponderPosix: Starting in foreground mode, PID 6408
Registered interface em0
Registered interface em0
Parsing /var/etc/mdnsresponder.conf for services
Service name: "nas4free"
Service type: "_device-info._tcp."
Service domain: "local."
Service port: 1
Text string: "model=Xserve"
mDNSResponderPosix: Registered service 0, name "nas4free", type "_device-info._tcp.", domain "local.", port 1
Service name: "nas4free"
Service type: "_https._tcp."
Service domain: "local."
Service port: 443
Text string: "path=/index.php"
mDNSResponderPosix: Registered service 1, name "nas4free", type "_https._tcp.", domain "local.", port 443
Service name: "nas4free"
Service type: "_afpovertcp._tcp."
Service domain: "local."
Service port: 548
mDNSResponderPosix: Registered service 2, name "nas4free", type "_afpovertcp._tcp.", domain "local.", port 548
Service name: "nas4free"
Service type: "_adisk._tcp."
Service domain: "local."
Service port: 9
Text string: "sys=waMA=0,adVF=0x100"
mDNSResponderPosix: Registered service 3, name "nas4free", type "_adisk._tcp.", domain "local.", port 9
Service name: "nas4free"
Service type: "_ssh._tcp."
Service domain: "local."
Service port: 22
mDNSResponderPosix: Registered service 4, name "nas4free", type "_ssh._tcp.", domain "local.", port 22
Assertion failed: (0), function recvfrom_flags, file mDNSUNP.c, line 665.
AbortStefan
Supermicro A2SDi-4C-HLN4F 32GB ECCRAM, 4x6TB WD Red, Samsung 970 EVO Plus
Supermicro X7SPA-H 4GB RAM, 4x2TB Samsung Spinpoint F3, Crucial RealSSD C300
Supermicro X7SPA-H 4GB RAM, 4x2TB Samsung Spinpoint F3, Crucial RealSSD C300
- b0ssman
- Forum Moderator

- Posts: 2438
- Joined: 14 Feb 2013 08:34
- Location: Munich, Germany
- Status: Offline
Re: NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
the changelog is herenoclaf wrote:Please start showing also changelog vs last 9.3.0.2 (1213 in this case). It's starting to be slightly confusing. Thx!
http://sourceforge.net/p/nas4free/code/commit_browser
Nas4Free 11.1.0.4.4517. Supermicro X10SLL-F, 16gb ECC, i3 4130, IBM M1015 with IT firmware. 4x 3tb WD Red, 4x 2TB Samsung F4, both GEOM AES 256 encrypted.
- Andrey_BAM
- Starter

- Posts: 55
- Joined: 06 Feb 2013 21:07
- Location: Rostov-on-Don, Russia
- Status: Offline
Re: NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
not displayed temperature
You do not have the required permissions to view the files attached to this post.
XigmaNAS 12.1.0.4 - Ingva (revision 7664) x64-embedded
MB: ASUS C60M1-I, CPU: AMD С-60(on-board), Mem: 8GB, LAN: Realtek® 8111F(on-board), Storage: ZFS (1TB - Rsync local - 2TB)
MB: ASUS C60M1-I, CPU: AMD С-60(on-board), Mem: 8GB, LAN: Realtek® 8111F(on-board), Storage: ZFS (1TB - Rsync local - 2TB)
- alexey123
- Moderator

- Posts: 1469
- Joined: 19 Aug 2012 08:22
- Location: Israel, Karmiel
- Contact:
- Status: Offline
Re: NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
Check SMART. Must be enabledAndrey_BAM wrote:not displayed temperature

Home12.1.0.4 - Ingva (revision 7091)/ x64-embedded on AMD A8-7600 Radeon R7 A88XM-PLUS/ 16G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600
- Andrey_BAM
- Starter

- Posts: 55
- Joined: 06 Feb 2013 21:07
- Location: Rostov-on-Don, Russia
- Status: Offline
Re: NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
Yes, this tab displays the temperaturealexey123 wrote:Check SMART. Must be enabledAndrey_BAM wrote:not displayed temperature
XigmaNAS 12.1.0.4 - Ingva (revision 7664) x64-embedded
MB: ASUS C60M1-I, CPU: AMD С-60(on-board), Mem: 8GB, LAN: Realtek® 8111F(on-board), Storage: ZFS (1TB - Rsync local - 2TB)
MB: ASUS C60M1-I, CPU: AMD С-60(on-board), Mem: 8GB, LAN: Realtek® 8111F(on-board), Storage: ZFS (1TB - Rsync local - 2TB)
- alexey123
- Moderator

- Posts: 1469
- Joined: 19 Aug 2012 08:22
- Location: Israel, Karmiel
- Contact:
- Status: Offline
Re: NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
You right, web page with errorAndrey_BAM wrote: Yes, this tab displays the temperature
Correct page attached.
You do not have the required permissions to view the files attached to this post.
Home12.1.0.4 - Ingva (revision 7091)/ x64-embedded on AMD A8-7600 Radeon R7 A88XM-PLUS/ 16G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600
- b0ssman
- Forum Moderator

- Posts: 2438
- Joined: 14 Feb 2013 08:34
- Location: Munich, Germany
- Status: Offline
Re: NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
i updated my install from 9.1 to 9.3.
there is a problem with encryption caused by a different system behavior.
in 9.1 the zpool.cache file was not saved. in 9.3 it is and copied from the /cf folder.
this means that the zpools are configured but unavailable when you boot.
in 9.1 there was no zpool configured at that time.
when you now attach the drives one by one the pool become available immediately before all drives are attached with geli.
this causes the pool to go up in a degraded state. (i do this via script so it happened sometimes and sometime the attaching was fast enough)
this has caused both of my pools to go into a degraded state and i had to resilver them.
my solution for now is that i export the pools before i attach the encrypted devices.
there is a problem with encryption caused by a different system behavior.
in 9.1 the zpool.cache file was not saved. in 9.3 it is and copied from the /cf folder.
this means that the zpools are configured but unavailable when you boot.
in 9.1 there was no zpool configured at that time.
when you now attach the drives one by one the pool become available immediately before all drives are attached with geli.
this causes the pool to go up in a degraded state. (i do this via script so it happened sometimes and sometime the attaching was fast enough)
this has caused both of my pools to go into a degraded state and i had to resilver them.
my solution for now is that i export the pools before i attach the encrypted devices.
Nas4Free 11.1.0.4.4517. Supermicro X10SLL-F, 16gb ECC, i3 4130, IBM M1015 with IT firmware. 4x 3tb WD Red, 4x 2TB Samsung F4, both GEOM AES 256 encrypted.
- zoon01
- Developer

- Posts: 724
- Joined: 20 Jun 2012 21:06
- Location: Netherlands
- Contact:
- Status: Offline
Re: NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
Fixed at rev1269, thanks alexey123alexey123 wrote:You right, web page with errorAndrey_BAM wrote: Yes, this tab displays the temperature
System specs: XigmaNAS 11.2.0.4 -embedded on Samsung 860 EVO 256GB and Supermicro X10SL7-F w / Bios v3.2, IPMI v.03.86 / CPU E3-1241 v3 @ 3.50GHz - 32GB Crucial DDR3L 1600mhz ECC 1.35v , LSI 2308 on PH20.00.07.00 IT mode, Storage: 5x Western Digital Red (WD30EFRX) raidz
Development system is same system in virtualbox.
Development system is same system in virtualbox.
-
rtp
- Starter

- Posts: 15
- Joined: 14 Dec 2014 16:56
- Status: Offline
Re: NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
I still get an access denied error as reported here - http://sourceforge.net/p/nas4free/bugs/192/
This is with a new embedded install, restore config and then Clear/Import disks.
This is with a new embedded install, restore config and then Clear/Import disks.
-
jack47
- Starter

- Posts: 35
- Joined: 20 Jul 2013 09:27
- Status: Offline
Re: NAS4Free 9.3.0.2.1268 Released (FreeBSD 9.3-RELEASE-P7)
Zeroconf has been fixed with this release or is still broken?
Regards Jack
Regards Jack