Re: IPv6 link-local not working on gre(4) since 5.9

2016-06-29 Thread Martin Pieuchot
On 16/06/16(Thu) 14:24, mich...@lechtermann.net wrote: > >Synopsis:ping6 fe80::29c:2ff:fe9d:6042%gre0 (example) fails with 5.9 and > >-current > >Category:kernel > >Environment: > System : OpenBSD 5.9 > Details : OpenBSD 5.9-stable (GENERIC.MP) #2: Mon Jun 6 13:29:56

Re: IPv6 link-local not working on gre(4) since 5.9

2016-06-29 Thread Martin Pieuchot
On 29/06/16(Wed) 14:55, Michael Lechtermann wrote: > > Could you please include the output of: > > > > "# ifconfig" and > > "# route -n show" ? > > > > Host 2 (OpenBSD 6.0-beta) #1837, June 28th: Thanks, could you confirm the diff below fixes the regression? Index: netinet6/in6_ifattach.c ==

Re: getsockname() change or bug?

2016-07-04 Thread Martin Pieuchot
On 04/07/16(Mon) 17:38, Christian Weisgerber wrote: > I updated my home gateway to -current as of yesterday, and the SixXS > tunnel client can no longer set up a tunnel. > > The problem appears to be that getsockname() now returns 0.0.0.0 > as the local IPv4 address used for sending UDP heartbeat

Re: unp_gc kernel crash on -current

2016-07-05 Thread Martin Pieuchot
On 05/07/16(Tue) 12:28, Dimitris Papastamos wrote: > On Mon, Jun 13, 2016 at 08:42:35AM -0700, Philip Guenther wrote: > > On Sun, 12 Jun 2016, Dimitris Papastamos wrote: > > > I was building ports and at the same time started chromium and the > > > kernel panic-ed. > > > > > > This has happened a

Re: unp_gc kernel crash on -current

2016-07-06 Thread Martin Pieuchot
On 05/07/16(Tue) 19:01, Dimitris Papastamos wrote: > On Tue, Jul 05, 2016 at 02:14:57PM +0200, Martin Pieuchot wrote: > > Without more information it's hard to find what could be the reason > > for this crash. Being able to reproduce the crash easily is the key > > to d

Re: BUG: Carp interface on top of a vlan interface is inaccessible on OpenBSD 5.8 and 5.9

2016-07-20 Thread Martin Pieuchot
Hello, On 20/07/16(Wed) 19:37, Калоян Механджийски wrote: > Hello, > > I wanted to update to latest version of OpenBSD, but found out that CARP > interface on top of VLAN interface is inaccessible. I downloaded the lower > (5.8) version and found the same issue. Finally got it working on 5.7. J

Re: networking related freeze with -current

2016-07-22 Thread Martin Pieuchot
On 21/07/16(Thu) 17:22, Dimitris Papastamos wrote: > On Thu, Jul 21, 2016 at 11:27:17AM +0100, Stuart Henderson wrote: > > On 2016/07/21 11:16, Dimitris Papastamos wrote: > > > Hi, > > > > > > I use tinc-vpn on my laptop and noticed that when I reboot or halt > > > the system, it freezes when it t

Re: Panic: kernel diagnostic assertion "!ISSET(rt->rt_flags, RTF_UP)"

2016-08-07 Thread Martin Pieuchot
Hi, On 08/07/16 10:22, Atanas Vladimirov wrote: > Snapshot is from Sun Jul 17 13:04:18 MDT 2016. You're most probably hitting the reference counting bug I fixed on Jul 22. Please use a newer snapshot and report back if you can still trigger this assertion. Martin

Re: kernel

2016-08-08 Thread Martin Pieuchot
On 08/08/16 15:00, Simon Mages wrote: >> Synopsis:carp interfaces and ipv6, carp state is INIT >> Category:kernel >> Environment: > System : OpenBSD 6.0 > Details : OpenBSD 6.0-current (GENERIC.MP) #2335: Sun Aug 7 > 20:50:41 MDT 2016 > > dera..

Re: USB Issues - 13d3_3346 [1/4]

2016-08-19 Thread Martin Pieuchot
On 02/08/16(Tue) 19:20, Binyamin Sharet wrote: > Bug: kernel panic in handling of VID 0x13d3 PID 0x3346 What funky descriptor are you using? > uname -a: OpenBSD <> 5.9 GENERIC.MP#1616 i386 > Umap2 command line: umap2vsscan -P gadgetfs -s 13d3:3346 Could you describe your setup? Is the command l

Re: kernel diagnostic assertion "ifa == rt->rt_ifa" failed

2016-08-23 Thread Martin Pieuchot
On 23/08/16(Tue) 08:58, Sebastien Marie wrote: > Hi, Thanks for your report. > During the night, my gateway paniced: > > OpenBSD 6.0-current (GENERIC.MP) #2366: Wed Aug 17 14:05:46 MDT 2016 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > (full dmesg at end). > >

Re: documentation error; pfsync(4) manpage; 5.9/6.0

2016-08-25 Thread Martin Pieuchot
On 25/08/16(Thu) 03:04, Bryan Stenson wrote: > tl;dr - In the EXAMPLES section (for both 5.9 and -current, as of today), > /etc/hostname.carp0 and /etc/hostname.carp1 are missing "carpdev sisX" in > their configuration. Suggested patch below. That's correct. I committed your diff with a tweak to

Re: documentation error; pfsync(4) manpage; 5.9/6.0

2016-08-25 Thread Martin Pieuchot
On 25/08/16(Thu) 18:17, Martin Pieuchot wrote: > On 25/08/16(Thu) 03:04, Bryan Stenson wrote: > > tl;dr - In the EXAMPLES section (for both 5.9 and -current, as of today), > > /etc/hostname.carp0 and /etc/hostname.carp1 are missing "carpdev sisX" in > > their config

Re: rtisvalid crash

2016-08-29 Thread Martin Pieuchot
On 28/08/16(Sun) 13:39, Martijn van Duren wrote: > Hello bugs, > > I just had the following panic switching from wireless to wired when > doing a dhclient. What do you mean by "switching"? What did you do? Could you please tell me if the diff below fix your issue? The 'flushclone' call when a

Re: route(8) can't add static route with a recursive next-hop (Too many levels of symbolic links)

2016-08-31 Thread Martin Pieuchot
Hello, On 08/31/16 22:34, Andrei-Marius Radu wrote: I've recently updated to the 28th of August snapshot and I've discovered that I cannot add static routes with an indirect next-hop, for example where the gateway address is not directly connected on an interface but is known via another stati

Re: unexpected/changed behaviour with bridge on current

2016-09-03 Thread Martin Pieuchot
On 09/03/16 15:52, Björn Ketelaars wrote: Hello, I'm using an old Soekris as switch/access point. For this I'm using the following /etc/hostname.*: /etc/hostname.ath0 mediaopt hostap nwid "rfc1918 2" wpakey up /etc/hostname.bridge0 add ath0 add vr0 add vr1 add vr2 add vr3 up /etc/hos

Re: route(8) can't add static route with a recursive next-hop (Too many levels of symbolic links)

2016-09-03 Thread Martin Pieuchot
On 08/31/16 23:49, Andrei-Marius Radu wrote: [...] Coming from a cisco/juniper background it's perfectly valid for a static route to point to a non-directly-connected next-hop as long as the next-hop can be recursively resolved. I guess that for bgpd/ospfd the indirection is resolved by the pro

Re: Route entry outside subnet - Also triggered kernel panic

2016-09-04 Thread Martin Pieuchot
Hello Benjamin, Thanks for your report. I just committed a fix for that. With rev 1.324 of net/route.c your kernel should no longer panic. Could you upgrade and tell me how it goes? Then we can try to find a solution to your dhcp problem. On 09/03/16 22:00, Benjamin Baier wrote: Synopsis:

Re: OpenBSD 6.0 IPv6 issue / kernel crash

2016-09-06 Thread Martin Pieuchot
On 05/09/16(Mon) 16:39, Jens Sauer wrote: > Hello OpenBSD Community, > > today i played a little bit with cisco routers and IPv6. > It seems like a plain OpenBSD 6.0 install crashes while > i reduced the IPv6 (cisco) RA parameters to a really short ammount. > This behaviour was for me reproducible

Re: OpenBSD 6.0 IPv6 issue / kernel crash

2016-09-07 Thread Martin Pieuchot
On 06/09/16(Tue) 13:54, Jens Sauer wrote: > Hello Martin, > hello OpenBSD Community, > > I have tested it again with OpenBSD 6.0 current #2250 and could reproducible > get the same result (Kernel Crash). Seems like the ping isn't involved > because the kernel crash happens even without it after ch

Re: crash with oce(4)

2016-09-15 Thread Martin Pieuchot
On 15/09/16(Thu) 14:10, Olivier Cherrier wrote: > On Thu, Sep 15, 2016 at 08:25:10AM +, o...@symacx.com wrote: > > On Wed, Sep 14, 2016 at 09:46:35PM +0200, m...@belopuhov.com wrote: > > > On Tue, Sep 13, 2016 at 08:50 +, Olivier Cherrier wrote: > > > > >Synopsis: crash with oce(4) > >

Re: Problem setting permanent arp entries in the ERL

2016-09-15 Thread Martin Pieuchot
On 15/09/16(Thu) 13:27, Visa Hankala wrote: > On Thu, Sep 15, 2016 at 12:52:09PM +0200, Francisco Gaitan wrote: > > >Synopsis: I can't set permanent arp entries in the ERL router > > >Category: system > > >Environment: > > System : OpenBSD 6.0 > > Details : OpenBS

Re: crash with oce(4)

2016-09-15 Thread Martin Pieuchot
On 15/09/16(Thu) 14:58, Olivier Cherrier wrote: > # for i in oce0 oce1 trunk0 vlan20; do > trunk0: flags=8843 mtu 1500 > hwfeatures=1<> hardmtu 1500 ^^ Why your trunk(4) does not have VLAN_MTU? That might be the bug. > lladdr 00:17:a4:77:04:3e >

Re: Current AMD64 IPv6 broken

2016-09-21 Thread Martin Pieuchot
On 20/09/16(Tue) 14:05, David Hill wrote: > Hello - > > So, I have kinda seen this for a little while but haven't had time to > debug. Sorry but there's no evidence that you're talking about the same problem. Your problem seem related to router advertisement. But you didn't include the relevant

Re: Current AMD64 IPv6 broken

2016-09-21 Thread Martin Pieuchot
On 20/09/16(Tue) 19:17, Heiko Zimmermann wrote: > Hello Martin. > > I updated cvs. ipv6 from and to external is broken. > internal ping6 is ok. > > I stept back 5 days, but all the same. I built a 6.0 stable kernel and > bootet again, there is all ok. (to be sure that is not the Provider and > no

Re: SierraWireless MC7455 umsm support w/ patch

2016-09-21 Thread Martin Pieuchot
On 20/09/16(Tue) 13:36, Yannick Gravel wrote: > >Synopsis: SierraWireless MC7455 umsm support w/ patch > >Category: system > >Environment: > System : OpenBSD 6.0 > Details : OpenBSD 6.0-current (GENERIC.MP) #1: Tue Sep 13 11:15:25 > EDT 2016 >yg@build

Re: Current AMD64 IPv6 broken

2016-09-21 Thread Martin Pieuchot
:5604:a6ff:feb4:99c2%re0 > PING fe80::5604:a6ff:feb4:99c2%re0 (fe80::5604:a6ff:feb4:99c2%re0): 56 > data bytes > 64 bytes from fe80::5604:a6ff:feb4:99c2%re0: icmp_seq=0 hlim=64 > time=0.054 ms > > then still no external ipv6: > > # ping6 google.com > PING google.com (

Re: Current AMD64 IPv6 broken

2016-09-22 Thread Martin Pieuchot
On 21/09/16(Wed) 23:24, Heiko Zimmermann wrote: > Hello Martin, > > the Infos you wanted: > > 176.9.157.65 78:fe:3d:46:ed:9dre0 4m54s Which computer is that? IPv4 doesn't help. We're dealing with IPv6. This MAC address is the one that ends up in your fe80::%re0 rou

Re: splassert: sorwakeup (ipv6 related)

2016-09-22 Thread Martin Pieuchot
On 22/09/16(Thu) 10:17, David Hill wrote: > On Thu, Sep 22, 2016 at 04:09:37PM +0200, Sebastien Marie wrote: > > Hi, > > > > After rebuilding kernel under i386, I experimented splassert. > > > > Here is a shorten backtrace handwritten: > > > > splassert: sorwakeup: want 64 have 0 > > Starting st

Re: panic during alias configuration

2016-10-03 Thread Martin Pieuchot
On 30/09/16(Fri) 02:17, Alexander Bluhm wrote: > On Wed, Sep 28, 2016 at 12:09:35PM +0200, Paul de Weerd wrote: > > I ran into this issue while manually configuring a set of aliases on > > I can reproduce it on -current: Thanks for the recipe. Diff below fixes it. Problem is that flags were not

Re: ARP reply by arp.c of libsa appears to produce packet of wrong size

2016-10-03 Thread Martin Pieuchot
On 29/09/16(Thu) 16:20, Joseph Zatarski wrote: > Yesterday, I was attempting to install 5.8 on a VAX architecture (a DEC > VXT2000 with 18MB RAM and SPX graphics to be specific) by net booting using > the VAX boot.mop file. I was having issues during the process, and I > eventually used a network s

Re: ipv6 issue

2016-10-03 Thread Martin Pieuchot
On 27/09/16(Tue) 13:54, Heiko Zimmermann wrote: > Hello Martin, > > I did some tests. Thanks, could you tell me if the diff below help? Index: netinet6/in6.c === RCS file: /cvs/src/sys/netinet6/in6.c,v retrieving revision 1.192 diff

Re: reproducable panic

2016-10-03 Thread Martin Pieuchot
On 18/08/16(Thu) 18:34, p...@centroid.eu wrote: > >Synopsis:reproduceable panic in if_ether routines > >Category:kernel > >Environment: > System : OpenBSD 5.9 > Details : OpenBSD 5.9 (GENERIC.MP) #0: Thu Aug 18 18:07:13 CEST 2016 > > p...@beta.vi

Re: panic: assertwaitok: non-zero mutex count:1

2016-10-03 Thread Martin Pieuchot
On 02/09/16(Fri) 09:26, f...@tantari.com wrote: > This also happened to me in 5.9 with this computer. I changed from AHCI to > IDE in the bios and I upgraded to 6.0 and it still happens after making the > machine work with dpb and doing a reboot or a halt. I changed to a new brand > new WD Blue

Re: panic: assertwaitok: non-zero mutex count:1

2016-10-03 Thread Martin Pieuchot
On 03/10/16(Mon) 13:01, Francisco Gaitan wrote: > On Mon, Oct 03, 2016 at 12:45:55PM +0200, Martin Pieuchot wrote: > > On 02/09/16(Fri) 09:26, f...@tantari.com wrote: > > > This also happened to me in 5.9 with this computer. I changed from AHCI > > > to IDE in the bio

Re: video: ioctl VIDIOC_STREAMON: Invalid Argument

2016-10-14 Thread Martin Pieuchot
On 07/10/2016 06:44, cwl...@mst.edu wrote: Synopsis: video(1) fails to open webcam interface Category: system Environment: System : OpenBSD 6.0 Details : OpenBSD 6.0-current (GENERIC.MP) #2533: Wed Oct 5 16:23:11 MDT 2016 dera...@amd64.openbsd.org:/usr/

Re: IPv6/NDP/IPsec breakage in -current

2016-11-02 Thread Martin Pieuchot
On 25/10/16(Tue) 22:13, Markus Friedl wrote: > > > Am 25.10.2016 um 17:13 schrieb Mike Belopuhov : > > > > > > There are apparently some discussions in infomational RFCs regarding > > this issue. For instance https://tools.ietf.org/html/rfc3756 > > states:

Re: regression from 6.0 to -current: local connection on rdomain

2016-11-02 Thread Martin Pieuchot
1.52 +++ net/rtable.c2 Nov 2016 16:37:06 - @@ -1,7 +1,7 @@ /* $OpenBSD: rtable.c,v 1.52 2016/09/07 09:36:49 mpi Exp $ */ /* - * Copyright (c) 2014-2015 Martin Pieuchot + * Copyright (c) 2014-2016 Martin Pieuchot * * Permission to use, copy, modify, and distribute this

Re: regression from 6.0 to -current: local connection on rdomain

2016-11-03 Thread Martin Pieuchot
On 03/11/16(Thu) 11:03, Sebastien Marie wrote: > On Wed, Nov 02, 2016 at 07:59:19PM +0100, Sebastien Marie wrote: > > > > With the patch, it works well for tcp ("route -T 20 exec redis-cli -h > > 192.168.20.2" > > is ok, whereas it timeouted before), but the host paniced with ping > > (no reply b

Re: IPv6/NDP/IPsec breakage in -current

2016-11-04 Thread Martin Pieuchot
On 02/11/16(Wed) 10:19, Martin Pieuchot wrote: > On 25/10/16(Tue) 22:13, Markus Friedl wrote: > > > > > Am 25.10.2016 um 17:13 schrieb Mike Belopuhov : > > > > > > > > > There are apparently some discussions in infomational RFCs regarding > >

m_pullup(9) regression

2016-11-08 Thread Martin Pieuchot
semarie exposed a bug in m_pullup(9) while testing my diff to automatically create lo(4) interfaces per rdomain. In the block below ``m'' is dereferenced without being previously set. Is the diff below correct? Index: kern/uipc_mbuf.c =

Re: Can not see the ssd on Macbookair7,1

2016-11-09 Thread Martin Pieuchot
On 09/11/16(Wed) 10:52, Gonzalo L. Rodriguez wrote: > With new snap an attached diff, still not working: Seems that "Apple is different" applies here as well. Could you try the diff below? Index: dev/pci/pcidevs === RCS file: /cvs/s

Re: regression from 6.0 to -current: local connection on rdomain

2016-11-14 Thread Martin Pieuchot
On 04/11/16(Fri) 07:15, Andreas Bartelt wrote: > On 11/02/16 17:41, Martin Pieuchot wrote: > > Hello Sebastien, > > > > On 01/11/16(Tue) 09:36, Sebastien Marie wrote: > > > Hi, > > > > > > I experiment problem with local connection on specific rd

Re: panic in pf when igmpproxy is running

2016-11-14 Thread Martin Pieuchot
Hello Rick, Thanks for your report. This should be fixed in -current since October 16, could you confirm it? On 13/11/16(Sun) 07:50, r...@rickmurphy.net wrote: > >Synopsis:multicast routing crash > >Category:kernel > >Environment: > System : OpenBSD 6.0 > Details : O

Re: panic in pf when igmpproxy is running

2016-11-15 Thread Martin Pieuchot
On 14/11/16(Mon) 18:10, Rick Murphy wrote: > At 07:16 AM 11/14/2016, Martin Pieuchot wrote: > > Hello Rick, > > > > Thanks for your report. This should be fixed in -current since October > > 16, could you confirm it? > > I'm running a kernel with all of

Re: IPv6/NDP/IPsec breakage in -current

2016-11-21 Thread Martin Pieuchot
On 04/11/16(Fri) 10:09, Martin Pieuchot wrote: > On 02/11/16(Wed) 10:19, Martin Pieuchot wrote: > > On 25/10/16(Tue) 22:13, Markus Friedl wrote: > > > > > > > Am 25.10.2016 um 17:13 schrieb Mike Belopuhov : > > > > > > > > > > &g

Re: ripd(8) fails on P2P links

2016-11-21 Thread Martin Pieuchot
On 20/11/16(Sun) 08:27, Piotr Durlej wrote: > Hi, > > according to the comment in usr.sbin/ripd/packet.c, ripd(8) fails to > find the interface on which a packet was received when the source > and destination addresses of the interface do not share the same > subnet. > > Here is a patch: http://w

Re: ifconfig kernel panic

2016-12-05 Thread Martin Pieuchot
On 02/12/16(Fri) 16:14, Jim wrote: > Hello, > > I was able to reproduce a kernel panic on one of my -stable machines. I > tested with current and the issue does not cause the machine to drop to > ddb. > > When I set my vio0 interface manually to the same address that would be > generated with ine

Re: sh netstart and inet6 autoconf

2016-12-05 Thread Martin Pieuchot
Hello, On 03/12/16(Sat) 19:59, Hrvoje Popovski wrote: > I don't have ip6 in network where em0 interface is. > It seems, that when I add inet6 autoconf in hostname.em0 and > when I do sh netstart em0 I loose ip4 default route. If I do > ifconfig em0 inet6 autoconf everything is ok. I think that thi

Re: ifconfig kernel panic

2016-12-06 Thread Martin Pieuchot
On 05/12/16(Mon) 09:50, Jim wrote: > Here you go: > > https://github.com/jimchoffman/inet6-bug-report/blob/master/before > https://github.com/jimchoffman/inet6-bug-report/blob/master/after Is it with the diff stsp@ sent?

Re: ifconfig kernel panic

2016-12-06 Thread Martin Pieuchot
On 06/12/16(Tue) 10:52, Martin Pieuchot wrote: > On 05/12/16(Mon) 09:50, Jim wrote: > > Here you go: > > > > https://github.com/jimchoffman/inet6-bug-report/blob/master/before > > https://github.com/jimchoffman/inet6-bug-report/blob/master/after > > Is it w

Re: recent snapshot - splassert: ip_output: want 1 have 0

2016-12-20 Thread Martin Pieuchot
On 20/12/16(Tue) 16:28, Kirill Miazine wrote: > > Synopsis: splassert ip_output > > Category: kernel amd64 > > Environment: > System : OpenBSD 6.0 > Details : OpenBSD 6.0-current (GENERIC) #58: Mon Dec 19 19:57:52 > MST 2016 > > bu...@amd64.openbsd.

Re: splassert report

2016-12-22 Thread Martin Pieuchot
On 22/12/16(Thu) 06:28, RD Thrush wrote: > Resending since earlier report is missing after successful delivery to > 192.43.244.163. > > >Synopsis:Diagnostic report > >Category:kernel > >Environment: > System : OpenBSD 6.0 > Details : OpenBSD 6.0-current (GENERIC.MP) #

Re: ssh with ControlPath on NFS causes netlock kernel panic on current amd64

2016-12-28 Thread Martin Pieuchot
On 27/12/16(Tue) 16:04, Siegfried Rudzio wrote: > >Synopsis: ssh with ControlPath on NFS causes netlock kernel panic > >Category: kernel > >Environment: > System : OpenBSD 6.0 > Details : OpenBSD 6.0-current (GENERIC.MP) #73: Mon Dec 26 > 23:25:48 MST 2016 > > bu

Re: some splassert with -current

2016-12-28 Thread Martin Pieuchot
On 26/12/16(Mon) 12:15, Sebastien Marie wrote: > Hi, > > As the number of splassert reports was lower, I tried to update my > gateway in order to contribute a bit :) > > The kernel is -current (rebuild locally), and the rest is latest snapshot > from: > > OpenBSD 6.0-current (GENERIC.MP) #71: F

Re: kernel freeze with -current during network activity

2016-12-29 Thread Martin Pieuchot
On 29/12/16(Thu) 10:32, Dimitris Papastamos wrote: > Hi everyone, > > I am experiencing a kernel freeze with -current. The last kernel I > built that still had the issue was from the 27th of December. The > freeze takes hours to happen but usually occurs with browsing > activity. I try to manua

Re: kernel freeze with -current during network activity

2016-12-29 Thread Martin Pieuchot
On 29/12/16(Thu) 11:44, Martin Pieuchot wrote: > On 29/12/16(Thu) 10:32, Dimitris Papastamos wrote: > > Hi everyone, > > > > I am experiencing a kernel freeze with -current. The last kernel I > > built that still had the issue was from the 27th of December. The >

Re: 6.0-stable crash: uvm_fault(0xd0b89620, 0xd1bb2000, 0, 1) -> e

2017-01-02 Thread Martin Pieuchot
Hello, On 30/12/16(Fri) 15:06, Listas IT wrote: > >Synopsis:6.0-stable crash > >Category:i386 > >Environment: > System : OpenBSD 6.0 > Details : OpenBSD 6.0 (GENERIC) #2: Mon Oct 17 22:43:38 CEST 2016 > > r...@stable-60-i386.mtier.org:/binpatch

Re: IPv6/NDP/IPsec breakage in -current

2017-01-02 Thread Martin Pieuchot
On 06/12/16(Tue) 15:23, Alexander Bluhm wrote: > On Mon, Nov 21, 2016 at 03:15:39PM +0100, Martin Pieuchot wrote: > > naddy@ confirmed this diff fixes his tunnel mode setup, ok? > > IPv6 neighbor discovery over IPsec does not work reliably. It uses > link-local, global and m

Re: CVS: cvs.openbsd.org: src

2017-01-11 Thread Martin Pieuchot
On 11/01/17(Wed) 13:29, Pavel Korovin wrote: > David, Martin, hello! > > With this change I'm getting: > > ifconfig: SIOCSIFFLAGS: Inappropriate ioctl for device > > when configuring loopback interfaces. > > Sorry, I'm not able to dig deeper into the issue, just try to ifconfig loXX > up.

Re: Page fault upon removal of unconfigured usb device

2016-01-14 Thread Martin Pieuchot
On 13/01/16(Wed) 20:55, James Hastings wrote: > Update. > > Check for usb devices with no subdevices before force detaching subdevs. Good catch, I'd like to commit the diff below that should have the same effect. Note that disabling ugen(4) is not really supported, but the same problem could ari

Re: ral(4) leaks mbufs instead of setting oactive

2016-02-02 Thread Martin Pieuchot
On 02/02/16(Tue) 09:14, Stefan Sperling wrote: > On Sat, Jan 30, 2016 at 10:49:38PM +1300, Richard Procter wrote: > > - ring->queued--; > > + atomic_dec_int(&ring->queued); > > > - ring->queued += ntxds; > > + atomic_add_int(&ring->queued, ntxds); > > I don't think these m

ACPI thinkpad brightness regression

2016-02-09 Thread Martin Pieuchot
Since brightness support has been added to acpithinkpad(4) I can easily trigger a regression on my x220: - Switching to the first virtual console just after xdm starts using the Ctrl+Alt+F1 key combination turns my screen dark. - Killing X just after xdm start, by using Ctrl+Alt+Del, also turns

Re: ACPI thinkpad brightness regression

2016-02-10 Thread Martin Pieuchot
On 09/02/16(Tue) 21:06, Christian Weisgerber wrote: > On 2016-02-09, Martin Pieuchot wrote: > > > Since brightness support has been added to acpithinkpad(4) I can easily > > trigger a regression on my x220: > > > > - Switching to the first virtual console j

drm/mesa: blocking (infinite) poll(2) after suspend/resume

2016-02-16 Thread Martin Pieuchot
Very often when resuming my x220 running GNOME3 the gnome-shell(1) process gets stuck and only the mouse can move on the screen. The stack trace indicates that all the threads seem to be waiting inside poll(2) for a GL-related operation that's unclear to me. At this stage switching to a virtual c

Re: ACPI thinkpad brightness regression

2016-02-16 Thread Martin Pieuchot
On 16/02/16(Tue) 20:46, Mark Kettenis wrote: > > Date: Wed, 10 Feb 2016 20:10:41 +0100 > > From: Martin Pieuchot > > > > On 09/02/16(Tue) 21:06, Christian Weisgerber wrote: > > > On 2016-02-09, Martin Pieuchot wrote: > > > > > > > Since

Re: ECMP routing ignore dest addr when choosing a route

2016-02-24 Thread Martin Pieuchot
On 24/02/16(Wed) 18:37, Jean-Daniel Dupas wrote: > >Synopsis: ECMP routing ignore dest addr when choosing a route > >Category: kernel > >Environment: > System : OpenBSD 5.9 > Details : OpenBSD 5.9 (DEBUG) #0: Wed Feb 24 14:29:57 CET 2016 >

Re: no root disk with GENERIC on adi rcc-ve board

2016-03-11 Thread Martin Pieuchot
On 11/03/16(Fri) 18:26, Stefan Sperling wrote: > On Fri, Mar 11, 2016 at 02:58:12PM +0100, Stefan Sperling wrote: > > Here's another suggestion which doesn't impact the code path for > > other interrupts. Fixes the problem just as well. > > This also helps -- all ideas in here from deraadt@. > >

FETCH_PACKAGES=Yes does not work when quirks is installed

2016-04-12 Thread Martin Pieuchot
stsp@ told me that FETCH_PACKAGES=Yes was not totally broken, I just have to manually do "# pkg_delete quirks" every time I want to build a port: $ cd /usr/ports/www/mozilla-firefox && make ===> firefox-45.0.1 depends on: gcc-libs->=4.9,<4.10 -> gcc-libs-4.9.3p4 ===> firefox-45.0.1 depends on: nss

Re: crash in pool_do_get

2016-04-29 Thread Martin Pieuchot
Hello Olivier, On 27/04/16(Wed) 09:41, Olivier Cherrier wrote: > >Synopsis:crash in pool_do_get > >Category:network > >Environment: > System : OpenBSD 5.9 > Details : OpenBSD 5.9 (GENERIC.MP) #1888: Fri Feb 26 01:20:19 MST > 2016 > > dera...@a

Re: resume fails on -current #2000 on lenovo x200s

2016-05-03 Thread Martin Pieuchot
On 03/05/16(Tue) 13:41, Mark Kettenis wrote: > > Date: Tue, 3 May 2016 12:17:03 +0200 (CEST) > > From: Mark Kettenis > > > > > Date: Tue, 3 May 2016 01:57:53 -0700 > > > From: Mike Larkin > > > > > > On Tue, May 03, 2016 at 03:59:33PM +0800, Ray Lai wrote: > > > > This commit broke resume on my

Re: Supermicro X10SDV-TP8F with USB3 won't boot

2016-05-06 Thread Martin Pieuchot
On 06/05/16(Fri) 01:13, Hrvoje Popovski wrote: > Hi, > > I've got > http://www.supermicro.com/products/motherboard/Xeon/D/X10SDV-TP8F.cfm > for my openbsd lab. Default BIOS settings for usb is USB3 and with that > settings i can't install openbsd on it, or boot installed openbsd. > I have installe

Re: Supermicro X10SDV-TP8F with USB3 won't boot

2016-05-06 Thread Martin Pieuchot
On 06/05/16(Fri) 13:21, Hrvoje Popovski wrote: > On 6.5.2016. 13:01, Martin Pieuchot wrote: > > On 06/05/16(Fri) 01:13, Hrvoje Popovski wrote: > >> Hi, > >> > >> I've got > >> http://www.supermicro.com/products/motherboard/Xeon/D/X10SDV-TP8F.cfm

Re: Crash when unplugging uchcom while connected to its ucom.

2015-04-13 Thread Martin Pieuchot
Hello Thomas, Thanks for this bug report. On 09/04/15(Thu) 13:11, Thomas Pfaff wrote: > Hi. > > I disconnected an "arduino" device (this particular one is a cheap > chinese knock-off) while being connected to its serial port and ... > >$ cu -l cuaU0 >Connected to /dev/cuaU0 (speed 9600)

Re: panic: ipintr no HDR

2015-04-15 Thread Martin Pieuchot
On 14/04/15(Tue) 16:58, Theo Buehler wrote: > >Synopsis:panic: ipintr no HDR > >Category:kernel amd64 > >Environment: > System : OpenBSD 5.7 > Details : OpenBSD 5.7-current (GENERIC.MP) #919: Mon Apr 13 > 21:03:43 MDT 2015 > > dera...@amd64.open

Re: panic when using tun(4) with openvpn on current

2015-04-15 Thread Martin Pieuchot
On 14/04/15(Tue) 22:49, Remi Locherer wrote: > >Synopsis:panic when using tun(4) with openvpn on current > >Category:kernel > >Environment: > System : OpenBSD 5.7 > Details : OpenBSD 5.7-current (GENERIC.MP) #919: Mon Apr 13 > 21:03:43 MDT 2015 >

Re: panic: ipintr no HDR

2015-04-15 Thread Martin Pieuchot
On 15/04/15(Wed) 12:09, Theo Buehler wrote: > On Wed, Apr 15, 2015 at 11:31:52AM +0200, Martin Pieuchot wrote: > > On 14/04/15(Tue) 16:58, Theo Buehler wrote: > > > >Synopsis:panic: ipintr no HDR > > > >Category:kernel amd64 > > > >E

Re: crash on urtwn removal

2015-04-27 Thread Martin Pieuchot
On 26/04/15(Sun) 09:36, Remi Locherer wrote: > >Synopsis:crash on urtwn removal > >Environment: > System : OpenBSD 5.7 > Details : OpenBSD 5.7-current (GENERIC.MP) #955: Sat Apr 25 > 20:12:31 MDT 2015 > > dera...@amd64.openbsd.org:/usr/src/sys/arch/

Re: crash on urtwn removal

2015-04-27 Thread Martin Pieuchot
On 27/04/15(Mon) 13:55, Remi Locherer wrote: > On Sun, Apr 26, 2015 at 10:07:19AM +0200, Stefan Sperling wrote: > > On Sun, Apr 26, 2015 at 09:36:06AM +0200, Remi Locherer wrote: > With a series of removals and insertions of the urtwn device I could > provoke another panic. I didn't wait for a time

Re: crash on urtwn removal

2015-04-28 Thread Martin Pieuchot
On 27/04/15(Mon) 22:45, Remi Locherer wrote: > On Mon, Apr 27, 2015 at 03:13:06PM +0200, Martin Pieuchot wrote: > > This trace tells use that the pipe is no longer valid, which means that > > the device has been removed but a xfer is still referenced by ehci. > > > > Th

Re: crash on urtwn removal

2015-04-28 Thread Martin Pieuchot
On 28/04/15(Tue) 13:15, Remi Locherer wrote: > On Tue, Apr 28, 2015 at 10:17:16AM +0200, Martin Pieuchot wrote: > > On 27/04/15(Mon) 22:45, Remi Locherer wrote: > > > On Mon, Apr 27, 2015 at 03:13:06PM +0200, Martin Pieuchot wrote: > > > > This trace tells use th

Re: uaudio_chan_rintr: count < n

2015-06-29 Thread Martin Pieuchot
On 30/06/15(Tue) 07:43, Ingo Feinerer wrote: > >Synopsis:Sound regression: uaudio_chan_rintr: count < n > >Category:kernel > >Environment: > System : OpenBSD 5.8 > Details : OpenBSD 5.8-beta (GENERIC.MP) #1107: Fri Jun 26 10:12:53 > MDT 2015 > >

Re: trying to send packet on wrong domain

2015-07-02 Thread Martin Pieuchot
On 02/07/15(Thu) 13:57, Sebastien Marie wrote: > Hi, > > On amd64, after a system update via snapshot, I start to see warning > messages in console (and to be complete, the running kernel is GENERIC.MP > with a patch on acpitz, so shoudn't be related). > > The message is (complete dmesg below): >

Re: Fix 1st argument of bstp_notify_rtage

2015-07-17 Thread Martin Pieuchot
On 17/07/15(Fri) 12:10, Ryota Ozaki wrote: > Hello, > > When I read bridgestp.c, I found a bug that a wrong > pointer is passed to bstp_notify_rtage via void *; > bp->bp_ifp is passed but treated as bp. > > Please check the below patch and apply it if it's > appropriate. It's appropriate and has

Re: panic: pppoe0 and inet6 at startup

2015-09-04 Thread Martin Pieuchot
On 29/08/15(Sat) 10:32, Sebastien Marie wrote: > Hi, > > I hit the following panic on my gateway (amd64 -current), after a > snapshot upgrade. > > It isn't a regression from directly previous version as I rollback to it > and trigger the panic again. > > The panic occurs at boottime, at network

Re: dmesg (current) MacBook Air 5,2 (2012) Intel 1.8

2015-09-10 Thread Martin Pieuchot
On 10/09/15(Thu) 08:46, Mike Larkin wrote: > On Thu, Sep 10, 2015 at 08:17:39AM -0500, Aaron Poffenberger wrote: > > On 09/10/15 03:59, Stefan Sperling wrote: > > >On Wed, Sep 09, 2015 at 09:43:44PM -0500, Aaron Poffenberger wrote: > > >>Occasional problems with loading firmware for urtwn as seen n

Re: dmesg (current) MacBook Air 5,2 (2012) Intel 1.8

2015-09-11 Thread Martin Pieuchot
On 10/09/15(Thu) 14:40, Aaron Poffenberger wrote: > [...] > Sorry for the delay. It's error 15: > urtwn0: could not load firmware page 1 (error 15) So it's not related to suspend/resume it appears to be a xhci issue. Could you try connecting it on a ehci (non blue) port?

Re: Todays snapshot: cant access hostname.re0 IP's

2015-09-13 Thread Martin Pieuchot
On 13/09/15(Sun) 12:02, Stuart Henderson wrote: > On 2015/09/13 12:55, Heiko Zimmermann wrote: > > Hello Team, > > > > with today's snapshot (tested i386 and amd64) is access to hostname.re0 > > IPs broken. Also can't ping. > > Please send "ifconfig -A" output, and any messages displayed when > n

Re: Todays snapshot: cant access hostname.re0 IP's

2015-09-13 Thread Martin Pieuchot
On 13/09/15(Sun) 12:55, Heiko Zimmermann wrote: > Hello Team, > > with today's snapshot (tested i386 and amd64) is access to hostname.re0 > IPs broken. Also can't ping. > > 127.0.0.1 is ok. > > With cvs -d anon...@anoncvs.ca.openbsd.org:/cvs -q up -D "2 days ago" > all works fine. > > Best Rega

Re: Huawei K4511 umsm support (patch included)

2015-09-29 Thread Martin Pieuchot
On 29/09/15(Tue) 11:19, p...@unita.com.au wrote: > >Synopsis:Huawei K4511 umsm support (patch included) > >Category:system > >Environment: > System : OpenBSD 5.7 > Details : OpenBSD 5.7-stable (GENERIC) #2: Fri Aug 14 15:13:51 AEST > 2015 > > r.

Re: Dell Latitude E5530 freezes on oluging device into USB 3.0 Hub

2015-09-30 Thread Martin Pieuchot
On 30/09/15(Wed) 15:17, Guillaume MULLER wrote: > >Synopsis:Dell Latitude E5530 freezes on oluging device into USB 3.0 Hub > >Category:kernel amd64 > >Environment: > System : OpenBSD 5.7 > Details : OpenBSD 5.7 (GENERIC) #2: Mon Jul 27 16:16:53 CEST 2015 >

Re: Renesas uPD720201 xHCI, xhci0: reset timeout

2015-10-14 Thread Martin Pieuchot
On 23/08/15(Sun) 13:09, Atanas Vladimirov wrote: > On 21.08.2015 22:41, Atanas Vladimirov wrote: > >On 20.08.2015 00:25, vl...@bsdbg.net wrote: > >>>Synopsis: USB 3.0 "Renesas uPD720201 xHCI" xhci0: reset timeout, > >>>xhci0: init failed, error=5 > >>>Category: system > >>>Environment: > >>Sy

Re: Status of the OpenBSD kernel and usbdevs whit one USB EXTERNAL DISK 3.0 - TOSHIBA.

2015-10-14 Thread Martin Pieuchot
On 12/10/15(Mon) 12:22, Guillermo Bernaldo de Quiros Maraver wrote: > Hi, good morning. > > As some people told me, I rebuilt the OpenBSD kernel with the options: > - USB_DEBUG > - XHCI_DEBUG > And this was the result of the system. > First, I did dmesg and usbdevs without any hard disk and after

Re: inet6 route not added for autoconf prefix

2015-11-02 Thread Martin Pieuchot
On 02/11/15(Mon) 13:56, loth...@iki.fi wrote: > >Synopsis:inet6 route not added for autoconf prefix > >Category:kernel > >Environment: > System : OpenBSD 5.8 > Details : OpenBSD 5.8-current (GENERIC.MP) #1560: Sun Nov 1 > 20:57:59 MST 2015 > >

Re: 5.8 panic with vlan on bridge

2015-11-02 Thread Martin Pieuchot
On 30/10/15(Fri) 23:30, Armin Wolfermann wrote: > The simplest way to reproduce: > > ifconfig em0 192.168.1.1 up > ifconfig vlan10 vlan 10 vlandev em0 up > ifconfig bridge0 add em0 add vlan10 up Thanks for your report, could you tell me if the diff below helps? Index: net/if.c

Re: panic on IPv6 autoconfig amd64 oct 25 kernel

2015-11-02 Thread Martin Pieuchot
On 30/10/15(Fri) 19:44, Matthieu Herrb wrote: > When running my wifi configuration script which does: > > > ifconfig $1 inet6 -autoconfprivacy autoconf > > on a particular wifi network, I get a 100% reproducible panic on my > X240 running a kernel from Oct 25 (with a preliminary version of > ke

Re: New in 5.8: bgp route issue on inet6 over gif

2015-11-02 Thread Martin Pieuchot
Hello Samuel, On 25/10/15(Sun) 18:20, Samuel Thibault wrote: > >Synopsis: bgp route issue on inet6 over gif > >Category: system > >Environment: > System : OpenBSD 5.8 > Details : OpenBSD 5.8 (GENERIC.MP) #1236: Sun Aug 16 02:31:04 MDT > 20 > 15 >

Re: tsec(4) tx goes out to lunch

2015-11-02 Thread Martin Pieuchot
Thanks for the report Richard, On 02/11/15(Mon) 10:44, Richard Procter wrote: > > >Synopsis:tsec(4) tx hangs, flagged OACTIVE > >Category:kernel > >Environment: > System : OpenBSD 5.8 > Details : OpenBSD 5.8-current (GENERIC) #105: Mon Sep 7 08:21:16 > MDT 2015

Re: inet6 route not added for autoconf prefix

2015-11-02 Thread Martin Pieuchot
On 02/11/15(Mon) 16:29, Lauri Tirkkonen wrote: > On Mon, Nov 02 2015 15:10:07 +0100, Martin Pieuchot wrote: > > Could you include the output of "netstat -rnf inet6" before and after > > enabling autoconf on your interface? > > Sure. Thanks. Sadly I don't

Re: inet6 route not added for autoconf prefix

2015-11-02 Thread Martin Pieuchot
On 02/11/15(Mon) 19:03, Lauri Tirkkonen wrote: > On Mon, Nov 02 2015 17:47:04 +0100, Martin Pieuchot wrote: > > On 02/11/15(Mon) 16:29, Lauri Tirkkonen wrote: > > > On Mon, Nov 02 2015 15:10:07 +0100, Martin Pieuchot wrote: > > > > Could you include the output of &

<    1   2   3   4   5   6   >