Koozali.org: home of the SME Server

Squeezecentre update

Offline peterhocking

  • ****
  • 90
  • +0/-0
    • Welcome to the Hockings at Canberra
Squeezecentre update
« on: November 14, 2008, 03:38:24 AM »
Hi

I've been using Squeezecentre on my SME Server, (7.3) for a couple of month. Recently I went to the sqeezecentre page on my server & it informed that there was an update available for the squeezecentre server.

So I started the update process as described at http://wiki.contribs.org/SqueezeCenter, ie yum --enablerepo=squeezecenter-release update squeezecenter, & I get the error message "Error getting repository data for squeezecenter-release, repository not found". Does this indicate a syntax error or something else?

TIA

Peter

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: Squeezecentre update
« Reply #1 on: November 14, 2008, 08:05:07 AM »
Perhaps the repository location has changed since you installed the original version.

db yum_repositories show squeezecenter

Offline peterhocking

  • ****
  • 90
  • +0/-0
    • Welcome to the Hockings at Canberra
Re: Squeezecentre update
« Reply #2 on: November 14, 2008, 11:22:08 AM »
Hi David

Thanks for your response.

I entered db yum_repositories show squeezecenter while logged into the console & got no response. Is there an issue with the syntax?

Thanks,

Peter

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: Squeezecentre update
« Reply #3 on: November 14, 2008, 09:13:23 PM »
Indeed there is -- my bad. It should be:

db yum_repositories show squeezecenter-release

Offline peterhocking

  • ****
  • 90
  • +0/-0
    • Welcome to the Hockings at Canberra
Re: Squeezecentre update
« Reply #4 on: November 15, 2008, 01:34:45 AM »
OK, I tried that, still nothing. Any further ideas?

TIA

Peter

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: Squeezecentre update
« Reply #5 on: November 15, 2008, 02:01:34 AM »
It looks like your database entry for the SqueezeCenter yum repository has gone AWOL. But that's easy to fix :-)

Try re-adding the repository as per the wiki instructions:

Code: [Select]
db yum_repositories set squeezecenter-release repository \
BaseURL http://repos.slimdevices.com/yum/squeezecenter/release/ \
EnableGroups no \
GPGCheck no \
GPGKey http://repos.slimdevices.com/yum/squeezecenter/RPM-GPG-KEY-SqueezeCenter \
Name 'SqueezeCenter Release Repository' \
Visible no \
status disabled

expand-template /etc/yum.conf

and then re-run yum:

Code: [Select]
yum --enablerepo=squeezecenter-release update squeezecenter

Offline peterhocking

  • ****
  • 90
  • +0/-0
    • Welcome to the Hockings at Canberra
Re: Squeezecentre update
« Reply #6 on: November 17, 2008, 03:12:33 AM »
I've done all that, still have the same problemjavascript:void(0);

I guess it's time to try a manual update.

Thanks for your help.

Regards,

Peter

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: Squeezecentre update
« Reply #7 on: November 17, 2008, 07:03:24 AM »
Just to be clear, the update worked? (this is my concern)

Afraid I don't know anything about Squeezecenter, so I can't help with any runtime issues.