Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000657.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml" />
11
12    <title>Status for Andrew DeFaria: CC/CQ on Linux</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/000656.html" title="Clearquest on Linux" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000658.html" title="ranlin0[2|3] released" />
17
18    <!--
19 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
21          xmlns:dc="http://purl.org/dc/elements/1.1/">
22 <rdf:Description
23     rdf:about="http://defaria.com/blogs/Status/archives/000657.html"
24     trackback:ping="http://defaria.com/mt/mt-tb.cgi/44"
25     dc:title="CC/CQ on Linux"
26     dc:identifier="http://defaria.com/blogs/Status/archives/000657.html"
27     dc:subject="General Dynamics"
28     dc:description=" Fixed problem with cleartrig for the Linux clients Investigated and found a work around to font problems between Linux and Sun Met with development/test teams regarding documentation visibility. Also worked out the differences in the documents between builds 1,..."
29     dc:creator=""
30     dc:date="2007-07-31T17:25:51-06:00" />
31 </rdf:RDF>
32 -->
33
34
35    
36
37    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
38 </head>
39 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
40    <div id="container">
41       <div id="container-inner" class="pkg">
42
43          <div id="banner">
44             <div id="banner-inner" class="pkg">
45                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
46                <h2 id="banner-description">Searchable status reports and work log</h2>
47             </div>
48          </div>
49
50          <div id="pagebody">
51             <div id="pagebody-inner" class="pkg">
52                <div id="alpha">
53                   <div id="alpha-inner" class="pkg">
54
55                      <p class="content-nav">
56                         <a href="http://defaria.com/blogs/Status/archives/000656.html">&laquo; Clearquest on Linux</a> |
57                         <a href="http://defaria.com/blogs/Status/">Main</a>
58                         | <a href="http://defaria.com/blogs/Status/archives/000658.html">ranlin0[2|3] released &raquo;</a>
59                      </p>
60
61                      <a id="a000657"></a>
62                      <div class="entry" id="entry-657">
63                         <h3 class="entry-header">CC/CQ on Linux</h3>
64                         <div class="entry-content">
65                            <div class="entry-body">
66                               <ul>
67   <li>Fixed problem with cleartrig for the Linux clients</li>
68
69   <li>Investigated and found a work around to font problems between Linux and Sun</li>
70
71   <li>Met with development/test teams regarding documentation visibility. Also worked out the differences in the documents between builds 1, 2 and 3</li.
72 </ul>
73                            </div>
74                            <div id="more" class="entry-more">
75                               <h3>Cleartrig and font problems on Linux clients</h3>
76
77 <p>I hit a few problems when attempting to verify proper execution of Clearcase/Clearquest and our WOR integration on Linux machines.</p>
78
79 <h3>Cleartrig problems</h3>
80
81 <p>The first problem was that the Linux installation of Cleartrig (remotely accessible through /cleartrib/bin) was missing execute permissions for group and other. The solution to this was to add execute permissions.</p>
82
83 <h3>Font Problems</h3>
84
85 <p>his is running under the assumption that:</p>
86
87 <ol>
88   <li>The user is on a Solaris box and running CDE and</li>
89
90   <li>The user is remotely logged into a Linux box (currently only ranlin02 and ranlin03) and displaying back to his/her Solaris machine</li>
91 </ol>
92
93 <p>The user may see dialog boxes with no text or other errors relating to fonts. Since most engineers use Solaris and CDE many X Font Resources are set to fonts only available on CDE supported systems<sup>1</sup>. For example, executing xrdb -q | grep -i font may result in the
94 following:</p>
95
96 <div class=code><pre>
97 *Font:             -dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-*
98 *FontList:         -dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-*
99 *labelFontList:    -dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-*
100 ...
101 </pre></div>
102
103 <p>Needless to say these "dt" fonts are not known in the Linux world and this causes Clearcase/Clearquest some problems when running remotely displayed to an X server using such font. The solution is to use more universally acceptable fonts such as fixed. The following set of X Font Resources seems to work:</p>
104
105 <div class=code><pre>
106 *Font:                  fixed
107 *FontList:              fixed
108 *labelFontList:         fixed
109 *buttonFontList:        fixed
110 *textFontList:          fixed
111 *DtEditor*textFontList: fixed
112 *systemFont:            fixed
113 *XmText*FontList:       fixed
114 *FontSet:               fixed
115 *XmTextField*FontList:  fixed
116 *fontGroup:             Courier
117 </pre></div>
118
119 <p>If you are experiencing problems with X Fonts when running from a Linux machine add the above lines to a file, say ~/.fonts then do</p>
120
121 <div class=code><pre>
122 $ xrdb -m ~/.fonts
123 </pre></div>
124
125 <h4>Notes:</h4>
126 <ol>
127   <li><a name="note1"></a>These "dt" fonts are often set into CDE's environment when say using the Style Manager to change your font settings.</li>
128 </ol>
129
130                            </div>
131                         </div>
132                         <p class="entry-footer">
133                            <span class="post-footers">Posted by  on July 31, 2007  5:25 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000657.html">Permalink</a>
134                         </p>
135                      </div>
136
137                      
138                      <div class="trackbacks">
139                         <h3 id="trackback" class="trackbacks-header">TrackBack</h3>
140                         <div id="trackbacks-info">
141                            <p>TrackBack URL for this entry:<br />http://defaria.com/mt/mt-tb.cgi/44</p>
142                         </div>
143                         <div class="trackbacks-content">
144                            
145                         </div>
146                      </div>
147                      
148
149                      
150                   </div>
151                </div>
152             </div>
153          </div>
154       </div>
155    </div>
156 </body>
157 </html>