Re: [SlimDevices: Beta] 31354 not starting on LinkStation

2011-06-20 Thread frank1969

Once again, tonights nightly tells Scale (loaded 0.06, need 0.03) -
why doesn't it take the newest version (0.06) but calls for an older
one? Could somebody please fix?


-- 
frank1969

frank1969's Profile: http://forums.slimdevices.com/member.php?userid=31156
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 31354 not starting on LinkStation

2010-09-26 Thread avr300

Hi dsdreamer..

I can confirm, that the patched version is running fine here now.

Thanks a lot.


-- 
avr300

/avr300

avr300's Profile: http://forums.slimdevices.com/member.php?userid=21177
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 31354 not starting on LinkStation

2010-09-25 Thread dsdreamer

Don't expect this to be supported by anyone, but you are welcome to try
your luck with my patched version of SSODS, which you can grab from
here:

wget
http://charlesrazzell.home.comcast.net/ssods-4.9.1-arm-patched-for-7.6.tar.gz


-- 
dsdreamer

--
Dreamer, easy in the chair that really fits you...

dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 31354 not starting on LinkStation

2010-09-24 Thread dsdreamer

Optware is a binary packaging system that originally grew up to support
the Unslung alternate firmware for the Linksys NSLU2. It has now been
extended to support many other platforms. It uses the lightweight 'itsy
package management system' (ipkg).  More about it here:
http://en.wikipedia.org/wiki/Ipkg

If you want to install pre-compiled packages on your Linkstation, good
information is available here:
http://buffalo.nas-central.org/wiki/Ipkg_on_the_Linkstation_%28for_end-users%29
Check out the feeds under the ARM heading


-- 
dsdreamer

--
Dreamer, easy in the chair that really fits you...

dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 31354 not starting on LinkStation

2010-09-23 Thread avr300

dsdreamer, do you have the 31534 running on the LinkStation ??


-- 
avr300

/avr300

avr300's Profile: http://forums.slimdevices.com/member.php?userid=21177
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 31354 not starting on LinkStation

2010-09-23 Thread dsdreamer

avr300;578544 Wrote: 
 dsdreamer, do you have the 31534 running on the LinkStation ??

I am running the latest nightlies of 7.6 on the LinkStation XHL 1TB.

The problem to be overcome is that the latest Logitech ARM builds are
liked against GLIBC2.7. SSODS only supports GLIBC2.6.  Thus, the easy
way to run Logitech-compiled shared object files for the latest Perl
modules is effectively blocked for us now.

To overcome this, I patched SSODS by compiling all the missing Perl
modules myself and have installed them into the /opt/ssods4 tree. 

Typically, I am doing:

Code:


  tar zxvf some-perl-module-xyx.tgz
  cd some-perl-module-xyz
  /opt/ssods4/bin/perl Makefile.PL
  make test
  make install
  cd ..
  



This, of course, requires that you have gcc, binutils, make and tar
which can be conveniently obtained once you have an Optware feed set
up.

If you can wait for the weekend, I could upload my patched ssods as a
tarball for you to grab.


-- 
dsdreamer

--
Dreamer, easy in the chair that really fits you...

dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 31354 not starting on LinkStation

2010-09-23 Thread avr300

I can wait no problem. Looking forward to test it. Thanks a lot in
advance.


-- 
avr300

/avr300

avr300's Profile: http://forums.slimdevices.com/member.php?userid=21177
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 31354 not starting on LinkStation

2010-09-22 Thread dsdreamer

andyg;577803 Wrote: 
 On Sep 20, 2010, at 1:43 AM, dsdreamer wrote:
 [color=blue]
 
 
 A lot of tests perform file comparison and expect an exact output from
 the library.  Usually this is fine but may still have issues on some
 platforms.  You can probably ignore the test failures.

Andy, I pretty much confirmed your hint was correct. I commented out a
line in gif.t to leave the temporary files it creates in place and
reran the test.

Code:


  END {
  #File::Path::rmtree($tmpdir); 
  } 
  



Then I compared the files in the ./Image-Scale-0.06/t/ref/gif with the
ones created by running the test. The generated files were 5 Bytes
shorter than the reference files, but looked identical to the casual
observer when opened in an image viewer. So, I think it is okay.
Besides, my cover art is 100% in JPEG format which passed all its
scaling tests just fine.

The new Image::Scale routines really make a huge difference to
usability of the web interface and I never have to worry about the
music pausing involuntarily due to the computational intensity of
scaling an image for the Fab4 display... Nice!


-- 
dsdreamer

--
Dreamer, easy in the chair that really fits you...

dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 31354 not starting on LinkStation

2010-09-20 Thread Andy Grundman

On Sep 20, 2010, at 1:43 AM, dsdreamer wrote:

 
 perl ./Makefile.PL --with-jpeg-include=/opt/include
 --with-png-include=/opt/include/ --with-gif-include=/opt/include/
 
 Image::Scale will be built with:
 
 JPEG support: yes (/opt/include, version 80)
 PNG support:  yes (/opt/include/, version 1.4.3)
 GIF support:  yes (/opt/include/, version 4.1)
 
 Writing Makefile for Image::Scale
 
 It builds clean, but reports a lot of errors during test (for gif and
 png):

A lot of tests perform file comparison and expect an exact output from the 
library.  Usually this is fine but may still have issues on some platforms.  
You can probably ignore the test failures.

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 31354 not starting on LinkStation

2010-09-19 Thread andyg

Maybe you need to wait for the SSODS package to be updated if the
regular arm-linux binaries I provide don't work.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 31354 not starting on LinkStation

2010-09-19 Thread avr300

Ok, I'll just do that. Thanks Andy.


-- 
avr300

/avr300

avr300's Profile: http://forums.slimdevices.com/member.php?userid=21177
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 31354 not starting on LinkStation

2010-09-19 Thread dsdreamer

perl ./Makefile.PL --with-jpeg-include=/opt/include
--with-png-include=/opt/include/ --with-gif-include=/opt/include/

Image::Scale will be built with:

JPEG support: yes (/opt/include, version 80)
PNG support:  yes (/opt/include/, version 1.4.3)
GIF support:  yes (/opt/include/, version 4.1)

Writing Makefile for Image::Scale

It builds clean, but reports a lot of errors during test (for gif and
png):

Code:


  Failed Test Stat Wstat Total Fail  List of Failed
  
---
  t/gif.t7  1792177  7-9 12-14 17
  t/png.t   22  563245   22  19-36 40-42 45
  3 tests and 95 subtests skipped.
  



I built all 3 graphic libs okay, so I'm not sure what could be causing
this. Any ideas?


-- 
dsdreamer

--
Dreamer, easy in the chair that really fits you...

dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=82095

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta