Re: PC Engines APU2 coming soon - how is OpenBSD's support so far?

2015-11-12 Thread Daniel Ouellet
you got stuck at the same place I did. For i386/amd64 you have to tell boot you want serial output either at the boot prompt or via boot.conf. stty com0 115200 set tty com0 See archive: http://marc.info/?l=openbsd-misc&m=144531335118929&w=2 And this should be on misc@ anyway. Take care. Dani

Re: [RFC] Ai_ADDRCONFIG^WAIAIAIAIAIAIAEEEEEEEEE tweaks?

2014-05-03 Thread Daniel Ouellet
>> "Everybody does it" is an argumentum ad populum. It's not right >> because all systems do this. All systems do this because some RFC >> told them to and apparently nobody considered the downsides (or they >> dismissed them). >> >> I'm arguing it should be different since it is unexpected behav

Re: Problem with ciphers and OpenSMTP

2014-02-24 Thread Daniel Ouellet
This should be on misc not tech. But anyway, I didn't need to upgrade anything to get my iPhone to work with smtpd I use listen on egress port 465 smtps certificate xxx.yy.zzz auth not optional. Fix the iphone to use ssl on port 465 and use password authentication in it. And here is the log f

Diff on ANSI for games/gomoku/bdinit.c (Take 2 using mutt)

2009-06-04 Thread Daniel Ouellet
OK, Here we go. Hopefully it will be good now as no more Thunderbird, but mutt instead directly from OpenBSD kind of work station for now. (;> Best, Daniel Index: bdinit.c === RCS file: /cvs/src/games/gomoku/bdinit.c,v retrieving

Re: Diff for ANSI and KNF on src/games/gomoku/main.c

2009-06-03 Thread Daniel Ouellet
Stuart Henderson wrote: User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) Content-Type: text/plain; charset=ISO-8859-1; format=flowed if you want to send diffs with thunderbird, you need to disable format=flowed. Darnit! I thought I did that, Sorry! I guess I will just use mutt then. Shou

Diff for ANSI and style on src/games/gomoku/stoc.c

2009-06-03 Thread Daniel Ouellet
Index: stoc.c === RCS file: /cvs/src/games/gomoku/stoc.c,v retrieving revision 1.7 diff -N -u -p stoc.c --- stoc.c 10 Jul 2003 00:03:01 - 1.7 +++ stoc.c 4 Jun 2009 01:54:38 - @@ -61,45 +61,42 @@ static stru

Diff for ANSI and KNF on src/games/gomoku/main.c

2009-06-03 Thread Daniel Ouellet
Index: main.c === RCS file: /cvs/src/games/gomoku/main.c,v retrieving revision 1.21 diff -N -u -p main.c --- main.c 17 Mar 2008 09:17:56 - 1.21 +++ main.c 4 Jun 2009 01:37:44 - @@ -81,9 +81,7 @@ char *plyr[2];

diff on ANSI + Style + KNF for src/games/gomoku/bdisp.c

2009-06-03 Thread Daniel Ouellet
Index: bdisp.c === RCS file: /cvs/src/games/gomoku/bdisp.c,v retrieving revision 1.9 diff -u -p -r1.9 bdisp.c --- bdisp.c 14 Dec 2006 10:15:09 - 1.9 +++ bdisp.c 4 Jun 2009 00:17:36 - @@ -54,12 +54,12 @@ static

Ansi diff for games/gomoku/bdinit.c

2009-06-03 Thread Daniel Ouellet
Index: bdinit.c === RCS file: /cvs/src/games/gomoku/bdinit.c,v retrieving revision 1.5 diff -u -p -r1.5 bdinit.c --- bdinit.c3 Jun 2003 03:01:39 - 1.5 +++ bdinit.c3 Jun 2009 23:33:19 - @@ -43,8 +43,7 @@ static ch

Re: man page diff for bgpd.conf addressing the short version of network usage statement

2009-06-03 Thread Daniel Ouellet
Stuart Henderson wrote: On 2009/06/02 22:38, Daniel Ouellet wrote: +deny from any prefix { 192.168.0.0/16, 10/8 } deny from any prefix { 192.168/16, 10/8 } +good="{ 192.168.0.0/16, 172.16.0.0/12, 10/8 }" +bad="{ 224.0.0.0/4, 240/4 }" +ugly="{ 127.0.0.1/8, 169.254/1

man page diff for bgpd.conf addressing the short version of network usage statement

2009-06-02 Thread Daniel Ouellet
Hi, I meant to send this a while ago, but better to be late then never. If I may, I would suggest to following changes in the example in the bgpd.conf man page that actually reflect the possible use of shorter version of filter statement in the configuration just like we have it in pf.conf as

Re: usr.sbin/smtpd/aliases.c diif

2009-05-12 Thread Daniel Ouellet
Jacek Masiulaniec wrote: You have a point there, although aliases_get is not the only place that could benefit from this. That looked even cleaner. (;> I would also have suggested this below too, but not sure you would agree. The ret integer is define and assign a value a few times, however,

usr.sbin/smtpd/aliases.c diif

2009-05-11 Thread Daniel Ouellet
Hi, Looking at the man page for the db get function, it return -1 on error and 1 if the key is not present and finally 0 on success. In the aliases_exist() function there is the check for the errors there yes and close of the BD regardless if errors are there or not as it needs to be close a