LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

RE: ldirectord does not start: please help

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: ldirectord does not start: please help
From: "Vijay K" <vijay_k@xxxxxxxxxxxxx>
Date: Tue, 9 Aug 2005 12:57:40 +0530
I think the Net-SSLeay is not getting installed
When i do rpm -qa|grep Net-SSLeay i get "perl-Net-SSLeay-1.23-1.fr.c.1.um.1"
but when i do rpm -q Net-SSLeay i get "package Net-SSLeay is not installed"
the same is the response for rpm -V Net-SSLeay


I forcibly installed" rpm -ivh --force
perl-Net-SSLeay-1.23-1.fr.c.1.um.1.i386.rpm"
since without force it is saying that " package
perl-Net-SSLeay-1.23-1.fr.c.1.um.1 is already installed"

even after forcible istallation the rpm -q and rpm -V commands give the same
output that package is not installed

Can u please let me know about it..and also with regd to the following log
report:(dealing with ipvsadm)
DEBUG2: Running system(/sbin/ipvsadm -D -t 10.10.30.30:80)
Running system(/sbin/ipvsadm -D -t 10.10.30.30:80)
No such service
DEBUG2: system(/sbin/ipvsadm -D -t 10.10.30.30:80) failed
system(/sbin/ipvsadm -D -t 10.10.30.30:80) failed
DEBUG2: Removed virtual server: 10.10.30.30:80
Removed virtual server: 10.10.30.30:80
DEBUG2: Running system(/sbin/ipvsadm -D -t 10.10.30.30:443)
Running system(/sbin/ipvsadm -D -t 10.10.30.30:443)
No such service
DEBUG2: system(/sbin/ipvsadm -D -t 10.10.30.30:443) failed
system(/sbin/ipvsadm -D -t 10.10.30.30:443) failed
DEBUG2: Removed virtual server: 10.10.30.30:443
Removed virtual server: 10.10.30.30:443

Thanks and regds
Vijay
-----Original Message-----
From: lvs-users-bounces@xxxxxxxxxxxxxxxxxxxxxx
[mailto:lvs-users-bounces@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Graeme
Fowler
Sent: Tuesday, August 09, 2005 12:41 PM
To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: ldirectord does not start: please help


Hi

On Tue 09 Aug 2005 07:26:18 BST , Vijay K <vijay_k@xxxxxxxxxxxxx> wrote:
<snip>
> [Tue Aug  9 11:45:36 2005|www] Linux Director Daemon terminated on signal:
> Can't locate Net/SSLeay.pm in @INC (@INC contains:
<snip>
> On checking for Net-SSLeay i found that perl-Net-SSLeay-1.23-1.fr.c.1.um.1
> is already installed from ultramonkey.
> So can somebody please let me know what might be the problem plaguing me

rpm -q Net-SSLeay

should give you "perl-Net-SSLeay-1.23-1.fr.c.1.um.1"

rpm -V Net-SSLeay

should ideally give you no output at all, which means that the RPM is
intact and undamaged. If you get something like:

missing /usr/lib/perl5/site_perl/5.8.5/Net/SSLeay.pm

then the RPM needs forcibly reinstalling. You should also ensure that
you haven't upgraded Perl since installing Net-SSLeay as that might
cause the module to be removed from @INC.

You might find the location of the module by doing "locate SSLeay.pm".
Then check the location against the value of @INC from "Perl -V".

Graeme



<Prev in Thread] Current Thread [Next in Thread>