Re: openssl s_client gives "called a function you should not call"

2020-11-12 Thread Paul de Weerd
Hi Claus, On Fri, Nov 13, 2020 at 06:42:28AM +0100, Claus Assmann wrote: | On Thu, Nov 12, 2020, Paul de Weerd wrote: | | > $ openssl s_client -starttls smtp -connect localhost:587 | | > RCPT TO: | ^ = RENEGOTIATING | | and the syntax is wrong too: NO space after colon, see the fine RFCs.

Re: openssl s_client gives "called a function you should not call"

2020-11-12 Thread Paul de Weerd
Hi Janne, On Fri, Nov 13, 2020 at 07:59:22AM +0100, Janne Johansson wrote: | I think anything starting with capital R in that case (s_client) gets | parsed as RENEGOTIATING. | As for why openssl complains about it is unknown to me, but that gotcha is | old at least. Wow .. unexpected. But

Re: openssl s_client gives "called a function you should not call"

2020-11-12 Thread Claus Assmann
On Thu, Nov 12, 2020, Paul de Weerd wrote: > $ openssl s_client -starttls smtp -connect localhost:587 > RCPT TO: ^ = RENEGOTIATING and the syntax is wrong too: NO space after colon, see the fine RFCs. openssl(1): When used interactively (which means neither -quiet nor -ign_eof have

Re: openssl s_client gives "called a function you should not call"

2020-11-12 Thread Janne Johansson
Den tors 12 nov. 2020 kl 22:15 skrev Paul de Weerd : > While trying to debug my smtpd setup, I got the error "called a > function you should not call" from openssl s_client: > > $ openssl s_client -starttls smtp -connect localhost:587 > > EHLO > > RCPT TO: > RENEGOTIATING > > Is this

Re: Strange snmpd issue with 6.7

2020-11-12 Thread Winfred Harrelson
On Thu, Nov 12, 2020 at 09:51:46AM -, Stuart Henderson wrote: > On 2020-11-09, Winfred Harrelson wrote: > > On Sat, Nov 07, 2020 at 01:53:00PM -, Stuart Henderson wrote: > >> On 2020-11-06, Winfred Harrelson wrote: > >> > I am running OpenBSD 6.7 and am having a strange issue with

openssl s_client gives "called a function you should not call"

2020-11-12 Thread Paul de Weerd
While trying to debug my smtpd setup, I got the error "called a function you should not call" from openssl s_client: $ openssl s_client -starttls smtp -connect localhost:587 EHLO 250- Hello [127.0.0.1], pleased to meet you 250-8BITMIME 250-ENHANCEDSTATUSCODES 250-SIZE 36700160 250-DSN 250-AUTH

Re: OBSD 6.8 vlan communication issues

2020-11-12 Thread Jordan Geoghegan
On 11/11/20 3:06 PM, len zaifman wrote: I am setting up a new system as a firewall using OpenBSD 6.8 current -uname -a OpenBSD fw1.lfz.net 6.8 GENERIC.MP#175 amd64. I have 3 vlans 70,77,79 onĀ  the firewall using two em devices, em0 and em1, in an aggregation to serve these vlans. There

Re: uvn_flush: WARNING: changes to page may be lost

2020-11-12 Thread Paul de Weerd
On Thu, Nov 12, 2020 at 07:34:41PM +0100, Jurjen Oskam wrote: | On Wed, Nov 11, 2020 at 05:54:36AM -0700, Todd C. Miller wrote: | | > On Wed, 11 Nov 2020 10:20:41 +0100, Jan Stary wrote: | | > > uvn_flush: obj=0x0, offset=0x7c2. error during pageout. | > > uvn_flush: WARNING: changes to

Re: uvn_flush: WARNING: changes to page may be lost

2020-11-12 Thread Jurjen Oskam
On Wed, Nov 11, 2020 at 05:54:36AM -0700, Todd C. Miller wrote: > On Wed, 11 Nov 2020 10:20:41 +0100, Jan Stary wrote: > > uvn_flush: obj=0x0, offset=0x7c2. error during pageout. > > uvn_flush: WARNING: changes to page may be lost! > This happens when /usr/libexec/reorder_kernel

Re: Malloc options

2020-11-12 Thread Otto Moerbeek
On Thu, Nov 12, 2020 at 05:40:39AM -0600, ed...@pettijohn-web.com wrote: > On Nov 12, 2020 3:06 AM, Stuart Henderson wrote: > > On 2020-11-11, ed...@pettijohn-web.com > wrote: > > Thanks for the quick reply. I'll stick with "s" for now and if its > > unbearably slow I'll try others. >

Re: Malloc options

2020-11-12 Thread edgar
On Nov 12, 2020 3:06 AM, Stuart Henderson wrote: On 2020-11-11, ed...@pettijohn-web.com wrote: > Thanks for the quick reply. I'll stick with "s" for now and if its > unbearably slow I'll try others. 'S' not 's', they're case-sensitive (from the manual, "Unless otherwise noted

Re: OBSD 6.8 vlan communication issues

2020-11-12 Thread Tom Smyth
Hi Len Jacob has a point re checking vlan setup first by setting the parent on the vlans to the em0 or em1 interface first when you validate your vlan config on the switch setup the aggr0 interface what does unifi say about the LACP status / Aggregation status on the switch UI ? also can you

Re: Strange snmpd issue with 6.7

2020-11-12 Thread Stuart Henderson
On 2020-11-09, Winfred Harrelson wrote: > On Sat, Nov 07, 2020 at 01:53:00PM -, Stuart Henderson wrote: >> On 2020-11-06, Winfred Harrelson wrote: >> > I am running OpenBSD 6.7 and am having a strange issue with snmpd(8). >> > >> > The issue is that it doesn't have all the arp entries but

Re: Fault tolerant BGP and firewall routers on OpenBSD

2020-11-12 Thread Stuart Henderson
On 2020-11-11, Dev Op wrote: > Hi all! > > I am looking for a way to build fault tolerant routers with a firewall. We > have an AS num and a /24 network prefix as well as a multihome peering with > two upstream ISPs. To build this solution, I've got 4 machines with OpenBSD > on it: > > Hosts

Re: Malloc options

2020-11-12 Thread Stuart Henderson
On 2020-11-11, ed...@pettijohn-web.com wrote: > Thanks for the quick reply. I'll stick with "s" for now and if its > unbearably slow I'll try others. 'S' not 's', they're case-sensitive (from the manual, "Unless otherwise noted uppercase means on, lowercase means off.")