socketpair(2) and getpeereid(3)

2018-04-07 Thread Sebastien Marie
Hi, While running testsuite on third-party program, I found some weird behaviour on us side regarding socketpair(2) and getpeereid(3). I ported the unit test to C (it was Rust) to check more easily. It just creates an UNIX domain socket using socketpair(2), and next check the euid/egid of the pe

Re: -soii not documented in hostname.if(5)

2018-04-07 Thread Jason McIntyre
On Tue, Apr 03, 2018 at 01:17:06PM +0200, Harald Dunkel wrote: > Hi folks, > > according to the upgrade guide I added "-soii" to hostname.re1. > It seems to work as expected, but it is not documented in > hostname.if(5). > > Would you mind to add this option to the man page? > > Except for chang

wifi connection

2018-04-07 Thread Josef Boehm
HiI installed version 6.3 on a DELL laptop (Intel wifi card). Previously the installed version was 6.2, and earlier ones before that, always without issues. With 6.3 (iwn0) I cannot connect to the wifi router anymore. Ifconfig gives correct IP address (I also use WEP), correct channel and correct m

wifi connection (2)

2018-04-07 Thread Josef Boehm
... to my previous post: I also tried the installation on another computer, with a Realtek NIC (rather than an Intel one). Same problems with the wifi connection, none with Ethernet. I don't think the iwn driver is the culprit. Regards / Josef

Re: wifi connection

2018-04-07 Thread Stefan Sperling
On Sat, Apr 07, 2018 at 06:10:06PM +0200, Josef Boehm wrote: > HiI installed version 6.3 on a DELL laptop (Intel wifi card). Previously > the installed version was 6.2, and earlier ones before that, always > without issues. With 6.3 (iwn0) I cannot connect to the wifi router > anymore. Ifconfig giv

sparc64: SLAAC not working with bsd.rd

2018-04-07 Thread Klemens Nanni
The latest snapshot's ramdisk fails to configure IPv6 addresses automatically after setting the AUTOCONF6 flag on my T5220's egress interface. apu2# tcpdump -ni vether0 'ip6[40] = 133 or ip6[40] = 134' tcpdump: listening on vether0, link-type EN10MB So far no router solicitations

Intel 82945GME Video inteldrm - JMicron JMC250 not working

2018-04-07 Thread Todt-Xander Thur
>Synopsis: blank screen with inteldrm enabled - jme0 not working >Category: i386 >Environment: System : OpenBSD 6.3 Details : OpenBSD 6.3-current (GENERIC.MP) #522: Sat Apr 7 09:49:21 MDT 2018 dera...@i386.openbsd.org:/usr/src/sys/arch/

Re: socketpair(2) and getpeereid(3)

2018-04-07 Thread Philip Guenther
On Sat, 7 Apr 2018, Sebastien Marie wrote: > While running testsuite on third-party program, I found some weird > behaviour on us side regarding socketpair(2) and getpeereid(3). > > I ported the unit test to C (it was Rust) to check more easily. > > It just creates an UNIX domain socket using so

Re: socketpair(2) and getpeereid(3)

2018-04-07 Thread Theo de Raadt
Philip Guenther wrote: > On Sat, 7 Apr 2018, Sebastien Marie wrote: > > While running testsuite on third-party program, I found some weird > > behaviour on us side regarding socketpair(2) and getpeereid(3). > > > > I ported the unit test to C (it was Rust) to check more easily. > > > > It just

Re: socketpair(2) and getpeereid(3)

2018-04-07 Thread Sebastien Marie
On Sat, Apr 07, 2018 at 09:29:30PM -0600, Theo de Raadt wrote: > Philip Guenther wrote: > > > On Sat, 7 Apr 2018, Sebastien Marie wrote: > > > While running testsuite on third-party program, I found some weird > > > behaviour on us side regarding socketpair(2) and getpeereid(3). > > > > > > I p

Re: sparc64: SLAAC not working with bsd.rd

2018-04-07 Thread Florian Obser
On Sat, Apr 07, 2018 at 09:44:11PM +0200, Klemens Nanni wrote: > The latest snapshot's ramdisk fails to configure IPv6 addresses > automatically after setting the AUTOCONF6 flag on my T5220's egress > interface. You mean this used to work (when?) or you mean this is the first time you tried? Can