Re: rdomain related interface configuration via hostname.if(5) broken in current

2018-03-01 Thread Sebastian Benoit
Andreas Bartelt(o...@bartula.de) on 2018.03.01 19:18:29 +0100: > On 03/01/18 09:07, Jiri B wrote: > >On Thu, Mar 01, 2018 at 08:37:38AM +0100, Andreas Bartelt wrote: > >>Please let me know if you need further infos on my specific config. > > > >I use this (OpenBSD 6.2-current (GENERIC.MP) #6: Tue F

Re: rdomain/rtable 255 BGPd routes -> leaking to rdomain/rtable 0

2018-04-12 Thread Sebastian Benoit
Nicolas Pence(nico...@pence.com.uy) on 2018.04.12 13:03:39 -0300: > Thinking about it a little more, I've configured sshd_rtable=255 on > /etc/rc.conf.local, > on the non-working boxes, I'm re-checking this doing: > > rcctl set sshd rtable 0 > > and changing sshd_config: > > ListenAddress $IP r

Re: More potential memory leaks based on not freeing getaddrinfo

2018-06-16 Thread Sebastian Benoit
fix for usr.sbin/ikectl/parser.c ok? diff --git usr.sbin/ikectl/parser.c usr.sbin/ikectl/parser.c index 52488845fd3..32099bb3b3d 100644 --- usr.sbin/ikectl/parser.c +++ usr.sbin/ikectl/parser.c @@ -273,6 +273,7 @@ parse_addr(const char *word) hints.ai_family = PF_UNSPEC; hints.a

Re: finger does not expand '&' to username

2018-06-17 Thread Sebastian Benoit
Andreas Kusalananda K?h?ri(andreas.kah...@icm.uu.se) on 2018.06.17 12:41:13 +0200: > >Synopsis: finger does not expand '&' to username > >Category: documentation > >Environment: > System : OpenBSD 6.3 > Details : OpenBSD 6.3-current (GENERIC.MP) #63: Thu Jun 14

Re: VMM owner needs to be part of wheel

2018-06-19 Thread Sebastian Benoit
Reyk Floeter(r...@openbsd.org) on 2018.06.19 20:38:22 +0200: > Hi, > > On Sun, Jun 17, 2018 at 10:35:27PM +0200, obs...@high5.nl wrote: > > >Synopsis: VMM owner needs to be part of group wheel in order to run vmctl > > >console|start|stop > > the solution is not that easy as it seemed. > > 1.

Re: iked(8) prevents inet6 communication

2018-07-03 Thread Sebastian Benoit
David Dahlberg(david+bsd@dahlberg.cologne) on 2018.07.03 14:39:10 +0200: > Am Tuesday, den 03.07.2018, 13:42 +0200 schrieb Stefan Sperling: > > Would you be able to send a patch for the iked man page which > > explicitly mentions VPN traffic leakage and RFC 7359 (in the > > STANDARDS section, perha

Re: Parameter substitution using positional parameters produces unexpected results

2018-07-08 Thread Sebastian Benoit
ok benno@ i attached a regression test for regress/bin/ksh/, feel free to commit that as well if you like. Anton Lindqvist(an...@openbsd.org) on 2018.07.08 17:18:28 +0900: > On Sat, Jul 07, 2018 at 10:06:41AM +0200, Andreas Kusalananda K??h??ri wrote: > > Hi, > > > > I'm not sure this is a bug o

arm64 / panic: amap_pp_adjref: negative reference count

2018-07-21 Thread Sebastian Benoit
Hi, this is on an orange pi pc2 it was running cvs up at the time. panic: amap_pp_adjref: negative reference count Stopped at panic+0x154:TIDPIDUID PRFLAGS PFLAGS C PU COMMAND *323961 46046 10000x13 01K cvs db_enter() at panic+0x150 panic() a

Re: arm64 / panic: amap_pp_adjref: negative reference count

2018-07-21 Thread Sebastian Benoit
can be triggered with a UP kernel as well Sebastian Benoit(be...@openbsd.org) on 2018.07.21 21:33:01 +0200: > Hi, > > this is on an orange pi pc2 > > it was running cvs up at the time. > > panic: amap_pp_adjref: negative reference count > Stopped at panic+0x154:

Re: -current bsd.rd fails to boot on Thinkpad X1 5th gen

2018-07-24 Thread Sebastian Benoit
Edd Barrett(e...@theunixzoo.co.uk) on 2018.07.24 11:20:57 +0100: > Hi, >=20 > Went to upgrade my snap on my laptop today and got a reboot. It was > printing some stuff before the reboot. I had to video the screen and > pause it to see what it said: >=20 > ---8<--- > ... > wsdisplay0 at efifb0 mux 1

Re: bgpd crash with invalid bgpctl network bulk del

2018-08-06 Thread Sebastian Benoit
ok benno@ Claudio Jeker(clau...@openbsd.org) on 2018.08.06 15:50:41 +0200: > On Mon, Aug 06, 2018 at 03:34:10PM +0200, Claudio Jeker wrote: > > On Mon, Aug 06, 2018 at 03:26:16PM +0200, Pierre Emeriaud wrote: > > > Not sure about this, I guess if you're using 'network bulk add|del' > > > you're su

Super X11SPi-TF board, xhci0 at ... "Intel C620 xHCI" ... msiuvm_fault

2018-08-14 Thread Sebastian Benoit
SuperServer 5019P-MTR / Supermicro X11SPi-TF page faults bsd.rd on xhci discovery when booting. anything else i can check? probing: pc0 com0 mem[614K 1701M 932K 5M 30720M a20=on] disk: hd0+ hd1+* >> OpenBSD

panic: kernel diagnostic assertion "!cold" failed: file "/usr/src/sys/dev/pci/drm/i915/i915_gem.c", line 1499

2018-08-14 Thread Sebastian Benoit
Hi, kern.version=OpenBSD 6.4-beta (GENERIC.MP) #206: Sun Aug 12 22:55:59 MDT 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP on this hardware https://www.supermicro.com/products/system/1U/5019/SYS-5019P-MTR.cfm has a panic on boot: boot> >> OpenBSD/amd64 B

Re: dhclient cannot get a lease until next reboot

2018-08-19 Thread Sebastian Benoit
Theo de Raadt(dera...@openbsd.org) on 2018.08.15 21:29:20 -0600: > A number of workarounds for that specific ethernet chip were > commited after 6.3. It has some severe errata... kawashima_ja...@yahoo.co.jp(kawashima_ja...@yahoo.co.jp) on 2018.08.16 12:59:25 +0900: > Thank you for your answer. I

panic: Non dma-reachable buffer, ix(4)

2020-12-18 Thread Sebastian Benoit
Hi, we observed similar panics on two systems, both have ix(4) network cards and function as routers/firewalls. On both the following panic was seen, after around 15 days of uptime on each box, afew days apart. Both have ix(4) "Intel 82599" rev 0x01, with two 10GBit/s SFP+ in them. Unfortunatly

Re: panic: Non dma-reachable buffer, ix(4)

2021-01-08 Thread Sebastian Benoit
Hi, this problem has been fixed with a recent commit by sashan@ to sys/netinet/ip_carp.c ip_carp.c,v 1.350 2021/01/04 15:02:34 sashan It is the same issue as discussed in this thread: https://marc.info/?t=16040828376&r=1&w=2 /Benno Sebastian Benoit(be...@openbsd.org) on 2020.12.

Re: OpenBSD website down

2021-01-12 Thread Sebastian Benoit
Florian Obser(flor...@openbsd.org) on 2021.01.12 17:56:28 +0100: > On Tue, Jan 12, 2021 at 09:52:03AM -0700, Bob Beck wrote: > > > > > > > > On Tue, Jan 12, 2021 at 05:47:36PM +0100, Florian Obser wrote: > > > On Tue, Jan 12, 2021 at 09:40:51AM -0700, Bob Beck wrote: > > > > > > > > On Tue, Jan

Re: Memory leak in rip engine (ripd)

2019-12-15 Thread Sebastian Benoit
ok benno@ Remi Locherer(remi.loche...@relo.ch) on 2019.12.14 22:23:37 +0100: > On Mon, Dec 09, 2019 at 03:16:20PM +1100, Jason Tubnor wrote: > > On Mon, 9 Dec 2019 at 10:44, Remi Locherer wrote: > > > > > > > > > > > > > I can reproduce this issue. But only when I combine the use of > > > > "int

Re: relayd relays cannot have CNAME listeners

2020-01-16 Thread Sebastian Benoit
Eric C. Landgraf(echar...@vt.edu) on 2020.01.15 12:11:30 -0500: > >Synopsis: relayd will not launch when listener host is a CNAME > >Category: user > >Environment: > System : OpenBSD 6.6 > Details : OpenBSD 6.6 (GENERIC.MP) #3: Thu Nov 21 03:20:01 MST > 2019 >

Re: pfsync(4) man page patch to clarify requirements

2020-01-30 Thread Sebastian Benoit
Chad Gross(avata...@gmail.com) on 2020.01.29 16:22:52 -0700: > It isn't explicitly expressed in the man page that pfsync requires > identical interfaces to work properly so I've created a patch > clarifying that it won't work otherwise. A workaround is possible with > the use of trunk(4), or now po

Re: relayd doesn't verify backend TLS by default

2020-02-11 Thread Sebastian Benoit
Hi, what you observe is actually documented in relayd.conf(8): The with tls directive enables client-side TLS mode to connect to the remote host. Verification of server certificates can be enabled by setting the ca file option in the protocol section. I admit this could be a bit

Re: relayd silently ignores ill-defined protocol mixtures

2020-02-11 Thread Sebastian Benoit
Nick(n...@kousu.ca) on 2020.02.11 06:41:32 +: > >Synopsis:relayd silently ignores ill-defined protocol mixtures > >Category:system > >Environment: > System : OpenBSD 6.6 > Details : OpenBSD 6.6 (GENERIC.MP) #372: Sat Oct 12 10:56:27 MDT > 2019 >

Re: relayd forwarding order

2020-02-11 Thread Sebastian Benoit
Nick(n...@kousu.ca) on 2020.02.11 07:29:44 +: > >Synopsis:relayd depends on the order of the 'forward' lines even when > >they should be unambiguous > >Category:system > >Environment: > System : OpenBSD 6.6 > Details : OpenBSD 6.6 (GENERIC.MP) #372: Sat Oct 12 10:5

Re: relayd nonsense "protocol defined twice"

2020-02-11 Thread Sebastian Benoit
Nick(n...@kousu.ca) on 2020.02.11 07:47:02 +: > >Synopsis:relayd hitting a syntax error will continue parsing and give > >even more confusing errors > >Category:system > >Environment: > System : OpenBSD 6.6 > Details : OpenBSD 6.6 (GENERIC.MP) #372: Sat Oct 12 10:5

Re: relayd confuses filter rules

2020-02-11 Thread Sebastian Benoit
Hi, Nick(n...@kousu.ca) on 2020.02.11 12:15:48 +: > Ah I step in a giant puddle of egg for my first post here. My lines were all > too long and my sample code had typos. Let's try this again: To me it looks like the obvious solution is not to use a protocol intended for tls connections with

Re: relayd confuses filter rules

2020-02-12 Thread Sebastian Benoit
igger burden than we usually > acknowledge. > > On February 11, 2020 6:49:12 PM EST, Sebastian Benoit > wrote: > >Hi, > > > >Nick(n...@kousu.ca) on 2020.02.11 12:15:48 +: > >> Ah I step in a giant puddle of egg for my first post here. My lines > >wer

Re: ksh: failing eval stops execution even when in OR-list

2020-05-21 Thread Sebastian Benoit
Hi Leah, thanks for your report and researching this! Anyone else happy with this? I'd like to commit it ;) /Benno Leah Neukirchen(l...@vuxu.org) on 2020.05.20 21:18:09 +0200: > Leah Neukirchen writes: > > >>Synopsis: ksh: failing eval stops execution even when in OR-list > > I noticed thi

Re: ksh: failing eval stops execution even when in OR-list

2020-05-22 Thread Sebastian Benoit
Comitted, Thanks! Leah Neukirchen(l...@vuxu.org) on 2020.05.20 21:18:09 +0200: > Leah Neukirchen writes: > > >>Synopsis: ksh: failing eval stops execution even when in OR-list > > I noticed this issue else appears only in pdksh, but not in mksh. > Bisecting mksh I found this fixed between R21

Re: sysupgrade lives in 2021

2020-05-25 Thread Sebastian Benoit
Kevin Chadwick(m8il1i...@gmail.com) on 2020.05.25 11:57:44 +: > . did you ever saw something like this? for instance when you > >want to upgrade java, is says: open-jre 14 does not exist. > > > > I'm not an OpenBSD dev but are you asking for a more user friendly message > ratter than a more pe

Re: rm -rf "" # prints error

2016-06-28 Thread Sebastian Benoit
Ted Unangst(t...@tedunangst.com) on 2016.06.28 10:50:48 -0400: > rkito...@gmail.com wrote: > > >Synopsis: rm -rf "" # prints error message but should be silent > > >Category: system > > >Environment: > > System : OpenBSD 5.9 > > Details : OpenBSD 5.9 (GENERIC.MP) #1888: Fri Feb 2

panic: ehci_device_clear_toggle: queue active

2016-07-23 Thread Sebastian Benoit
>Synopsis: panic when copying files of an usb disk with crypto softraid >Category: >Environment: System : OpenBSD 6.0 Details : OpenBSD 6.0 (GENERIC.MP) #61: Tue Jul 19 17:53:38 CEST 2016 ben...@blap2.fluchtwagenfahrer.de:/opt/src/sys/arch/amd64/compile/GENE$

Re: Man page for hostname.if not current for IPv6 autoconf

2016-07-28 Thread Sebastian Benoit
Thomas Alexander Frederiksen(thoma...@twelveletter.com) on 2016.07.27 20:20:01 +0200: > > > On 27 Jul 2016, at 19:52, Florian Obser wrote: > > > > On Wed, Jul 27, 2016 at 07:34:32PM +0200, thoma...@twelveletter.com wrote: > >>> Synopsis: Man page for hostname.if contains outdated IPv6 autoconf

Re: relayd's icmp check only works for a small number of hosts

2016-08-31 Thread Sebastian Benoit
Remi Locherer(remi.loche...@relo.ch) on 2016.08.19 16:31:10 +0200: > >Synopsis:relayd's icmp check only works for a small number of hosts > >Category:relayd > >Environment: > System : OpenBSD 5.9 > Details : OpenBSD 5.9 (GENERIC.MP) #10: Wed Aug 3 13:46:07 CEST > 2016

lo(4) interfaces and rdomains breakage

2017-01-13 Thread Sebastian Benoit
On current, there seem to be two problems with lo(4) interfaces: 1. "ifconfig lo6 up" fails # ifconfig lo6 create # ifconfig lo6 up ifconfig: SIOCSIFFLAGS: Inappropriate ioctl for device # ifconfig lo6 destroy # The sys/net/rdomains regress test fails because of this, and i think sys/

Re: lo(4) interfaces and rdomains breakage

2017-01-13 Thread Sebastian Benoit
Mike Belopuhov(m...@belopuhov.com) on 2017.01.13 13:28:01 +0100: > On Fri, Jan 13, 2017 at 13:15 +0100, Mike Belopuhov wrote: > > On 13 January 2017 at 13:11, Sebastian Benoit wrote: > > > On current, there seem to be two problems with lo(4) interfaces: > > > >

Re: Relayd in TlsClient mode accepts TLSv1 and TLSv1.1

2016-01-11 Thread Sebastian Benoit
Lampshade(lampsh...@poczta.fm) on 2016.01.10 14:35:05 +0100: > I have reported this to misc with subject > Relayd as a HTTPS client > but no one replied. Hi, with a config like this: # - log all http protocol myproxy { match request path log "*"

kernel crash panic: receive 1

2016-01-11 Thread Sebastian Benoit
Hi, this is a kernel build on Sat. 2016-01-09 from source plus Subject:rework em(4) tx ring handling From: David Gwynne Date: 2016-01-08 5:18:50 panic is at the end, unfortunatly it ran with bad ddb settings. entry point at 0x1000160 [7205c766, 3404, 24448b12,

Re: pflow(4) with flowsrc on trunk(4) interface isn't working after restart

2016-03-21 Thread Sebastian Benoit
Shohrukh Shoyoqubov(mau...@shohrukh.com) on 2016.03.17 15:10:22 -0700: > I cannot observe the booting process right now since I don't have physical > access to the machine. I will try to access it tonight. You can look at "dmesg -s" in that case.

Re: gre(4) keepalives are sent from wrong rdomain

2015-11-09 Thread Sebastian Benoit
patch commited thanks Joonas, for fixing this bug. /Benno Joonas Ruohonen(joonas.ruoho...@gmail.com) on 2015.11.08 18:52:58 +0200: > >Synopsis:gre(4) keepalives are sent from wrong rdomain > >Category:kernel > >Environment: > System : OpenBSD 5.8 > Details : OpenBSD

Re: Error in OpenBSD 5.8 erratum 007 instructions?

2015-11-18 Thread Sebastian Benoit
Andrey(bitmon...@mail.ru) on 2015.11.15 10:03:58 +0300: > Hi, > > This is about the .sig file: > > > http://ftp.openbsd.org/pub/OpenBSD/patches/5.8/common/007_obj2txt.patch.sig > > Instead of: > > ??cd src/lib/libcrypto > > Line 14 should say: > > ??cd /usr/src/lib/libcrypto

tail -f plus Ctrl-4 --> core dump

2015-11-28 Thread Sebastian Benoit
Hi, running tail -f on a file and then pressing Ctrl-4 while it waits for data results in a crash: # tail -f /var/log/messages Nov 28 21:51:20 fw-ipv6onlyorg last message repeated 2 times Nov 28 21:51:55 fw-ipv6onlyorg bgpd[11379]: nexthop 80.249.208.217 now valid: via 10.10.1.1 ^\Quit (core dum

Re: tail -f plus Ctrl-4 --> core dump

2015-11-28 Thread Sebastian Benoit
yeah, sorry for the noise Christian Weisgerber(na...@mips.inka.de) on 2015.11.28 22:37:31 +: > On 2015-11-28, Stuart Henderson wrote: > > >> running tail -f on a file and then pressing Ctrl-4 while it waits for data > >> results in a crash: > > > > Somewhere (terminal emulator?) this is conv

Re: inetd(8) pledge error

2017-10-04 Thread Sebastian Benoit
i'm not sure that pledge there is correct. spawn() gets calles from gettcp() which gets called from the main event loop, and directly from the event loop. The pledge here might be a convenient place to reduce pledges after the initialization phase? It takes away the "cpath dns unix" pledges. Now

Re: rcctl: howto set flags for disabled services?

2017-11-15 Thread Sebastian Benoit
Harald Dunkel(harald.dun...@aixigo.de) on 2017.11.14 07:48:01 +0100: > On Wed, 18 Oct 2017 10:25:52 +0200 > Harald Dunkel wrote: > > > Hi folks, > > > > I have to keep the flags of dnsmasq and openvpn in sync on > > several hosts, even though some hosts are just a hot standby, > > not running

vmd: owner feature and vms started as root

2017-11-29 Thread Sebastian Benoit
Hi, i have a vm defined in vm.conf like this: vm "b1" { disable memory 1G owner benoit ... I start the vm: [root@blap:/etc]# vmctl start b1 vmctl: started vm 1 successfully, tty /dev/ttyp6 but i'm still root, because i was just editing vm.conf. So i exit and want to g

Re: relayd: child sigsegv on relayctl poll cmd.

2017-12-09 Thread Sebastian Benoit
Hi, sorry for the delay, and thanks for the report and the analysis! here is a slighty changed version: diff --git usr.sbin/relayd/hce.c usr.sbin/relayd/hce.c index 5c5ee6f3013..bb2903c8dfa 100644 --- usr.sbin/relayd/hce.c +++ usr.sbin/relayd/hce.c @@ -80,11 +80,11 @@ hce_setup_events(void)

Re: relayd: child sigsegv on relayctl poll cmd.

2017-12-16 Thread Sebastian Benoit
Claudio Jeker(clau...@openbsd.org) on 2017.12.10 12:52:55 +0100: > On Sat, Dec 09, 2017 at 08:26:58PM +0100, Sebastian Benoit wrote: > > > > Hi, > > > > sorry for the delay, and thanks for the report and the analysis! > > > > here is a slighty change

Re: relayd: child sigsegv on relayctl poll cmd.

2017-12-18 Thread Sebastian Benoit
commited, thanks for your fix and bug reports. /Benno Claudio Jeker(clau...@openbsd.org) on 2017.12.17 12:01:42 +0100: > On Sat, Dec 16, 2017 at 10:44:52PM +0100, Sebastian Benoit wrote: > > Claudio Jeker(clau...@openbsd.org) on 2017.12.10 12:52:55 +0100: > > > On Sat, Dec 09,

Re: Performance degradation with two systems running iwm(4)

2018-01-03 Thread Sebastian Benoit
Matthias Schmidt(open...@xosc.org) on 2018.01.03 15:49:04 +0100: > Hi again, > > * Matthias Schmidt wrote: > > > > When I start a new download, the data transfer rate on both devices > > significantly drops after a while. When the transfer is still fast, my > > DSL router says that both devices

Re: httpd response mimetype bug

2018-01-13 Thread Sebastian Benoit
Hiltjo Posthuma(hil...@codemadness.org) on 2018.01.13 13:08:38 +0100: > On Sat, Jan 13, 2018 at 09:39:44AM +0100, Anton Lindqvist wrote: > > On Tue, Jan 09, 2018 at 05:38:57PM +0100, Hidv?gi G?bor wrote: > > > >Synopsis: httpd reports wrong mimetype when item is in the browser cache > > > >Category

Re: openbsd 5.9 on lenovo m58e ssf

2017-01-28 Thread Sebastian Benoit
Guy Fleurant(guyfleur...@gmail.com) on 2017.01.28 16:42:56 -0500: > Hi, > > Have you ever tried running openbsd 5.9 i386 or amd64 on a lenovo m58e sff ? > > When I install this version I got error from dhcp that it can not get an Ip > from the dhcp connected router. (it does not matter what kind

Re: Fwd: Kernel panic after upgrade -CURRENT

2017-01-30 Thread Sebastian Benoit
Martin Pieuchot(m...@openbsd.org) on 2017.01.29 17:22:12 +0100: > On 29/01/17(Sun) 15:53, Kaya Saman wrote: > > Ok, looks like I've narrowed this down to the pflow interfaces. > > In this case the diff from the following thread should fix your issue: > > https://marc.info/?l=openbsd-tech&m=

Re: a pflow interface panics the -current kernel

2017-02-01 Thread Sebastian Benoit
i commited a fix for this on monday. please try a newer snapshot when available. /Benno p...@centroid.eu(p...@centroid.eu) on 2017.02.01 10:39:56 +0100: > >Synopsis:a pflow interface panics the -current kernel > >Category:kernel > >Environment: > System : OpenBSD 6.0 > D

Re: bgpctl large community parsing issues

2017-02-14 Thread Sebastian Benoit
Jonathan Gray(j...@jsg.id.au) on 2017.02.14 20:23:51 +1100: > On Tue, Feb 14, 2017 at 10:00:17AM +0100, Peter Hessler wrote: > > On 2017 Feb 14 (Tue) at 15:39:45 +1100 (+1100), Jonathan Gray wrote: > > :The bgpctl parser for large communities makes invalid assumptions about > > :the string passed i

Re: doas -n fails even when no password would be requested

2017-02-14 Thread Sebastian Benoit
Paul de Weerd(we...@weirdnet.nl) on 2017.02.14 15:57:43 +0100: > Consider the following: > >1 [weerd@despair] $ doas true >2 doas (we...@despair.weirdnet.nl) password: >3 [weerd@despair] $ doas true >4 [weerd@despair] $ doas -n true >5 doas: Authorization r

Re: relayd: DELETE with payload

2017-03-03 Thread Sebastian Benoit
Rivo Nurges(rivo.nur...@smit.ee) on 2017.03.02 16:32:40 +: > >Synopsis:?? DELETE method with payload in relayd > >Category:?? n/a > >Environment: > ?? System?? : OpenBSD 6.0 > ?? Details : OpenBSD 6.0-current (GENERIC) #2254: Fri > Sep??

Re: Server hangs after reboot or halt

2018-09-11 Thread Sebastian Benoit
Gonzalo L. Rodriguez(gonz...@x61.sh) on 2018.09.05 12:22:45 +0200: > On [04/09/18] [11:48P], Aaron Beck wrote: > >It sounds like your IPMI/BMC is causing the server to hang, but I'm > >not 100% sure you have an IPMI on that board. I've encountered a very > >similar condition a number of times wi

Re: httpd 408 Request Timeout

2018-09-26 Thread Sebastian Benoit
Alexander Bluhm(alexander.bl...@gmx.net) on 2018.09.26 01:00:17 +0200: > On Mon, Mar 12, 2018 at 06:42:28PM +0100, Nikola Kolev wrote: > > [12/Mar/2018:19:16:56 +0100] " " 408 0 server default, client 1 (1 > > active), 10.0.2.2:56670 -> 10.0.2.15, timeout (408 Request Timeout) ... > > According t

[no subject]

2018-09-26 Thread Sebastian Benoit
r...@openbsd.org Cc: Bcc: Subject: Re: httpd 408 Request Timeout Reply-To: In-Reply-To: <20180926094240.gc3...@mail.webmonster.de> Sebastian Benoit(be...@openbsd.org) on 2018.09.26 11:42:40 +0200: > Alexander Bluhm(alexander.bl...@gmx.net) on 2018.09.26 01:00:17 +0200: > > On Mo

Re: httpd 408 Request Timeout

2018-09-26 Thread Sebastian Benoit
(sorry about my last mail without subject, this is the same content) Sebastian Benoit(be...@openbsd.org) on 2018.09.26 11:42:40 +0200: > Alexander Bluhm(alexander.bl...@gmx.net) on 2018.09.26 01:00:17 +0200: > > On Mon, Mar 12, 2018 at 06:42:28PM +0100, Nikola Kolev wrote: > > &g

Re: bgpd "network (inet|inet6) rtlabel" does not mimic functionality of "network (inet|inet6) static"

2018-09-26 Thread Sebastian Benoit
Jon Williams(j...@jonwillia.ms) on 2018.09.25 16:51:25 -0400: > >Synopsis: Newly connected rtlabel networks are not advertised by bgpd > >Category: system > >Environment: > System : OpenBSD 6.3 > Details : OpenBSD 6.3 (GENERIC.MP) #107: Sat Mar 24 14:21:59 MDT 2018 >dera...@am

Re: bgpd "network (inet|inet6) rtlabel" does not mimic functionality of "network (inet|inet6) static"

2018-09-26 Thread Sebastian Benoit
Claudio Jeker(clau...@openbsd.org) on 2018.09.26 20:34:04 +0200: > On Wed, Sep 26, 2018 at 08:14:09PM +0200, Sebastian Benoit wrote: > > Jon Williams(j...@jonwillia.ms) on 2018.09.25 16:51:25 -0400: > > > >Synopsis: Newly connected rtlabel networks are not advertised by

Re: bgpd "network (inet|inet6) rtlabel" does not mimic functionality of "network (inet|inet6) static"

2018-09-29 Thread Sebastian Benoit
Sebastian Benoit(be...@openbsd.org) on 2018.09.26 21:18:32 +0200: > Claudio Jeker(clau...@openbsd.org) on 2018.09.26 20:34:04 +0200: > > On Wed, Sep 26, 2018 at 08:14:09PM +0200, Sebastian Benoit wrote: > > > Jon Williams(j...@jonwillia.ms) on 2018.09.25 16:51:25 -0400: > &

Re: httpd 408 Request Timeout

2018-10-01 Thread Sebastian Benoit
Reyk Floeter(r...@openbsd.org) on 2018.10.01 14:06:42 +0200: > On Wed, Sep 26, 2018 at 12:36:50PM +0200, Sebastian Benoit wrote: > > (sorry about my last mail without subject, this is the same content) > > > > Sebastian Benoit(be...@openbsd.org) on 2018.09.26 11:42:40 +0200:

Re: httpd 408 Request Timeout

2018-10-01 Thread Sebastian Benoit
Committed. Thanks for your bug report. /Benno Sebastian Benoit(be...@openbsd.org) on 2018.10.01 14:38:08 +0200: > Reyk Floeter(r...@openbsd.org) on 2018.10.01 14:06:42 +0200: > > On Wed, Sep 26, 2018 at 12:36:50PM +0200, Sebastian Benoit wrote: > > > (sorry about my last ma

Re: httpd bug

2018-10-06 Thread Sebastian Benoit
Andrew Grillet(acgril...@gmail.com) on 2018.10.05 14:04:32 +0100: > >Synopsis: httpd will not work if /var/www is a mount-point > >Category: > >Environment: > System : OpenBSD 6.3 > Details : OpenBSD 6.3 (GENERIC.MP) #486: Sat Mar 24 22:37:16 > MDT 2018 >

Re: httpd bug

2018-10-07 Thread Sebastian Benoit
ww512 Oct 5 10:59 . > drwxrwx--- 24 build wobj 1024 Oct 4 13:04 .. > drwxr-xr-x 2 wwwwww512 Oct 2 13:13 bgplg > -rw-r--r-- 1 wwwwww103 Oct 5 10:03 index.html > -rw-r--r-- 1 root www103 Oct 5 10:59 test.htm > > > I deleted a small numbe

Supermicro 2029TP-HC0R: xhci0 msiuvm_fault

2018-10-08 Thread Sebastian Benoit
Supermicro SYS-2029TP-HC0R https://www.supermicro.nl/products/system/2U/2029/SYS-2029TP-HC0R.cfm similar to my mail to bugs@ Subject: Super X11SPi-TF board, xhci0 at ... "Intel C620 xHCI" ... msiuvm_fault but different system. It boots with disable xhci*. /Benno --

Re: httpd sends too many 408s

2019-01-02 Thread Sebastian Benoit
see https://marc.info/?t=15208816653&r=1&w=2 Unfortunatly the diff i came up with is wrong (attached again i case it helps someone). I had to back it out again: https://marc.info/?t=15392027331&r=1&w=2 Ted Unangst(t...@tedunangst.com) on 2019.01.01 22:06:05 -0500: > HTTP/1.1 connecti

Re: acme-client: renewal fails

2019-01-29 Thread Sebastian Benoit
Hi, possibly there is a problem with your account key. Can you move it to the side mv /etc/acme/letsencrypt-privkey.pem /etc/acme/letsencrypt-privkey.pem.OLD and then create a new one with acme-client -AD -vv lists.dl6tom.de /Benno t...@dl6tom.de(t...@dl6tom.de) on 2019.01.28 21:40:42

Re: acme-client: renewal fails

2019-01-30 Thread Sebastian Benoit
Thomas L.(tom.longsh...@web.de) on 2019.01.30 02:01:02 +0100: > I got another domain which still fails: > # acme-client -vv feuf.eu > acme-client: /etc/ssl/private/feuf.eu.key: loaded RSA domain key > acme-client: /etc/acme/letsencrypt-privkey.pem: loaded RSA account key > acme-client: /etc/ssl/feu

Re: acme-client: renewal fails

2019-01-31 Thread Sebastian Benoit
Thomas L.(tom.longsh...@web.de) on 2019.01.30 20:59:11 +0100: > On Wed, 30 Jan 2019 10:08:30 +0100 > Sebastian Benoit wrote: > > http://feuf.eu/.well-known/acme-challenge/ > > reports a 404 not found. I would expect a 403 Permission Denied there > > if you have D

Re: acme-client: renewal fails

2019-02-01 Thread Sebastian Benoit
committed, thanks! Sebastian Benoit(be...@openbsd.org) on 2019.01.31 17:00:59 +0100: > Thomas L.(tom.longsh...@web.de) on 2019.01.30 20:59:11 +0100: > > On Wed, 30 Jan 2019 10:08:30 +0100 > > Sebastian Benoit wrote: > > > http://feuf.eu/.well-known/acme-challenge/ >

Re: Possible bug in header parsing in acme-client

2019-03-04 Thread Sebastian Benoit
Florian Obser(flor...@openbsd.org) on 2019.03.04 09:38:14 +0100: > On Mon, Mar 04, 2019 at 12:51:28AM +0100, Wolf wrote: > > Hi, > > I'm in process of porting acme-client to linux and I might have notice > > small bug in header parsing in http.c. > > > > First, let me warn you that C is not my str

Re: ping issue with rdomains

2019-03-19 Thread Sebastian Benoit
Ted Unangst(t...@tedunangst.com) on 2019.03.18 23:11:24 -0400: > Claudio Jeker wrote: > > Ping is a bit of a special case since it runs with user _ping when started > > as root. So by the time the SO_RTABLE is issued it does not have the privs > > to do it. The ping -V option only works when used i

Re: ping issue with rdomains

2019-03-19 Thread Sebastian Benoit
Claudio Jeker(clau...@openbsd.org) on 2019.03.19 10:25:25 +0100: > On Tue, Mar 19, 2019 at 09:28:01AM +0100, Sebastian Benoit wrote: > > Ted Unangst(t...@tedunangst.com) on 2019.03.18 23:11:24 -0400: > > > Claudio Jeker wrote: > > > > Ping is a bit of a special case

Re: POSIX incompatibility in acme-client

2019-03-24 Thread Sebastian Benoit
For the mailing list archive: fixed in commits usr.sbin/acme-client/main.c rev 1.42 and 1.43. Thanks fo reporting this bug. /Benno Wolf(w...@wolfsden.cz) on 2019.03.08 11:44:58 +0100: > Hi, > me again with another thing about acme-client. This time I run into an > issue with how it determines ce

Re: suspend broken on Lenovo X1 (5th gen) on -current

2019-03-28 Thread Sebastian Benoit
lists+m...@ggp2.com(lists+m...@ggp2.com) on 2019.03.28 18:44:09 +: > On Thu, Mar 28, 2019 at 11:35:06AM -0700, Mike Larkin wrote: > > Please help us solve this by bisecting to find the offending diff. Or at > > least > > narrow it down to a smaller timeframe. > > I will be happy to do this, b

Re: ospfd: passive p2p interfaces don't work

2019-04-22 Thread Sebastian Benoit
Remi Locherer(remi.loche...@relo.ch) on 2019.04.22 11:14:30 +0200: > Hi Stefan > > On Tue, Apr 09, 2019 at 04:16:32PM +0200, Stefan Sperling wrote: > > I want to announce a host-route to the address of a tun0 interface > > over OSPF. The config snippet I use for this looks like: > > > > i

Re: interface setting from half to full duplex

2019-06-27 Thread Sebastian Benoit
ravi new(ravibrkn...@gmail.com) on 2019.06.27 22:19:06 +0530: > Actually i tried same command, but the command entered into infinite loop > it means prompt is not coming. > All these things , i am doing on openbsd 32bit which is deployed on remote > server. > > Another thing is that,when openbsd

Re: OpenSMTPD 6.5.0 crashes during Nessus scan

2019-08-01 Thread Sebastian Benoit
jbo...@quotient-inc.com(jbo...@quotient-inc.com) on 2019.08.01 14:41:16 -0400: > >Synopsis:OpenSMTPD 6.5.0 smtpd crashes during Nessus vulnerability scan > >Category:system > >Environment: > System : OpenBSD 6.5 > Details : OpenBSD 6.5 (GENERIC.MP) #2: Tue Jul 23 23:38:

Re: realpath "//" -> EISDIR

2019-08-05 Thread Sebastian Benoit
Alexander Bluhm(alexander.bl...@gmx.net) on 2019.08.05 19:52:01 +0200: > On Mon, Aug 05, 2019 at 04:22:00PM +0200, Christian Weisgerber wrote: > > 2537 realpath CALL __realpath(0x7f7bfd6b,0x7f7bf750) > > 2537 realpath NAMI "//" > > 2537 realpath RET __realpath -1 errno 21 Is a dir

Re: iked: segfault on invalid transformation

2019-08-16 Thread Sebastian Benoit
Tobias Heider(tobias.hei...@stusta.de) on 2019.08.16 00:06:59 +0200: > > If that's already on your list, feel free to beat me to it ;-) > > Sure, if you will test it for me. Here's a fix for the segfault. > > It seems the initial mistake was that yyerror() does not exit. > Instead one has to use

Re: ios 13 dhcpd vs dhclient stale lease

2019-10-06 Thread Sebastian Benoit
Ted Unangst(t...@tedunangst.com) on 2019.10.06 14:33:17 -0400: > I'm not sure where the bug is exactly (seems probable it could be an apple > problem), but for the record... > > When my laptop roams from my home wifi to my phone hotspot, it retains the > same IP it had on the home network, which d

Re: pfsync manpage shows non-working example

2023-10-18 Thread Sebastian Benoit
commited, thanks. Marko Cupa??(marko.cu...@mimar.rs) on 2023.10.17 16:25:59 +0200: > Hi, > > change in hostname.pfsync syntax has been documented in upgrade guide > to 7.4, but pfsync(4) manpage still shows older syntax which does not > work on 7.4. > > I gave it a try to create a patch, feel fr

Re: relayd redirect uses anchor/redirection name as table name

2023-11-14 Thread Sebastian Benoit
Klemens Nanni(k...@openbsd.org) on 2023.11.11 20:10:08 +: > On Sat, Nov 11, 2023 at 06:00:13PM +0100, Alexandr Nedvedicky wrote: > > I think there is a glitch in pfctl(8). It fails to traverse > > to anchors when it is asked to show tables. however table > > is there if you search

Re: 404 running syspatch on armv7

2023-03-12 Thread Sebastian Benoit
kod code(kodc...@gmx.com) on 2023.03.11 21:52:14 +0100: > I got the wrong impression from 'man afterboot' where it states > that syspatches can be installed with syspatch(8). let's make it a bit clearer then, diff below. ok? > > Sent: Saturday, March 11, 2023 at 10:41 PM > > From: "Peter Hessle

Re: resistance against single-even upsets

2023-03-15 Thread Sebastian Benoit
p...@delphinusdns.org(p...@delphinusdns.org) on 2023.03.14 17:32:09 +0100: > >Fix: > I propose all these variables to be monitored occasionally with a CRC > check and if there is a bit flip happening to unset it to the right value. You just invented data scrubbing. Don't forget to occasiona

Re: amd64 machine no longer suspends

2021-07-27 Thread Sebastian Benoit
Mark Kettenis(mark.kette...@xs4all.nl) on 2021.07.27 15:17:35 +0200: > > Date: Tue, 27 Jul 2021 11:38:20 +1000 > > From: Jonathan Gray > > > > On Mon, Jul 26, 2021 at 08:45:24AM +0100, Edd Barrett wrote: > > > Hi, > > > > > > I upgraded my snapshot last week and the machine no longer suspends. I

on 6.8: panic: update: rofs mod

2021-08-27 Thread Sebastian Benoit
Hi, this morning i had a machine panic with panic: update: rofs mod Starting stack trace... panic(81df5736) at panic+0x11d ffs_sync(81433400,3,0,fd887f7bee40,80009b30) at ffs_sync+0x1f3 sync_fsync(800023b1c428) at sync_fsync+0x144 VOP_FSYNC(fd816b8c3d

Re: httpd returns full body for HEAD requests to CGI scripts

2021-10-02 Thread Sebastian Benoit
Ross L Richardson(open...@rlr.id.au) on 2021.10.01 23:49:18 +1000: > On Fri, Oct 01, 2021 at 03:31:32PM +0200, Hiltjo Posthuma wrote: > >[...] > > To me it sounds like a feature. Assuming $REQUEST_METHOD is set to "HEAD" > > then > > the CGI script can decide what to do. > > > > So maybe it's jus

Re: httpd returns full body for HEAD requests to CGI scripts

2021-10-06 Thread Sebastian Benoit
Ross L Richardson(open...@rlr.id.au) on 2021.10.06 21:48:12 +1100: > Another thing... > > RFC 7231 [HTTP 1.1] states that, for a HEAD request, the server SHOULD > send the same header fields in response to HEAD as it would for GET, > except that payload headers MAY be omitted. Content-Length is s

bad crash: "ap->ap_err_busy == 0" failed in ahci.c

2012-02-07 Thread Sebastian Benoit
Hi, this machine is a carped router/loadbalancer. ca. once per month i have this crash that kills filesystems: ddb> show panic kernel diagnostic assertion "ap->ap_err_busy == 0" failed: file "../../../../de v/pci/ahci.c", line 3039 ddb> trace Debugger(d08d6078,de26ccd0,d08b59c0,de26ccd0,1) at

bsd.rd from Feb.7 snapshot does not boot on x220

2012-02-08 Thread Sebastian Benoit
Hi, the bsd.rd from todays snapshot needs "disable umass" in UKC to boot on my Lenovo x220, otherwise it hangs after these lines: umass0 at uhub3 port 4 configuration 3 interface 0 "Lenovo F5521gw" umass0: using SCSI over Bulk-Only scsibus1 at umass0: 2 targets, initiator 0 (photograph of screen

Re: Flapping ospf links results in high memory load in bgpd

2012-07-02 Thread Sebastian Benoit
Stuart Henderson(s...@spacehopper.org) on 2012.07.01 13:39:48 +0100: > On 2012/07/01 10:54, Florian Obser wrote: > > Hi, > > after a very brief reading of ospfd sources I think I understand > > why it touches the route on the external interface. (This might be > > entirely wrong, but I think it doe

Re: Flapping ospf links results in high memory load in bgpd

2012-07-03 Thread Sebastian Benoit
Henning Brauer(henn...@openbsd.org) on 2012.07.03 13:09:06 +0200: > I think this should go in. oks? sure, ok.

Re: kernel/6427: Intel em(4) Intel PRO/1000 QP (82576) fails: Unable to initialize

2010-07-11 Thread Sebastian Benoit
Hi, i found the problem: if_em_hw.c patch 1.46, specifically the function em_set_pciex_completion_timeout() breaks my em card: with debug output i get PCIe completion timeout not set by system BIOS. PCIe capability version 2 [if 0] code reached. PCIe completion timeout resend disabled. (

Re: kernel/6427: Intel em(4) Intel PRO/1000 QP (82576) fails: Unable to initialize

2010-07-11 Thread Sebastian Benoit
The following reply was made to PR kernel/6427; it has been noted by GNATS. From: Sebastian Benoit To: gn...@cvs.openbsd.org, b...@cvs.openbsd.org Cc: Subject: Re: kernel/6427: Intel em(4) Intel PRO/1000 QP (82576) fails: Unable to initialize Date: Sun, 11 Jul 2010 15:36:42 +0200 Hi, i

Re: kernel/6427: Intel em(4) Intel PRO/1000 QP (82576) fails: Unable to initialize

2010-07-12 Thread Sebastian Benoit
Jonathan Gray(j...@goblin.cx) on 2010.07.12 01:40:05 +1000: > On Sun, Jul 11, 2010 at 03:36:42PM +0200, Sebastian Benoit wrote: > > Hi, > > > > i found the problem: > > > > if_em_hw.c patch 1.46, specifically the function > > em_set_pciex_completion_timeou

Re: kernel/6427: Intel em(4) Intel PRO/1000 QP (82576) fails: Unable to initialize

2010-07-12 Thread Sebastian Benoit
The following reply was made to PR kernel/6427; it has been noted by GNATS. From: Sebastian Benoit To: Jonathan Gray Cc: gn...@cvs.openbsd.org, b...@cvs.openbsd.org Subject: Re: kernel/6427: Intel em(4) Intel PRO/1000 QP (82576) fails: Unable to initialize Date: Mon, 12 Jul 2010 17:51:27 +0200

  1   2   >