Re: Accessing Pagetable of a process

2006-01-16 Thread Kamal R. Prasad
On 1/16/06, Pranav Sawargaonkar <[EMAIL PROTECTED]> wrote: > > Hi > I want to access pagetable of a perticular process. > How i should get it?Is it possible to access by using pointer of type > 'struct proc'? by accessimg the vmspace for the process. Also i want to access each page referenced in

Re: Panic in nfs_putpages() on 6-stable, more info.

2006-01-16 Thread Frank Mayhar
On Sun, 2006-01-15 at 14:45 -0800, Frank Mayhar wrote: > That's easy enough to do, but I would like to make sure that my > understanding of this (and my guess) is correct and that I'm not wasting > my time. Sigh. Well, given the deafening silence I got in response to this, I went ahead and fixed

Re: Named requests filling up T1

2006-01-16 Thread Mike Silbersack
> Thanks Matt, > > The answer to both is no. The domain doesn't resolve either > (v.tn.co.za). It looks like the source IP changes too...sigh I tried > a whois on the source IP and it was not found, so it may be spoofed? Or > someone has a very messed up server... There was a thread on bugtraq

Re: Named requests filling up T1

2006-01-16 Thread Steve Suhre
Looks like someone is spamming your DNS server with queries. Two questions: 1) Is v.tn.co.za a domain that you are authorative for? 2) Are you an ISP and/or is client 64.18.133.103 authorized to use your DNS server? If the answer to 1) is NO, then there's no reason for these queries to be dire

Re: Named requests filling up T1

2006-01-16 Thread Matt Emmerton
> Ugh...it's always something > > The T1 here is getting blasted by named requests, any suggestions would > be appreciated... I turned on debugging and got the following, lots of > them...so many that we're getting 30-50% packet loss across the T1: > > 16-Jan-2006 18:01:35.795 client @0x87d480

Named requests filling up T1

2006-01-16 Thread Steve Suhre
Ugh...it's always something The T1 here is getting blasted by named requests, any suggestions would be appreciated... I turned on debugging and got the following, lots of them...so many that we're getting 30-50% packet loss across the T1: 16-Jan-2006 18:01:35.795 client @0x87d4800: udpr

Re: FreeBSD 6.0 default pty/tty-limit (256) OFF!

2006-01-16 Thread Kevin Kinsey
Hi, I need patch to raise FreeBSD 6.0 default pty/tty-limit (256) UP or OFF. In shell-production usage, that limit is ridiculous, there must be stop to this and put PTY-limits off! I changed my servers operating systems moment ago from Linux to FreeBSD thinking that FreeBSD could be more bette

Re: FreeBSD 6.0 default pty/tty-limit (256) OFF!

2006-01-16 Thread chris
Then change the default it isnt hard you cant just come on a mailing list and demand a patch be raised just becuase you think this is rediculous this is why we have man pages and all that google.com/bsd your english is pretty poor too if you dont like freebsd then dont use it but dont demand people

FreeBSD 6.0 default pty/tty-limit (256) OFF!

2006-01-16 Thread Antti Korpela
Hi, I need patch to raise FreeBSD 6.0 default pty/tty-limit (256) UP or OFF. In shell-production usage, that limit is ridiculous, there must be stop to this and put PTY-limits off! I changed my servers operating systems moment ago from Linux to FreeBSD thinking that FreeBSD could be more bette

Accessing Pagetable of a process

2006-01-16 Thread Pranav Sawargaonkar
Hi I want to access pagetable of a perticular process. How i should get it?Is it possible to access by using pointer of type 'struct proc'? Also i want to access each page referenced in pagetable of that process by writing my module how i can achieve this? Thanks in advance. -Pranav