Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: peterhocking 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
-
Perhaps the repository location has changed since you installed the original version.
db yum_repositories show squeezecenter
-
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
-
Indeed there is -- my bad. It should be:
db yum_repositories show squeezecenter-release
-
OK, I tried that, still nothing. Any further ideas?
TIA
Peter
-
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:
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:
yum --enablerepo=squeezecenter-release update squeezecenter
-
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
-
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.