On Wed, 07 Jul 2010 12:30:59 -0600, "M. Robert Spryn" <sprynmr@xxxxxx> wrote: > Hey guys, > > On a mac here. Installed squid from homebrew. On 3.1.3. My apache server > is on the same computer. > > Keep getting this error: > > 2010/07/07 12:25:50| comm_udp_sendto: FD 4, (family=2) 10.2.0.10:53: (22) > Invalid argument > 2010/07/07 12:25:50| idnsSendQuery: FD 4: sendto: (22) Invalid argument > > That's the only error I get. > > Cannot figure it out for the life of me. There is something in the FAQ > about using udp_outgoing_addr in a 'jailed' environment, but squid > recognize it when I put it in the config. You seem to have a Squid build with IPv6 in it. MacOS X uses a IPv6 stack type (split-stack) which is not supported by Squid-3.1. This shows up as errors sending IPv4 traffic into the IPv6-only network stack. A fix is being tested for 3.2. Amos