"Jan-Oliver Wagner" <[email protected]> writes:
>> I'm not really sure what's up here. Or even which component I should be >> looking at debugging. > > in general for any OMP client: the clients are not intelligent. > The intelligence is wrapped by OMP and thus to be found in > the OMP server, the openvas-manager. > > openvasmd.log should tell you something about what is going wrong. > > However, likely it is the lack of any of these tools: alien, rpm, fakeroot. Wonderful, that's enough to point me at the next couple steps and I have learned 3 things today. Two are generally useful to new people trying to install things, and one might be a bug. First, adding -v to openvasmd does not get me the logs I need. Twiddling the values in openvasmd_log.conf does. Now I have logs showing all the shell calls and their status. Much easier to debug. Second, there are more runtime depends. Some of which are even noted in the INSTALL file. But, with better logs it's easier to find. (makensis is not noted, but also required) Third, lsc_user_all_create tries to shell out to /usr/share/openvas/openvas-lsc-rpm-creator.sh, which is distributed as part of openvas-libraries, but does not seem to be in the debian packing for it. This one looks like a bug in I suspect this one is the bug in https://svn.wald.intevation.org/svn/openvas/trunk/openvas-packaging/openvas-libraries/debian/trunk/debian/libopenvas3.install When I add in all the packages, and manually install that shell script, I can create users. I'll update my packaging. seph _______________________________________________ Openvas-discuss mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss
