• Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • CentOS Linux release 7.4.1708 (Core)
      Jenkins version: jenkins-2.73.1-1.1.noarch

      I have issues with all graphs rendered by Jenkins

      see the attached image 

          [JENKINS-47334] Gibberish in graphs images

          evernat added a comment -

          It is certainly a font problem in your OS.

          In case of Chinese, it was reported that "yum groupinstall chinese-support" has fixed the problem. So you may do the same with your own language.

          Otherwise you can try to add DejaVuSansMono.ttf or DejaVuSans-Bold.ttf in your server and to setup a fonts.conf alias in your server:

          <match target="pattern">
             <test qual="any" name="family">
                <string>mono</string>
             </test>
             <edit name="family" mode="assign">
                <string>monospace</string>
             </edit>
          </match>

          evernat added a comment - It is certainly a font problem in your OS. In case of Chinese, it was reported that "yum groupinstall chinese-support" has fixed the problem. So you may do the same with your own language. Otherwise you can try to add DejaVuSansMono.ttf or DejaVuSans-Bold.ttf in your server and to setup a fonts.conf alias in your server: <match target="pattern">    <test qual="any" name="family">       <string>mono</string>    </test>    <edit name="family" mode="assign">       <string>monospace</string>    </edit> </match>

          evernat added a comment -

          Any news?

          evernat added a comment - Any news?

          Hi evernat, just wanted to let you know that I had a similar issue and for me just installing the dejavu sans fonts fixed the issue. Thank you for the hint!

          yum install dejavu-sans-fonts.noarch dejavu-sans-mono-fonts.noarch

          I've also answered to someone else who had this issue on stackoverflow https://stackoverflow.com/a/46924944/926562

          Valentin Nasta added a comment - Hi evernat , just wanted to let you know that I had a similar issue and for me just installing the dejavu sans fonts fixed the issue. Thank you for the hint! yum install dejavu-sans-fonts.noarch dejavu-sans-mono-fonts.noarch I've also answered to someone else who had this issue on stackoverflow  https://stackoverflow.com/a/46924944/926562

          evernat added a comment -

          evernat added a comment - Thanks valentin_nasta

            evernat evernat
            yuris yuri Shterenberg
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: