pike wrote: 
> Good idea. Ehm .. what server ? I have a bit of a crippled shell here.
> 
> 
> The squeezeserver is running as admin, and I am logged in as admin. I
> can run spotifyd:
> 
> and then it works. I $$$$ my username in the text above.
> 
> But squeezeserver goes through perl, so i'm not sure what user it would
> be forking processes with.
> I'm not sure why it's not running as root, or how to change that. 
> 
> *-pike

It should be running as the user set on the command line of
slimserver.pl - which is admin.

Could you instrument the perl file Spotifyd.pm by adding:


Code:
--------------------
    
  use Data::Dumper;
  $log->error(Dumper $spotifyd);
  
--------------------


after the line:
        eval { $spotifyd = Proc::Background->new({ 'die_upon_destroy' => 1 },
$helperPath, $logfile); };

this should put something in the main server log.


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to