Hi Philippe,

Since I have my production system back running, I can give you the os
details:

I added this line:

Code:
--------------------
    
  $log->warn("OS Values: OS: $os->{'os'}, osName: $os->{'osName'}, osArch: 
$os->{'osArch'}, binArch: $os->{'binArch'}, uid: $os->{'uid'}.");
  
  
--------------------


just after the call to 


Code:
--------------------
    
  my $os = Slim::Utils::OSDetect::details();
  
  
--------------------


and got these results:


Code:
--------------------
    
  Plugins::UPnPBridge::Squeeze2upnp::binaries (22) OS Values: OS: Unix, osName: 
freebsd, osArch: amd64-freebsd, binArch: amd64-freebsd-thread-multi, uid: lms.
  
--------------------


------------------------------------------------------------------------
wcattey's Profile: http://forums.slimdevices.com/member.php?userid=7506
View this thread: http://forums.slimdevices.com/showthread.php?t=108612

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

Reply via email to