Hi,just compiled r18292 and didn't succeed to get tasks.db initialized correctly. After "openvasmd --first-user=admin" there was no such user in table users. Unfortunately the logs didn't show any problems. After further investigation i found that table users misses 2 columns ifaces and ifaces_allow, which are needed by actual rev.
After adding these columns everything works fine. Until this will be fixed use: sqlite3 tasks.db 'alter table users add column ifaces;' sqlite3 tasks.db 'alter table users add column ifaces_allow;' Stefan
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
