Hi Michael I really hope you can help me solve the last puzzle on running LMS on microcore linux.
I guess microcore isn't recognized as either debian or redhat based (which is correct). Thus it falls back to defaults - which assume those files in the same folder as the executable (see Slim::Utils::OS::Unix::dirsFor('types')).
I'd suggest you create a Slim::Utils::OS::Custom class, based on Debian. See http://wiki.slimdevices.com/index.php/Customizing_Logitech_Media_Server_using_Slim::Utils::OS::Custom for more details. This class would give LMS some system specific information - which you can adjust as you need (mostly in aforementioned method dirsFor()).
-- Michael _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
