samba-bugs@samba.org
2009-Jan-27 12:51 UTC
DO NOT REPLY [Bug 6067] New: IPv6 literal addresses broken
https://bugzilla.samba.org/show_bug.cgi?id=6067 Summary: IPv6 literal addresses broken Product: rsync Version: 3.0.4 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: arekm@maven.pl QAContact: rsync-qa@samba.org [arekm@tarm ~]$ rsync --version rsync version 3.0.5 protocol version 30 Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, iconv, symtimes rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. [arekm@tarm ~]$ rsync -avP "arekm@[2001:6a0:13f:1::1]:ble" . ssh: Could not resolve hostname [2001: Name or service not known rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(600) [receiver=3.0.5] [arekm@tarm ~]$ rsync -avP -e ssh "arekm@[2001:6a0:13f:1::1]:ble" . ssh: Could not resolve hostname [2001: Name or service not known rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(600)[receiver=3.0.5] [arekm@tarm ~]$ rsync -avP rsync://arekm@[2001:6a0:13f:1::1]:ble . rsync: getaddrinfo: [2001 6: Name or service not known rsync error: error in socket IO (code 10) at clientserver.c(124) [receiver=3.0.5] ps. version form in bugzilla doesn't contain released 3.0.5 version -- 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
2009-Jan-29 00:03 UTC
DO NOT REPLY [Bug 6067] IPv6 literal addresses broken if prefixed username supplied
https://bugzilla.samba.org/show_bug.cgi?id=6067 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #1 from wayned@samba.org 2009-01-28 18:03 CST ------- My new hostspec parsing code fixes this. It's checked in to the master and b3.0.x branches in git. http://git.samba.org/?p=rsync.git;a=summary -- 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
- DO NOT REPLY [Bug 6588] New: errors missed when connecting to host with multiple addresses and host is down
- [Bug 1675] New: rsync cannot cope with literal IPv6 addresses
- DO NOT REPLY [Bug 1675] rsync cannot cope with literal IPv6 addresses
- IPv6 literal addresses on command line
- DO NOT REPLY [Bug 4016] New: literal IPv6 addresses not supported in ssh protocol