Re: lrint(INT_MAX) != INT_MAX

2019-07-31 Thread Boudewijn Dijkstra
Op Tue, 30 Jul 2019 17:12:56 +0200 schreef : This is what happens on my relatively current OpenBSD bbb.stare.cz 6.5 GENERIC#0 armv7(BeagleBone Black) OpenBSD ppc.stare.cz 6.5 GENERIC#0 macppc (an old MacMini) #include #include #include int main() { long l;

Re: How to debug hanging machines / proc: table is full

2019-07-31 Thread Raimo Niskanen
On Mon, Jul 29, 2019 at 01:20:58PM +, Stuart Henderson wrote: > On 2019-07-29, Raimo Niskanen wrote: > > A new hang, I tried to invstigate: > > > > At July 19 the last log entry from my 'ps' log was from 14:55, which is > > also the time on the 'systat vmstat' screen when it froze. Then the

Re: su - root => segmentation fault

2019-07-31 Thread Solene Rapenne
On Wed, Jul 31, 2019 at 04:49:54PM +0500, dmitry.sensei wrote: > Hi! > why did it happen? > > OpenBSD 6.5 current > $su - root > root's password: > Segmentation fault > $ doas su - root > # > > -- > Dmitry Orlov what current? What arch? works for me© OpenBSD 6.5-current (GENERIC.MP) #153: Sun

Re: su - root => segmentation fault

2019-07-31 Thread Gregory Edigarov
On 31.07.19 17:00, Solene Rapenne wrote: On Wed, Jul 31, 2019 at 04:49:54PM +0500, dmitry.sensei wrote: Hi! why did it happen? OpenBSD 6.5 current $su - root root's password: Segmentation fault $ doas su - root # -- Dmitry Orlov what current? What arch? works for me© OpenBSD 6.5-current

Re: How to debug hanging machines / proc: table is full

2019-07-31 Thread Visa Hankala
On Wed, Jul 31, 2019 at 05:46:08PM +0200, Raimo Niskanen wrote: > I have enabled Witness, it went so-so. We'll see what it catches. > > I downloaded 6.5 amd64 src.tar.gz and sys.tar.gz, unpacked them, > applied all patches for stable 001-006 and built a kernel with: > include

problem to copy a (possibly large) file over a network device

2019-07-31 Thread Rudolf Sykora
Dear list, I am able to copy a subtree 'www' with the command ; tar -cf - www | pv| (cd ~ruda/tmp/test && tar -xpf -) but I can't do the same with In one terminal: ;tar -cf - www | pv | nc localhost 7000 In another terminal: ;nc -l 7000 | pv | tar -xpf - [ I actually wanted to do a backup

su - root => segmentation fault

2019-07-31 Thread dmitry.sensei
Hi! why did it happen? OpenBSD 6.5 current $su - root root's password: Segmentation fault $ doas su - root # -- Dmitry Orlov

hardware assisted ethernet filtering

2019-07-31 Thread Tom Smyth
Hi all, I was just wondering is there an ethtool equivalent in OpenBSD in particular Im interested in trying to harness some of the features in the xl710 and more advanced intel Ethernet chipsets where they allow a (limited) number of filter rules to be applied to a given network interface,

Re: IPv6 NDP not completing

2019-07-31 Thread john slee
Hi, I'm having very similar problems to this, I think. Syspatch'ed OpenBSD 6.5 on an apu4c4, with my ISP-supplied termination device (cable modem, effectively) directly attached to an ethernet interface. No switch. IPv4 works fine. DHCPv6 NA+PD seems to work OK — I get v6 NA & PD assignments —

[www] mail.html - adding few links

2019-07-31 Thread Alex Naumov
Hi, here is a small cosmetics update for the mail.html. Cheers, Alex Index: mail.html === RCS file: /cvs/www/mail.html,v retrieving revision 1.165 diff -u -p -r1.165 mail.html --- mail.html 1 Jun 2019 23:12:48 - 1.165 +++

Re: hardware assisted ethernet filtering

2019-07-31 Thread Bryan Steele
On Wed, Jul 31, 2019 at 11:48:24PM +0100, Tom Smyth wrote: > Hi all, > I was just wondering is there an ethtool equivalent in OpenBSD > in particular Im interested in trying to harness some of the features > in the xl710 and more advanced intel Ethernet chipsets where they > allow a (limited)

Re: IPv6 NDP not completing

2019-07-31 Thread Kyle
Interesting links, thanks. Looking into the second one, I noticed this commit: https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/netinet6/nd6_nbr.c.diff?r1=1.117=1.118=h It seems like OpenBSD should respond to NS addressed to both global or link-local addresses on the upstream interface. I