Re: s/specifies to/specifies how to/ in elf.5

2016-09-06 Thread Philip Guenther
On Tue, Sep 6, 2016 at 5:36 PM, Tim Kuijsten wrote: > --- elf.5 10 Sep 2015 17:55:21 - 1.27 > +++ elf.5 7 Sep 2016 00:35:29 - > @@ -147,7 +147,7 @@ typedef struct { > The fields have the following meanings: > .Bl -tag -width "e_phentsize" -offset indent

s/specifies to/specifies how to/ in elf.5

2016-09-06 Thread Tim Kuijsten
Index: elf.5 === RCS file: /cvs/src/share/man/man5/elf.5,v retrieving revision 1.27 diff -u -p -r1.27 elf.5 --- elf.5 10 Sep 2015 17:55:21 - 1.27 +++ elf.5 7 Sep 2016 00:35:29 - @@ -147,7 +147,7 @@ typedef

sockaddr_in initialization in ttcp (possibly other programs affected)

2016-09-06 Thread Héctor Luis Gimbatti
Greetings, I post this to .misc since some other (than ttcp) programs might not work in recent versions of OBSD. In OBSD 5.6 I am able to run ttcp. $ uname -a OpenBSD pez.etale.com.ar 5.6 GENERIC.MP#333 amd64 $ ttcp -r -s ttcp-r: buflen=8192, nbuf=2048, align=16384/0, port=5001 tcp

Re: Check for wxneeded option?

2016-09-06 Thread Stuart Henderson
On 2016-09-06, Philippe Meunier wrote: > Theo de Raadt wrote: >>It is probably staring you in the face. > > Okay, I assume this requires -current then? I'm using 6.0-release on > i386 and I don't see it: > > $ readelf -l /usr/local/jdk-1.8.0/bin/java | egrep -i wx > $ > >

Re: Buiding OpenBSD 6.0 stable i386 error

2016-09-06 Thread Philip Guenther
On Tue, Sep 6, 2016 at 3:36 AM, Alex Shupikov wrote: > I didn't build i386 stable. Compiled and rebootted with the new kernel was > successfully, but I got errors during build the userland: > > .text has incorrect file offset 0x140 (should be 0x120) > .data has incorrect

Re: spamd question

2016-09-06 Thread Craig Skinner
Hi Kasper, On 2016-09-05 Mon 17:26 PM |, Kasper Haitsma wrote: > spamd-sync packages arrive at the 5.9 box, but You've got 2 5.0 machines syncing. Can you get 2 5.9 machines syncing?

Buiding OpenBSD 6.0 stable i386 error

2016-09-06 Thread Alex Shupikov
Hello misc I didn't build i386 stable. Compiled and rebootted with the new kernel was successfully, but I got errors during build the userland: .text has incorrect file offset 0x140 (should be 0x120) .data has incorrect file offset 0x11678 (should be 0x11658) *** Error 1 in

Re: Check for wxneeded option?

2016-09-06 Thread Philippe Meunier
Theo de Raadt wrote: >It is probably staring you in the face. Okay, I assume this requires -current then? I'm using 6.0-release on i386 and I don't see it: $ readelf -l /usr/local/jdk-1.8.0/bin/java | egrep -i wx $ (yes, I know that java was linked with wxneeded (I get an "mprotect W^X

Re: Check for wxneeded option?

2016-09-06 Thread Theo de Raadt
> David Coppa wrote: > >readelf -l /path/to/executable > It is probably staring you in the face. Unfortunately readelf truncates the long name OPENBSD_WXNEED 0x 0x 0x 0x 0xE8 That is if

Re: Check for wxneeded option?

2016-09-06 Thread Philippe Meunier
David Coppa wrote: >readelf -l /path/to/executable Well, thanks, but... what should I look for in the output, exactly? Philippe