Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2002 16:30:50 +0200
From:      "Eelco Bode" <eelco@2complex.nl>
To:        <freebsd-alpha@freebsd.org>
Subject:   Tripwire 2.3.1-2 on Alpha
Message-ID:  <014601c25fe9$2745cde0$9a8788d4@hilbrink.nl>

next in thread | raw e-mail | index | archive | help
Hi

I'm running into troubles compiling tripwire 2.3.1-2 on a Compaq Alpha DS10L
server Running FreeBSD 4.6.
After adjusting the source code so it will compile and run on an alpha
server, i'm getting errors when trying to generate my database pass phrase
key file.

I adjusted the following in the source code of tripwire
In the file Usernotify.cpp, i adjusted al instances of va_start (args,
format); to va_start(args);
In the file Cryptlib.cpp i adjusted
LINUX_X86= -D_UNIX -D_LINUX -D_LITTLE_ENDIAN -D_GCC to the following
LINUX_X86= -D_UNIX -D_LINUX -D_GCC
In the file yylex.ccp i replaced va_start(va, fmt); to va_start(va);

After adjusting these file's tripwire compiles perfectly on the alpha and
the binaries also run perfect but when i try to create my database pass
phrase the twadmin process takes 100% cpu usage and i get errors stating:
/kernel: calcru: negative time of 871012175 usec for pid 15967 (twadmin)

Could somebody please point out to my how to fix this problem or correct my
pathes to the files named above?

Kind Regards

Eelco Bode




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?014601c25fe9$2745cde0$9a8788d4>