RegH;294963 Wrote: > You getting anywhere with this NMW? I have a similar setup on CF and it > worked fine. > > The Squeezecenter directory should not be empty - that is where it is > all installed. Looks like it failed part way through. I originally had > trouble with an earlier version of SlimNAS and the 7.0 release. Suggest > you clean out /mnt/storage/slimnas again and start with Michael's latest > 0.999 release and try the latest 7.0.1 nightly build - they work fine > together for me. > > Reg
Yep, just sorted it out this morning. The problem is in the installer. Or the naming of the squeezecenter tar files and the root directory they contain. During the install the installer tries to determine the name of the directory which the squeezecenter tar file extracts. Either this has changed or the naming of the tar file has changed, and the code no longer gets the correct directory name. Thus, when it tries to copy the contents of that directory into "squeezecenter" nothing gets copied. The simple workaround is to rename the sqeezecenter tar file so that its name is the same as the root directory it contains, with .tgz appended as the filetype. One caveat is that simply re-running the installer with the re-named tar file doesn't seem to work. I presume that the failed installation has created a file somewhere which re-running the installer doesn't fix. What I did was to completely re-install freenas again, then run the installer. This worked for me, and it also survived a re-boot. A more permanent fix would be to modify the PHP so that it looks into the tar file to get the exact directory name (e.g. capture the output of "tar cvf | head -1"). I might look into this, but can't guarantee anything. -- nmw ------------------------------------------------------------------------ nmw's Profile: http://forums.slimdevices.com/member.php?userid=17013 View this thread: http://forums.slimdevices.com/showthread.php?t=40159 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
