Re: shm_map questions

2013-10-14 Thread Laurie Jennings
John, I got this working thanks to your help. I have to run my app on an old system and I can't get shm_map to work on a 32-bit build. I've traced it to vm_fault_wire() returning 2 (KERN_PROTECTION_FAILURE). This stuff is above my pay grade. Is there some option that I'm missing? I need to ma

Re: IPv6 Source Address Selection in 9.x

2013-10-14 Thread Mark Kamichoff
On Tue, Oct 15, 2013 at 06:07:54AM +0900, Hiroki Sato wrote: > pr> It's my understanding that by leaving ip6addrctl_policy as AUTO will > pr> only prefer IPv6 if ipv6_enable_all_interfaces is set to YES, which it > pr> is in my /etc/rc.conf. However, it appears that this never resulted in > pr> ip

Re: IPv6 Source Address Selection in 9.x

2013-10-14 Thread Hiroki Sato
Mark Kamichoff wrote in <20131014205824.gi25...@prolixium.com>: pr> On Tue, Oct 15, 2013 at 05:45:15AM +0900, Hiroki Sato wrote: pr> > Try ip6addrctl_policy="ipv6_prefer" in rc.conf. pr> pr> Excellent. Thank you. I glanced right over that in pr> /etc/default/rc.conf. I just added the above l

Re: IPv6 Source Address Selection in 9.x

2013-10-14 Thread Mark Kamichoff
On Tue, Oct 15, 2013 at 05:45:15AM +0900, Hiroki Sato wrote: > Try ip6addrctl_policy="ipv6_prefer" in rc.conf. Excellent. Thank you. I glanced right over that in /etc/default/rc.conf. I just added the above line to /etc/rc.conf and ran /etc/rc.d/ip6addrctl start prefer_ipv6. Now, it works as e

Re: IPv6 Source Address Selection in 9.x

2013-10-14 Thread Hiroki Sato
Mark Kamichoff wrote in <20131014203929.gg25...@prolixium.com>: pr> Hi - pr> pr> A colleague of mine recently stumbled upon an IPv6-related quirk in pr> FreeBSD that seems to have appeared in the 9.x series. ... pr> This behavior has been reproduced on 9.2, as well. It has not been seen pr>

IPv6 Source Address Selection in 9.x

2013-10-14 Thread Mark Kamichoff
Hi - A colleague of mine recently stumbled upon an IPv6-related quirk in FreeBSD that seems to have appeared in the 9.x series. It appears that more often than not, IPv6 is not chosen as the default address family when initiating outbound connections, even in cases where there's an IPv6 address

Re: kern/169664: [bgp] Wrongful replacement of interface connected net route

2013-10-14 Thread melifaro
Synopsis: [bgp] Wrongful replacement of interface connected net route State-Changed-From-To: open->closed State-Changed-By: melifaro State-Changed-When: Mon Oct 14 11:21:16 UTC 2013 State-Changed-Why: Fixed in r248070 and merge to 9-STABLE in r248895. http://www.freebsd.org/cgi/query-pr.cgi?pr=1

Re: kern/169664: [bgp] Wrongful replacement of interface connected net route

2013-10-14 Thread melifaro
Synopsis: [bgp] Wrongful replacement of interface connected net route State-Changed-From-To: open->feedback State-Changed-By: melifaro State-Changed-When: Mon Oct 14 11:19:17 UTC 2013 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=169664 ___

Current problem reports assigned to freebsd-net@FreeBSD.org

2013-10-14 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

Unable to use pf(4) NAT with jail on 9.2-RELEASE

2013-10-14 Thread Peter Jeremy
I am trying to configure a new firewall and want to run squid in a jail but have been unsuccessful in getting outgoing NAT to work. I have previously used jails on 8.x and 10.x with traffic going both into and out of jails but I admit this is the first time I've tried to use NAT on the outgoing tr