Displaying 12 results from an estimated 12 matches for "vvvvlogdtpre".
Did you mean:
vvvvlogdtpr
2009 Apr 10
1
linux Rsync + windows rsync + unexpected connection close
...; user@host:"~/public_html"
cmd=ssh.exe -2 -i .\id_rsa -oStrictHostKeyChecking=no machine=host
user=<user> path=~/public_html
cmd[0]=ssh.exe cmd[1]=-2 cmd[2]=-i cmd[3]=.\id_rsa
cmd[4]=-oStrictHostKeyChecking=no cmd[5]=-l cmd[6]=user cmd[7]=host
cmd[8]=rsync cmd[9]=--server cmd[10]=-vvvvlogDtpre.iLs cmd[11]=.
cmd[12]=~/public_html
opening connection using: ssh.exe -2 -i ".\id_rsa"
-oStrictHostKeyChecking=no -l user host rsync --server
-vvvvlogDtpre.iLs . "~/public_html"
note: iconv_open("CP1252", "CP1252") succeeded.
rsync: connection unexpectedly cl...
2023 Dec 21
1
rsync over ssh fails with --files-from
...ax the
> filelist.txt is local rather than remote.
>
Yes, I do know it refers to the list of local files.
There is no error - it just hangs indefinitely until some timeout period.
This is what it looks like on the remote side:
$ ps ax|grep rsync
324075 ? Ss 0:00 rsync --server -vvvvlogDtpRe.LsfxCIvu .
/var/tmp/one/
324094 ? S 0:00 rsync --server -vvvvlogDtpRe.LsfxCIvu .
/var/tmp/one/
On the local side, with a few -vvvv added to rsync, I see this:
recv_file_list done
get_local_name count=9 /var/tmp/one/
generator starting pid=324075
delta-transmission enabled
recv_genera...
2023 Dec 21
1
rsync over ssh fails with --files-from
...than remote.
>>
>
> Yes, I do know it refers to the list of local files.
>
> There is no error - it just hangs indefinitely until some timeout period.
> This is what it looks like on the remote side:
>
> $ ps ax|grep rsync
> 324075 ? Ss 0:00 rsync --server -vvvvlogDtpRe.LsfxCIvu .
> /var/tmp/one/
> 324094 ? S 0:00 rsync --server -vvvvlogDtpRe.LsfxCIvu .
> /var/tmp/one/
>
> On the local side, with a few -vvvv added to rsync, I see this:
>
> recv_file_list done
> get_local_name count=9 /var/tmp/one/
> generator starting pid=32...
2005 May 03
1
filename paths different in server mode
For some reason rsync-2.6.4 compiled by me on HP-UX 11.23 in 64-bit
mode is adding extra path elements when running in server mode. This
is a new problem. It did not used to do that with older versions and
it does not do that with compilations on other systems.
$ rsync -a ewok::cadroot/release/bin/ .
$ ls
bin
Where did that extra directory come from? Testing with a different
machine
2009 Jul 17
0
Rsync problem : stops unexpectedly
...re.htm" ~20Ko )
#> rsync -avvvv --timeout=60 /volume1/old/port-stagiaire.htm
root at 192.168.0.8:/volume1/NetBackup/test5
*cmd=<NULL> machine=192.168.0.8 user=root path=/volume1/NetBackup/test5
cmd[0]=ssh cmd[1]=-l cmd[2]=root cmd[3]=192.168.0.8 cmd[4]=rsync
cmd[5]=--server cmd[6]=-vvvvlogDtpre.iLs cmd[7]=--timeout=60 cmd[8]=.
cmd[9]=/volume1/NetBackup/**test5
opening connection using: ssh -l root 192.168.0.8 rsync --server
-vvvvlogDtpre.iLs --timeout=60 . /volume1/NetBackup/test5
note: iconv_open("ANSI_X3.4-1968", "ANSI_X3.4-1968") succeeded.
(Client) Protocol version...
2009 Jul 15
0
Rsync stops in the middle of a transfer
...ire.htm" ~20Ko )
#> rsync -avvvv --timeout=60 /volume1/old/port-stagiaire.htm
root at 192.168.0.8:/volume1/NetBackup/test5
*cmd=<NULL> machine=192.168.0.8 user=root path=/volume1/NetBackup/test5
cmd[0]=ssh cmd[1]=-l cmd[2]=root cmd[3]=192.168.0.8 cmd[4]=rsync
cmd[5]=--server cmd[6]=-vvvvlogDtpre.iLs cmd[7]=--timeout=60 cmd[8]=.
cmd[9]=/volume1/NetBackup/**test5
opening connection using: ssh -l root 192.168.0.8 rsync --server
-vvvvlogDtpre.iLs --timeout=60 . /volume1/NetBackup/test5
note: iconv_open("ANSI_X3.4-1968", "ANSI_X3.4-1968") succeeded.
(Client) Protocol version...
2011 Oct 24
1
rsync connection/transfer error
...artvvvv rsync://mirrors.usc.edu/centos/5.6/updates/i386/RPMS/--exclude=debug/
/var/www/html/centos/5/updates/i386
[client] add_rule(- debug/)
opening tcp connection to mirrors.usc.edu port 873
note: iconv_open("UTF-8", "UTF-8") succeeded.
sending daemon args: --server --sender -vvvvlogDtpre.is .
centos/5.6/updates/i386/RPMS/
rsync: read error: Connection reset by peer (104)
_exit_cleanup(code=12, file=io.c, line=759): entered
rsync error: error in rsync protocol data stream (code 12) at io.c(759)
[receiver=3.0.6]
_exit_cleanup(code=12, file=io.c, line=759): about to call exit(12)
I h...
2023 Dec 20
1
rsync over ssh fails with --files-from
What is the error? I assume you know that with that syntax the
filelist.txt is local rather than remote.
On 12/20/23 09:50, Alex via rsync wrote:
> Hi, I've been using rsync on fedora over ssh to sync directories for
> decades, but suddenly having a problem with transferring multiple files
> at a time to one specific host using --files-from. I can't think of what
> might
2023 Dec 21
1
rsync over ssh fails with --files-from
...t;
> Yes, I do know it refers to the list of local files.
>
> There is no error - it just hangs indefinitely until some timeout
> period. This is what it looks like on the remote side:
>
> $ ps ax|grep rsync
> ?324075 ? ? ? ? ?Ss ? ? 0:00 rsync --server -vvvvlogDtpRe.LsfxCIvu
> . /var/tmp/one/
> ?324094 ? ? ? ? ?S ? ? ?0:00 rsync --server -vvvvlogDtpRe.LsfxCIvu
> . /var/tmp/one/
>
> On the local side, with a few -vvvv added to rsync, I see this:
>
> recv_file_list done
> get_local_name count=9 /var/tmp/one/
>...
2004 Jul 14
12
HP-UX 11i and largefiles on rsync 2.6.2
Hello,
I'm running HP-UX 11i on an rp74xx. It's 64-bit.
C compiler is as follows:
B3901BA B.11.11.03 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800)
B3913DB C.03.30.02 HP aC++ Compiler (S800)
/usr/bin/cc:
LINT B.11.11.02 CXREF B.11.11.02
HP92453-01 B.11.11.02 HP C Compiler
$ Sep 8 2000 23:13:51 $
I have successfully compiled rsync 2.6.2 and it
2020 Feb 01
1
[Bug 14260] New: leading / added to file name causing file not found when setting permissions
...ed logs:
Client:
zoli at DESKTOP-365CN3F:/mnt/c/Users/Zoli/Pictures/2020/_all$ rsync -a -v -v
--numeric-ids -v -v 20200125_110331.jpg 192.168.1.1::kepek
opening tcp connection to 192.168.1.1 port 873
Connected to 192.168.1.1 (192.168.1.1)
msg checking charset: UTF-8
sending daemon args: --server -vvvvlogDtpre.iLsfxC --numeric-ids . kepek/ (5
args)
(Client) Protocol versions: remote=31, negotiated=31
sending incremental file list
[sender] make_file(20200125_110331.jpg,*,0)
[sender] flist start=1, used=1, low=0, high=0
[sender] i=1 <NULL> 20200125_110331.jpg mode=0100777 len=2,649,522 uid=1000
gid=...
2011 Oct 28
3
Strange bug (buffer overflow) happening only under cron
...dd_rule(: rsync.dirs)
cmd=ssh -i /Users/pedrofortunyayuso/.ssh/backup_pfortuny_net machine=pfortuny.net user=pfortuny path=~/backup_mbpro/
cmd[0]=ssh cmd[1]=-i cmd[2]=/Users/pedrofortunyayuso/.ssh/backup_pfortuny_net cmd[3]=-l cmd[4]=pfortuny cmd[5]=pfortuny.net cmd[6]=rsync cmd[7]=--server cmd[8]=-vvvvlogDtpre.iLsf cmd[9]=. cmd[10]=~/backup_mbpro/
opening connection using: ssh -i /Users/pedrofortunyayuso/.ssh/backup_pfortuny_net -l pfortuny pfortuny.net rsync --server -vvvvlogDtpre.iLsf . "~/backup_mbpro/"
note: iconv_open("UTF-8", "UTF-8") succeeded.
(Client) Protocol ver...