Subject: Re: chronyd core dumps
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Joern Bredereck <jb@bw-networx.net>
List: port-sparc64
Date: 05/29/2003 01:33:47
On Tue, 27 May 2003, Hubert Feyrer wrote:

> On Tue, 27 May 2003, Joern Bredereck wrote:
> > -bash-2.05b# chronyd
> > -bash-2.05b# May 27 00:29:25 sun chronyd[11050]: Unexpected condition
> > [Cannot open kvm ] at sys_netbsd.c:290, core dumped
> >
> > Any idea?
>
> It's broken?
> Not knowing chrondy, that's all I can say given that information.
> Might be nice to look at the source and see what's at line 290 of
> sys_netbsd.c.


  kvm_t *kt;
  FILE *fp;

  kt = kvm_open(NULL, NULL, NULL, O_RDWR, NULL);
  if (!kt) {
    CROAK("Cannot open kvm\n");
  }


This is Line 290:

    CROAK("Cannot open kvm\n");


The sources are from the official pkgsrc distribution. Bug in the
distribution or a problem with my system?


Regards,
Joern Bredereck
PGP-Key available: http://www.bw-networx.net/pgp/jb/public-key.asc