Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 2003_12.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: December 2003 Archives</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/2003_11.html" title="November 2003" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/2004_01.html" title="January 2004" />
17 </head>
18 <body class="layout-one-column">
19    <div id="container">
20       <div id="container-inner" class="pkg">
21
22          <div id="banner">
23             <div id="banner-inner" class="pkg">
24                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
25                <h2 id="banner-description">Searchable status reports and work log</h2>
26             </div>
27          </div>
28
29          <div id="pagebody">
30             <div id="pagebody-inner" class="pkg">
31                <div id="alpha">
32                   <div id="alpha-inner" class="pkg">
33                      
34                      <p class="content-nav">
35                         <a href="http://defaria.com/blogs/Status/archives/2003_11.html">&laquo; November 2003</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/2004_01.html">January 2004 &raquo;</a>
38                      </p>
39                      
40                      
41                      
42
43                      <h2 class="date-header">December 23, 2003</h2>
44                      <a id="a000063"></a>
45                      <div class="entry" id="entry-63">
46                         <h3 class="entry-header">More sons-clearcase Network Problems</h3>
47                         <div class="entry-content">
48                            <div class="entry-body">
49                               <p>I decided to check sons-clearcase after Ron implemented his fix for our router problems. Turns out I can't access it again. Not sure if it's the router, the fix or something else. I can VPN into my desktop. I can ping servers such as sonscentral and sonsservices but not sons-clearcase. I tried pinging the gateway and it still dropping packets.
50
51 <p>Then when I was attempting to ping sons-clearcase I got the following:
52
53 <pre>
54 $ ping sons-clearcase
55
56 Pinging sons-clearcase.SALIRA.COM [192.168.0.99] with 32 bytes of data:
57
58 Request timed out.
59 Request timed out.
60 Request timed out.
61 Reply from 192.168.1.1: Destination host unreachable.
62
63 Ping statistics for 192.168.0.99:
64     Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
65 Approximate round trip times in milli-seconds:
66     Minimum = 0ms, Maximum = 0ms, Average = 0ms
67 </pre>
68
69 <p>Not sure what this means. Guess I'm gonna have to drive into work again...
70
71 <p>Checked sons-clearcase from home and couldn't get to it. Drove in and analyzed the situation. Saw things in the Event Viewer possibly indicating that the network card was bad. Rebooted machine. Couldn't get it up on the network. Ran network trouble shooter and it suggested replacing the network cable. Didn't want to do that. It also suggested to try to plug the network cable into another spot on the hub. Tried that and it worked! Not sure if that was the fix or if sons-clearcase's network card is flaking out. Rebooted once again to come up clean.
72                               
73                               <p class="entry-footer">
74                                  <span class="post-footers">Posted by  at  9:23 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000063.html">Permalink</a>
75                                  
76                                  
77                               </p>
78                            </div>
79                         </div>
80                      </div>
81                      
82                      
83
84                      
85                      <a id="a000062"></a>
86                      <div class="entry" id="entry-62">
87                         <h3 class="entry-header">Clearquest Network problems</h3>
88                         <div class="entry-content">
89                            <div class="entry-body">
90                               Still having problems with network router. Ron is implementing a bandaide solution. Meantime each time the router goes down so does Clearquest and I need to restart the SQL/Anywhere server as well as the Clearquest Daemon.
91                               
92                               <p class="entry-footer">
93                                  <span class="post-footers">Posted by  at  1:49 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000062.html">Permalink</a>
94                                  
95                                  
96                               </p>
97                            </div>
98                         </div>
99                      </div>
100                      
101                      
102
103                      <h2 class="date-header">December 22, 2003</h2>
104                      <a id="a000061"></a>
105                      <div class="entry" id="entry-61">
106                         <h3 class="entry-header">2.2.1.6/Vob Backups</h3>
107                         <div class="entry-content">
108                            <div class="entry-body">
109                               <ol>
110 <li>Built 2.2.1.6</li>
111 <li>Configured VOB backups to work</li>
112 </ol>
113                               
114                               <p>Seems that there is no way to run the pre/post command remotely under our current setup. Instead I opened up ccadmin by removing the "*" in /etc/passwd. This allows rsh to work then changed the pre/post commands to:</p>
115
116 <pre>
117 C:\Cygwin\bin\rsh.exe sons-clearcase -lccadmin cleartool [un]lock vob:\\salira
118 </pre>
119                               
120                               <p class="entry-footer">
121                                  <span class="post-footers">Posted by  at  2:57 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000061.html">Permalink</a>
122                                  
123                                  
124                               </p>
125                            </div>
126                         </div>
127                      </div>
128                      
129                      
130
131                      <h2 class="date-header">December 21, 2003</h2>
132                      <a id="a000060"></a>
133                      <div class="entry" id="entry-60">
134                         <h3 class="entry-header">Sons-clearcase Network Problems II</h3>
135                         <div class="entry-content">
136                            <div class="entry-body">
137                               <p>Went in around 3 PM. Rebooted sons-clearcase. It's back up and running. Noticed that our backups are not really working well (never have been actually). Performed backup by hand.</p>
138
139 <p>BackupExec doesn't seem to want to properly do the pre and post commands necessary to backup the vobs. It seems to say that it can execute the cleartool lock command on the remote machine but always fails with an error stating that the pre command failed.</p>
140
141 <p>What was really confusing about this is that the Tools vob backup appears to work. Well then I found out that the Tools vob backup was configured to run the pre command but accept non 0 as an OK status whereas the Salira vob was not accepting non 0 as an OK status.</p>
142
143 <p>In any event ct lock vob:\<vob> should return 0. In the Tools vob case the lock was not really happening. </p>
144
145 <p>Need to speak to Veritas regarding this on Monday and get this finally working correctly.</p>
146
147 <p>Meantime at least we have one good backup!</p>
148                               
149                               <p class="entry-footer">
150                                  <span class="post-footers">Posted by  at  5:14 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000060.html">Permalink</a>
151                                  
152                                  
153                               </p>
154                            </div>
155                         </div>
156                      </div>
157                      
158                      
159
160                      
161                      <a id="a000059"></a>
162                      <div class="entry" id="entry-59">
163                         <h3 class="entry-header">Sons-clearcase Network Problems</h3>
164                         <div class="entry-content">
165                            <div class="entry-body">
166                               <p>I saw some email saying that there was some possible problems with some Clearcase stuff and decided to investigate. I had talked with Ron on Friday and he is aware of our network problems. But today I could not contact sons-clearcase at all. I can seem to ping and otherwise contact other machines such as sonscentral, sonsservices and engineer's desktops such as dko and gtsang. I can even ping sons-cc in Shanghai! I fear there might be something wrong with sons-clearcase itself - perhaps the network card. Why can I contact other machines but not sons-clearcase?</p>
167
168 <p>Not sure if I should go in to reboot sons-clearcase and see if she comes up OK. I guess I oughta...</p>
169
170 <p>Hmmm... I can't ssh adefaria@adefaria either. Doesn't accept my password. ssh ccadmin@adefaria doesn't work either. Could this be an Active Directory problem too?</p>
171
172 <p>Was able to remote desktop to sonscentral. Doesn't seem like my account is locked. Neither is ccadmin. Can't tell if this network issue is just sons-clearcase or a larger problem.</p>
173                               
174                               <p class="entry-footer">
175                                  <span class="post-footers">Posted by  at 12:01 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000059.html">Permalink</a>
176                                  
177                                  
178                               </p>
179                            </div>
180                         </div>
181                      </div>
182                      
183                      
184
185                      <h2 class="date-header">December 19, 2003</h2>
186                      <a id="a000058"></a>
187                      <div class="entry" id="entry-58">
188                         <h3 class="entry-header">Clearquest problems</h3>
189                         <div class="entry-content">
190                            <div class="entry-body">
191                               <p>Still have Clearquest problems, almost daily, where I come in and people cannot access Clearquest. Worked on the phone for a while with Rational. Came down to a theory that this is caused by networking problems. Checked with Ron, yes indeed we are experiencing network problems.</p>
192                               
193                               <p class="entry-footer">
194                                  <span class="post-footers">Posted by  at  2:42 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000058.html">Permalink</a>
195                                  
196                                  
197                               </p>
198                            </div>
199                         </div>
200                      </div>
201                      
202                      
203
204                      <h2 class="date-header">December 18, 2003</h2>
205                      <a id="a000057"></a>
206                      <div class="entry" id="entry-57">
207                         <h3 class="entry-header">fx/sonlinux</h3>
208                         <div class="entry-content">
209                            <div class="entry-body">
210                               <ol>
211 <li>Checked out the fx branches to make sure everything was set up properly.</li>
212 <li>Continued to attempt to get XDMCP, Samba, etc, working on sonslinux</li>
213 </ol>
214                               
215                               <p class="entry-footer">
216                                  <span class="post-footers">Posted by  at  2:40 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000057.html">Permalink</a>
217                                  
218                                  
219                               </p>
220                            </div>
221                         </div>
222                      </div>
223                      
224                      
225
226                      <h2 class="date-header">December 17, 2003</h2>
227                      <a id="a000056"></a>
228                      <div class="entry" id="entry-56">
229                         <h3 class="entry-header">2.3.0.1/SQL Anywhere</h3>
230                         <div class="entry-content">
231                            <div class="entry-body">
232                               <ol>
233 <li>Resolved issue with last night's merge</li>
234 <li>Kick started SQL Anywhere - again!</li>
235 <li>Got sonslinux up on the net again - working on Samba, XDMCP, etc</li>
236 <li>Set up us_fx/china_fx branch for Shirley</li>
237 </ol>
238                               
239                               <p>Another day, another failure, another message:</p>
240
241 <blockquote><pre>Unable to logon to the SQL_ANYWHERE database "\\Sons-clearcase\ClearQuest\schema.db".
242 <br>The vendor error message was:<br>
243 SQLDriverConnect: RETCODE=-1, State=S1000, Native Error=-305
244 [Sybase][ODBC Driver]General error: I/O error ??? -- transaction rolled back</pre></blockquote>
245                               
246                               <p class="entry-footer">
247                                  <span class="post-footers">Posted by  at 10:03 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000056.html">Permalink</a>
248                                  
249                                  
250                               </p>
251                            </div>
252                         </div>
253                      </div>
254                      
255                      
256
257                      <h2 class="date-header">December 16, 2003</h2>
258                      <a id="a000055"></a>
259                      <div class="entry" id="entry-55">
260                         <h3 class="entry-header">2.3.0.1/SQL Anywhere</h3>
261                         <div class="entry-content">
262                            <div class="entry-body">
263                               <ol>
264 <li>Downloaded new version of e2fsck for sonslinux - now on SuSE 8.2</li>
265 <li>Created 2.3.0.1 buglist</li>
266 <li>Assisted James to install Cygwin on his desktop</li>
267 <li>While sonslinux is up on SuSE 8.2 it's networking is not all that configured</li>
268 <li>Kick started SQL Anywhere</li>
269 </ol>
270                               
271                               SQL Anywhere got  stuck with:
272 <blockquote><pre>
273 Unable to logon to the SQL_ANYWHERE database "\\Sons-clearcase\ClearQuest\schema.db".
274 <br>The vendor error message was:<br>
275 SQLDriverConnect: RETCODE=-1, State=S1000, Native Error=-301
276 [Sybase][ODBC Driver]General error: internal database error ??? -- transaction rolled back
277 </pre></blockquote>
278                               
279                               <p class="entry-footer">
280                                  <span class="post-footers">Posted by  at  6:14 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000055.html">Permalink</a>
281                                  
282                                  
283                               </p>
284                            </div>
285                         </div>
286                      </div>
287                      
288                      
289
290                      <h2 class="date-header">December 15, 2003</h2>
291                      <a id="a000054"></a>
292                      <div class="entry" id="entry-54">
293                         <h3 class="entry-header">2.2.1.5 Built</h3>
294                         <div class="entry-content">
295                            <div class="entry-body">
296                               <p>After receiving a file from MTeng I had built and released 2.2.1.5. As MTeng has not yet checked in this file, and there is another bug on the 2.2.1.5 list, I do not consider 2.2.1.5 done yet. I have built and put a label down but this is sort of an unofficial build.</p>
297
298 <p>Also worked ag getting XDMCP running on sonlinux again. Still not working right.</p>
299                               
300                               <p class="entry-footer">
301                                  <span class="post-footers">Posted by  at  5:50 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000054.html">Permalink</a>
302                                  
303                                  
304                               </p>
305                            </div>
306                         </div>
307                      </div>
308                      
309                      
310
311                      <h2 class="date-header">December 12, 2003</h2>
312                      <a id="a000053"></a>
313                      <div class="entry" id="entry-53">
314                         <h3 class="entry-header">Upgrade sonslinux</h3>
315                         <div class="entry-content">
316                            <div class="entry-body">
317                               <p>Upgraded sonslinux to SuSE 8.2</p>
318                               
319                               <p>I was interested in how to install Linux and yet keep an old file system. In particular I had my music files on sonslinux and wished to keep them. While installing SuSE I attempted to save the /home file system. Unfortunately when SuSE boots I get:</p>
320
321 <pre>
322 sonslinux:~ # fsck /home
323 fsck 1.28 (31-Aug-2002)
324 e2fsck 1.28 (31-Aug-2002)
325 fsck.ext3: E2fsck not compiled with HTREE support,
326         but filesystem /dev/hda6 has HTREE directories.
327
328 <p>e2fsck: Get a newer version of e2fsck!<br />
329 fsck.ext3 /dev/hda6 failed (status 0x8). Run manually!<br />
330 </pre></p>
331
332 <p>Apparenlty Mandrake used some HTREE structures on that file system. While this FS will not fsck it does mount and appears to be accessible.</p>
333                               
334                               <p class="entry-footer">
335                                  <span class="post-footers">Posted by  at 10:57 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000053.html">Permalink</a>
336                                  
337                                  
338                               </p>
339                            </div>
340                         </div>
341                      </div>
342                      
343                      
344
345                      <h2 class="date-header">December 11, 2003</h2>
346                      <a id="a000052"></a>
347                      <div class="entry" id="entry-52">
348                         <h3 class="entry-header">Slow day</h3>
349                         <div class="entry-content">
350                            <div class="entry-body">
351                               <p>Helped Yan with Clearcase problems. Investigating installing SuSE on sonslinux. SuSE appears to be more of a market leader.</p>
352                               
353                               <p class="entry-footer">
354                                  <span class="post-footers">Posted by  at  3:30 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000052.html">Permalink</a>
355                                  
356                                  
357                               </p>
358                            </div>
359                         </div>
360                      </div>
361                      
362                      
363
364                      <h2 class="date-header">December 10, 2003</h2>
365                      <a id="a000051"></a>
366                      <div class="entry" id="entry-51">
367                         <h3 class="entry-header">WebSAM in browsers</h3>
368                         <div class="entry-content">
369                            <div class="entry-body">
370                               <p>Initial reports seem to indicate that Web SAM works on:</p>
371
372 <table border=1 colspacing=0>
373 <tr>
374 <th><small>Operating System</small></th>
375 <th><small>Internet Explorer 6.0</small></th>
376 <th><small>Netscape 7.1</small></th>
377 <th><small>Firebird</small></th>
378 <th><small>Konqueror 3.1.0</small></th>
379 </tr>
380 <tr>
381 <td><small>Windows</small></td>
382 <td align="center"><font color="green"><small>Yes</small></font></td>
383 <td align="center"><font color="green"><small>Yes</small></font></td>
384 <td align="center"><font color="green"><small>Yes</small></font></td>
385 <td align="center"><font color="grey"><small>N/A</small></font></td>
386 </tr>
387 <tr>
388 <td><small>Linux (Mandrake 9.1)</small></td>
389 <td align="center"><font color="grey"><small>N/A</small></font></td>
390 <td align="center"><font color="green"><small>Yes</small></font></td>
391 <td align="center"><font color="green"><small>Yes</small></font></td>
392 <td align="center"><font color="red"><small>No</small></font></td>
393 </tr>
394 <tr>
395 <td><small>Solaris 7.0</td>
396 <td align="center"><font color="grey"><small>N/A</small></font></td>
397 <td align="center"><font color="green"><small>Yes</small></font></td>
398 <td align="center"><font color="grey"><small>N/A</small></font></td>
399 <td align="center"><font color="grey"><small>N/A</small></font></td>
400 </tr>
401 </table>
402                               
403                               <p class="entry-footer">
404                                  <span class="post-footers">Posted by  at  3:25 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000051.html">Permalink</a>
405                                  
406                                  
407                               </p>
408                            </div>
409                         </div>
410                      </div>
411                      
412                      
413
414                      <h2 class="date-header">December  8, 2003</h2>
415                      <a id="a000050"></a>
416                      <div class="entry" id="entry-50">
417                         <h3 class="entry-header">Clearquest bug</h3>
418                         <div class="entry-content">
419                            <div class="entry-body">
420                               <p>Fixed long standing Clearquest bug for Yan</p>
421                               
422                               <p>For a long time now it was such that Clearquest would not initially start for me. First I would get a login failed dialog and then I could select OK and login like normal. But Yan asked me to get his Clearquest working as he just got a new system. Here I didn't even get a failed login dialog but instead a dialog about establishing the connection template. I could not get this to work.</p>
423
424 <p>I went back to my desk and attempted to select "Set up Clearquest repository" instead of OK'ing past the initial login failed dialog and alas I could not get that to work either. So I called Rational Support.</p>
425
426 <p>Eventually the pointed me to <a href="http://www-1.ibm.com/support/docview.wss?rs=203&context=SSBR5D&context=SSBR7N&context=SSMMQY&context=SSSGSH&context=SSSGV8&context=SSSGW8&context=SSSGX3&context=SSSGXW&context=SSMMS4&context=SSSGYQ&context=SSSH27&context=SSNJU5&context=SSBQNN&context=SSBQS8&context=SSUL78&context=SSBR9L&context=SSSH32&context=SSSH3S&context=SSSH4K&context=SSBRB9&context=SSSH5A&context=SSNJQS&context=SSUTY2&context=SSJMXE&context=SSBQTS&context=SSMMM5&context=SSBQW4&context=SSBQXM&context=SSSH6V&context=SSSH89&context=SSSH8W&context=SSSH9N&context=SSSHAD&context=SSSHAZ&context=SSSHBU&context=SSSHCT&context=SSSHDX&context=SSSHHF&context=SSJPA5&context=SSSHEM&context=SSSHFC&context=SSSHG2&context=SSSHGQ&context=SSSHJ8&context=SSSHJY&context=SSSHKL&context=SSJPCD&context=SSSHL7&context=SSMML4&context=SSMMHM&context=SSBRGQ&context=SSSHLQ&context=SSSHQR&context=SSSHMK&context=SSSHN6&context=SSSHNT&context=SSSHPH&context=SSMMF4&context=SSSHRJ&context=SSSHSK&context=SSSHT4&context=SSSHTR&context=SSBQZT&context=SSSHUF&context=SSSHVH&context=SSSHVY&context=SSSHWL&context=SSSHXB&context=SSBR3M&context=SSSHXU&context=SSSHYJ&context=SSSJ2Z&context=SSSJ2D&context=SSSHZT&context=SSSHZ9&context=SSBRDT&q1=18808&uid=swg21124805&loc=en_US&cs=utf-8&lang=en+en">here</a> which solved both my problem and Yan's. Hopefully there will be less problems for all.</p>
427                               
428                               <p class="entry-footer">
429                                  <span class="post-footers">Posted by  at  5:07 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000050.html">Permalink</a>
430                                  
431                                  
432                               </p>
433                            </div>
434                         </div>
435                      </div>
436                      
437                      
438
439                      <h2 class="date-header">December  5, 2003</h2>
440                      <a id="a000049"></a>
441                      <div class="entry" id="entry-49">
442                         <h3 class="entry-header">IPTV</h3>
443                         <div class="entry-content">
444                            <div class="entry-body">
445                               <p>Helped Ying get the contents of the IPTV  CD onto our anonymous ftp area. This required getting anonymous ftp to work again.</p>
446                               
447                               <p>Had to add Everyone to //sonscentral/users/ftp for read and execute access. I still have a problem with a simple ls from anonymous ftp. Asked at cygwin.com.</p>
448                               
449                               <p class="entry-footer">
450                                  <span class="post-footers">Posted by  at  4:48 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000049.html">Permalink</a>
451                                  
452                                  
453                               </p>
454                            </div>
455                         </div>
456                      </div>
457                      
458                      
459
460                      <h2 class="date-header">December  4, 2003</h2>
461                      <a id="a000048"></a>
462                      <div class="entry" id="entry-48">
463                         <h3 class="entry-header">Sun will rise again</h3>
464                         <div class="entry-content">
465                            <div class="entry-body">
466                               <p>Got it, although I had to get it through a patch cluster, which finally worked! The above patch required other patches, which, of course, required other patches and was a nightmare. Not that installing the patch cluster was that easy either. In any event I eventually managed to get SAM for Solaris up and running!<br />
467 </p>
468                               
469                               <p class="entry-footer">
470                                  <span class="post-footers">Posted by  at  6:32 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000048.html">Permalink</a>
471                                  
472                                  
473                               </p>
474                            </div>
475                         </div>
476                      </div>
477                      
478                      
479
480                      <h2 class="date-header">December  3, 2003</h2>
481                      <a id="a000047"></a>
482                      <div class="entry" id="entry-47">
483                         <h3 class="entry-header">SAM 4 Sun needs patch</h3>
484                         <div class="entry-content">
485                            <div class="entry-body">
486                               <p>Haven't been able to get SAM running on Solaris:</p>
487
488 <p>Downloaded and installed SAM 4 Sun. Unfortunately it didn't run. The error message I get when attempting to start the server is:</p>
489
490 <blockquote><pre>Warning! The libthread.so on your system is an older version than<br>the one this VM was tested with. Please read the install<br>documentation for<br>patch installation instructions.<br>Could not create the Java virtual machine.</pre></blockquote>
491
492 <p>Leonal says there's a patch...</p>
493                               
494                               <p class="entry-footer">
495                                  <span class="post-footers">Posted by  at 11:29 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000047.html">Permalink</a>
496                                  
497                                  
498                               </p>
499                            </div>
500                         </div>
501                      </div>
502                      
503                      
504
505                      <h2 class="date-header">December  2, 2003</h2>
506                      <a id="a000046"></a>
507                      <div class="entry" id="entry-46">
508                         <h3 class="entry-header">SAMSUN Not working</h3>
509                         <div class="entry-content">
510                            <div class="entry-body">
511                               <ol>
512 <li>Installed Solaris 7.0</li>
513 <li>Installed SAM for Sun</li>
514 <li>Downloaded Netscape and other patches for Sun</li>
515 </ol>
516                               
517                               Installation of Solaris 7.0 did result in man pages and other things being installed. Still the Sun seems like it's missing lots of stuff like make, gcc, bash, etc. 
518
519 <p>Created some users and attempted to get remote XDMCP sessions going. Not working.
520
521 <p>SAM installed but isn't working properly yet.
522
523 <p>Can't install Netscape until we install patches. Having difficulty installing patches.
524                               
525                               <p class="entry-footer">
526                                  <span class="post-footers">Posted by  at  1:43 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000046.html">Permalink</a>
527                                  
528                                  
529                               </p>
530                            </div>
531                         </div>
532                      </div>
533                      
534                      
535
536                      <h2 class="date-header">December  1, 2003</h2>
537                      <a id="a000045"></a>
538                      <div class="entry" id="entry-45">
539                         <h3 class="entry-header">The sun shines again</h3>
540                         <div class="entry-content">
541                            <div class="entry-body">
542                               <p>Received a CD from Shirely with Solaris 7.0 on it and managed to get sonssun installed and on the network again. Still more to do like install a decent browser and get its XDMCP working but at least it's up.</p>
543
544 <p>Spent a lot of time still trying to get Samba on sonslinux to function properly</p>
545                               
546                               <p class="entry-footer">
547                                  <span class="post-footers">Posted by  at  6:07 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000045.html">Permalink</a>
548                                  
549                                  
550                               </p>
551                            </div>
552                         </div>
553                      </div>
554                      
555                   </div>
556                </div>
557             </div>
558          </div>
559       </div>
560    </div>
561 </body>
562 </html>