Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-10-13 Thread blackbear
I am experiencing exactly the same problem as huskey. I am running ClarkConnect 4.3 (w/all the latest upgrades) and any version of Squeezeboxserver newer than 7.3.x refuses to run. with the same squeezeboxserver dead but subsys locked status message. Is there any way to resolve this while

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-10-07 Thread huskey
Hmm, that's strange because I couldn't get the web interface to load! I tried turning off SELINUX using: Code: echo 0 /selinux/enforce ... but sadly to no avail. In the end, I replace Clarkconnect with Ubuntu Server and installed the Debian

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-10-04 Thread Mnyb
I did not do anything after that bugfix it worked ? Maybe you have to reopen the bug. Btw have you turned of SELINUX. I'm only on CC4.2 i can not run cc4.3 on my machine it gets kernel panic when i try :) what version of perl ? i have 5.8.8 -- Mnyb

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-10-04 Thread Mnyb
This message Code: [r...@hal ~]# service squeezeboxserver status squeezeboxserver dead but subsys locked Is probably a red herring, it looks like that on my CC4,2 machine too and sbs is working fine here ? -- Mnyb

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-10-03 Thread huskey
Hi Mnyb, I've got CC 4.3 and I recently removed squeezecenter and then installed the final release of squeezebox server 7.4 using rpm -Uvh. Unfortunately, the built in webserver doesn't work and a bit of detective work shows that I have the same problem as you! How did you fix it? Cheers, - Dom

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-08-21 Thread Mnyb
And today it works again.. Yes ! Music and Bugs ahoy.. 28235 -- Mnyb No it can NOT be controlled with iTunes Mnyb's Profile:

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-08-19 Thread Mnyb
Well it installed but did not start ? [r...@hal ~]# service squeezeboxserver start Starting Squeezebox Server:[ OK ] [r...@hal ~]# service squeezeboxserver stop /sbin/service: line 68: 4521 Terminated env -i LANG=$LANG PATH=$PATH TERM=$TERM

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-08-19 Thread Mnyb
1. the error message is wrong there is no /usr/share/squeezebox/Bin directory it is /usr/share/squeezeboxserver/Bin/ 2. when i try to build the modules i get this message ? [r...@hal /]# /usr/share/squeezeboxserver/Bin/build-perl-modules.pl version DBI DBD::mysql EV XML::Parser::Expat

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-08-19 Thread Mnyb
When rebooting i get: Aug 19 18:48:00 hal mysqld: Starting MySQL: succeeded Aug 19 18:48:01 hal runuser: The following modules failed to load: version DBI DBD::mysql EV XML::Parser::Expat HTML::Parser JSON::XS Digest::SHA1 YAML::Syck GD Sub::Name Aug 19 18:48:01 hal runuser: Aug 19 18:48:01 hal

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-08-19 Thread Mnyb
The Which.pm file is here: /usr/share/squeezeboxserver/CPAN/File The error seems to be that @INC don't contain /usr/share/squeezeboxserver/CPAN How to fix that ?? off googling in th meantime... -- Mnyb No it can NOT be

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-08-19 Thread Mnyb
Next experiment: editing the build-perl-modules.pl script line 13 was: use lib qw(/usr/local/slimserver/CPAN /usr/share/squeezecenter/CPAN CPAN) i changed it to: use lib qw(/usr/local/slimserver/CPAN /usr/share/squeezeboxserver/CPAN /usr/share/squeezecenter/CPAN CPAN) This helped, but now I'm

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-08-19 Thread Mnyb
Should i file a bug ? this is way over my abilities to fix ? rpm build for latest 7.4 is broken on ClarkConnect 4.2 systems with perl 5.8.8 Is that a good description ? -- Mnyb No it can NOT be controlled with iTunes

[SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-08-18 Thread Mnyb
What now ? I do this: rpm -Uvh http://downloads.slimdevices.com/nightly/7.4/sc/28205/squeezeboxserver-7.4-0.1.28205.noarch.rpm . The result is a long list of perl file conflicts, i did not caught all of them i ran out of space in the shell. heres an example of the output: s with file from

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-08-18 Thread Mark Miksis
The Linux packages ae being renamed from squeezecenter to squeezeboxserver. It looks like something is broken in the RPM that causes the new package to not emove the old one. I can't test it right now, but my guess is that until we fix this it should work if you manually do rpm -e squeezecenter

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-08-18 Thread Mark Miksis
OK, this should be fixed in the next nightly build. -- Mark Miksis Mark Miksis's Profile: http://forums.slimdevices.com/member.php?userid=529 View this thread: http://forums.slimdevices.com/showthread.php?t=66776

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-08-18 Thread Mnyb
rpm -e removes everything, I'm trying to preserve some settings here :-) ( have some doubt they will survive this upgrade anyway but.. ) Thankyou for fixing it, I'll try tomorrow then . I had used rpm -e before when some other beta upgrade blew it. But I intend to try to upgrade. -- Mnyb

Re: [SlimDevices: Beta] Unable to upgrade 7.4.27933 to 7.4.28205 ? with the rpm build

2009-08-18 Thread Mark Miksis
Mnyb;449531 Wrote: rpm -e removes everything, I'm trying to preserve some settings here :-) ( have some doubt they will survive this upgrade anyway but.. ) Yeah, migrating the prefs from the old dir to the new one is still something I have to do. -- Mark Miksis