[Integrit-users] Re: "Generating / creating state databases"
Brought to you by:
ecashin
From: Ed L C. <ec...@te...> - 2001-05-19 20:06:04
|
Angisetty Eswar Prasad <aep...@us...> writes: > Hi, > I have compiled and installed integrit version 1.06 on solaris 2.6/ > sparc . I would like to know how I could generate or create the > state databases. > I tried using the following commands but without much help. I am > sure, that i might be doing something wrong and could not find much > documentation on it. I will appreciate if you could send me some > samples of how the state databases are generated. > > #integrit -C known=/usr/local/database/known_state.cdb -u > integrit (options_set): Error: opening conf file: No such file or directory > > #integrit -C /usr/local/database/known_state.cdb -u > integrit (options_set): Error: known database unspecified Oh, you are close, but it looks like you have misinterpreted the docs a bit. From the integrit manpage: integrit -C conffile [-x] [-u] [-c] ... -C Specify conffile as the configuration file for integrit. ... so the argument to the -C option should be the filename of your configuration file. The known and current database names are set *inside* that configuration file. The command will look something like this: # integrit -C /mnt/cdrom/integrit-boop.conf -u ... where integrit-boop.conf is your configuration file on a CD-ROM. Feel free to subscribe to the integrit-users mailing list: http://sourceforge.net/mail/?group_id=15369 It's a very low-traffic list, and there are more integrit users there to help you if you need it. -- --Ed Cashin PGP public key: ec...@te... http://www.terry.uga.edu/~ecashin/pgp/ |