Re: /var getting full

2012-04-27 Thread Maxim Dounin
Hello! On Fri, Apr 27, 2012 at 10:14:27AM -0500, Efraín Déctor wrote: > Hello. I have a server using FreeBSD 8.2, and recently I’ve noticed that /var > is getting full But du –hs /var shows me this: > > 14M/var/ > > How Can I know what is using var to free space? fs

Re: Unbalanced timer interrupts under VMWare?

2011-12-21 Thread Maxim Dounin
machine in it, which works fine. Does anyone else run 9.x on VMware > 5? > > The host is a Xeon X3360 CPU (4 cores, no HTT, 2.8 GHz). Maxim Dounin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: SSL appears to be broken in 8-STABLE/RELEASE

2009-12-19 Thread Maxim Dounin
Apache 1.3 with rse@'s mod_ssl (ports/www/apache22 and ports/www/apache13-modssl). Maxim Dounin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: SSL appears to be broken in 8-STABLE/RELEASE

2009-12-19 Thread Maxim Dounin
Hello! On Sat, Dec 19, 2009 at 03:23:57AM -0800, Chris H wrote: > On Sat, December 19, 2009 3:13 am, Maxim Dounin wrote: > > Hello! > > > > > > On Sat, Dec 19, 2009 at 09:58:49AM +0100, H. Ingow wrote: > > > > > > [...] > > > > > >

Re: SSL appears to be broken in 8-STABLE/RELEASE

2009-12-19 Thread Maxim Dounin
Hello! On Sat, Dec 19, 2009 at 03:18:21AM -0800, Chris H wrote: > Hello Maxim, and thank you for taking the time to reply. > On Sat, December 19, 2009 2:14 am, Maxim Dounin wrote: > > Hello! > > > > > > On Fri, Dec 18, 2009 at 05:32:41PM -0800, Chris H wrote:

Re: SSL appears to be broken in 8-STABLE/RELEASE

2009-12-19 Thread Maxim Dounin
won't help. The only difference is that 0.9.8l has some means to re-enable legacy renegotiation which may be utilized by applications which are aware of the problem. Maxim Dounin ___ freebsd-stable@freebsd.org mailing list http://lists.freebs

Re: SSL appears to be broken in 8-STABLE/RELEASE

2009-12-19 Thread Maxim Dounin
; patch out, and rebuild openssl && all affected ports - no? If you are using Apache as server, you may consider using server-wide SSLVerifyClient (instead of per-location ones which require renegotiation). Maxim Dounin ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: pf: unlocked lookup

2009-12-10 Thread Maxim Dounin
e that depending on workload and actual rules the hack may do more harm than good. We had some machines which were deadlocking[1] in minutes with hack enabled but were almost stable without it. Anyway, the only safe solution right now is to avoid uid/gid rules. [1] http://l