> Hi Michael...thanks for the update. What FreeNAS 0.69 compatibility > issues did you address? I've been running 1.1.3 and 0.69RC2 for a bit
The issue was introduced _after_ 0.69RC2. They must have renamed some function in their server code which then matched one I was using. This lead to a conflict which prevented SC from being started using the FreeNAS web UI. > box with EIDE drives and SC7.3 if it makes a difference, would you > recommend going to 1.2 for that configuration? If it ain't broke, don't fix it :-). The improved 7.3 support is mostly helpful when troubleshooting systems, and makes it a bit more future proof. But nothing you're missing if 1.1.3 is working fine for you. If you're interested in the technical details: up to 1.1.3 it was almost impossible to start SC from the command line, because you had to add tons of command line parameters which I myself never remembered (I posted it in some other thread). Starting with SC 7.2 we support a way to add a module to SC which can customize some of the system specific behaviour of SC. We use this way to support SC on various platforms (Windows, OSX, various Linux distributions etc., see Slim/Utils/OS). For SlimNAS 1.2 I created a custom module to do the same for this particular platform. This basically sets all the parameters I used to set on the command line. -- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
