Re: [slim] Several plugins does not work on SlimNAS

2008-05-15 Thread Kuben72
Okay, Sorry I misunderstood that. I have implemented the change and this is what I get: cannot write to /d8339255.pm at /mnt/Musikdisk/slimnas/squeezecenter/CPAN/PAR.pm line 873. It looks like it doesn't find the tmp directory at all. As I was looking at the logfile I saw another entry from

Re: [slim] Several plugins does not work on SlimNAS

2008-05-15 Thread kdf
try setting an environment variable PAR_TEMP to /tmp. I'm not sure of the specifics on doing that, given the SlimNAS environment. -kdf On 14-May-08, at 11:59 PM, Kuben72 wrote: Okay, Sorry I misunderstood that. I have implemented the change and this is what I get: cannot write to

Re: [slim] Several plugins does not work on SlimNAS

2008-05-15 Thread Kuben72
Neither am I. (One of these days I am going to move SC to my windows server where I know what I am doing). I will have to do some digging. Thanks for your help so far. -- Kuben72 Kuben72's Profile:

Re: [slim] Several plugins does not work on SlimNAS

2008-05-15 Thread kdf
depending on the shell, it will be some variant of: setenv PAR_TEMP /tmp or export PAR_TEMP=/tmp the quesion is where you need to add this in order for it to be permanent every time you start SC or reboot. /etc/profile might be one place for the second version. -kdf On 15-May-08, at 12:49 AM,

Re: [slim] Several plugins does not work on SlimNAS

2008-05-15 Thread Kuben72
Yep. It worked. In the etc directory I edited .profile and added PAR_TEMP /tmp and then rebootede the server. After that DynamicPlayList was loaded as it should. Thanks very much for your help. I will try to get Michael Herger interested in this, so he can change the SlimNAS installation and

Re: [slim] Several plugins does not work on SlimNAS

2008-05-15 Thread erland
Does SlimNAS have a /etc/default/squeezecenter file like debian installations ? If it does, it might work to add a line like below to this file: PAR_TEMP=/tmp -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/download) (Developer

Re: [slim] Several plugins does not work on SlimNAS

2008-05-15 Thread Kuben72
No. At least not as far as I can tell. Sorry. /Kuben72 -- Kuben72 Kuben72's Profile: http://forums.slimdevices.com/member.php?userid=15308 View this thread: http://forums.slimdevices.com/showthread.php?t=47564

Re: [slim] Several plugins does not work on SlimNAS

2008-05-14 Thread Kuben72
Hi Erland, That would explain why the email-checker plugin does not work either. Okay I have done a bit of digging: There is none of the mentioned environment variables set up as far as I can tell. There is a /tmp directory but that is not on the same partition as SC. Is that nessacary ?

Re: [slim] Several plugins does not work on SlimNAS

2008-05-14 Thread kdf
It's not Erland's plugin that is causing the problem, so you won't really find much to edit there that would give you the filename. What you want to look for is Par.pm, which for squeezecenter, is located in server/CPAN/PAR.pm. This is the one that will be used, unless you have a different copy

Re: [slim] Several plugins does not work on SlimNAS

2008-05-13 Thread Kuben72
I have copied the entries from the logfile. See attachment. +---+ |Filename: SC_logfile.txt | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=5080|

Re: [slim] Several plugins does not work on SlimNAS

2008-05-13 Thread kdf
I'm seeing permission problem errors, so you need to make sure that the plugin files are readable, and perhaps the plugin folders are writeable -k On 12-May-08, at 11:58 PM, Kuben72 wrote: I have copied the entries from the logfile. See attachment.

Re: [slim] Several plugins does not work on SlimNAS

2008-05-13 Thread Kuben72
I have checked and the directory is both readable and writeble. This is the error message I get: 404 Not Found: settings/plugins/DynamicPlayList/settings/basic.html And the logfile says: [08-05-13 12:45:03.3896] Slim::bootstrap::tryModuleLoad (271) Warning: Module

Re: [slim] Several plugins does not work on SlimNAS

2008-05-13 Thread signor_rossi
Have you tried giving full permissions for everyone? Just to rule out if it is a permission problem or not. Bye, signor_rossi. -- signor_rossi signor_rossi's Profile: http://forums.slimdevices.com/member.php?userid=11941

Re: [slim] Several plugins does not work on SlimNAS

2008-05-13 Thread kdf
On 13-May-08, at 4:07 AM, Kuben72 wrote: I have checked and the directory is both readable and writeble. This is the error message I get: 404 Not Found: settings/plugins/DynamicPlayList/settings/basic.html And the logfile says: [08-05-13 12:45:03.3896] Slim::bootstrap::tryModuleLoad

Re: [slim] Several plugins does not work on SlimNAS

2008-05-13 Thread Kuben72
signor_rossi: I have no permissions set becuase the version of FreeNAS I am using does not support it. So everybody has access to everything. kdf: Do you know where that tmp katalog is supposed to be? Is it in SC's direcory or is it in FreeNAS = system tmp? /Kuben72 -- Kuben72

Re: [slim] Several plugins does not work on SlimNAS

2008-05-13 Thread kdf
On 13-May-08, at 7:59 AM, Kuben72 wrote: signor_rossi: I have no permissions set becuase the version of FreeNAS I am using does not support it. So everybody has access to everything. kdf: Do you know where that tmp katalog is supposed to be? Is it in SC's direcory or is it in FreeNAS =

Re: [slim] Several plugins does not work on SlimNAS

2008-05-13 Thread erland
Kuben72;301502 Wrote: I have checked and the directory is both readable and writeble. This is the error message I get: 404 Not Found: settings/plugins/DynamicPlayList/settings/basic.html And the logfile says: [08-05-13 12:45:03.3896] Slim::bootstrap::tryModuleLoad (271) Warning:

[slim] Several plugins does not work on SlimNAS

2008-05-12 Thread Kuben72
I have installed several plugins under SlimNAS and I have discovered that they don't work. I have tried with the following plugins: DynamicPlayList SQLPlaysList TrackStat EmailChecker. All of them gives an error 404: Unable to find settings and lists the path to where it exspects to find the

Re: [slim] Several plugins does not work on SlimNAS

2008-05-12 Thread kdf
Does any one have any idea what is wrong? it may be that these plugins depend on perl modules not included with SC that are not compatible with SlimNAS in some way. These or other errors should be showing up in the server.log file. If not, try going into the web ui, server settings-logging,

Re: [slim] Several plugins does not work on SlimNAS

2008-05-12 Thread syburgh
TrackStat works with SlimServer 6.5.1 on SlimNAS -- syburgh syburgh's Profile: http://forums.slimdevices.com/member.php?userid=14239 View this thread: http://forums.slimdevices.com/showthread.php?t=47564