Subject: Re: chronyd core dumps
To: Joern Bredereck <jb@bw-networx.net>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 05/29/2003 12:38:50
On Thu, May 29, 2003 at 01:33:47AM +0200, Joern Bredereck wrote:
>   kt = kvm_open(NULL, NULL, NULL, O_RDWR, NULL);

Try changing this to

  kt = kvm_open(NULL, NULL, NULL, O_RDWR, "chronyd");

and see what errors it reports.

Martin