Re: [Openvas-discuss] `openvasmd --progress --verbose --rebuild` hangs forever

2015-08-13 Thread Eero Volotinen
well, updating sql3lite can take long time with slow disk io. are you running it on virtual or old machine? -- Eero 2015-08-13 17:12 GMT+03:00 Arthur : > Thanks for the tip. Here is the end of the output > > $ tail -n50 /tmp/openvasmd.trace > 5621 read(6, > ":a\320Z\343[\34\314\260ps\257+O'&\24

Re: [Openvas-discuss] `openvasmd --progress --verbose --rebuild` hangs forever

2015-08-13 Thread Arthur
Thanks for the tip. Here is the end of the output $ tail -n50 /tmp/openvasmd.trace 5621 read(6, ":a\320Z\343[\34\314\260ps\257+O'&\243\376Bs9\304\t\37U\200\311\270z\322\215\34\25\261r\231<\373\277\276\367\366\177\331\207\327\305\27\243\232\6gT.\365\274\354,N\335$\324\310\r\4\313\347h\274\342ml\

Re: [Openvas-discuss] `openvasmd --progress --verbose --rebuild` hangs forever

2015-08-13 Thread Arthur
This is running on Ubuntu 14.04, with mrazavi packages (https://launchpad.net/~mrazavi/+archive/ubuntu/openvas) I tried to `apt-get purge` the whole distributions, `rm -Rf /var/lib/openvas`, and re-installed the packages, only to run to the same issue. What bugs me is that the installation work

Re: [Openvas-discuss] `openvasmd --progress --verbose --rebuild` hangs forever

2015-08-13 Thread Ferdinand Goldmann
On 12.08.2015, at 11:31, Arthur wrote: > I tried to run openvasmd with strace : > > $ sudo strace openvasmd --progress --verbose —update openvasmd creates child processes, try running strace like this: strace -f -s 255 -o /tmp/openvasmd.trace openvasmd … Regards, Ferdinand > [truncated ; f

[Openvas-discuss] Openvas 8 scan report does not show dns name along with IP address

2015-08-13 Thread Deepak Jha
Hi, I have openvas8 installed and I have created target using list of ip addresses and have scanned those targets. When i download the pdf report it shows only ip address not the host or dns name of the ip address. Is it possible to get hostname along with ip address in the Report? Thanks, Deep

Re: [Openvas-discuss] `openvasmd --progress --verbose --rebuild` hangs forever

2015-08-13 Thread Eero Volotinen
and how this version was installed? from source or from packages? what distribution you are running? Eero 2015-08-12 12:31 GMT+03:00 Arthur : > I tried to run openvasmd with strace : > > $ sudo strace openvasmd --progress --verbose --update > [truncated ; full trace at > https://zerobin.net/?0d4

Re: [Openvas-discuss] `openvasmd --progress --verbose --rebuild` hangs forever

2015-08-13 Thread Arthur
I tried to run openvasmd with strace : $ sudo strace openvasmd --progress --verbose --update [truncated ; full trace at https://zerobin.net/?0d4427b3a875038a#6YMcaDXY+ACD6973QGG3aUMbRiXNMb38t+3GLqnO1Rc=] fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE,

Re: [Openvas-discuss] nasl script development

2015-08-13 Thread Eero Volotinen
Thanks, got my first nasl scripts working after a bit .. fixing. results: rhel 5 and centos 5 check for libuser. currently there is no patch available for libuser fix as systems are in production phase 3. so there is lot of rhel 5 with local root available for users :( scripts: http://ping-viini

Re: [Openvas-discuss] nasl script development

2015-08-13 Thread Michael Meyer
*** Eero Volotinen wrote: > Looks like local nasl scripts are very limited. is there instructions how > to contribute nasl scripts to openvas? > > looking to way to run scripts locally with openvas-nasl to test my scripts, > how to do it? it just complains something about signature and not runnin