Web Hosting Talk







View Full Version : Tripwire with webppliance LS?


kipper3d
01-04-2002, 01:41 PM
Anybody install tripwire on ensim?

I installed it, installation went fine with sh twinstall.sh.
i set passphrases etc, not problems.

But when i tried tripwire --init to initialize it I get tripwire command now found.

Same with Tripwire --check

Any suggestions? I installed this on another redhat 7.2 machine without ensim and worked fine though got a lot of errors during initialization.

Thanks!

JTY
01-04-2002, 02:03 PM
Sounds like a path related issue...

try doing it like this:

/path/to/tripwire --int

kipper3d
01-05-2002, 01:50 AM
I did a search for tripwire and it cannot be found.

/etc/tripwire or /sbin/tripwire doesnt work/
any other suggestions?

Thanks!

-John

bane
01-05-2002, 04:07 AM
Try this, to find out were tripwire is located.
#cd /
# find -name tripwire
(from command line. ----- cd / only so you search the whole file system)

mrjaytee
01-05-2002, 06:28 AM
Try also, locate tripwire

might have to run updatedb (under linux)
or /usr/libexec/locate.updatedb (under FreeBSD) to update
your locate database.

kipper3d
01-05-2002, 09:46 AM
Thanks, but still no luck. I tried the find -name tripwire at root and found a few. such as /usr/sbin/tripwire but file wont open.

How do you use updatedb? With the rpm file? such as:
updatedb -u tripwire.rpm?

Please let me know,

thank you,

kipper3d
01-05-2002, 09:52 AM
I just tried to do rpm -e to get rid of the package:
rpm -e tripwire.rpm and it says package not installed!

Same problem when logcheck-1.1.1-4.i386.rpm failed, I cant uninstall because its not installed and I cant install because its already installed. Im annoyed! How do i simply just get rid of the installations?

Seems one cant use tripwire with ensim because it did same thing with second machine. But logcheck-1.1.1-1.i386.rpm installed and worked perfectly 1.1.1-4 must be faulty.

How do i just get rid of the packages?


Thanks,
John

RutRow
01-05-2002, 12:36 PM
How do i just get rid of the packages?


rpm -e tripwire
rpm -e logcheck

Do not add the version number or .rpm

kipper3d
01-05-2002, 12:54 PM
RUTROW!!!


BLESS YOU!