<!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. I'm not finding
my way around the Jornada820 linux mail archives & wiki pages very well
yet.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>A couple of hours tonight with strace
and comparing the output with my x86 RH9 linux machine allowed me to
isolate and fix the xterm crash. 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). To fix this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> cd /dev</FONT></DIV>
<DIV><FONT face=Arial size=2> rm -f ptmx</FONT></DIV>
<DIV><FONT face=Arial size=2> ./MAKEDEV ptmx</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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>