Hi there Brian,

Sorry for posting a command with the wrong syntax here. Anyway, I
changed the command I found on line because I experienced trouble after
a while (with the command in my terminal memory - up arrow), sorry about
that. I retried with the original command and it worked for the original
download, but it is failing again now:

tho...@thomas-laptop:~$ rsync -zhhP 
rsync://cdimage.ubuntu.com/cdimage/daily-live/current/jaunty-desktop-i386.iso 
~/Desktop/rsync/jaunty-desktop-i386.iso ; rsync -zhhP 
rsync://cdimage.ubuntu.com/cdimage/daily/current/jaunty-alternate-i386.iso 
~/Desktop/rsync/jaunty-alternate-i386.iso
rsync: getaddrinfo: cdimage.ubuntu.com 873: Name or service not known
rsync error: error in socket IO (code 10) at clientserver.c(122) 
[receiver=3.0.3]
^Z
[1]+  Stopped                 rsync -zhhP 
rsync://cdimage.ubuntu.com/cdimage/daily/current/jaunty-alternate-i386.iso 
~/Desktop/rsync/jaunty-alternate-i386.iso
tho...@thomas-laptop:~$ gdb rsync 2>&1 | tee gdb-rsync.txt
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb) quit
tho...@thomas-laptop:~$ gdb rsync 2>&1 | tee gdb-rsync.txt
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb) handle SIG33 pass nostop noprint
Signal        Stop      Print   Pass to program Description
SIG33         No        No      Yes             Real-time event 33
(gdb) set pagination 0
(gdb) set logging file gdb-rsync.log
(gdb) set logging on
Copying output to gdb-rsync.log.
(gdb) run -zhhP 
rsync://cdimage.ubuntu.com/cdimage/daily-live/current/jaunty-desktop-i386.iso 
~/Desktop/rsync/jaunty-desktop-i386.iso
Starting program: /usr/bin/rsync -zhhP 
rsync://cdimage.ubuntu.com/cdimage/daily-live/current/jaunty-desktop-i386.iso 
~/Desktop/rsync/jaunty-desktop-i386.iso
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
^C
Program received signal SIGINT, Interrupt.
0xb7f7c430 in __kernel_vsyscall ()
(gdb) rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at 
rsync.c(541) [receiver=3.0.3]

(gdb) backtrace full
#0  0xb7f7c430 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7eb6bcd in select () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2  0x08071440 in ?? ()
No symbol table info available.
#3  0x080702d7 in ?? ()
No symbol table info available.
#4  0x08071a88 in ?? ()
No symbol table info available.
#5  0x08071dda in ?? ()
No symbol table info available.
#6  0x08059c0d in ?? ()
No symbol table info available.
#7  0x080652f7 in ?? ()
No symbol table info available.
#8  0x0806558d in ?? ()
No symbol table info available.
#9  0x08066adc in ?? ()
No symbol table info available.
#10 0xb7df3685 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#11 0x0804ad01 in ?? ()
No symbol table info available.
(gdb) info registers
eax            0xfffffdfe       -514
ecx            0xbfa78e04       -1079538172
edx            0xbfa78d84       -1079538300
ebx            0x8      8
esp            0xbfa78d20       0xbfa78d20
ebp            0xbfa78e98       0xbfa78e98
esi            0x0      0
edi            0xbfa78e84       -1079538044
eip            0xb7f7c430       0xb7f7c430 <__kernel_vsyscall+16>
eflags         0x200246 [ PF ZF IF ID ]
cs             0x73     115
ss             0x7b     123
ds             0x7b     123
es             0x7b     123
fs             0x0      0
gs             0x33     51
(gdb) thread apply all backtrace
(gdb) quit
The program is running.  Exit anyway? (y or n) y
tho...@thomas-laptop:~$ 


tho...@thomas-laptop:~$ rsync -zhhP 
rsync://cdimage.ubuntu.com/cdimage/daily-live/current/jaunty-desktop-i386.iso 
~/Desktop/rsync/jaunty-desktop-i386.iso ; rsync -zhhP 
rsync://cdimage.ubuntu.com/cdimage/daily/current/jaunty-alternate-i386.iso 
~/Desktop/rsync/jaunty-alternate-i386.iso
rsync: getaddrinfo: cdimage.ubuntu.com 873: Name or service not known
rsync error: error in socket IO (code 10) at clientserver.c(122) 
[receiver=3.0.3]
^Z
[1]+  Stopped                 rsync -zhhP 
rsync://cdimage.ubuntu.com/cdimage/daily/current/jaunty-alternate-i386.iso 
~/Desktop/rsync/jaunty-alternate-i386.iso
tho...@thomas-laptop:~$ gdb rsync 2>&1 | tee gdb-rsync.txt
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb) quit
tho...@thomas-laptop:~$ gdb rsync 2>&1 | tee gdb-rsync.txt
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(gdb) handle SIG33 pass nostop noprint
Signal        Stop      Print   Pass to program Description
SIG33         No        No      Yes             Real-time event 33
(gdb) set pagination 0
(gdb) set logging file gdb-rsync.log
(gdb) set logging on
Copying output to gdb-rsync.log.
(gdb) run -zhhP 
rsync://cdimage.ubuntu.com/cdimage/daily-live/current/jaunty-desktop-i386.iso 
~/Desktop/rsync/jaunty-desktop-i386.iso
Starting program: /usr/bin/rsync -zhhP 
rsync://cdimage.ubuntu.com/cdimage/daily-live/current/jaunty-desktop-i386.iso 
~/Desktop/rsync/jaunty-desktop-i386.iso
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
^C
Program received signal SIGINT, Interrupt.
0xb7f7c430 in __kernel_vsyscall ()
(gdb) rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at 
rsync.c(541) [receiver=3.0.3]

(gdb) backtrace full
#0  0xb7f7c430 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7eb6bcd in select () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2  0x08071440 in ?? ()
No symbol table info available.
#3  0x080702d7 in ?? ()
No symbol table info available.
#4  0x08071a88 in ?? ()
No symbol table info available.
#5  0x08071dda in ?? ()
No symbol table info available.
#6  0x08059c0d in ?? ()
No symbol table info available.
#7  0x080652f7 in ?? ()
No symbol table info available.
#8  0x0806558d in ?? ()
No symbol table info available.
#9  0x08066adc in ?? ()
No symbol table info available.
#10 0xb7df3685 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#11 0x0804ad01 in ?? ()
No symbol table info available.
(gdb) info registers
eax            0xfffffdfe       -514
ecx            0xbfa78e04       -1079538172
edx            0xbfa78d84       -1079538300
ebx            0x8      8
esp            0xbfa78d20       0xbfa78d20
ebp            0xbfa78e98       0xbfa78e98
esi            0x0      0
edi            0xbfa78e84       -1079538044
eip            0xb7f7c430       0xb7f7c430 <__kernel_vsyscall+16>
eflags         0x200246 [ PF ZF IF ID ]
cs             0x73     115
ss             0x7b     123
ds             0x7b     123
es             0x7b     123
fs             0x0      0
gs             0x33     51
(gdb) thread apply all backtrace
(gdb) quit
The program is running.  Exit anyway? (y or n) y
tho...@thomas-laptop:~$ 

Do you know the correct dbg or dbgsym package? Also it says error at
client server, I have a laptop, so that is not me?

Thanks, Thomas

** Attachment added: "gdb-rsync.txt"
   http://launchpadlibrarian.net/21623807/gdb-rsync.txt

-- 
rsync not working in intrepid
https://bugs.launchpad.net/bugs/317928
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to