OpenFire in the Repo's is throwing an error

GSnover
Posts: 1432
Member Since:
2006-11-19

I have OpenFire installed, and when I do a yum update, I get this:

--> Populating transaction set with selected packages. Please wait.
---> Downloading header for openfire to pack into transaction set.
http://yum.trixbox.org/centos/5/RPMS/downloadServlet?filename=ope... [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: failure: downloadServlet?filename=openfire%2Fopenfire-3.5.1-1.i386.rpm from trixbox: [Errno 256] No more mirrors to try.

yum info openfire gives the following:

Installed Packages
Name : openfire
Arch : i386
Version: 3.4.5
Release: 1
Size : 109 M
Repo : installed
Summary: Openfire XMPP Server

Description:
Openfire is a leading Open Source, cross-platform IM server based on the
XMPP (Jabber) protocol. It has great performance, is easy to setup and use,
and delivers an innovative feature set.

This particular release includes a bundled JRE.

Available Packages
Name : openfire
Arch : i386
Version: 3.5.1
Release: 1
Size : 39 M
Repo : trixbox
Summary: Openfire XMPP Server
Description:
Openfire is a leading Open Source, cross-platform IM server based on the
XMPP (Jabber) protocol. It has great performance, is easy to setup and use,
and delivers an innovative feature set.

This particular release includes a bundled JRE.

Anyone else getting this message?

Greg



GSnover
Posts: 1432
Member Since:
2006-11-19
Ok - Here's a solution:

1) yum remove openfire.
2) cd /usr/src
3) wget ftp://ftp.pbone.net/mirror/yum.trixbox.org/centos/5/trixswitch/op...
4) rpm -ivh openfire-3.5.1-1.i386.rpm
5) service openfire start

This is from a mirror of the Trixbox repo - must have been deleted from the source, but it is still in the mirror.

Greg



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.