On 2013-11-09 14:15, Stefan Schwarz wrote:
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



Hi Stefan,

Thanks for testing and reporting the issue. The fix is now in trunk.

Regards,

Hani.
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to