Re: support to view rc(8) startup skript output via dmesg -c

2014-12-07 Thread olli hauer
On 2014-12-07 14:03, Marco Pfatschbacher wrote: > Hi, > > something that has often bothered me, is that once you hook up a > console to a headless server, you've missed all the output. > This makes it harder to diagnose bugs in rc(8) startup skripts > from remote. Another thing i've missed is that

Re: misprint in cvs(1) man page

2014-07-19 Thread olli hauer
On 2014-07-19 17:51, Jason McIntyre wrote: > On Sat, Jul 19, 2014 at 09:00:16AM +, ?? ?? wrote: >> On Sat, Jul 19, 2014 at 07:55:12AM +0100, Jason McIntyre wrote: >>> On Sat, Jul 19, 2014 at 06:41:35AM +, ?? ?? wrote: On Sat, Jul 19, 2014 at 07:0

Re: Upgrade i386 to amd64

2011-04-06 Thread olli hauer
On 2011-04-07 00:36, Steven R. Gerber wrote: > Ran the upgrade from CD. > Want to be sure that packages are OK. > Is "pkg_add -u" sufficient? (It looks like nothing changed.) > > Thanks, > Steven > > What about all the *.db files? They are incompatible between i368 and amd64 (/etc/(pwd|spwd)

Re: clarify bgpd err msg

2011-04-03 Thread olli hauer
On 2011-04-04 00:39, Henning Brauer wrote: > Index: rde_decide.c > === > RCS file: /cvs/src/usr.sbin/bgpd/rde_decide.c,v > retrieving revision 1.60 > diff -u -p -r1.60 rde_decide.c > --- rde_decide.c 3 May 2010 13:09:38 -

Re: Allegations regarding OpenBSD IPSEC

2010-12-23 Thread olli hauer
On 2010-12-23 09:44, Clint Pachl wrote: > Salvador Fandiqo wrote: >> On 12/23/2010 06:39 AM, Marsh Ray wrote: >>> On 12/22/2010 03:49 PM, Clint Pachl wrote: Salvador Fandiqo wrote: > > Could a random seed be patched into the kernel image at installation > time? > Admittedly thi

Re: fortune(6): chess help required

2010-09-04 Thread olli hauer
On 2010-09-04 18:24, Jason McIntyre wrote: > On Sat, Sep 04, 2010 at 12:15:33PM -0400, Kenneth R Westerback wrote: >> >> Suggested diff below. >> >> Ken >> >> Index: fortunes2 >> === >> RCS file: /cvs/src/games/fortune/datfiles/fo

small patch for man(4)pf

2009-11-10 Thread olli hauer
Hi, just run into the issue of a not documeted change in pf ;) Sinc Rev. 1.196 of pf_ioctl.c killed states are no longer returned in pfioc_state_kill.psk_af but instead in the new pfioc_state_kill.psk_killed. There are even more changes, but I guess they will be documented in short time. regard

Re: how can I get the OpenBSD version during build time?

2009-10-17 Thread olli hauer
Henning Brauer wrote: * olli hauer [2009-10-17 15:46]: I'm trying to get the OpenBSD version during build time but I have not find a way how to do this. I know for FreeBSD there is a way like this #ifdef __FreeBSD__ #if __FreeBSD_version < 601000 ... #endif Is there a simila

how can I get the OpenBSD version during build time?

2009-10-17 Thread olli hauer
Hi, maybe this is the wrong list ... I'm trying to get the OpenBSD version during build time but I have not find a way how to do this. I know for FreeBSD there is a way like this #ifdef __FreeBSD__ #if __FreeBSD_version < 601000 ... #endif Is there a similar way in OpenBSD? Regards, olli

Re: spamd issues

2009-06-28 Thread olli hauer
> Hi, > > I recently put my first spamd installation into production and am > quite impressed with the results, good work, folks. Nevertheless I > have some questions: > * it seems that when spamd scans it's database in /var/db/spamd (which > is currently ~160MB of size) it doesn't accept any new r

funny typo in ctime.3, Year 81968?

2009-05-23 Thread olli hauer
Funny typo in ctime.3 (but I belive OpenBSD will exist in the Year 81986) Index: lib/libc/time/ctime.3 === RCS file: /cvs/src/lib/libc/time/ctime.3,v retrieving revision 1.36 diff -u -r1.36 ctime.3 --- lib/libc/time/ctime.3 23