[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-28 Thread Robin Bowes
kdf wrote: Quoting 0xdeadbeef [EMAIL PROTECTED]: cjk32 Wrote: slimserver.pl certainly does attempt to set up @INC to contain the 5.8.x paths followed by 5.8. From the looks of it, it seems to use ONLY 5.8.x. Else if would find the missing directories, wouldn't it? Well, apparently,

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-26 Thread 0xdeadbeef
cjk32 Wrote: slimserver.pl certainly does attempt to set up @INC to contain the 5.8.x paths followed by 5.8. From the looks of it, it seems to use ONLY 5.8.x. Else if would find the missing directories, wouldn't it? Well, apparently, there is something broken regarding include paths and I'm

Re: [SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-26 Thread kdf
Quoting 0xdeadbeef [EMAIL PROTECTED]: cjk32 Wrote: slimserver.pl certainly does attempt to set up @INC to contain the 5.8.x paths followed by 5.8. From the looks of it, it seems to use ONLY 5.8.x. Else if would find the missing directories, wouldn't it? Well, apparently, there is something

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread cjk32
cjk32 Wrote: I'll try and do some research tommorow. Very quick test. Coudl you try the following and see if it succeeds. use strict; use GD; my $image = GD::Image-new(100, 100,1); $image-filledRectangle(0,0,100,100,0xff); $image-filledRectangle(30,30,70,70,0xff); open (MYOUTFILE,

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread 0xdeadbeef
Seems to work: http://lemmini.de/test.jpg -- 0xdeadbeef 0xdeadbeef's Profile: http://forums.slimdevices.com/member.php?userid=2287 View this thread: http://forums.slimdevices.com/showthread.php?t=23206

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread 0xdeadbeef
Hm, I used the following code: use strict; use Data::Dumper; print Dumper([EMAIL PROTECTED]); unshift @INC, '/usr/local/slimserver/CPAN/arch/5.8.7/i486-linux-gnu-thread-multi'; unshift @INC, '/usr/local/slimserver/CPAN/arch/5.8.7/i486-linux-gnu-thread-multi/auto'; unshift @INC,

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread slimpy
I've been following the ping pong between you two and did the same tests 0xdeadbeef did. I had exactly the same results but with different versions of gd (2.0.22-65.9) and perl-GD (2.12-37). What puzzled me when doing the last test was that there are two directory trees under

Re: [SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread kdf
Quoting 0xdeadbeef [EMAIL PROTECTED]: Also it seems suspicious that the folders Locale and YAML are missing... slimserver includes various modules in arch/5.8. This may work fine for some linux systems, but not all. Those with problems have to run the Bin/build-perl-modules.pl script,

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread slimpy
kdf Wrote: Quoting 0xdeadbeef 0xdeadbeef.26sf7n1145913902 (AT) no-mx (DOT) forums.slimdevices.com: Also it seems suspicious that the folders Locale and YAML are missing... slimserver includes various modules in arch/5.8. This may work fine for some linux systems, but not all.

Re: [SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-24 Thread kdf
Quoting slimpy [EMAIL PROTECTED]: So it seems. Although GD was present in the 5.8 path it was ignored altogether but works fine when copied to the 5.8.* path. Locale was another directory that was missing in the 5.8.* path but I have no idea if it got picked up from the 5.8 path. What kind of

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-23 Thread 0xdeadbeef
Slimserver is running on Kubuntu Linux. The logfile says: 2006-04-23 11:23:57.6105 Trying to load GD Library for TTF support: ok 2006-04-23 11:23:57.6112 Using TTF for Unicode on Player Display. Font: [/usr/local/slimserver/Graphics/CODE2000.TTF] -- 0xdeadbeef

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-23 Thread cjk32
kdf Wrote: On 23-Apr-06, at 2:26 AM, 0xdeadbeef wrote: The logfile says: 2006-04-23 11:23:57.6105 Trying to load GD Library for TTF support: ok 2006-04-23 11:23:57.6112 Using TTF for Unicode on Player Display. Font: [/usr/local/slimserver/Graphics/CODE2000.TTF] seems to have

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-23 Thread 0xdeadbeef
Hm, I updated to the latest revision and got this: 2006-04-24 01:03:19.5413 HTTP request: from 192.168.178.25 (HTTP::Daemon::ClientConn=GLOB(0xa663068)) for GET HTTP/1.1 /music/1216/cover_100x100_f_00.jpg 2006-04-24 01:03:19.5458 processURL Clients: 192.168.178.50:28847 2006-04-24

[SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-23 Thread cjk32
0xdeadbeef Wrote: Hm, I updated to the latest revision and got this: 2006-04-24 01:03:19.5413 HTTP request: from 192.168.178.25 (HTTP::Daemon::ClientConn=GLOB(0xa663068)) for GET HTTP/1.1 /music/1216/cover_100x100_f_00.jpg 2006-04-24 01:03:19.5458 processURL Clients:

Re: [SlimDevices: Beta] Re: Wrong timer format and Fishbone issues

2006-04-22 Thread kdf
On 22-Apr-06, at 1:01 PM, 0xdeadbeef wrote: If I choose show image on any image, it's shown full size (ca. 300x300 pixels). On the screenshot, the images are the upper left corner of this 300x300 picture, but they are not scaled, just cropped. I've already said that mine are fine. All of my