Re: [SlimDevices: Unix] Slimserver 6.5.1 and Solaris 10 x86

2007-03-30 Thread jth
You might be able to use /usr/perl5/bin/perlgcc Makefile.PL to build your modules for the Solaris bundled perl and gcc. -- jth jth's Profile: http://forums.slimdevices.com/member.php?userid=48 View this thread: http://for

[SlimDevices: Unix] Streaming music to an old machine

2007-03-30 Thread mitscherdinger
Hi, there! It took a long time till I got here. I tried several streaming solutions for my problem and I even don't know, if I'm right here, anyway. But let me tell You about my problem: I've got two very old laptops with build in soundcards that need a new meaning of life. It's a Thinkpad 755C

Re: [SlimDevices: Unix] not listening on port 9000

2007-03-30 Thread JDH
Have got it working. There was a package that was not updating even though it seemded to be the latest version (libclass-data-accessor-perl_0.03-1_all.deb). I installed this manually and I can now connect the browser on http://localhost:9000. All that's left now is to hook up the squeezebox and

Re: [SlimDevices: Unix] not listening on port 9000

2007-03-30 Thread JDH
Only on NIC as far as I'm aware: ath0 Link encap:Ethernet HWaddr 00:80:C8:1E:65:93 inet addr:192.168.1.99 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::280:c8ff:fe1e:6593/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:578 errors:1 dropped:0 overru

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread kdf
Quoting quick_snack <[EMAIL PROTECTED]>: > Thanx for the fast solution. > thanks for sticking with the debugging :) -kdf ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/unix

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread quick_snack
changed: Code: default: url = "[% additionalLinks.browse.BROWSE_BY_ALBUM %]" homestring = '[% "BROWSE_BY_ALBUM" | string %]' cookie = 1 } After a reload everything is allright now :-) Thanx for the fast solution. -- quick_snack --

Re: [SlimDevices: Unix] Slimserver 6.5.1 and Solaris 10 x86

2007-03-30 Thread Friedmutant
Well, I actually have cc symlinked to gcc, but this did lead me to discovering that I have two gcc's installed. I must have put 3.4 on from sunfreeware and forgot about it. Anyway, I hardcoded Makefile to use /opt/csw/gcc4/bin/gcc from blastwave and it pukes the same way. But based on what yo

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread kdf
ok, here is the fix: /usr/share/slimserver/HTML/Fishbone/home.html, line 89 changes to: homestring = '[% "BROWSE_BY_ALBUM" | string %]' That takes care of the multi-word case of the translations. I'll merge it in later today so it will be part of the next nightly build. -kdf __

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread kdf
Quoting quick_snack <[EMAIL PROTECTED]>: > > missing ; before statement > [Break on this error] homestring = Bekijk op album\n > ah...interesting. It seems this problem is language dependent. at least now I can replicate. thanks. -kdf ___

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread kdf
Quoting quick_snack <[EMAIL PROTECTED]>: > > chooseBrowser is not defined > [Break on this error] chooseBrowser(null,page); > interesting. this takes me back to clearing the cache, unfortunately. chooseBrowser is part of home.html. If it's

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread kdf
Quoting quick_snack <[EMAIL PROTECTED]>: > > chooseBrowser(null,page); > ok, for the fun of it, lets make a couple changes. This line is found in /usr/share/slimserver/HTML/Fishbone/html/scripts.js, line 15 change it to: alert(page); chooseBrows

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread quick_snack
With firebug: Code: chooseBrowser is not defined [Break on this error] chooseBrowser(null,page); -- quick_snack quick_snack's Profile: http://forums.slimdevices.com/member.

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread quick_snack
With IE7 I got an error on line 252: Code: function loadBrowser(force) { if (force || parent.browser.location.href.match('black.html')) { page = getPage(); chooseBrowser(null,page); } else { loader = setTimeo

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread kdf
Quoting quick_snack <[EMAIL PROTECTED]>: > > Okay, done that, same result :-( > > Weird, the standard skin does function properly. they function very differently, so that is entirely possible. > Also when I in > Fishbone select a track from the players panel the left panel will > display the ri

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread quick_snack
Okay, done that, same result :-( Weird, the standard skin does function properly. Also when I in Fishbone select a track from the players panel the left panel will display the right information. Only when I choose for the 'main-menu' option it does display a black panel. This behaviour is for IE

Re: [SlimDevices: Unix] Slimserver 6.5.1 and Solaris 10 x86

2007-03-30 Thread 4mula1
The compiler error you are getting on YAML::Sync is because it's calling cc instead of gcc. IIRC gcc uses the -fPIC flag and Sun CC uses the -kPIC in your error message. I didn't read that portion of your post before my initial reply, otherwise I would've pointed that out. -- 4mula1 -

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread kdf
Quoting quick_snack <[EMAIL PROTECTED]>: > > I had already done that. Now I am completely clueless. > I shall remove the package again and reinstall it. When you do, make sure all remnants are gone: /usr/share/slimserver/HTML /var/cache/slimserver/Templates -kdf ___

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread quick_snack
I had already done that. Now I am completely clueless. I shall remove the package again and reinstall it. -- quick_snack quick_snack's Profile: http://forums.slimdevices.com/member.php?userid=67 View this thread: http://fo

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread kdf
Quoting quick_snack <[EMAIL PROTECTED]>: > Any idea's? Given that it's working fine for me, all I can suggest is that something got left behind of the old version when you upgraded. Try uninstalling, making sure everything is gone from the HTML folder then reinstall. -kdf __

Re: [SlimDevices: Unix] Slimserver 6.5.1 and Solaris 10 x86

2007-03-30 Thread Friedmutant
Thanks for the replies. I did the second approach, and made /usr/bin/perl a symlink to blastwave's perl (/opt/csw/bin/perl). I'm also using blastwave's mysql5. Mysql is working fine for my other LAMP (err...SAMP now I suppose) applications. I don't think slimserver.pl gets far enough along to

Re: [SlimDevices: Unix] Fishbone problens after update

2007-03-30 Thread quick_snack
Hi, I tried to enter the site with Firefox (version 2) and gained the same. This time no errors but just a black frame. I have used IE7 and Firefox before and there were never problems. So I think it's due to the update. Any idea's? -- quick_snack -

Re: [SlimDevices: Unix] not listening on port 9000

2007-03-30 Thread Ben Sandee
On 3/29/07, JDH <[EMAIL PROTECTED]> wrote: no that doesn't give an error: Odd. Do you have more than one NIC in the server? A call to 'ifconfig' should tell you if there are more than just eth0 and lo (loopback). Still no data in /var/log/slimserver? Was this a completely clean install,

Re: [SlimDevices: Unix] Slimserver 6.5.1 and Solaris 10 x86

2007-03-30 Thread 4mula1
Rather than change the SlimServer code, changing the symlink that is /usr/bin/perl to point to the Blastwave Perl instead of the default Solaris Perl. This caught me out at first, but I don't remember if I had the same errors as you. Are you using the MySQL that came with Solaris or did you down