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 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
- zoon01
- Developer

- Posts: 724
- Joined: 20 Jun 2012 21:06
- Location: Netherlands
- Contact:
- Status: Offline
NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
warning: if you use thebrig, OBI or other stuf that use PHP, please do not upgrade until extensions are updated to support latest PHP 7.2.x or Disable those extensions before upgrade!
The NAS4Free Team is pleased to announce the release of version 11.1.0.4.5065 - Atomics
Download build 11.1.0.4.5065
Please Read always the readme_11.1 file
BUILD 11.1.0.4.5065
Changes after release 11.1.0.4.5054
===============================
- Some webgui code improvements.
- Upgrade e2fsprogs to 1.43.8.
- Upgrade nano to 2.9.2.
- Upgrade php to 7.2.1.
Note:
Clear your browser's cache to avoid display issues after upgrade when coming from older release like past 11.0 series.
Make a new backup of your system configuration and store this on safe location, the system config.xml has been upgraded!
Enjoy!
Regards,
The NAS4Free Team
The NAS4Free Team is pleased to announce the release of version 11.1.0.4.5065 - Atomics
Download build 11.1.0.4.5065
Please Read always the readme_11.1 file
BUILD 11.1.0.4.5065
Changes after release 11.1.0.4.5054
===============================
- Some webgui code improvements.
- Upgrade e2fsprogs to 1.43.8.
- Upgrade nano to 2.9.2.
- Upgrade php to 7.2.1.
Note:
Clear your browser's cache to avoid display issues after upgrade when coming from older release like past 11.0 series.
Make a new backup of your system configuration and store this on safe location, the system config.xml has been upgraded!
Enjoy!
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.
-
sleid
- PowerUser

- Posts: 774
- Joined: 23 Jun 2012 07:36
- Location: FRANCE LIMOUSIN CORREZE
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
upgrade embedded works perfectly as well as nextcloud 13 beta 3, thanks
12.1.0.4 - Ingva (revision 7852)
FreeBSD 12.1-RELEASE-p12 #0 r368465M: Tue Dec 8 23:25:11 CET 2020
X64-embedded sur Intel(R) Atom(TM) CPU C2750 @ 2.40GHz Boot UEFI
ASRock C2750D4I 2 X 8GB DDR3 ECC
Pool of 2 vdev Raidz1: 3 WDC WD40EFRX + 3 WDC WD40EFRX
FreeBSD 12.1-RELEASE-p12 #0 r368465M: Tue Dec 8 23:25:11 CET 2020
X64-embedded sur Intel(R) Atom(TM) CPU C2750 @ 2.40GHz Boot UEFI
ASRock C2750D4I 2 X 8GB DDR3 ECC
Pool of 2 vdev Raidz1: 3 WDC WD40EFRX + 3 WDC WD40EFRX
-
doktornotor
- Advanced User

- Posts: 189
- Joined: 16 May 2017 00:22
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
There is a bunch of issues with email notifications:
1/ System > Advanced > Email Setup > Enable STARTTLS encryption does nothing, STARTTLS not used.
Log:
Mailserver session:
2/ Additionally, choosing the "best available" Authentication Method is completely broken, just fails to send mail altogether. Need to manually select Login or Plain-text,
Log:
Mailserver session:
3/ Finally, the EHLO fails to use the hostname configured on N4F (see above).
Been that way for quite a couple of releases.
1/ System > Advanced > Email Setup > Enable STARTTLS encryption does nothing, STARTTLS not used.
Log:
Code: Select all
host=mail.example.com tls=off auth=on user=admin@example.com from=admin@example.com recipients=admin@example.com mailsize=328 smtpstatus=250 smtpmsg='250 2.6.0 Ok, message saved' exitcode=EX_OK
Code: Select all
--> 220-mail.example.com ESMTP Fri, 12 Jan 2018 01:26:50 +0100
--> 220-Unauthorized relay prohibited.
--> 220-Sending unsolicited mail messages prohibited.
--> 220-All transactions and IP addresses are logged.
--> 220 Abuse of service will be reported.
<-- EHLO example.com
--> 250-mail.example.com Hello example.com [2001:db8:10::200], pleased to meet you
--> 250-ETRN
--> 250-AUTH LOGIN PLAIN
--> 250-8BITMIME
--> 250-ENHANCEDSTATUSCODES
--> 250-STARTTLS
--> 250 SIZE 40960000
<-- AUTH PLAIN ******
Authenticating admin@example.com...
Authenticated as admin@example.com
--> 235 2.7.0 Authentication successful
<-- MAIL FROM:<admin@example.com>
--> 250 2.1.0 Sender OK
Log:
Code: Select all
host=mail.example.com tls=off auth=on user=admin@example.com from=admin@example.com recipients=admin@example.com errormsg='cannot use a secure authentication method' exitcode=EX_UNAVAILABLE
Code: Select all
--> 220-mail.example.com ESMTP Fri, 12 Jan 2018 01:31:28 +0100
--> 220-Unauthorized relay prohibited.
--> 220-Sending unsolicited mail messages prohibited.
--> 220-All transactions and IP addresses are logged.
--> 220 Abuse of service will be reported.
<-- EHLO example.com
--> 250-mail.example.com Hello example.com [2001:db8:10::200], pleased to meet you
--> 250-ETRN
--> 250-AUTH LOGIN PLAIN
--> 250-8BITMIME
--> 250-ENHANCEDSTATUSCODES
--> 250-STARTTLS
--> 250 SIZE 40960000
Connection closed
SMTP session terminated (Bytes in/out: 17/426)
Been that way for quite a couple of releases.
- zoon01
- Developer

- Posts: 724
- Joined: 20 Jun 2012 21:06
- Location: Netherlands
- Contact:
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
doktornotor:
Please check Transport Layer Security (TLS) on System > Advanced > Email Setup
I have set and confirm Working!
Security: TLS <--- CHECK you did set this option!!!
TLS Mode: ENABLED
TLS Server Certificate Check: Off
TLS Trust File : non used
Please check Transport Layer Security (TLS) on System > Advanced > Email Setup
I have set and confirm Working!
Security: TLS <--- CHECK you did set this option!!!
TLS Mode: ENABLED
TLS Server Certificate Check: Off
TLS Trust File : non used
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.
-
doktornotor
- Advanced User

- Posts: 189
- Joined: 16 May 2017 00:22
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
Well yes, but forcing SSL/TLS is not the point. STARTTLS is supposed to use TLS when offered by the mailserver. I guess I do not get the GUI logic. Would make a lot more sense to me if the checkbox did not exist, instead having None/STARTTLS/SSL/TLS in the dropdown menu as options. Also, what's the deal with the auth. method here? "Best available" works when you select SSL or TLS, but not with None. Huh?
Thanks.
Thanks.
- zoon01
- Developer

- Posts: 724
- Joined: 20 Jun 2012 21:06
- Location: Netherlands
- Contact:
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
thanks doktornotor, get your point now, we will look to it in coming days
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.
-
doktornotor
- Advanced User

- Posts: 189
- Joined: 16 May 2017 00:22
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
OK, thanks... will test whatever you come up with, having my own mailserver makes it much easier 
- zoon01
- Developer

- Posts: 724
- Joined: 20 Jun 2012 21:06
- Location: Netherlands
- Contact:
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
Here you go, please test this:doktornotor wrote: ↑12 Jan 2018 10:13OK, thanks... will test whatever you come up with, having my own mailserver makes it much easier![]()
file removed
copy file msmtp to etc/rc.d/
copy file system_email.php to usr/local/www/
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.
-
miansupa
- NewUser

- Posts: 2
- Joined: 22 Dec 2016 18:12
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
Error:
The following input errors were detected The file you try to flash is not for this platform (x64-embedded).
Firmware Information
Current Version NAS4Free 11.1.0.4 (4619)
The PC is a HP microserver Gen8. The MD5 of "NAS4Free-x64-full-11.1.0.4.5065.tgz" is correct. The cache of firefox is clear.
Thanks for help
The following input errors were detected The file you try to flash is not for this platform (x64-embedded).
Firmware Information
Current Version NAS4Free 11.1.0.4 (4619)
The PC is a HP microserver Gen8. The MD5 of "NAS4Free-x64-full-11.1.0.4.5065.tgz" is correct. The cache of firefox is clear.
Thanks for help
-
doktornotor
- Advanced User

- Posts: 189
- Joined: 16 May 2017 00:22
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
zoon01 wrote: ↑13 Jan 2018 18:05Here you go, please test this:doktornotor wrote: ↑12 Jan 2018 10:13OK, thanks... will test whatever you come up with, having my own mailserver makes it much easier![]()
msmtp.zip
copy file msmtp to etc/rc.d/
copy file system_email.php to usr/local/www/
Well, that looks somehow better, I think there's some bug here though: The code below (system_email.php) is not used anywhere, so you can still check STARTTLS with TLS being off (which still fails then)
Code: Select all
function enable_change(enable_change) {
document.iform.starttls.disabled = endis;
}
P.S. While touching this, the TLS Trust File should default to /usr/local/etc/ssl/cert.pem instead of being empty, I guess.
Thanks.
-
doktornotor
- Advanced User

- Posts: 189
- Joined: 16 May 2017 00:22
- Status: Offline
-
miansupa
- NewUser

- Posts: 2
- Joined: 22 Dec 2016 18:12
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
OK doktornotor , thanks, there is another version for embedded! I have to change my glasses 
- zoon01
- Developer

- Posts: 724
- Joined: 20 Jun 2012 21:06
- Location: Netherlands
- Contact:
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
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.
-
netware5
- experienced User

- Posts: 132
- Joined: 31 Jan 2017 21:39
- Location: Sofia, BULGARIA
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
Hi zoon01,
I am using the following extensions: OBI, Extended GUI and Midnight Commander. Shall I upgrade to 5065? There are no news about any forthcoming updates of OBI and Extended GUI. Regarding Midnight Commander I suppose that it does not use PHP. Isn't it?
XigmaNAS 12.1.0.4 - Ingva (rev.7743) embedded on HP Proliant Microserver Gen8, Xeon E3-1265L, 16 GB ECC, 2x4TB WD Red ZFS Mirror
-
kenZ71
- Advanced User

- Posts: 379
- Joined: 27 Jun 2012 20:18
- Location: Northeast, USA
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
Working great for me. The admin interface fits on my mobile quite well now, kudos & gratitude to the dev team!
11.2-RELEASE-p3 | ZFS Mirror - 2 x 8TB WD Red | 28GB ECC Ram
HP ML10v2 x64-embedded on Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
Extra memory so I can host a couple VMs
1) Unifi Controller on Ubuntu
2) Librenms on Ubuntu
HP ML10v2 x64-embedded on Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
Extra memory so I can host a couple VMs
1) Unifi Controller on Ubuntu
2) Librenms on Ubuntu
- crest
- Hardware & Software Guru

- Posts: 538
- Joined: 02 Jul 2012 22:25
- Location: Vienna, Austria - GMT+1
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
Hello all,
I did a quick check of the extensions available via OneButtonInstaller (OBI) against the PHP 7.2.x used in r5065 with this results:
Here one can find workarounds for NextCloud => https://nas4free.org/forums/viewtopic.p ... 083#p83083
and for TheBrig => https://nas4free.org/forums/viewtopic.p ... 019#p82853
At the moment it is highly recommended to disable Extended GUI before upgrading the N4F firmware!
Regards
crest
I did a quick check of the extensions available via OneButtonInstaller (OBI) against the PHP 7.2.x used in r5065 with this results:
Code: Select all
Extension Installation Activation Application
OneButtonInstaller ok ok ok (n/a)
BitTorrent Sync ok ok ok
DNSMasq DHCP Server ok ok ok
Extended GUI ok ok ok (n/a)
Midnight Commander ok ok ok
NextOnwCloud ok ok Next/ownCloud releases are not yet compatible with PHP 7.2.x
Plex Media Server ok ok ok
Syncthing ok ok ok
TheBrig ok not ok
and for TheBrig => https://nas4free.org/forums/viewtopic.p ... 019#p82853
At the moment it is highly recommended to disable Extended GUI before upgrading the N4F firmware!
Regards
crest
NAS1: 11.2.0.4 - Omnius (Revision 6766) x64-embedded; MSI 760GM-P23; AMD Athlon(tm) II X2 250 7.58GiB RAM
NAS2: 11.2.0.4 - Omnius (Revision 6766) x64-embedded; MSI MS-7369; AMD Sempron(tm) LE-1250 8022MiB RAM
UPS: APC Back-UPS ES 550G
Extensions: OneButtonInstaller, Extended GUI, NextOwnCloud, BitTorrent Sync, Syncthing, Downloady, Midnight Commander, NCDU, MySQL, Rclone, Themes:
NAS2: 11.2.0.4 - Omnius (Revision 6766) x64-embedded; MSI MS-7369; AMD Sempron(tm) LE-1250 8022MiB RAM
UPS: APC Back-UPS ES 550G
Extensions: OneButtonInstaller, Extended GUI, NextOwnCloud, BitTorrent Sync, Syncthing, Downloady, Midnight Commander, NCDU, MySQL, Rclone, Themes:
-
netware5
- experienced User

- Posts: 132
- Joined: 31 Jan 2017 21:39
- Location: Sofia, BULGARIA
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
Thank you crest!
XigmaNAS 12.1.0.4 - Ingva (rev.7743) embedded on HP Proliant Microserver Gen8, Xeon E3-1265L, 16 GB ECC, 2x4TB WD Red ZFS Mirror
-
newranman
- NewUser

- Posts: 2
- Joined: 01 Feb 2018 08:02
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
LAGG issue. I have used NAS4FREE for a while. Used version 10 for a while with LAGG interface with 4 intel ports. Installed 5065, restored config. When saving service changes the system restarts. Had to disable LAGG and just use one interface. No crashes after changing to a normal LAN interface.
Did some research and seems to be a somewhat of a know issue with freebsd.
Did some research and seems to be a somewhat of a know issue with freebsd.
Last edited by newranman on 01 Feb 2018 08:24, edited 1 time in total.
-
newranman
- NewUser

- Posts: 2
- Joined: 01 Feb 2018 08:02
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
MS Office 2016 Word and Excel on a Mac have issues saving to a smb share if "Store alternate data streams in Extended Attributes" is ON. Previous version did work with this feature. Disabling it enables Office to work again. Have tested this with four deployments.
This may also be caused by Apples recent security update. It happened with MacOS 10.11.6, 10.12.6 and 10.13.3
MS updated Office 2016 to 16.9 it really was a mess. Reinstalled 15.41 but still had issues with Excel.
This may also be caused by Apples recent security update. It happened with MacOS 10.11.6, 10.12.6 and 10.13.3
MS updated Office 2016 to 16.9 it really was a mess. Reinstalled 15.41 but still had issues with Excel.
-
bewoco
- Starter

- Posts: 28
- Joined: 23 Apr 2015 14:26
- Location: Germany
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
Hello,
where could I still download the last x86 version of NAS4FREE? 10.3.xxx?
I would like to convert my old Windows Homeserver on an Acer H341 with Intel Atom D341 processor and 4 MB of ram to a NAS4FREE backup server.
I tried to boot 11.1.0.4.5065 x64 LiveCD, but it hung. Maybe a problem of the atom processor not really supporting x64?
Booting an old NAS4Free-x86-LiveCD-9.1.0.1.847 worked. So my idea is to try the latest x86 version.
where could I still download the last x86 version of NAS4FREE? 10.3.xxx?
I would like to convert my old Windows Homeserver on an Acer H341 with Intel Atom D341 processor and 4 MB of ram to a NAS4FREE backup server.
I tried to boot 11.1.0.4.5065 x64 LiveCD, but it hung. Maybe a problem of the atom processor not really supporting x64?
Booting an old NAS4Free-x86-LiveCD-9.1.0.1.847 worked. So my idea is to try the latest x86 version.
NAS4Free 12.1.0.4 (revision 7542) x64-embedded on HP ProLiant N54L with AMD Turion(tm) II Neo Dual-Core Processor 4096 MB ECC RAM;
NAS4Free 12.1.0.4 (revision 7542) x64-embedded on Acer H341 with Intel Atom D410 4MB RAM
NAS4Free 12.1.0.4 (revision 7542) x64-embedded on Acer H341 with Intel Atom D410 4MB RAM
-
jamaroney
- Advanced User

- Posts: 245
- Joined: 13 Aug 2012 17:32
- Location: Stroudsburg, PA
- Status: Offline
Re: NAS4Free 11.1.0.4.5065 released (FreeBSD 11.1-RELEASE-P6)
There's a torrent supposedly for "NAS4Free-x86-LiveCD-10.3.0.3.2853.iso" available at
links to 32-bits removed!
I tried the torrent to see if it works, and the file downloaded within a few minutes. Try it and see if it's the real deal.
edit post by admin
32-bits links no more supported here!