Thanks, I gave the pre-init command (which I believe did the same thing as what I was manually editing by hand) a try, but each time, Nas4free appeared to overwrite /etc/rc.conf with iscsi_initiator_enable="YES".
raulfg3: yes, that's the same issue you and I both have, not being able to commit any changes to /etc/rc.conf through reboots. I've read somewhere else that you need to make changes to /conf/base/etc/rc.conf to make these changes stick but haven't pursued it further.
I AM using 9.1.0.1 revision 531 (the latest; started this whole journey a few weeks ago

)
Anyway,
I found the culprit: I setup a NAS4Free iSCSI initiator (disks -> iscsi initiator -> (+) )to point back to itself back when I was troubleshooting
another issue -- circular dependancies. It's too bad that the iscsi_initiator service didn't give me more errors even when I set VERBOSE_LOGGING=ON in /boot/loader.conf.. I would have spotted the error a bit faster. Sigh, FreeBSD.
Apart from that, for future reference, are there any log files to debug the startup & iscsi_initiator process that I missed? I had been looking at:
Code: Select all
/var/etc/iscsi/
/var/log/system.log
/var/log/daemon.log
--------