two issues with the new ASR code in libc

2014-01-13 Thread Matthieu Herrb
Hi, I recently upgraded two servers at work from OpenBSD 5.2 to 5.4 and got problems on both of the machines that are related to the new asynchronous resolver in libc. 1. this machnie is SMTP server for a subpart of our domains, running sendmail. It receives the mail from the outside (and runs

top(1) interactive commands after SIGWINCH

2014-01-13 Thread Stuart Henderson
If anyone is interested in looking at a signal problem in top, here's a small but annoying bug.. - run top in an xterm - resize the window - try to use an interactive command that takes an argument, e.g. s or g (doesn't happen with commands like S or H that work immediately) Often, pressing the

Re: top(1) interactive commands after SIGWINCH

2014-01-13 Thread Gregor Best
On Mon, Jan 13, 2014 at 05:04:28PM +, Stuart Henderson wrote: If anyone is interested in looking at a signal problem in top, here's a small but annoying bug.. - run top in an xterm - resize the window - try to use an interactive command that takes an argument, e.g. s or g (doesn't

Re: top(1) interactive commands after SIGWINCH

2014-01-13 Thread Brad Smith
On 13/01/14 12:04 PM, Stuart Henderson wrote: If anyone is interested in looking at a signal problem in top, here's a small but annoying bug.. - run top in an xterm - resize the window - try to use an interactive command that takes an argument, e.g. s or g (doesn't happen with commands like S

Add spi-inc.org CA root?

2014-01-13 Thread Stuart Henderson
Any comments on adding this to cert.pem? It is for SPI, non-profit org which was originally created as a 501c(3) for Debian, this cert is used to sign keys for alioth.debian.org which affects as it's a site hosting distfiles for various ports, it's also used to sign certificates for OFTC.net IRC

Re: top(1) interactive commands after SIGWINCH

2014-01-13 Thread Philip Guenther
On Mon, 13 Jan 2014, Gregor Best wrote: On Mon, Jan 13, 2014 at 05:04:28PM +, Stuart Henderson wrote: If anyone is interested in looking at a signal problem in top, here's a small but annoying bug.. - run top in an xterm - resize the window - try to use an interactive command

Re: top(1) interactive commands after SIGWINCH

2014-01-13 Thread Gregor Best
On Mon, Jan 13, 2014 at 12:41:19PM -0800, Philip Guenther wrote: [...] I think you meant ungetch(KEY_RESIZE), [...] You're right. [...] seems to fix the problem in my testing. [...] Works for me too. -- Gregor Best

Re: top(1) interactive commands after SIGWINCH

2014-01-13 Thread Stuart Henderson
On 2014/01/13 12:41, Philip Guenther wrote: On Mon, 13 Jan 2014, Gregor Best wrote: The patch below seems to fix that for me. resizeterm() does a putchar(KEY_RESIZE), part of which then gets interpreted as a command parameter in rundisplay(). I think you meant ungetch(KEY_RESIZE), but

Re: two issues with the new ASR code in libc

2014-01-13 Thread Matthieu Herrb
On Mon, Jan 13, 2014 at 05:03:53PM +0100, Matthieu Herrb wrote: Hi, I recently upgraded two servers at work from OpenBSD 5.2 to 5.4 and got problems on both of the machines that are related to the new asynchronous resolver in libc. 1. this machnie is SMTP server for a subpart of our

Re: Add spi-inc.org CA root?

2014-01-13 Thread Stuart Henderson
On 2014/01/13 20:24, Stuart Henderson wrote: Any comments on adding this to cert.pem? It is for SPI, non-profit org which was originally created as a 501c(3) for Debian, this cert is used to sign keys for alioth.debian.org which affects as it's a site hosting distfiles for various ports, it's