Re: [Openvas-discuss] OpenVAS large PDF export

2016-09-21 Thread Eero Volotinen
well, your source file is corrupted or incomplete? It might be bug or
something .. like memory problem?


Eero

21.9.2016 12.22 ip. "Schoemaker, Tijmen" <tijmen.schoema...@sheerenloo.nl>
kirjoitti:

> Alrigt, process is done.
> It ends with:
>
> Lookup variable 'threat'
> Lookup variable 'threat'
> Lookup variable 'threat'
> xsltIf: test evaluate to 0
> call-template returned: name result-details-host-port-threat
> call-template returned: name results-per-host-single-host-findings
> call-template returned: name results-per-host-single-host
> call-template returned: name results-per-host
> xsltApplySequenceConstructor: copy text
> \begin{center}
> \medskip
> \rule{\textwidth}{0.1pt}
>
> This file was automatically generated.
> \end{center}
>
> \end{document}
>
> xsltCopyText: copy text
> \begin{center}
> \medskip
> \rule{\textwidth}{0.1pt}
>
> This file was automatically generated.
> \end{center}
>
> \end{document}
>
> call-template returned: name real-report
> Shutting down module : http://exslt.org/functions
> freeing transformation dictionary
> Shutting down module : http://exslt.org/functions
> freeing dictionary from stylesheet
> cat: /tmp/tmp.J2fGT7DmLq/report.pdf: No such file or directory
>
> The directory is present, but there is no .pdf file.
>
> /tmp/tmp.J2fGT7DmLq/report.log says: (to much for mail, pastebin link
> below)
> http://pastebin.com/7LMGaZxP
>
> Gr Tijmen
>
> --
> *Van:* eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] *Namens
> *Eero Volotinen
> *Verzonden:* woensdag 21 september 2016 10:18
> *Aan:* Schoemaker, Tijmen
> *CC:* Fábio Fernandes; openvas-discuss@wald.intevation.org
> *Onderwerp:* Re: [Openvas-discuss] OpenVAS large PDF export
>
> sounds like DNS (nameserver) problem?
>
> Eero
>
> 2016-09-21 11:16 GMT+03:00 Schoemaker, Tijmen <
> tijmen.schoema...@sheerenloo.nl>:
>
>> I added --verbose --debug to the xsltproc command line.
>> It's processing 31846 times 'lookup variable host' for several processes.
>> So far, it hasnt quit on me and it's still running.
>>
>> Gr
>>
>>
>> --
>> *Van:* eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] *Namens
>> *Eero Volotinen
>> *Verzonden:* woensdag 21 september 2016 9:44
>> *Aan:* Schoemaker, Tijmen
>> *CC:* Fábio Fernandes; openvas-discuss@wald.intevation.org
>>
>> *Onderwerp:* Re: [Openvas-discuss] OpenVAS large PDF export
>>
>> You could add some debugging to generate script that is used to generate
>> pdf.
>>
>>
>> use
>>
>> find / -type f -iname 'generate' -print
>>
>> and locate the correct one..
>>
>> Eero
>>
>> 2016-09-21 8:19 GMT+03:00 Schoemaker, Tijmen <
>> tijmen.schoema...@sheerenloo.nl>:
>>
>>> Using the CLI wasnt a succes either. Just keeps on busy.
>>> (sudo omp -h 127.0.0.1 -p-port=9391 -u admin -p  -R
>>> 6e637591-b6e2-425d-b3a1-8f49d47cabc1 --format
>>> c402cc3e-b531-11e1-9163-406186ea4fc5 > report.pdf)
>>>
>>> I also tried to copy the report.xml to /tmp, then:
>>> cd /usr/share/openvas/openvasmd/global_report_formats/c402cc3e-
>>> b531-11e1-9163-406186ea4fc5
>>> sudo ./generate /tmp/report.xml >/tmp/report.pdf
>>> Whitout succes..
>>>
>>> What level is max? 0 or 128?
>>>
>>>
>>> --
>>> *Van:* Fábio Fernandes [mailto:fabiogfernan...@gmail.com]
>>> *Verzonden:* dinsdag 20 september 2016 14:00
>>> *Aan:* Eero Volotinen
>>> *CC:* Schoemaker, Tijmen; openvas-discuss@wald.intevation.org
>>> *Onderwerp:* Re: [Openvas-discuss] OpenVAS large PDF export
>>>
>>> I never scanned so many hosts but if i were you i would try to download
>>> the report through openvas-cli or connecting directly with the OpenVAS
>>> Manager. Also check the GSAD and Manager logs it can give a hint to what is
>>> happening (remember to raise the log level to max).
>>>
>>> Fabio
>>>
>>> No dia 20/09/2016, às 07:19, Eero Volotinen <eero.voloti...@iki.fi>
>>> escreveu:
>>>
>>> This might be memory limit or timeout?
>>>
>>> Eero
>>>
>>> 2016-09-19 14:19 GMT+03:00 Schoemaker, Tijmen <
>>> tijmen.schoema...@sheerenloo.nl>:
>>>
>>>> Hello,
>>>>
>>>> A large PDF export of a /23 subnet with 9971 results is not possible.
>>>>
>>>> Doing a cat on

Re: [Openvas-discuss] OpenVAS large PDF export

2016-09-21 Thread Schoemaker, Tijmen
No i dont think so.

xsltCopyTextString: copy text 10.221.4.100
xsltValueOf: result '10.221.4.100'
call-template returned: name escape_special_chars
call-template returned: name escape_text
xsltApplySequenceConstructor: copy text }
xsltCopyText: copy text }
call-template returned: name latex-hyperref
xsltApplySequenceConstructor: copy text &
xsltCopyText: copy text &
xsltValueOf: select count(../results/result[host=$host][threat/text()='High'])
Lookup variable 'host'
Lookup variable 'host'

Pasted more in http://pastebin.com/95FdnE9c

And that repeats (probably) 31846 times. This is done for each IP in the 
report.xml file (510 times since its a /23 subnet).




Van: eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] Namens Eero 
Volotinen
Verzonden: woensdag 21 september 2016 10:18
Aan: Schoemaker, Tijmen
CC: Fábio Fernandes; openvas-discuss@wald.intevation.org
Onderwerp: Re: [Openvas-discuss] OpenVAS large PDF export

sounds like DNS (nameserver) problem?

Eero

2016-09-21 11:16 GMT+03:00 Schoemaker, Tijmen 
<tijmen.schoema...@sheerenloo.nl<mailto:tijmen.schoema...@sheerenloo.nl>>:
I added --verbose --debug to the xsltproc command line.
It's processing 31846 times 'lookup variable host' for several processes.
So far, it hasnt quit on me and it's still running.

Gr



Van: eero.t.voloti...@gmail.com<mailto:eero.t.voloti...@gmail.com> 
[mailto:eero.t.voloti...@gmail.com<mailto:eero.t.voloti...@gmail.com>] Namens 
Eero Volotinen
Verzonden: woensdag 21 september 2016 9:44
Aan: Schoemaker, Tijmen
CC: Fábio Fernandes; 
openvas-discuss@wald.intevation.org<mailto:openvas-discuss@wald.intevation.org>

Onderwerp: Re: [Openvas-discuss] OpenVAS large PDF export

You could add some debugging to generate script that is used to generate pdf.


use

find / -type f -iname 'generate' -print

and locate the correct one..

Eero

2016-09-21 8:19 GMT+03:00 Schoemaker, Tijmen 
<tijmen.schoema...@sheerenloo.nl<mailto:tijmen.schoema...@sheerenloo.nl>>:
Using the CLI wasnt a succes either. Just keeps on busy.
(sudo omp -h 127.0.0.1 -p-port=9391 -u admin -p  -R 
6e637591-b6e2-425d-b3a1-8f49d47cabc1 --format 
c402cc3e-b531-11e1-9163-406186ea4fc5 > report.pdf)

I also tried to copy the report.xml to /tmp, then:
cd 
/usr/share/openvas/openvasmd/global_report_formats/c402cc3e-b531-11e1-9163-406186ea4fc5
sudo ./generate /tmp/report.xml >/tmp/report.pdf
Whitout succes..

What level is max? 0 or 128?



Van: Fábio Fernandes 
[mailto:fabiogfernan...@gmail.com<mailto:fabiogfernan...@gmail.com>]
Verzonden: dinsdag 20 september 2016 14:00
Aan: Eero Volotinen
CC: Schoemaker, Tijmen; 
openvas-discuss@wald.intevation.org<mailto:openvas-discuss@wald.intevation.org>
Onderwerp: Re: [Openvas-discuss] OpenVAS large PDF export

I never scanned so many hosts but if i were you i would try to download the 
report through openvas-cli or connecting directly with the OpenVAS Manager. 
Also check the GSAD and Manager logs it can give a hint to what is happening 
(remember to raise the log level to max).

Fabio

No dia 20/09/2016, às 07:19, Eero Volotinen 
<eero.voloti...@iki.fi<mailto:eero.voloti...@iki.fi>> escreveu:

This might be memory limit or timeout?

Eero

2016-09-19 14:19 GMT+03:00 Schoemaker, Tijmen 
<tijmen.schoema...@sheerenloo.nl<mailto:tijmen.schoema...@sheerenloo.nl>>:
Hello,

A large PDF export of a /23 subnet with 9971 results is not possible.

Doing a cat on the report.log from the tmp folder shows:


sudo cat /tmp/tmp.zGGqzDb0VU/report.log
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) 
(preloaded format=pdflatex 2016.9.15)  19 SEP 2016 08:15
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**/tmp/tmp.zGGqzDb0VU/report.tex
(/tmp/tmp.zGGqzDb0VU/report.tex
LaTeX2e <2016/02/01>
Babel <3.9q> and hyphenation patterns for 3 language(s) loaded.
)
! Emergency stop.
<*> /tmp/tmp.zGGqzDb0VU/report.tex

*** (job aborted, no legal \end found)


Here is how much of TeX's memory you used:
6 strings out of 494953
208 string characters out of 6180977
45171 words of memory out of 500
3390 multiletter control sequences out of 15000+60
3640 words of font info for 14 fonts, out of 800 for 9000
14 hyphenation exceptions out of 8191
5i,0n,1p,1b,8s stack positions out of 5000i,500n,1p,20b,



The file /tmp/tmp.zGGqzDb0VU/report.tex is 0kb.

sudo ls -lt /tmp/tmp.zGGqzDb0VU/
total 4
-rw--- 1 nobody nogroup 920 Sep 19 10:15 report.log
-rw--- 1 nobody nogroup   0 Sep 19 10:11 report.tex

What to do / where to look?

With kind regards,

Tijmen Schoemaker





  
Disclaimer

De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend 
bestemd voor de geadresseerde(n) en 

Re: [Openvas-discuss] OpenVAS large PDF export

2016-09-21 Thread Schoemaker, Tijmen
I added --verbose --debug to the xsltproc command line.
It's processing 31846 times 'lookup variable host' for several processes.
So far, it hasnt quit on me and it's still running.

Gr



Van: eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] Namens Eero 
Volotinen
Verzonden: woensdag 21 september 2016 9:44
Aan: Schoemaker, Tijmen
CC: Fábio Fernandes; openvas-discuss@wald.intevation.org
Onderwerp: Re: [Openvas-discuss] OpenVAS large PDF export

You could add some debugging to generate script that is used to generate pdf.


use

find / -type f -iname 'generate' -print

and locate the correct one..

Eero

2016-09-21 8:19 GMT+03:00 Schoemaker, Tijmen 
<tijmen.schoema...@sheerenloo.nl<mailto:tijmen.schoema...@sheerenloo.nl>>:
Using the CLI wasnt a succes either. Just keeps on busy.
(sudo omp -h 127.0.0.1 -p-port=9391 -u admin -p  -R 
6e637591-b6e2-425d-b3a1-8f49d47cabc1 --format 
c402cc3e-b531-11e1-9163-406186ea4fc5 > report.pdf)

I also tried to copy the report.xml to /tmp, then:
cd 
/usr/share/openvas/openvasmd/global_report_formats/c402cc3e-b531-11e1-9163-406186ea4fc5
sudo ./generate /tmp/report.xml >/tmp/report.pdf
Whitout succes..

What level is max? 0 or 128?



Van: Fábio Fernandes 
[mailto:fabiogfernan...@gmail.com<mailto:fabiogfernan...@gmail.com>]
Verzonden: dinsdag 20 september 2016 14:00
Aan: Eero Volotinen
CC: Schoemaker, Tijmen; 
openvas-discuss@wald.intevation.org<mailto:openvas-discuss@wald.intevation.org>
Onderwerp: Re: [Openvas-discuss] OpenVAS large PDF export

I never scanned so many hosts but if i were you i would try to download the 
report through openvas-cli or connecting directly with the OpenVAS Manager. 
Also check the GSAD and Manager logs it can give a hint to what is happening 
(remember to raise the log level to max).

Fabio

No dia 20/09/2016, às 07:19, Eero Volotinen 
<eero.voloti...@iki.fi<mailto:eero.voloti...@iki.fi>> escreveu:

This might be memory limit or timeout?

Eero

2016-09-19 14:19 GMT+03:00 Schoemaker, Tijmen 
<tijmen.schoema...@sheerenloo.nl<mailto:tijmen.schoema...@sheerenloo.nl>>:
Hello,

A large PDF export of a /23 subnet with 9971 results is not possible.

Doing a cat on the report.log from the tmp folder shows:


sudo cat /tmp/tmp.zGGqzDb0VU/report.log
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) 
(preloaded format=pdflatex 2016.9.15)  19 SEP 2016 08:15
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**/tmp/tmp.zGGqzDb0VU/report.tex
(/tmp/tmp.zGGqzDb0VU/report.tex
LaTeX2e <2016/02/01>
Babel <3.9q> and hyphenation patterns for 3 language(s) loaded.
)
! Emergency stop.
<*> /tmp/tmp.zGGqzDb0VU/report.tex

*** (job aborted, no legal \end found)


Here is how much of TeX's memory you used:
6 strings out of 494953
208 string characters out of 6180977
45171 words of memory out of 500
3390 multiletter control sequences out of 15000+60
3640 words of font info for 14 fonts, out of 800 for 9000
14 hyphenation exceptions out of 8191
5i,0n,1p,1b,8s stack positions out of 5000i,500n,1p,20b,



The file /tmp/tmp.zGGqzDb0VU/report.tex is 0kb.

sudo ls -lt /tmp/tmp.zGGqzDb0VU/
total 4
-rw--- 1 nobody nogroup 920 Sep 19 10:15 report.log
-rw--- 1 nobody nogroup   0 Sep 19 10:11 report.tex

What to do / where to look?

With kind regards,

Tijmen Schoemaker





  
Disclaimer

De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend 
bestemd voor de geadresseerde(n) en zij die van de geadresseerde(n) toestemming 
hebben dit bericht te lezen. Gebruik door anderen dan geadresseerde(n) is 
verboden. De informatie in dit e-mailbericht (en de bijlagen) kan vertrouwelijk 
van aard zijn en kan binnen het bereik vallen van een geheimhoudingsplicht.
's Heeren Loo is niet aansprakelijk voor schade ten gevolge van het gebruik van 
elektronische middelen van communicatie, daaronder begrepen -maar niet beperkt 
tot- schade ten gevolge van niet aflevering of vertraging bij de aflevering van 
elektronische berichten, onderschepping of manipulatie van elektronische 
berichten door derden of door programmatuur/apparatuur gebruikt voor 
elektronische communicatie en overbrenging van virussen en andere kwaadaardige 
programmatuur.

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org<mailto:Openvas-discuss@wald.intevation.org>
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org<mailto:Openvas-discuss@wald.intevation.org>
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss



Disclaimer

De informatie verzonden met

Re: [Openvas-discuss] OpenVAS large PDF export

2016-09-21 Thread Eero Volotinen
sounds like DNS (nameserver) problem?

Eero

2016-09-21 11:16 GMT+03:00 Schoemaker, Tijmen <
tijmen.schoema...@sheerenloo.nl>:

> I added --verbose --debug to the xsltproc command line.
> It's processing 31846 times 'lookup variable host' for several processes.
> So far, it hasnt quit on me and it's still running.
>
> Gr
>
>
> --
> *Van:* eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] *Namens
> *Eero Volotinen
> *Verzonden:* woensdag 21 september 2016 9:44
> *Aan:* Schoemaker, Tijmen
> *CC:* Fábio Fernandes; openvas-discuss@wald.intevation.org
>
> *Onderwerp:* Re: [Openvas-discuss] OpenVAS large PDF export
>
> You could add some debugging to generate script that is used to generate
> pdf.
>
>
> use
>
> find / -type f -iname 'generate' -print
>
> and locate the correct one..
>
> Eero
>
> 2016-09-21 8:19 GMT+03:00 Schoemaker, Tijmen <
> tijmen.schoema...@sheerenloo.nl>:
>
>> Using the CLI wasnt a succes either. Just keeps on busy.
>> (sudo omp -h 127.0.0.1 -p-port=9391 -u admin -p  -R
>> 6e637591-b6e2-425d-b3a1-8f49d47cabc1 --format
>> c402cc3e-b531-11e1-9163-406186ea4fc5 > report.pdf)
>>
>> I also tried to copy the report.xml to /tmp, then:
>> cd /usr/share/openvas/openvasmd/global_report_formats/c402cc3e-
>> b531-11e1-9163-406186ea4fc5
>> sudo ./generate /tmp/report.xml >/tmp/report.pdf
>> Whitout succes..
>>
>> What level is max? 0 or 128?
>>
>>
>> --
>> *Van:* Fábio Fernandes [mailto:fabiogfernan...@gmail.com]
>> *Verzonden:* dinsdag 20 september 2016 14:00
>> *Aan:* Eero Volotinen
>> *CC:* Schoemaker, Tijmen; openvas-discuss@wald.intevation.org
>> *Onderwerp:* Re: [Openvas-discuss] OpenVAS large PDF export
>>
>> I never scanned so many hosts but if i were you i would try to download
>> the report through openvas-cli or connecting directly with the OpenVAS
>> Manager. Also check the GSAD and Manager logs it can give a hint to what is
>> happening (remember to raise the log level to max).
>>
>> Fabio
>>
>> No dia 20/09/2016, às 07:19, Eero Volotinen <eero.voloti...@iki.fi>
>> escreveu:
>>
>> This might be memory limit or timeout?
>>
>> Eero
>>
>> 2016-09-19 14:19 GMT+03:00 Schoemaker, Tijmen <
>> tijmen.schoema...@sheerenloo.nl>:
>>
>>> Hello,
>>>
>>> A large PDF export of a /23 subnet with 9971 results is not possible.
>>>
>>> Doing a cat on the report.log from the tmp folder shows:
>>>
>>> 
>>> sudo cat /tmp/tmp.zGGqzDb0VU/report.log
>>> This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian)
>>> (preloaded format=pdflatex 2016.9.15)  19 SEP 2016 08:15
>>> entering extended mode
>>> restricted \write18 enabled.
>>> %&-line parsing enabled.
>>> **/tmp/tmp.zGGqzDb0VU/report.tex
>>> (/tmp/tmp.zGGqzDb0VU/report.tex
>>> LaTeX2e <2016/02/01>
>>> Babel <3.9q> and hyphenation patterns for 3 language(s) loaded.
>>> )
>>> ! Emergency stop.
>>> <*> /tmp/tmp.zGGqzDb0VU/report.tex
>>>
>>> *** (job aborted, no legal \end found)
>>>
>>>
>>> Here is how much of TeX's memory you used:
>>> 6 strings out of 494953
>>> 208 string characters out of 6180977
>>> 45171 words of memory out of 500
>>> 3390 multiletter control sequences out of 15000+60
>>> 3640 words of font info for 14 fonts, out of 800 for 9000
>>> 14 hyphenation exceptions out of 8191
>>> 5i,0n,1p,1b,8s stack positions out of 5000i,500n,1p,20b,
>>>
>>> 
>>>
>>> The file /tmp/tmp.zGGqzDb0VU/report.tex is 0kb.
>>>
>>> sudo ls -lt /tmp/tmp.zGGqzDb0VU/
>>> total 4
>>> -rw--- 1 nobody nogroup 920 Sep 19 10:15 report.log
>>> -rw--- 1 nobody nogroup   0 Sep 19 10:11 report.tex
>>>
>>> What to do / where to look?
>>>
>>> With kind regards,
>>>
>>> Tijmen Schoemaker
>>>
>>>
>>>
>>>
>>>
>>> *    *
>>> Disclaimer
>>>
>>> De informatie verzonden met dit e-mailbericht (en bijlagen) is
>>> uitsluitend bestemd voor de geadresseerde(n) en zij die van de
>>> geadresseerde(n) toestemming hebben dit bericht te lezen. Gebruik door
>>> anderen

Re: [Openvas-discuss] OpenVAS large PDF export

2016-09-21 Thread Eero Volotinen
You could add some debugging to generate script that is used to generate
pdf.


use

find / -type f -iname 'generate' -print

and locate the correct one..

Eero

2016-09-21 8:19 GMT+03:00 Schoemaker, Tijmen <
tijmen.schoema...@sheerenloo.nl>:

> Using the CLI wasnt a succes either. Just keeps on busy.
> (sudo omp -h 127.0.0.1 -p-port=9391 -u admin -p  -R
> 6e637591-b6e2-425d-b3a1-8f49d47cabc1 --format 
> c402cc3e-b531-11e1-9163-406186ea4fc5
> > report.pdf)
>
> I also tried to copy the report.xml to /tmp, then:
> cd /usr/share/openvas/openvasmd/global_report_formats/
> c402cc3e-b531-11e1-9163-406186ea4fc5
> sudo ./generate /tmp/report.xml >/tmp/report.pdf
> Whitout succes..
>
> What level is max? 0 or 128?
>
>
> --
> *Van:* Fábio Fernandes [mailto:fabiogfernan...@gmail.com]
> *Verzonden:* dinsdag 20 september 2016 14:00
> *Aan:* Eero Volotinen
> *CC:* Schoemaker, Tijmen; openvas-discuss@wald.intevation.org
> *Onderwerp:* Re: [Openvas-discuss] OpenVAS large PDF export
>
> I never scanned so many hosts but if i were you i would try to download
> the report through openvas-cli or connecting directly with the OpenVAS
> Manager. Also check the GSAD and Manager logs it can give a hint to what is
> happening (remember to raise the log level to max).
>
> Fabio
>
> No dia 20/09/2016, às 07:19, Eero Volotinen <eero.voloti...@iki.fi>
> escreveu:
>
> This might be memory limit or timeout?
>
> Eero
>
> 2016-09-19 14:19 GMT+03:00 Schoemaker, Tijmen <
> tijmen.schoema...@sheerenloo.nl>:
>
>> Hello,
>>
>> A large PDF export of a /23 subnet with 9971 results is not possible.
>>
>> Doing a cat on the report.log from the tmp folder shows:
>>
>> 
>> sudo cat /tmp/tmp.zGGqzDb0VU/report.log
>> This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian)
>> (preloaded format=pdflatex 2016.9.15)  19 SEP 2016 08:15
>> entering extended mode
>> restricted \write18 enabled.
>> %&-line parsing enabled.
>> **/tmp/tmp.zGGqzDb0VU/report.tex
>> (/tmp/tmp.zGGqzDb0VU/report.tex
>> LaTeX2e <2016/02/01>
>> Babel <3.9q> and hyphenation patterns for 3 language(s) loaded.
>> )
>> ! Emergency stop.
>> <*> /tmp/tmp.zGGqzDb0VU/report.tex
>>
>> *** (job aborted, no legal \end found)
>>
>>
>> Here is how much of TeX's memory you used:
>> 6 strings out of 494953
>> 208 string characters out of 6180977
>> 45171 words of memory out of 500
>> 3390 multiletter control sequences out of 15000+60
>> 3640 words of font info for 14 fonts, out of 800 for 9000
>> 14 hyphenation exceptions out of 8191
>> 5i,0n,1p,1b,8s stack positions out of 5000i,500n,1p,20b,
>>
>> 
>>
>> The file /tmp/tmp.zGGqzDb0VU/report.tex is 0kb.
>>
>> sudo ls -lt /tmp/tmp.zGGqzDb0VU/
>> total 4
>> -rw--- 1 nobody nogroup 920 Sep 19 10:15 report.log
>> -rw--- 1 nobody nogroup   0 Sep 19 10:11 report.tex
>>
>> What to do / where to look?
>>
>> With kind regards,
>>
>> Tijmen Schoemaker
>>
>>
>>
>>
>>
>> *    *
>> Disclaimer
>>
>> De informatie verzonden met dit e-mailbericht (en bijlagen) is
>> uitsluitend bestemd voor de geadresseerde(n) en zij die van de
>> geadresseerde(n) toestemming hebben dit bericht te lezen. Gebruik door
>> anderen dan geadresseerde(n) is verboden. De informatie in dit
>> e-mailbericht (en de bijlagen) kan vertrouwelijk van aard zijn en kan
>> binnen het bereik vallen van een geheimhoudingsplicht.
>> 's Heeren Loo is niet aansprakelijk voor schade ten gevolge van het
>> gebruik van elektronische middelen van communicatie, daaronder begrepen
>> -maar niet beperkt tot- schade ten gevolge van niet aflevering of
>> vertraging bij de aflevering van elektronische berichten, onderschepping of
>> manipulatie van elektronische berichten door derden of door
>> programmatuur/apparatuur gebruikt voor elektronische communicatie en
>> overbrenging van virussen en andere kwaadaardige programmatuur.
>>
>> ___
>> Openvas-discuss mailing list
>> Openvas-discuss@wald.intevation.org
>> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/o
>> penvas-discuss
>>
>
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>
>
>
> 

Re: [Openvas-discuss] OpenVAS large PDF export

2016-09-21 Thread Schoemaker, Tijmen
Goodmorning Eero,

The last time i tried, the page just stopped loading.
Previously, i could kill xsltsproc and would get a 0kb pdf file.

If this would be memory limit, where could i change this?
The vm has 12gb memory.

Tijmen


Van: eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] Namens Eero 
Volotinen
Verzonden: dinsdag 20 september 2016 8:19
Aan: Schoemaker, Tijmen
CC: openvas-discuss@wald.intevation.org
Onderwerp: Re: [Openvas-discuss] OpenVAS large PDF export

This might be memory limit or timeout?

Eero

2016-09-19 14:19 GMT+03:00 Schoemaker, Tijmen 
<tijmen.schoema...@sheerenloo.nl<mailto:tijmen.schoema...@sheerenloo.nl>>:
Hello,

A large PDF export of a /23 subnet with 9971 results is not possible.

Doing a cat on the report.log from the tmp folder shows:


sudo cat /tmp/tmp.zGGqzDb0VU/report.log
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) 
(preloaded format=pdflatex 2016.9.15)  19 SEP 2016 08:15
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**/tmp/tmp.zGGqzDb0VU/report.tex
(/tmp/tmp.zGGqzDb0VU/report.tex
LaTeX2e <2016/02/01>
Babel <3.9q> and hyphenation patterns for 3 language(s) loaded.
)
! Emergency stop.
<*> /tmp/tmp.zGGqzDb0VU/report.tex

*** (job aborted, no legal \end found)


Here is how much of TeX's memory you used:
6 strings out of 494953
208 string characters out of 6180977
45171 words of memory out of 500
3390 multiletter control sequences out of 15000+60
3640 words of font info for 14 fonts, out of 800 for 9000
14 hyphenation exceptions out of 8191
5i,0n,1p,1b,8s stack positions out of 5000i,500n,1p,20b,



The file /tmp/tmp.zGGqzDb0VU/report.tex is 0kb.

sudo ls -lt /tmp/tmp.zGGqzDb0VU/
total 4
-rw--- 1 nobody nogroup 920 Sep 19 10:15 report.log
-rw--- 1 nobody nogroup   0 Sep 19 10:11 report.tex

What to do / where to look?

With kind regards,

Tijmen Schoemaker





  
Disclaimer

De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend 
bestemd voor de geadresseerde(n) en zij die van de geadresseerde(n) toestemming 
hebben dit bericht te lezen. Gebruik door anderen dan geadresseerde(n) is 
verboden. De informatie in dit e-mailbericht (en de bijlagen) kan vertrouwelijk 
van aard zijn en kan binnen het bereik vallen van een geheimhoudingsplicht.
's Heeren Loo is niet aansprakelijk voor schade ten gevolge van het gebruik van 
elektronische middelen van communicatie, daaronder begrepen -maar niet beperkt 
tot- schade ten gevolge van niet aflevering of vertraging bij de aflevering van 
elektronische berichten, onderschepping of manipulatie van elektronische 
berichten door derden of door programmatuur/apparatuur gebruikt voor 
elektronische communicatie en overbrenging van virussen en andere kwaadaardige 
programmatuur.

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org<mailto:Openvas-discuss@wald.intevation.org>
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss



Disclaimer

De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend 
bestemd voor de geadresseerde(n) en zij die van de geadresseerde(n) toestemming 
hebben dit bericht te lezen. Gebruik door anderen dan geadresseerde(n) is 
verboden. De informatie in dit e-mailbericht (en de bijlagen) kan vertrouwelijk 
van aard zijn en kan binnen het bereik vallen van een geheimhoudingsplicht.
's Heeren Loo is niet aansprakelijk voor schade ten gevolge van het gebruik van 
elektronische middelen van communicatie, daaronder begrepen -maar niet beperkt 
tot- schade ten gevolge van niet aflevering of vertraging bij de aflevering van 
elektronische berichten, onderschepping of manipulatie van elektronische 
berichten door derden of door programmatuur/apparatuur gebruikt voor 
elektronische communicatie en overbrenging van virussen en andere kwaadaardige 
programmatuur.
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] OpenVAS large PDF export

2016-09-21 Thread Schoemaker, Tijmen
Using the CLI wasnt a succes either. Just keeps on busy.
(sudo omp -h 127.0.0.1 -p-port=9391 -u admin -p  -R 
6e637591-b6e2-425d-b3a1-8f49d47cabc1 --format 
c402cc3e-b531-11e1-9163-406186ea4fc5 > report.pdf)

I also tried to copy the report.xml to /tmp, then:
cd 
/usr/share/openvas/openvasmd/global_report_formats/c402cc3e-b531-11e1-9163-406186ea4fc5
sudo ./generate /tmp/report.xml >/tmp/report.pdf
Whitout succes..

What level is max? 0 or 128?



Van: Fábio Fernandes [mailto:fabiogfernan...@gmail.com]
Verzonden: dinsdag 20 september 2016 14:00
Aan: Eero Volotinen
CC: Schoemaker, Tijmen; openvas-discuss@wald.intevation.org
Onderwerp: Re: [Openvas-discuss] OpenVAS large PDF export

I never scanned so many hosts but if i were you i would try to download the 
report through openvas-cli or connecting directly with the OpenVAS Manager. 
Also check the GSAD and Manager logs it can give a hint to what is happening 
(remember to raise the log level to max).

Fabio

No dia 20/09/2016, às 07:19, Eero Volotinen 
<eero.voloti...@iki.fi<mailto:eero.voloti...@iki.fi>> escreveu:

This might be memory limit or timeout?

Eero

2016-09-19 14:19 GMT+03:00 Schoemaker, Tijmen 
<tijmen.schoema...@sheerenloo.nl<mailto:tijmen.schoema...@sheerenloo.nl>>:
Hello,

A large PDF export of a /23 subnet with 9971 results is not possible.

Doing a cat on the report.log from the tmp folder shows:


sudo cat /tmp/tmp.zGGqzDb0VU/report.log
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) 
(preloaded format=pdflatex 2016.9.15)  19 SEP 2016 08:15
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**/tmp/tmp.zGGqzDb0VU/report.tex
(/tmp/tmp.zGGqzDb0VU/report.tex
LaTeX2e <2016/02/01>
Babel <3.9q> and hyphenation patterns for 3 language(s) loaded.
)
! Emergency stop.
<*> /tmp/tmp.zGGqzDb0VU/report.tex

*** (job aborted, no legal \end found)


Here is how much of TeX's memory you used:
6 strings out of 494953
208 string characters out of 6180977
45171 words of memory out of 500
3390 multiletter control sequences out of 15000+60
3640 words of font info for 14 fonts, out of 800 for 9000
14 hyphenation exceptions out of 8191
5i,0n,1p,1b,8s stack positions out of 5000i,500n,1p,20b,



The file /tmp/tmp.zGGqzDb0VU/report.tex is 0kb.

sudo ls -lt /tmp/tmp.zGGqzDb0VU/
total 4
-rw--- 1 nobody nogroup 920 Sep 19 10:15 report.log
-rw--- 1 nobody nogroup   0 Sep 19 10:11 report.tex

What to do / where to look?

With kind regards,

Tijmen Schoemaker





  
Disclaimer

De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend 
bestemd voor de geadresseerde(n) en zij die van de geadresseerde(n) toestemming 
hebben dit bericht te lezen. Gebruik door anderen dan geadresseerde(n) is 
verboden. De informatie in dit e-mailbericht (en de bijlagen) kan vertrouwelijk 
van aard zijn en kan binnen het bereik vallen van een geheimhoudingsplicht.
's Heeren Loo is niet aansprakelijk voor schade ten gevolge van het gebruik van 
elektronische middelen van communicatie, daaronder begrepen -maar niet beperkt 
tot- schade ten gevolge van niet aflevering of vertraging bij de aflevering van 
elektronische berichten, onderschepping of manipulatie van elektronische 
berichten door derden of door programmatuur/apparatuur gebruikt voor 
elektronische communicatie en overbrenging van virussen en andere kwaadaardige 
programmatuur.

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org<mailto:Openvas-discuss@wald.intevation.org>
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org<mailto:Openvas-discuss@wald.intevation.org>
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss



Disclaimer

De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend 
bestemd voor de geadresseerde(n) en zij die van de geadresseerde(n) toestemming 
hebben dit bericht te lezen. Gebruik door anderen dan geadresseerde(n) is 
verboden. De informatie in dit e-mailbericht (en de bijlagen) kan vertrouwelijk 
van aard zijn en kan binnen het bereik vallen van een geheimhoudingsplicht.
's Heeren Loo is niet aansprakelijk voor schade ten gevolge van het gebruik van 
elektronische middelen van communicatie, daaronder begrepen -maar niet beperkt 
tot- schade ten gevolge van niet aflevering of vertraging bij de aflevering van 
elektronische berichten, onderschepping of manipulatie van elektronische 
berichten door derden of door programmatuur/apparatuur gebruikt voor 
elektronische communicatie en overbrenging van virussen en andere kwaadaardige 
programmatuur.

Re: [Openvas-discuss] OpenVAS large PDF export

2016-09-20 Thread Fábio Fernandes
I never scanned so many hosts but if i were you i would try to download the 
report through openvas-cli or connecting directly with the OpenVAS Manager. 
Also check the GSAD and Manager logs it can give a hint to what is happening 
(remember to raise the log level to max).

Fabio

> No dia 20/09/2016, às 07:19, Eero Volotinen  escreveu:
> 
> This might be memory limit or timeout?
> 
> Eero
> 
> 2016-09-19 14:19 GMT+03:00 Schoemaker, Tijmen 
> >:
> Hello,
>  
> A large PDF export of a /23 subnet with 9971 results is not possible.
>  
> Doing a cat on the report.log from the tmp folder shows:
>  
> 
> sudo cat /tmp/tmp.zGGqzDb0VU/report.log
> This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) 
> (preloaded format=pdflatex 2016.9.15)  19 SEP 2016 08:15
> entering extended mode
> restricted \write18 enabled.
> %&-line parsing enabled.
> **/tmp/tmp.zGGqzDb0VU/report.tex
> (/tmp/tmp.zGGqzDb0VU/report.tex
> LaTeX2e <2016/02/01>
> Babel <3.9q> and hyphenation patterns for 3 language(s) loaded.
> )
> ! Emergency stop.
> <*> /tmp/tmp.zGGqzDb0VU/report.tex
>  
> *** (job aborted, no legal \end found)
>  
>  
> Here is how much of TeX's memory you used:
> 6 strings out of 494953
> 208 string characters out of 6180977
> 45171 words of memory out of 500
> 3390 multiletter control sequences out of 15000+60
> 3640 words of font info for 14 fonts, out of 800 for 9000
> 14 hyphenation exceptions out of 8191
> 5i,0n,1p,1b,8s stack positions out of 5000i,500n,1p,20b,
>  
> 
>  
> The file /tmp/tmp.zGGqzDb0VU/report.tex is 0kb.
>  
> sudo ls -lt /tmp/tmp.zGGqzDb0VU/
> total 4
> -rw--- 1 nobody nogroup 920 Sep 19 10:15 report.log
> -rw--- 1 nobody nogroup   0 Sep 19 10:11 report.tex
>  
> What to do / where to look?
>  
> With kind regards,
>  
> Tijmen Schoemaker
>  
>  
>  
>  
> 
>     
> Disclaimer
> 
> De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend 
> bestemd voor de geadresseerde(n) en zij die van de geadresseerde(n) 
> toestemming hebben dit bericht te lezen. Gebruik door anderen dan 
> geadresseerde(n) is verboden. De informatie in dit e-mailbericht (en de 
> bijlagen) kan vertrouwelijk van aard zijn en kan binnen het bereik vallen van 
> een geheimhoudingsplicht.
> 's Heeren Loo is niet aansprakelijk voor schade ten gevolge van het gebruik 
> van elektronische middelen van communicatie, daaronder begrepen -maar niet 
> beperkt tot- schade ten gevolge van niet aflevering of vertraging bij de 
> aflevering van elektronische berichten, onderschepping of manipulatie van 
> elektronische berichten door derden of door programmatuur/apparatuur gebruikt 
> voor elektronische communicatie en overbrenging van virussen en andere 
> kwaadaardige programmatuur.
> 
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org 
> 
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss 
> 
> 
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] OpenVAS large PDF export

2016-09-20 Thread Eero Volotinen
This might be memory limit or timeout?

Eero

2016-09-19 14:19 GMT+03:00 Schoemaker, Tijmen <
tijmen.schoema...@sheerenloo.nl>:

> Hello,
>
> A large PDF export of a /23 subnet with 9971 results is not possible.
>
> Doing a cat on the report.log from the tmp folder shows:
>
> 
> sudo cat /tmp/tmp.zGGqzDb0VU/report.log
> This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian)
> (preloaded format=pdflatex 2016.9.15)  19 SEP 2016 08:15
> entering extended mode
> restricted \write18 enabled.
> %&-line parsing enabled.
> **/tmp/tmp.zGGqzDb0VU/report.tex
> (/tmp/tmp.zGGqzDb0VU/report.tex
> LaTeX2e <2016/02/01>
> Babel <3.9q> and hyphenation patterns for 3 language(s) loaded.
> )
> ! Emergency stop.
> <*> /tmp/tmp.zGGqzDb0VU/report.tex
>
> *** (job aborted, no legal \end found)
>
>
> Here is how much of TeX's memory you used:
> 6 strings out of 494953
> 208 string characters out of 6180977
> 45171 words of memory out of 500
> 3390 multiletter control sequences out of 15000+60
> 3640 words of font info for 14 fonts, out of 800 for 9000
> 14 hyphenation exceptions out of 8191
> 5i,0n,1p,1b,8s stack positions out of 5000i,500n,1p,20b,
>
> 
>
> The file /tmp/tmp.zGGqzDb0VU/report.tex is 0kb.
>
> sudo ls -lt /tmp/tmp.zGGqzDb0VU/
> total 4
> -rw--- 1 nobody nogroup 920 Sep 19 10:15 report.log
> -rw--- 1 nobody nogroup   0 Sep 19 10:11 report.tex
>
> What to do / where to look?
>
> With kind regards,
>
> Tijmen Schoemaker
>
>
>
>
>
> *    *
> Disclaimer
>
> De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend
> bestemd voor de geadresseerde(n) en zij die van de geadresseerde(n)
> toestemming hebben dit bericht te lezen. Gebruik door anderen dan
> geadresseerde(n) is verboden. De informatie in dit e-mailbericht (en de
> bijlagen) kan vertrouwelijk van aard zijn en kan binnen het bereik vallen
> van een geheimhoudingsplicht.
> 's Heeren Loo is niet aansprakelijk voor schade ten gevolge van het
> gebruik van elektronische middelen van communicatie, daaronder begrepen
> -maar niet beperkt tot- schade ten gevolge van niet aflevering of
> vertraging bij de aflevering van elektronische berichten, onderschepping of
> manipulatie van elektronische berichten door derden of door
> programmatuur/apparatuur gebruikt voor elektronische communicatie en
> overbrenging van virussen en andere kwaadaardige programmatuur.
>
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

[Openvas-discuss] OpenVAS large PDF export

2016-09-20 Thread Schoemaker, Tijmen
Hello,

A large PDF export of a /23 subnet with 9971 results is not possible.

Doing a cat on the report.log from the tmp folder shows:


 sudo cat /tmp/tmp.zGGqzDb0VU/report.log
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) 
(preloaded format=pdflatex 2016.9.15)  19 SEP 2016 08:15
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
**/tmp/tmp.zGGqzDb0VU/report.tex
(/tmp/tmp.zGGqzDb0VU/report.tex
LaTeX2e <2016/02/01>
Babel <3.9q> and hyphenation patterns for 3 language(s) loaded.
)
! Emergency stop.
<*> /tmp/tmp.zGGqzDb0VU/report.tex

*** (job aborted, no legal \end found)


Here is how much of TeX's memory you used:
 6 strings out of 494953
 208 string characters out of 6180977
 45171 words of memory out of 500
 3390 multiletter control sequences out of 15000+60
 3640 words of font info for 14 fonts, out of 800 for 9000
 14 hyphenation exceptions out of 8191
 5i,0n,1p,1b,8s stack positions out of 5000i,500n,1p,20b,



The file /tmp/tmp.zGGqzDb0VU/report.tex is 0kb.

sudo ls -lt /tmp/tmp.zGGqzDb0VU/
total 4
-rw--- 1 nobody nogroup 920 Sep 19 10:15 report.log
-rw--- 1 nobody nogroup   0 Sep 19 10:11 report.tex

What to do / where to look?

With kind regards,

Tijmen Schoemaker






  
Disclaimer

De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend 
bestemd voor de geadresseerde(n) en zij die van de geadresseerde(n) toestemming 
hebben dit bericht te lezen. Gebruik door anderen dan geadresseerde(n) is 
verboden. De informatie in dit e-mailbericht (en de bijlagen) kan vertrouwelijk 
van aard zijn en kan binnen het bereik vallen van een geheimhoudingsplicht.
's Heeren Loo is niet aansprakelijk voor schade ten gevolge van het gebruik van 
elektronische middelen van communicatie, daaronder begrepen -maar niet beperkt 
tot- schade ten gevolge van niet aflevering of vertraging bij de aflevering van 
elektronische berichten, onderschepping of manipulatie van elektronische 
berichten door derden of door programmatuur/apparatuur gebruikt voor 
elektronische communicatie en overbrenging van virussen en andere kwaadaardige 
programmatuur.
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss