-CURRENT problems with WCCP/high load

2004-12-16 Thread Gaspar Chilingarov
st regards , Gaspar Chilingarov ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

fork rate limit

2002-02-02 Thread Gaspar Chilingarov
o code it and submit patches for -current. I think this limit must go to struct uidinfo, am i right ? Also i need to store per-user counters somewhere, can i place it there? -- Gaspar Chilingarov To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: fork rate limit

2002-02-02 Thread Gaspar Chilingarov
-> Date: Sat, 2 Feb 2002 12:52:24 -0800 (PST) -> From: Matthew Dillon <[EMAIL PROTECTED]> -> To: Gaspar Chilingarov <[EMAIL PROTECTED]> -> Cc: [EMAIL PROTECTED] -> Subject: Re: fork rate limit -> -> :Hi! -> : -> :Is it reasonable to administratively li

Re: fork rate limit

2002-02-10 Thread Gaspar Chilingarov
login.conf. Also fork rate-limit does not affect processes which belong to root. Patch is created against 10 Feb 20:00 UTC sources. copy it to /usr/src and run 'patch -p1 < diffi' -- Gaspar Chilingarov diff -r -u /usr/src/lib/libc/sys/getrlimit.2 src/lib/libc/sys/getrlimit.2 --

Re: fork rate limit

2002-02-11 Thread Gaspar Chilingarov
alfred Exp $ */ #include "opt_ktrace.h" @@ -239,9 +239,6 @@ struct forklist *ep; struct filedesc *fd; struct proc *p1 = td->td_proc; -struct thread *td2; -struct kse *ke2; -struct ksegrp *kg2; GIANT_REQUIRED; -- please remove them before applying patch. -- Gaspar Chili