Bug 6438 - rsync fails to understand IPv6 on Solaris
Summary: rsync fails to understand IPv6 on Solaris
Status: RESOLVED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.0.6
Hardware: x64 Solaris
: P3 major (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL: http://bink.tajinc.org/tmp2/solaris_r...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-05 00:28 UTC by Tim Spriggs
Modified: 2009-06-05 15:02 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Spriggs 2009-06-05 00:28:12 UTC
running rsync as a daemon on Solaris fails to listen for IPv6 connections... even with the -6 flag. I traced this down to the configure script not correctly detecting that IPv6 is supported on Solaris/OpenSolaris. I've built rsync with a patch to configure.in which allows rsync to listen for IPv6 connections (see URL)
Comment 1 Wayne Davison 2009-06-05 15:02:20 UTC
Thanks -- this is now commited to the git repo.