samba-bugs@samba.org
2007-Feb-05 18:25 UTC
DO NOT REPLY [Bug 1675] rsync cannot cope with literal IPv6 addresses
https://bugzilla.samba.org/show_bug.cgi?id=1675 luke-jr+sambabugs@utopios.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luke- | |jr+sambabugs@utopios.org ------- Comment #2 from luke-jr+sambabugs@utopios.org 2007-02-05 12:25 MST ------- This is still a problem as of rsync 2.6.9. I cannot specify an IPv6 literal, eg: rsync /test [fe80::1]:/test Please reopen. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2007-Feb-05 19:09 UTC
DO NOT REPLY [Bug 1675] rsync cannot cope with literal IPv6 addresses
https://bugzilla.samba.org/show_bug.cgi?id=1675 ------- Comment #3 from wayned@samba.org 2007-02-05 13:08 MST ------- This works just fine for me using rsync 2.6.9 and ssh: rsync -avv '[::1]':src /dest (My shell requires the quotes to avoid an error about the wild-cards not matching anything.) Use double-verbose to see what remote-shell command rsync is executing, and then diagnose why that doesn't work for you. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2007-Feb-05 19:20 UTC
DO NOT REPLY [Bug 1675] rsync cannot cope with literal IPv6 addresses
https://bugzilla.samba.org/show_bug.cgi?id=1675 ------- Comment #4 from luke-jr+sambabugs@utopios.org 2007-02-05 13:19 MST ------- ok, it seems to only happen if I specify a username: luke-jr@yokochan ~ $ rsync test luke-jr@'[::1]':/tmp rsync: getaddrinfo: [ 873: Name or service not known rsync error: error in socket IO (code 10) at clientserver.c(104) [sender=2.6.9] -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2007-Feb-05 20:01 UTC
DO NOT REPLY [Bug 1675] rsync cannot cope with literal IPv6 addresses
https://bugzilla.samba.org/show_bug.cgi?id=1675 ------- Comment #5 from wayned@samba.org 2007-02-05 14:00 MST ------- Rsync currently requires the name to be inside the brackets: rsync test '[luke-jr@::1]':/tmp (Some shells don't require the quotes.) I'll look into changing that for 3.0.0. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2007-Feb-05 20:06 UTC
DO NOT REPLY [Bug 1675] rsync cannot cope with literal IPv6 addresses
https://bugzilla.samba.org/show_bug.cgi?id=1675 ------- Comment #6 from luke-jr+sambabugs@utopios.org 2007-02-05 14:06 MST ------- That works, if odd syntax. It would be nice if I didn't need brackets too: rsync test luke-jr@::1:/tmp -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
Seemingly Similar Threads
- [Bug 1675] New: rsync cannot cope with literal IPv6 addresses
- DO NOT REPLY [Bug 4016] New: literal IPv6 addresses not supported in ssh protocol
- DO NOT REPLY [Bug 6067] New: IPv6 literal addresses broken
- IPv6 literal addresses on command line
- [Bug 11481] New: --ignore-errors must be a separate option