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!
NAS4free has an option in the "Advanced" menu to add options to loader.conf. These extra options are stored in the user file 'loader.conf.local', but embedded version's loader.conf has no call to loader.conf.local, rendering the file useless.
What do you mean exactly. I am asking in case I don't understand correctly.. What I understood was that even if you add something in loader.conf, it won't matter, cause it is not going to be loaded????
My Nas
Case: Fractal Design Define R2
M/B: Supermicro x9scl-f
CPU: Intel Celeron G1620
RAM: 16GB DDR3 ECC (2 x Kingston KVR1333D3E9S/8G)
PSU: Chieftec 850w 80+ modular
Storage: 8x2TB HDDs in a RaidZ2 array ~ 10.1 TB usable disk space
O/S: XigmaNAS 11.2.0.4.6625 -amd64 embedded
Extra H/W: Dell Perc H310 SAS controller, crosflashed to LSI 9211-8i IT mode, 8GB Innodisk D150SV SATADOM for O/S
Exactly. loader.conf needs to have the line "loader_conf_files=XXXX" to load other config files. Without this line, only loader.conf itself is processed. There is a example in the /cf/boot/defaults/loader.conf (or /boot/defaults/loader.conf for full installs).
The embedded version of N4F does not have this line in its own loader.conf. Adding items to "loader.conf" section of "Advanced" in web interface (in main menu) does nothing because these options are stored in the user file (e.g. loader.conf.local).
I could confirm this by adding verbose_loading="YES" in the supplied loader.conf for embedded version. Only after I added loader_conf_files="/boot/loader.conf.local", my option was processed (and I could finally see it failed, since the affected file was absent).
I keep asking, because a few weeks ago I succesfully loaded the .847 version's bge driver in .943 version, using loader.conf
Details: viewtopic.php?p=32391#p32391
If loader.conf wasn't reading the correct files, wouldn't my addition fail to load the driver???
My Nas
Case: Fractal Design Define R2
M/B: Supermicro x9scl-f
CPU: Intel Celeron G1620
RAM: 16GB DDR3 ECC (2 x Kingston KVR1333D3E9S/8G)
PSU: Chieftec 850w 80+ modular
Storage: 8x2TB HDDs in a RaidZ2 array ~ 10.1 TB usable disk space
O/S: XigmaNAS 11.2.0.4.6625 -amd64 embedded
Extra H/W: Dell Perc H310 SAS controller, crosflashed to LSI 9211-8i IT mode, 8GB Innodisk D150SV SATADOM for O/S