adding support for Meinberg PZF180PEX

2023-09-24 Thread Maurice Janssen
correction mbg0 DCFp 1 1 09s 15s 0.014ms 0.000ms (full dmesg below) Would it be possible to add this to the tree? Thanks and best regards, Maurice Janssen Index: sys/arch/amd64//conf/GENERIC === RCS file: /c

Re: [patch] ldattach ignores -t for msts line discipline

2014-08-10 Thread Maurice Janssen
On 08/10/14 04:10, Philip Guenther wrote: On Thu, Aug 7, 2014 at 1:07 PM, Maurice Janssen maur...@z74.net wrote: The -t option for ldattach doesn't seem to work when using an msts time receiver. The patch below fixes this. I guess this part was forgotten when msts support was added in r1.4

[patch] ldattach ignores -t for msts line discipline

2014-08-07 Thread Maurice Janssen
Hi, The -t option for ldattach doesn't seem to work when using an msts time receiver. The patch below fixes this. I guess this part was forgotten when msts support was added in r1.4. Maurice Index: ldattach.c === RCS file:

Re: ldattach -t for msts line discipline

2014-08-02 Thread Maurice Janssen
On Fri, Aug 01, 2014 at 01:26:46PM +0200, Maurice Janssen wrote: Hi, I have a time receiver that sends time information in MSTS format to the serial port of an OpenBSD system. The receiver sends 1 PPS pulses on the DCD pin and I'm trying to use these pulses to increase the accuracy

ldattach -t for msts line discipline

2014-08-01 Thread Maurice Janssen
Hi, I have a time receiver that sends time information in MSTS format to the serial port of an OpenBSD system. The receiver sends 1 PPS pulses on the DCD pin and I'm trying to use these pulses to increase the accuracy (not that a simple DCF77 receiver will ever be very accurate, but at least

diff for passing -b to spamd-setup when running spamd in blacklist only mode

2013-12-13 Thread Maurice Janssen
Hi, After some discussion on misc@ (see http://comments.gmane.org/gmane.os.openbsd.misc/209233 ) I came up with the patch below. Right now, spamd-setup is started with -D in /etc/rc. However, when running spamd in blacklist only mode, I think it's better to start spamd-setup also with -b.

Re: ramdisk overflow during make release with -stable on amd64

2012-06-06 Thread Maurice Janssen
On 06/06/2012 10:24 PM, Peter Bisroev wrote: Thank you Ted. That makes sense. So what is the best way to skip making the floppy image when doing 'make release'? I suspect there's something else causing your problem. I've also built 5.1-stable release for amd64 and didn't see this. Did you

xenocara: make release fails on vax/4.8-stable

2010-11-12 Thread Maurice Janssen
Hi, On vax/4.8-stable, make release in /usr/xenocara fails with + install -c -o root -g wheel -m 644 /usr/xenocara/etc/X11.vax/xorg.conf /usr/dest/etc/X11 install: /usr/xenocara/etc/X11.vax/xorg.conf: No such file or directory *** Error code 71 Stop in /usr/xenocara (line 97 of Makefile).