Am Dienstag, 19. August 2008 22:34:26 schrieb Jan-Oliver Wagner: > I guess openvas-adduser and openvas-rmuser expect the > user directory not at the same place. > > There should be a directory /var/lib/openvas/users/teste8 for your case. > > Apparently, the openvasd searches also in another directory and thus does > not find your user.
I just found the cause: There is a bug in openvas-server 1.0.1 that causes the openvas-adduser script to ignore the configured prefix. So if you have configured openvas-server to use a non-standard path (i.e. by using "./configure --prefix=/home/michael/openvas-testing"), openvas-adduser will ignore the prefix and place the user files under /var/lib/openvas/users/. The remaining components of openvas-server honor the prefix and will look for the user files in $prefix/var/lib/openvas/users/, which will be empty of course. The bug is already fixed in SVN (both trunk and 1-0 branch) and will be fixed in the next release of openvas-server. Saulo, could you check out the SVN version and tell me if that solves your problem? Regards, Michael -- Michael Wiegand OpenPGP key: D7D049EC Intevation GmbH, Osnabrück http://www.intevation.de/ Amtsgericht Osnabrück, HR B 18998 Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner _______________________________________________ Openvas-discuss mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss
