The link is already /etc/smrsh/vacation.pl -> /usr/local/sbin/vacation.pl
I think it's looking in and installed files database somewhere and seeing that
the openwebmail package installed the link and failing becase I can remove the
/etc/smrsh/vacation.pl file altogether and the yum update still fails.
- Ernie.
---------- Original Message -----------
From: "Darrell D. Mobley" <dmobley (at mark) uhostme.net>
To: <coba-e (at mark) bluequartz.org>
Sent: Fri, 23 Jun 2006 00:17:09 -0400
Subject: [coba-e:05846] Re: Yum update not working
> Delete the vacation.pl link in /etc/smrsh and replace it with a link
> to this:
>
> vacation.pl -> /usr/local/sbin/vacation.pl
>
> So:
>
> cd /etc/smrsh
> rm vacation.pl
> ln -s /usr/local/sbin/vacation.pl vacation.pl
>
> > -----Original Message-----
> > From: Ernie [mailto:ernie (at mark) info.eis.net.au]
> > Sent: Thursday, June 22, 2006 9:27 PM
> > To: coba-e (at mark) bluequartz.org
> > Subject: [coba-e:05844] Re: Yum update not working
> >
> >
> > I tried that and it worked but now when I try and run yum -y update I get
> > the following unxpected error:
> >
> > Transaction Check Error: file /etc/smrsh/vacation.pl from install of
> > base-email-glue-1.2.0-92BQ19.centos4 conflicts with file from package
> > openwebmail-2.51-20050228
> >
> >
> > That would be the openwebmail 2.51 package
> > from:http://www.webmerch.com/other/free/BQ-Openwebmail-2.51-1.pkg
> >
> > How can I force the update to continue, I don't use the vacation.pl file
> > from the openwebmail anyway?
> >
> > - Ernie.
> >
> >
> > On Thu, 22 Jun 2006 18:17:16 +0200, "Pascal Gasser"
> > <p.gasser (at mark) wapspirit.ch> wrote:
> > > Tanks now it's working ...
> > >
> > > Pascal
> > >
> > > ----- Original Message -----
> > > From: "Brian N. Smith" <brian (at mark) nuonce.net>
> > > To: <coba-e (at mark) bluequartz.org>
> > > Sent: Thursday, June 22, 2006 5:01 PM
> > > Subject: [coba-e:05838] Re: Yum update not working
> > >
> > >
> > >>> We have 1 server with the Nuonce BQ Release 3.0 from December 2005.
> > >>
> > >> There was a pretty major change, you need to manually update. You can
> > > do
> > >> so by doing the following;
> > >>
> > >> wget
> > >>
> > >
> > http://bluequartz.org/pub/BlueQuartz/5100R/CentOS4/testing/tgz/BlueQuartz-
> > 5100R-CentOS4-i386-2006041001.tar.gz
> > >>
> > >> (that should be 1 line)
> > >>
> > >> tar xfvpz BlueQuartz-5100R-CentOS4-i386-2006041001.tar.gz
> > >> cd BlueQuartz-5100R-CentOS4-i386-2006041001
> > >>
> > >> This part I forget, it is either called "upgrade.sh", or "update.sh".
> > > What
> > >> ever the file is, run it like so;
> > >>
> > >> ./update.sh
> > >> ./upgrade.sh
> > >>
> > >> Try one, if that fails, try the other.
> > >>
> > >> Then you can continue "yum update" like normal!
> > >>
> > >> Thanks!
> > >> Brian N. Smith
> > >> NuOnce Networks, Inc.
> > >> ---
> > >>
------- End of Original Message -------