[chrony-dev] netbsd and chrony

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]


David Lord reports that chrony1.24-pre1 segfaults on netbsd.
with the error message
chronyd version 1.24-pre1 starting
Unexpected condition [Cannot read from _bigadj ] at sys_netbsd.c:302,
core dumped

Two chages in sys_netbsd.c which seem to get it to work are

 kt = kvm_open(NULL, NULL, NULL, O_RDONLY, NULL);
for
  kt = kvm_open(NULL, NULL, NULL, O_RDWR, NULL);
and
kern_bigadj = 1000000;
for
  CROAK("Cannot read from _bigadj\n");

But he also says that chronyc is reporting IPs rather than names with
the "sources" command.

--

---
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble?  Email listmaster@xxxxxxxxxxxxxxxxxxxx.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/