<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    (2011&#24180;04&#26376;01&#26085; 13:07), Orion Poplawski wrote:
    <blockquote cite="mid:4D963082.309@cora.nwra.com" type="cite">I've
      got a strange issue that I find annoying.&nbsp; My desktop machine is
      running Fedora 14.&nbsp; If I ssh to my 389 server and run 389-console
      there, the fonts are messed up (see attached snapshot).&nbsp;
      Everything is fine though if I run the console from my desktop.&nbsp;
      Also, this used to be fine, but some update long ago seems to have
      caused it.
      <br>
      <br>
      Any thoughts or ideas on how to debug?&nbsp; I ran a diff of -D 9 -f
      console.log output from the two and no smoking guns there.
      <br>
      <br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
--
389 users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:389-users@lists.fedoraproject.org">389-users@lists.fedoraproject.org</a>
<a class="moz-txt-link-freetext" href="https://admin.fedoraproject.org/mailman/listinfo/389-users">https://admin.fedoraproject.org/mailman/listinfo/389-users</a></pre>
    </blockquote>
    Could you please run this query against your configuration directory
    server and do base64-decoding the nsPreference value?<br>
    $ ldapsearch -x -h &lt;host&gt; -p &lt;port&gt; -D 'cn=directory
    manager' -w &lt;pw&gt; -b "o=netscaperoot" "(cn=fonts)"<br>
    dn:
cn=Fonts,ou=1.1,ou=Console,ou=uid\3Dadmin\2Cou\3DAdministrators\2Cou\3DTop<br>
&nbsp;ologyManagement\2Co\3DNetscapeRoot,ou=UserPreferences,ou=usersys.redhat.com,<br>
    &nbsp;o=NetscapeRoot<br>
    cn: Fonts<br>
    objectClass: top<br>
    objectClass: nsAdminConsoleUser<br>
    nsPreference::
    IwojRnJpIEFwciAwMSAxNToxMDoxMSBQRFQgMjAxMQpDT05UUk9MUz1TYW5zU2<br>
&nbsp;VyaWZcOjBcOjExClNUQVRVUz1TYW5zU2VyaWZcOjBcOjExCkRBVEFfVkFSSUFCTEU9U2Fuc1Nlcm<br>
&nbsp;lmXDowXDoxMQpUQVNLPVNhbnNTZXJpZlw6MFw6MTgKVElUTEU9U2Fuc1NlcmlmXDowXDoxOApEQV<br>
    &nbsp;RBX0ZJWEVEPU1vbm9zcGFjZWRcOjBcOjExCg==<br>
    <br>
    This is my decoded preference (default setting):<br>
    #<br>
    #Fri Apr 01 15:10:11 PDT 2011<br>
    CONTROLS=SansSerif\:0\:11<br>
    STATUS=SansSerif\:0\:11<br>
    DATA_VARIABLE=SansSerif\:0\:11<br>
    TASK=SansSerif\:0\:18<br>
    TITLE=SansSerif\:0\:18<br>
    DATA_FIXED=Monospaced\:0\:11<br>
    <br>
  </body>
</html>