Well, i think that openvas8 is not working on centos 6? Anyway my hack fixes pdf support on openvas8.
Eero pe 18. syyskuuta 2015 1.30 W Scott Lockwood III <[email protected]> kirjoitti: > > On Sep 17, 2015 5:23 PM, "Eero Volotinen" <[email protected]> wrote: > > > > please run following commands on root account > > > > > > yum search tex | awk \'/^tex/ { print $1 }\' | xargs yum install -y > > > > mkdir -p /usr/share/texlive/texmf-local/tex/latex/comment > > > > cd /usr/share/texlive/texmf-local/tex/latex/comment > > > > wget http://ping-viini.org/comment.sty > > > > chown root:root comment.sty > > > > chmod 664 comment.sty > > > > texhash > > > > > > > > 2015-09-18 1:14 GMT+03:00 Artie Leu <[email protected]>: > >> > >> Resend. > >> > >> > >> > >> From: Artie Leu > >> Sent: Thursday, September 17, 2015 3:12 PM > >> To: 'Eero Volotinen' > >> Cc: [email protected] > >> Subject: RE: [Openvas-discuss] [Newsletter] Re: issue of download > report in PDF format > >> > >> > >> > >> Thanks for all tips. But it doesn’t work for me. Openvas-check-pdf > still gives same output. L > >> > >> > >> > >> From: [email protected] [mailto:[email protected]] > On Behalf Of Eero Volotinen > >> Sent: Thursday, September 17, 2015 3:01 PM > >> To: Artie Leu > >> Cc: [email protected] > >> Subject: Re: [Openvas-discuss] [Newsletter] Re: issue of download > report in PDF format > >> > >> > >> > >> Centos 7 is a bit buggy on pdf so it requires workaround > >> > >> > >> > >> run following commands: > >> > >> > >> > >> yum search tex | awk \'/^tex/ { print $1 }\' | xargs yum install -y > >> > >> > >> > >> mkdir -p /usr/share/texlive/texmf-local/tex/latex/comment > >> > >> > >> > >> download this file http://ping-viini.org/comment.sty to location > /usr/share/texlive/texmf-local/tex/latex/comment/comment.sty > >> > >> with root owner and permission 664 > >> > >> > >> > >> run following command: > >> > >> > >> > >> cd /usr/share/texlive/texmf-local/tex/latex/comment ; texhash > >> > >> > >> > >> it should work after this hack-a-round ? test with my openvas-check-pdf > script? > >> > >> > >> > >> -- > >> > >> Eero > >> > >> > >> > >> > >> > >> 2015-09-18 0:55 GMT+03:00 Artie Leu <[email protected]>: > >> > >> My OpenVAS-8 is installed on CentOS 7. I am confused by what It is > really missing. The latex pkg is installed already. Any idea? > >> > >> > >> > >> [root@centos]# yum install texlive-latex > >> > >> Loaded plugins: fastestmirror, langpacks > >> > >> Loading mirror speeds from cached hostfile > >> > >> * atomic: www6.atomicorp.com > >> > >> * base: mirror.pac-12.org > >> > >> * extras: mirror.pac-12.org > >> > >> * updates: mirrors.xmission.com > >> > >> Package 2:texlive-latex-svn27907.0-32.el7.noarch already installed and > latest version > >> > >> Nothing to do > >> > >> > >> > >> [root@centos]# pdflatex -version > >> > >> pdfTeX 3.1415926-2.5-1.40.14 (TeX Live 2013) > >> > >> kpathsea version 6.1.1 > >> > >> Copyright 2013 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). > >> > >> There is NO warranty. Redistribution of this software is > >> > >> covered by the terms of both the pdfTeX copyright and > >> > >> the Lesser GNU General Public License. > >> > >> For more information about these matters, see the file > >> > >> named COPYING and the pdfTeX source. > >> > >> Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh > (pdfTeX). > >> > >> Compiled with libpng 1.5.13; using libpng 1.5.13 > >> > >> Compiled with zlib 1.2.7; using zlib 1.2.7 > >> > >> Compiled with poppler version 0.22.5 > >> > > The sad fact is that the current state of LaTex on Cent/RHEL 7 is only > describable as broken. This is a constant thorn in my side as well, to the > point that I still suggest people use CentOS 6.7 instead. It is fully > maintained, and isn't broken by poor LaTex packages, oddly named network > adaptors, and other madness. >
_______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
