<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1522" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Sorry if this is a re-post.&nbsp; I'm not finding 
my way around the Jornada820 linux&nbsp;mail archives &amp; wiki pages very well 
yet.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>A couple of hours tonight with strace 
and&nbsp;comparing&nbsp;the output with my x86 RH9 linux machine allowed me to 
isolate and fix the xterm crash.&nbsp; I think if you look at your /dev/ptmx, 
you'll find it is regular file instead of a character special file</FONT></DIV>
<DIV><FONT face=Arial size=2>(missing the 'c' in the first column of ls 
-l).&nbsp; To fix this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; cd /dev</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; rm -f ptmx</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; ./MAKEDEV ptmx</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>--JTS (aka <A 
href="mailto:jim.shallman@comcast.net">jim.shallman@comcast.net</A>)</FONT></DIV></BODY></HTML>