[SlimDevices: Unix] Execute Commands with SS

2006-07-18 Thread Ramage
I have been trying to execute Linux commands using the Execute plugin, but although I can see the command scripts, they do not execute fully. Primarily, I want to be able to powerdown the server from the SB3. I am using halt -p. I believe the problem is related to the command being executed by

[SlimDevices: Unix] Re: Execute Commands with SS

2006-07-18 Thread Robin Bowes
Ramage wrote: I have been trying to execute Linux commands using the Execute plugin, but although I can see the command scripts, they do not execute fully. Primarily, I want to be able to powerdown the server from the SB3. I am using halt -p. I believe the problem is related to the

Re: [SlimDevices: Unix] Execute Commands with SS

2006-07-18 Thread Michael Herger
I believe the problem is related to the command being executed by a user other than 'root' ie 'slimserver'. Run sudo halt instead - if you can ;-) sudo will execute commands as root. But it depends on the Linux configuration how easily it can be used. Give it a try and do sam man sudo if it

[SlimDevices: Unix] Re: Execute Commands with SS

2006-07-18 Thread Ramage
Does sudo need the root password? If so is ther a way of entering it into the command line in the script? -- Ramage Ramage's Profile: http://forums.slimdevices.com/member.php?userid=5343 View this thread:

[SlimDevices: Unix] Slimserver with Firebird

2006-07-18 Thread Darkblue
Hello is there any chance to have native Firebird database support in any upcoming Slimserver release ? Firebird has an embedded and server version which are opensource and from our experience Firebird databases are basically free of administration , we have databases with more than 30 Gb of

Re: [SlimDevices: Unix] Slimserver with Firebird

2006-07-18 Thread Michael Herger
is there any chance to have native Firebird database support in any upcoming Slimserver release ? What's the advantage over MySQL for the usage in Slimserver? -- Michael --- Help translate SlimServer by using the StringEditor Plugin

[SlimDevices: Unix] Re: Shadow Sqeezeboxes?

2006-07-18 Thread ChrisOwens
Nope that was a real (strange) bug. http://bugs.slimdevices.com/show_bug.cgi?id=2620 FW58 in the current nightlies fixes this bug for wireless users. Wired users will have to wait until tonight's nightly and get FW59. -- ChrisOwens Christopher Owens QA Manager [EMAIL PROTECTED] (510)

[SlimDevices: Unix] Re: Linux noob needs help w/6.5b1 Dapper

2006-07-18 Thread jimbres
Hi, folks. The Linux doofus is back to report that after applying the latest update to 6.5b1, I can't connect to localhost:9000. This time, apt-get install libio-socket-ssl-perl didn't do anything. When I ran sudo -u slimserver /usr/sbin/slimserver, I got the following: 2006-07-18 14:57:00.3215

[SlimDevices: Unix] Re: Big Perl performance problem in FC5

2006-07-18 Thread Dan Sully
* SadGamerGeek shaped the electrons to say... I must have got the wrong end of the stick here, as I'm still a bit confused on this. Does the code have to be optimised for each Perl release then? No. There are some general performance issues with 6.5 in some circumstances. -D -- faisal my

[SlimDevices: Unix] Re: Big Perl performance problem in FC5

2006-07-18 Thread SadGamerGeek
Dan Sully Wrote: * SadGamerGeek shaped the electrons to say... I must have got the wrong end of the stick here, as I'm still a bit confused on this. Does the code have to be optimised for each Perl release then? No. There are some general performance issues with 6.5 in some

[SlimDevices: Unix] Re: Slimserver with Firebird

2006-07-18 Thread Darkblue
One of the advantages is a smaller footprint , you just have one database file which holds data and indexes, it is fast over the network , sql-92 compliant ,triggers, stored procs are implemented a long time and work very well, there is an x86_64 version for linux and windows. There is an

Re: [SlimDevices: Unix] Re: Slimserver with Firebird

2006-07-18 Thread kdf
On 18-Jul-06, at 5:53 PM, Darkblue wrote: There is an evergrowing community of firebird users and developers which could contribute in many ways to the project. Slimserver uses the DBIx class from CPAN, so if there is a compatible DBD module for Firebird, it should just be a matter of

[SlimDevices: Unix] Re: Re: Slimserver with Firebird

2006-07-18 Thread Dan Sully
* kdf shaped the electrons to say... Slimserver uses the DBIx class from CPAN, so if there is a compatible DBD module for Firebird, it should just be a matter of setting the db connect info in the slimserver.pref file. Interested parties could test and report with any patches that might be