Re: problem with net subsystem

2010-10-14 Thread Коньков Евгений
Здравствуйте, Eugen. Вы писали 14 октября 2010 г., 20:44:50: EK> Hi EK> #top -SI EK> last pid: 67653; load averages: 1.23, 1.12, 1.24 up 1+09:46:14 20:22:34 EK> 94 processes: 3 running, 76 sleeping, 15 waiting EK> CPU: 0.0% user, 0.0% nice, 33.3% system, 66.7% interrupt, 0

Re: strange resolver behavour

2010-10-14 Thread Doug Barton
On 10/14/2010 2:43 AM, Eugene Grosbein wrote: Is host(1) supposed to do lookups using suffixes from /etc/resolv.conf for FQDN with dot at the end? ... if only there were a document of some kind that described how the tool was supposed to work ... something like a manual ... :) Doug -- Br

problem with net subsystem

2010-10-14 Thread Eugen Konkov
Hi #top -SI last pid: 67653; load averages: 1.23, 1.12, 1.24 up 1+09:46:14 20:22:34 94 processes: 3 running, 76 sleeping, 15 waiting CPU: 0.0% user, 0.0% nice, 33.3% system, 66.7% interrupt, 0.0% idle Mem: 54M Active, 226M Inact, 103M Wired, 59M Buf, 103M Free Swap: 2048M

Re: [PATCH] Netdump for review and testing -- preliminary version

2010-10-14 Thread Attilio Rao
2010/10/14 Robert N. M. Watson : > > On 14 Oct 2010, at 15:10, Attilio Rao wrote: > >>> My concern is less about occasional lost dumps that destabilising the >>> dumping process: calls into the memory allocator can currently trigger a >>> lot of interesting behaviours, such as further calls back

Re: [PATCH] Netdump for review and testing -- preliminary version

2010-10-14 Thread Robert N. M. Watson
On 14 Oct 2010, at 15:10, Attilio Rao wrote: >> My concern is less about occasional lost dumps that destabilising the >> dumping process: calls into the memory allocator can currently trigger a lot >> of interesting behaviours, such as further calls back into the VM system, >> which can then t

Re: [PATCH] Netdump for review and testing -- preliminary version

2010-10-14 Thread Attilio Rao
2010/10/14 Robert N. M. Watson : > > On 13 Oct 2010, at 18:46, Ryan Stone wrote: > >> On Fri, Oct 8, 2010 at 9:15 PM, Robert Watson wrote: >>> +               /* >>> +                * get and fill a header mbuf, then chain data as an >>> extended >>> +                * mbuf. >>> +                

Re: strange resolver behavour

2010-10-14 Thread Eugene Grosbein
On 14.10.2010 13:43, Doug Barton wrote: >> Hopefully it does not find but what if such names would exist >> and have MX records? host(1) would lie to me. > > No, it would act the way it's supposed to. Is host(1) supposed to do lookups using suffixes from /etc/resolv.conf for FQDN with dot at the

Re: [PATCH] Netdump for review and testing -- preliminary version

2010-10-14 Thread Robert N. M. Watson
On 13 Oct 2010, at 18:46, Ryan Stone wrote: > On Fri, Oct 8, 2010 at 9:15 PM, Robert Watson wrote: >> + /* >> +* get and fill a header mbuf, then chain data as an >> extended >> +* mbuf. >> +*/ >> + MGETHDR(m, M_DONTWAIT