Re: kern/133204: [msk] msk driver timeouts

2009-04-12 Thread linimon
Old Synopsis: 'msk' driver problem New Synopsis: [msk] msk driver timeouts Responsible-Changed-From-To: freebsd-i386->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 13 05:32:33 UTC 2009 Responsible-Changed-Why: Reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr

Re: kern/133328: [bge] [panic] Kernel panics with Windows7 client

2009-04-12 Thread linimon
Old Synopsis: Kernel panics with Windows7 client New Synopsis: [bge] [panic] Kernel panics with Windows7 client Responsible-Changed-From-To: freebsd-i386->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 13 05:30:58 UTC 2009 Responsible-Changed-Why: reclassify. http:

Re: kern/133490: [bpf] [panic] 'kmem_map too small' panic on Dell r900 when bpf_bufsize and bpf_maxbufsize are increased

2009-04-12 Thread linimon
Old Synopsis: 'kmem_map too small' panic on Dell r900 when bpf_bufsize and bpf_maxbufsize are increased New Synopsis: [bpf] [panic] 'kmem_map too small' panic on Dell r900 when bpf_bufsize and bpf_maxbufsize are increased Responsible-Changed-From-To: freebsd-i386->freebsd-net Responsible-Changed

Problem using Carp with NAT for High Availability Firewall

2009-04-12 Thread Craig Cocca
I have been experimenting recently with using Carp on FreeBSD 6.1 to implement a high-availability firewall. I have two FreeBSD 6.1 machines set up, each with their own static IP address, and both machines share a virtual IP (VIP), which is the gateway IP for the machines behind the firewalls.

Re: bin/130159: [patch] ppp(8) fails to correctly set routes

2009-04-12 Thread Brett Glass
The following reply was made to PR bin/130159; it has been noted by GNATS. From: Brett Glass To: bug-follo...@freebsd.org, loos...@gmail.com Cc: Subject: Re: bin/130159: [patch] ppp(8) fails to correctly set routes Date: Sun, 12 Apr 2009 18:41:27 -0600 Note: With the patch as written, the "ga

Re: natd interferes with incoming RTSP/RTP

2009-04-12 Thread Paolo Pisati
Mikhail T. wrote: Great pointer! As a matter of fact, all I had to comment out was the /lib/libalias_smedia.so... Now, what's wrong with it? Does not disabling this plugin mean, the hosts on the LAN can't access RTSP streams? Thanks! Yours, try this patch: http://people.freebsd.org/~piso/al

Re: natd interferes with incoming RTSP/RTP

2009-04-12 Thread Mikhail T.
Paolo Pisati написав(ла): > Mikhail T. wrote: >> However, if I disable just one of the rules below -- 1300, the one >> diverting all traffic to natd -- the video works fine... So it is not >> any of the other rules, that are the problem, nor is it the remote >> server... Why would this happen and h

Re: m_tag, malloc vs uma

2009-04-12 Thread Robert Watson
On Sat, 11 Apr 2009, Karim Fodil-Lemelin wrote: I think it would be desirable to make a change to more flexible m_tag types for 8.0, but I'm not sure I have time to implement/test it. Is this something you might be interested in working on? I'm thinking of basically replacing the m_tag_free

Re: natd interferes with incoming RTSP/RTP

2009-04-12 Thread Paolo Pisati
Mikhail T. wrote: However, if I disable just one of the rules below -- 1300, the one diverting all traffic to natd -- the video works fine... So it is not any of the other rules, that are the problem, nor is it the remote server... Why would this happen and how do I solve the problem? Thanks!