Re: vm.swap_reserved toooooo large?

2010-12-19 Thread George Mamalakis
On 19/12/2010 00:17, Ronald Klop wrote: On Sat, 18 Dec 2010 12:52:10 +0100, George Mamalakis wrote: Oliver, I am sending you this email outside the list, because I think that That didn't work out as you intended. :-) replying on emails and co

Tunables (Re: How to debug a double fault? (Re: Could MSGBUF_SIZE be made a loader tunable?))

2010-12-19 Thread perryh
Andriy Gapon wrote: > on 16/12/2010 11:34 per...@pluto.rain.com said the following: > > Andriy Gapon wrote: > >> BTW, are you sure that you correctly placed initialization of > >> msgbufsize ? > > > > I am not at all sure of that ... > > > > Apart from the name, msgbufsize is set up in exactly

Re: RFC: Upgrade BIND version in RELENG_7 to BIND 9.6.x

2010-12-19 Thread Ade Lovett
On Dec 17, 2010, at 23:41 , Doug Barton wrote: > Your feedback on the issue of upgrading BIND in RELENG_7 is welcome. > Sooner is better. :) Seriously? For RELENG_7 which is going to be with us a long time. Looks like we have a bunch of DNS mongers here that have tested out their stuff with R

The FreeBSD 7.4-BETA1 CD wont boot properly on this machine

2010-12-19 Thread Torfinn Ingolfsen
Hi, I am trying to install FreeBSD 7.4-BETA1 / amd64 on this[1] machine. The machine doesn't have a CD drive built-in, so I am using a Plextor PX-608CU external DVD writer which connects via usb as the CD drive to install from. I use the FreeBSD-7.4-BETA1-amd64-disc1.iso, which is burned to a CD. A

Re: Following vendor release cycle (Was: Re: RFC: Upgrade BIND version in RELENG_7 to BIND 9.6.x)

2010-12-19 Thread Doug Barton
On 12/18/2010 21:57, Kostik Belousov wrote: I do not question your decision of upgrading or leaving the legacy version of BIND in the legacy branch of FreeBSD src. You know that, and I know that. :) I just wanted to be sure that no one got the impression that anyone other than me was responsi

Re: The FreeBSD 7.4-BETA1 CD wont boot properly on this machine

2010-12-19 Thread Chris Rees
On 19 December 2010 19:55, Torfinn Ingolfsen wrote: > Hi, > I am trying to install FreeBSD 7.4-BETA1 / amd64 on this[1] machine. > The machine doesn't have a CD drive built-in, so I am using a Plextor > PX-608CU external DVD writer which connects via usb as the CD drive to > install from. I use th

get ram usage using getrusage()

2010-12-19 Thread Claus Guttesen
Hi. I'm trying to read how much ram an app is using reading http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2006-03/msg00246.html from ru.ru_maxrss. While ru.ru_maxrss gives me used accurate ram-usage when memory increases it doesn't immediately count down when memory is released. So I tri

Re: ntpd fails on boot

2010-12-19 Thread Mark Andrews
In message <20101218220244.ga19...@icarus.home.lan>, Jeremy Chadwick writes: > On Sat, Dec 18, 2010 at 11:37:21AM -0700, Dan Allen wrote: > > > > On 14 Dec 2010, at 5:47 PM, Jeremy Chadwick wrote: > > > > > Anyway, many people are using the below with success. > > > > Sorry to say that netwait

Re: Enabling DNSSEC (Was: Re: RFC: Upgrade BIND version in RELENG_7 to BIND 9.6.x)

2010-12-19 Thread Mark Andrews
In message <4d0d408a.2020...@freebsd.org>, Doug Barton writes: > On 12/18/2010 09:16, Garrett Wollman wrote: > > In article<4d0c49a2.4000...@freebsd.org>, do...@freebsd.org writes: > > > >> In order to avoid repeating the scenario where we have a version of BIND > >> in the base that is not suppor

Re: RFC: Upgrade BIND version in RELENG_7 to BIND 9.6.x

2010-12-19 Thread Jason Helfman
On Fri, Dec 17, 2010 at 09:41:54PM -0800, Doug Barton thus spake: Your feedback on the issue of upgrading BIND in RELENG_7 is welcome. Sooner is better. :) Does this mean that BIND would be updated in RELENG_7_x, as well, for the supported branches? I understand that they aren't security updat

Re: The FreeBSD 7.4-BETA1 CD wont boot properly on this machine

2010-12-19 Thread Jeremy Chadwick
On Sun, Dec 19, 2010 at 08:55:23PM +0100, Torfinn Ingolfsen wrote: > Hi, > I am trying to install FreeBSD 7.4-BETA1 / amd64 on this[1] machine. > The machine doesn't have a CD drive built-in, so I am using a Plextor > PX-608CU external DVD writer which connects via usb as the CD drive to > install

Re: get ram usage using getrusage()

2010-12-19 Thread Jeremy Chadwick
On Sun, Dec 19, 2010 at 10:51:02PM +0100, Claus Guttesen wrote: > I'm trying to read how much ram an app is using reading > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2006-03/msg00246.html > from ru.ru_maxrss. While ru.ru_maxrss gives me used accurate ram-usage > when memory increases i