View Issue Details

IDProjectCategoryView StatusLast Update
0007853Kali LinuxKali Package Bugpublic2022-10-11 06:50
Reporterkapa Assigned Tosbrun  
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2022.2 
Fixed in Version2022.4 
Summary0007853: GVM (OpenVAS) error exporting report in pdf (empty file, zero bytes)
Description

Exporting a report in PDF format, the pdf file is empty (size zero Byte).
Also exporting a report in .tex format, using pdflatex command by hand to compile it, the pdf file is not ganarate.
It seems a trouble about the .tex report file.
Thanks in advance for your help!

Steps To Reproduce

exporting a report in pdf or tx format

Additional Information

export in .txt format is correct.

Attached Files
Cattura1.jpg (136,101 bytes)   
Cattura1.jpg (136,101 bytes)   

Activities

eero.t.volotinen@gmail.com

[email protected]

2022-08-11 16:16

reporter   ~0016534

See https://community.greenbone.net/t/pdf-reports-problem/12726 for debugging out this issue.

Eero

eero.t.volotinen@gmail.com

[email protected]

2022-08-12 16:03

reporter   ~0016538

there is patch to fix issue.

you just need run following command with root account

cd /var/lib/gvm/gvmd/report_formats/11e40dc6-fc55-42ec-972e-43d9cc418ae3/c402cc3e-b531-11e1-9163-406186ea4fc5/

patch -p0 < /path/to/fix-pdf.patch

test if it fixes the issue and then contact package maintainter to fix the package.

Eero

fix-pdf.patch (410 bytes)   
--- /var/lib/gvm/gvmd/report_formats/11e40dc6-fc55-42ec-972e-43d9cc418ae3/c402cc3e-b531-11e1-9163-406186ea4fc5/latex.xsl        2022-08-12 10:54:18.504059718 -0400
+++ latex.xsl   2022-08-12 11:56:00.421400668 -0400
@@ -209,7 +209,7 @@
 \usepackage{chngpage}
 \usepackage{calc}
 \usepackage{url}
-\usepackage[utf8x]{inputenc}
+%\usepackage[utf8x]{inputenc}

 % Fontsetup
 \usepackage[T1]{fontenc}

fix-pdf.patch (410 bytes)   
eero.t.volotinen@gmail.com

[email protected]

2022-08-14 15:57

reporter   ~0016542

https://github.com/latex3/latex2e/issues/833 is the main source of issue.

sbrun

sbrun

2022-10-11 06:50

manager   ~0016957

fixed in version 21.4.5-2kali1

Issue History

Date Modified Username Field Change
2022-08-09 12:13 kapa New Issue
2022-08-09 12:13 kapa File Added: Cattura1.jpg
2022-08-11 16:16 [email protected] Note Added: 0016534
2022-08-12 16:03 [email protected] File Added: fix-pdf.patch
2022-08-12 16:03 [email protected] Note Added: 0016538
2022-08-14 15:57 [email protected] Note Added: 0016542
2022-10-11 06:50 sbrun Assigned To => sbrun
2022-10-11 06:50 sbrun Status new => resolved
2022-10-11 06:50 sbrun Resolution open => fixed
2022-10-11 06:50 sbrun Fixed in Version => 2022.4
2022-10-11 06:50 sbrun Note Added: 0016957