Ok thanks.
I will try to found why finch cannot be installed.
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.1213 Released (FreeBSD 9.3-RELEASE-P6)
- ernie
- Forum Moderator

- Posts: 1458
- Joined: 26 Aug 2012 19:09
- Location: France - Val d'Oise
- Status: Offline
Re: NAS4Free 9.3.0.2.1213 Released (FreeBSD 9.3-RELEASE-P6)
NAS 1&2:
System: GA-6LXGH(BIOS: R01 04/30/2014) / 16 Go ECC
XigmaNAS 12.1.0.4 - Ingva (revision 7743) embedded
NAS1: Xeon E3 1241@3.5GHz, 2HDD@8To/mirror, 1SSD cache, Zlog on mirror, 1 UFS 300 Go
NAS2: G3220@3GHz, 2x3HDD@2To/strip+raidz1, 1SSD cache, Zlog on mirror
UPS: APC Back-UPS RS 900G
Case : Fractal Design XL R2
Extensions & services:
NAS1: OBI (Plex, BTSync, zrep, rclone, themes), nfs, smb, UPS,
NAS2: OBI (zrep (backup mode), themes)
System: GA-6LXGH(BIOS: R01 04/30/2014) / 16 Go ECC
XigmaNAS 12.1.0.4 - Ingva (revision 7743) embedded
NAS1: Xeon E3 1241@3.5GHz, 2HDD@8To/mirror, 1SSD cache, Zlog on mirror, 1 UFS 300 Go
NAS2: G3220@3GHz, 2x3HDD@2To/strip+raidz1, 1SSD cache, Zlog on mirror
UPS: APC Back-UPS RS 900G
Case : Fractal Design XL R2
Extensions & services:
NAS1: OBI (Plex, BTSync, zrep, rclone, themes), nfs, smb, UPS,
NAS2: OBI (zrep (backup mode), themes)
-
hanebambel
- NewUser

- Posts: 1
- Joined: 31 Dec 2014 10:19
- Status: Offline
Re: NAS4Free 9.3.0.2.1213 Released (FreeBSD 9.3-RELEASE-P6)
If you have a full install just get the latest mDNSResonder package (should be mDNSResponder-561.1.1) and install it. That fixed the issue for me.sfranzis wrote:First I have to say thanks to daoyama an zoon01. Realy great work.
I found a Problem with mDNSResponderPosix and AFP. mDNSResponderPosix crashes after the Server is accessed over AFP by a MacOS computer.
[...]
There was a bug report on freebsd.org. But that was last year: https://bugs.freebsd.org/bugzilla/show_ ... ?id=182718
Hope you find a way to fix this soon.
For amd64 you can get the package here: http://pkg.freebsd.org/freebsd:9:x86:64 ... 61.1.1.txz
Jan
- JoseMR
- Hardware & Software Guru

- Posts: 1058
- Joined: 16 Apr 2014 04:15
- Location: PR
- Contact:
- Status: Offline
Re: NAS4Free 9.3.0.2.1213 Released (FreeBSD 9.3-RELEASE-P6)
Found a possible bug on why i was unable to access the Web File Manager(Quix) on my system, no matter what i do after setting up my password the file manager becomes inaccessible, as i commented before(on Rev.1190) i use long passwords with special characters as well the back slash "\", after digging and testing on a VM the back slash "\" was the culprit so far.
Hope some one can confirm this inaccessible File Manager after adding a "\" on the webgui password.
Tested on NAS4Free Embedded 9.3.0.2 Rev.1213 also Rev.1222
Regards
Hope some one can confirm this inaccessible File Manager after adding a "\" on the webgui password.
Tested on NAS4Free Embedded 9.3.0.2 Rev.1213 also Rev.1222
Regards
System: FreeBSD 12 RootOnZFS Mirror, MB: Supermicro X8SI6-F, Xeon X3450, 16GB DDR3 ECC RDIMMs.
XigmaNAS RootOnZFS
Addons at GitHub
BastilleBSD
Boot Environments Intro
Resources Home Page
XigmaNAS RootOnZFS
Addons at GitHub
BastilleBSD
Boot Environments Intro
Resources Home Page
-
vkyk
- Starter

- Posts: 52
- Joined: 24 Jun 2012 16:11
- Location: Hong Kong UTC+08:00
- Status: Offline
Re: NAS4Free 9.3.0.2.1213 Released (FreeBSD 9.3-RELEASE-P6)
alexey123,
Your step 2 content has been included in such FreeBSD.conf. Is it sufficient? If not, remarks mentions to create "a /usr/local/etc/pkg/repos/FreeBSD.conf". Then, whether to create a new FreeBSD.conf to insert your step 2 content and kept at /usr/local/etc/pkg/repos/?
Thanks!
Do you mean this file -- /etc/pkg/FreeBSD.conf? If yes, the contents of such file are:If you cannot use embedded (your hardware not allow it!!) do next:
1. Create folder /usr/local/etc/pkg/repos
CODE: SELECT ALL
mkdir -p /usr/local/etc/pkg/repos
2. Insert into file, named FreeBSD.conf -- case sensitive name with content
CODE: SELECT ALL
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
enabled: yes
}
Code: Select all
# $FreeBSD: releng/9.3/etc/pkg/FreeBSD.conf 263939 2014-03-30 15:30:33Z bdrewery $
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
# mkdir -p /usr/local/etc/pkg/repos
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
Thanks!
Production1: 11.2.0.4 (R6154) x64-embedded on AMD Athlon(tm) II X4 640 Processor 8G Non-ECC Ram ASUS M4A88T-M 2x2T + 1x4T
Production2: 11.2.0.4 x64-embedded on Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz 12G Non-ECC Ram ASUS B85M-G 3x2T
Test/Backup: 10.3.0.3.4372 x86-embedded on Intel(R) Xeon(R) CPU 3040 @ 1.86GHz 4G Non-ECC Ram HP ML110 G4 2x160G
Production2: 11.2.0.4 x64-embedded on Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz 12G Non-ECC Ram ASUS B85M-G 3x2T
Test/Backup: 10.3.0.3.4372 x86-embedded on Intel(R) Xeon(R) CPU 3040 @ 1.86GHz 4G Non-ECC Ram HP ML110 G4 2x160G