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

2006-07-18 Thread kdf
On 18-Jul-06, at 8:40 PM, Dan Sully wrote: * 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

[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 nee

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 settin

[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 evergro

[SlimDevices: Unix] Re: missing perl modules on Slimserver 6.3.0. (Linkstation II)

2006-07-18 Thread cuk0724
I am getting the following when I try and start Slimserver 6.3.0. The following modules failed to load: XML::Parser::Expat I have copied the files from the Missing files.rar which has got rid of the other errors I was getting. The following modules failed to load: DBD::SQLite DBI XML::Parser::

[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 > c

[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 -- my life is co

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

2006-07-18 Thread SadGamerGeek
Dan Sully Wrote: > * SadGamerGeek shaped the electrons to say... > > >Does this mean there's likely to be another Perl 5.8.8-5 bug causing > this? > > No.. the code just hasn't been optimized yet. I must have got the wrong end of the stick here, as I'm still a bit confused on this. Does the co

[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 U

[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) 743-11

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

2006-07-18 Thread ChrisOwens
Also see http://forums.slimdevices.com/showthread.php?p=122348 -- ChrisOwens Christopher Owens QA Manager [EMAIL PROTECTED] (510) 743-1152 x717 ChrisOwens's Profile: http://forums.slimdevices.com/member.php?userid=4240 Vi

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 (htt

[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 da

[SlimDevices: Unix] Re: Execute Commands with SS

2006-07-18 Thread Ramage
Used sudo and added an entry in sudoers: slimserver ALL=(ALL) NOPASSWD: ALL Shutdown worked OK. Thanks guys for the good advice. -- Ramage Ramage's Profile: http://forums.slimdevices.com/member.php?userid=534

[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: http://forums.sl

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"

[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 c

[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