Subject: Re: Xserver
To: Wolfgang Hochweller <howi@stavanger.geoquest.slb.com>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-amiga
Date: 10/05/1999 20:42:18
On Tue, Oct 05, 1999 at 08:54:01AM +0200, Wolfgang Hochweller wrote:
> Thanks,  I got it to run today.
> 
> I think the problems were caused by the missing keymap ( de ).
> 
> BTW, I created that map, but the system will not recognize it.
> 
> Is there a function like truss or strace in NetBSD ?

ktrace (which creates a binary log file "ktrace.out"), and kdump (to decode
that).

In NetBSD-current there's also "ktruss", which creates a real-time readable
trace.

	-is