unnbound vs file descriptors

2014-12-15 Thread Otto Moerbeek
Hi, So i have started using unbound on a mailserver (running amd64 5.6-stable). First observation is that it uses (too?) many file descriptors in the default setup. Dec 15 22:38:00 mx1 unbound: [8713:0] error: can't create socket: Too many open files Dec 15 22:38:00 mx1 last message repeated

Re: Dell R630 high interrupts on acpi0

2014-12-15 Thread David Gwynne
> On 16 Dec 2014, at 15:16, Jonathan Matthew wrote: > > On Sun, Dec 14, 2014 at 06:22:37PM +0100, Hrvoje Popovski wrote: >> Hi all, >> >> I have got two new Dell R630 and have current on them from Sun Dec >> 14 15:07:17. Installation went great and very fast. >> The problem is that I see around

Re: Dell R630 high interrupts on acpi0

2014-12-15 Thread Jonathan Matthew
On Sun, Dec 14, 2014 at 06:22:37PM +0100, Hrvoje Popovski wrote: > Hi all, > > I have got two new Dell R630 and have current on them from Sun Dec > 14 15:07:17. Installation went great and very fast. > The problem is that I see around 11k interrupts on acpi0. First I > thought that problem is simi

Re: pcap(3) manpage fixes

2014-12-15 Thread Lawrence Teo
On Fri, Dec 12, 2014 at 03:32:31PM +0100, Ingo Schwarze wrote: > Hi Kaspars, > > Kaspars Bankovskis wrote on Fri, Dec 12, 2014 at 03:22:16PM +0200: > > > Function arguments in synopsis for pcap_inject and pcap_sendpacket are > > a bit messed up by comma. Types updated from actual code. > > And so

divert(4) m_pullup

2014-12-15 Thread Lawrence Teo
Make divert_output() do an m_pullup only if truly needed. ok? Index: netinet/ip_divert.c === RCS file: /cvs/src/sys/netinet/ip_divert.c,v retrieving revision 1.31 diff -u -p -r1.31 ip_divert.c --- netinet/ip_divert.c 5 Dec 2014 15:5

Re: Binary code patching and paravirtualization

2014-12-15 Thread Ted Unangst
On Mon, Dec 15, 2014 at 23:55, Stefan Fritsch wrote: > > Only in order to get a flags field that can be tweaked with config(8). And > to allow disable via config(8), though that could also be achieved with a > flag. > > Tweaking the behavior with a flags value is necessary because hypervisors > n

Re: Binary code patching and paravirtualization

2014-12-15 Thread Stefan Fritsch
On Mon, 15 Dec 2014, Ted Unangst wrote: > On Wed, Dec 10, 2014 at 00:32, Stefan Fritsch wrote: > > > --- a/sys/arch/amd64/conf/GENERIC > > +++ b/sys/arch/amd64/conf/GENERIC > > @@ -39,6 +39,8 @@ isa0 at amdpcib? > > isa0at tcpcib? > > pci*at mainbus0 > > > > +paravirt0 at ma

Re: Binary code patching and paravirtualization

2014-12-15 Thread Ted Unangst
On Wed, Dec 10, 2014 at 00:32, Stefan Fritsch wrote: > --- a/sys/arch/amd64/conf/GENERIC > +++ b/sys/arch/amd64/conf/GENERIC > @@ -39,6 +39,8 @@ isa0at amdpcib? > isa0 at tcpcib? > pci* at mainbus0 > > +paravirt0 at mainbus0 > + > acpi0 at bios0 > acpitimer*at acpi? > acpihp

Re: intro(2) update regarding file names

2014-12-15 Thread Ingo Schwarze
Hi, Kaspars Bankovskis wrote on Mon, Dec 15, 2014 at 01:22:21PM +0200: > As there are no file name restrictions for ASCII characters, I assume > this requirement might be outdated. Is that correct? This patch seems good to me. Anybody wants to OK it? Yours, Ingo P.S. I consider it unwise to

Re: Binary code patching and paravirtualization

2014-12-15 Thread Stefan Fritsch
On Thu, 11 Dec 2014, Mark Kettenis wrote: > > From: Alexey Suslikov > > Date: Thu, 11 Dec 2014 20:51:14 + (UTC) > > > > Stefan Fritsch sfritsch.de> writes: > > > > > --- a/sys/arch/amd64/include/specialreg.h > > > +++ b/sys/arch/amd64/include/specialreg.h > > > -158,6 +158,7 > >

Re: UPDATE: freetype-2.5.4

2014-12-15 Thread Matthieu Herrb
On Mon, Dec 15, 2014 at 04:32:47AM -0700, David Coppa wrote: > > Hi all! > > An update to freetype-2.5.4, released on 2014-12-06. > > This release also contains a fix for vulnerability CVE-2014-2240 > in the CFF driver. > > abi-compliance-checker reported 2.5.4 as being incompatible with > 2.5.

Re: lock and term in cwm menu

2014-12-15 Thread Bryan Steele
On Mon, Dec 15, 2014 at 07:36:41PM +, mar...@martinbrandenburg.com wrote: > Revision 1.178 of xenocara/app/cwm/conf.c made lock and term always show > at top of application menu. I don't see a way to remove this. Will this > be permanent behavior now? > > -- Martin I see this too, my brain si

lock and term in cwm menu

2014-12-15 Thread martin
Revision 1.178 of xenocara/app/cwm/conf.c made lock and term always show at top of application menu. I don't see a way to remove this. Will this be permanent behavior now? -- Martin

Re: avoid kdump crash on localtime() failure

2014-12-15 Thread Philip Guenther
On Mon, Dec 15, 2014 at 6:04 AM, Jonathan Gray wrote: > So now time is printed by default afl has found that time_t values > such as -9223372035438150153 will cause localtime() to fail and > return NULL. strftime() can't deal with this and will at some point > dereference tm without checking if i

Re: avoid kdump crash on localtime() failure

2014-12-15 Thread Otto Moerbeek
On Mon, Dec 15, 2014 at 03:21:24PM +0100, Otto Moerbeek wrote: > On Tue, Dec 16, 2014 at 01:04:05AM +1100, Jonathan Gray wrote: > > > So now time is printed by default afl has found that time_t values > > such as -9223372035438150153 will cause localtime() to fail and > > return NULL. strftime()

Re: avoid kdump crash on localtime() failure

2014-12-15 Thread Otto Moerbeek
On Tue, Dec 16, 2014 at 01:04:05AM +1100, Jonathan Gray wrote: > So now time is printed by default afl has found that time_t values > such as -9223372035438150153 will cause localtime() to fail and > return NULL. strftime() can't deal with this and will at some point > dereference tm without chec

avoid kdump crash on localtime() failure

2014-12-15 Thread Jonathan Gray
So now time is printed by default afl has found that time_t values such as -9223372035438150153 will cause localtime() to fail and return NULL. strftime() can't deal with this and will at some point dereference tm without checking if it is NULL causing a crash. Index: ktrstruct.c

Re: intro(2) update regarding file names

2014-12-15 Thread Kaspars Bankovskis
Forgot to mention - the sentence I changed is based on FreeBSD version of the same manpage. On Mon, Dec 15, 2014 at 01:22:21PM +0200, Kaspars Bankovskis wrote: > As there are no file name restrictions for ASCII characters, I assume > this requirement might be outdated. Is that correct? > > Index:

intro(2) update regarding file names

2014-12-15 Thread Kaspars Bankovskis
As there are no file name restrictions for ASCII characters, I assume this requirement might be outdated. Is that correct? Index: intro.2 === RCS file: /cvs/src/lib/libc/sys/intro.2,v retrieving revision 1.53 diff -u -p -r1.53 intro.2

Re: acpicpu _CST handling for mwait

2014-12-15 Thread Theo Buehler
On Sun, Dec 14, 2014 at 02:00:08PM -0800, Philip Guenther wrote: > > Some time ago, I had added support for using the MWAIT instruction in the > idle loop. Various people found that made their boxes run hot, to the > point that several developers diked it out of their own builds; I've > commit