View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0007853 | Kali Linux | Kali Package Bug | public | 2022-08-09 12:13 | 2025-07-14 09:36 | 
| Reporter | kapa | Assigned To | sbrun | ||
| Priority | normal | Severity | major | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | 2022.2 | ||||
| Fixed in Version | 2022.4 | ||||
| Summary | 0007853: 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).  | ||||
| Steps To Reproduce | exporting a report in pdf or tx format  | ||||
| Additional Information | export in .txt format is correct.  | ||||
| Attached Files | |||||
| 
	 See https://community.greenbone.net/t/pdf-reports-problem/12726 for debugging out this issue. Eero  | 
|
| 
	 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}
 | 
|
| 
	 https://github.com/latex3/latex2e/issues/833 is the main source of issue.  | 
|
| 
	 fixed in version 21.4.5-2kali1  | 
|
| 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 | |
| 2025-07-14 09:36 | g0tmi1k | Priority | high => normal |