pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: impending update of amanda packages to 2.5.2p1



I think this is an IPv6 problem.  On one of our machines, we didn't have
the problem, but on one of my personal boxes I get similar symptoms and
haven't fully tracked it down.

I think chunker listens on a socket, and ends up on v6 instead of v4,
and then the incoming v4 connections don't hit the v6 socket (by default
on BSD, seems to violate RFCs).

Do you have chunksize set?  Does your machine have v6 addresses?

Try setting

sysctl -w net.inet6.ip6.v6only=0

Or, munge the build to make it think HAVE_IPV6 isn't defined.



Home | Main Index | Thread Index | Old Index