search for: avvvv

Displaying 16 results from an estimated 16 matches for "avvvv".

Did you mean: vvvv
2008 Oct 13
1
rsync hangs during --remove-source-files
Hi, I'm using the following command to move files from a to b: rsync -avvvv --remove-source-files --ignore-existing /path/to/dir1/ /path/to/dir2 >> logfile dir2 isn't empty so I only move files from dir1 to dir2 that don't exist already. Every so often rsync stops in the middle and doesn't continue with the result that I have to kill it. The last time it...
2014 Aug 22
1
problem with exclude
I've tried all of the permutations of exclude I can think of, so presumably I have some fundamental misunderstanding. The goal here is to exclude the file tv11.html in the ftp directory. rsync -avvvv -n --verbose --one-file-system -exclude='ftp/tv1.html' /usr/local/src /Media/sata/usr/local > /tmp/rsync (Server) Protocol versions: remote=30, negotiated=30 cmd=xclude=ftp/tv1.html machine=<NULL> user=<NULL> path=/Media/sata/usr/local [sender] make_file(src/ftp/tv1.html,*,2...
2023 Dec 20
1
rsync over ssh fails with --files-from
...ocol versions: remote=31, negotiated=31 When running the following command, it appears to collect the list of files to be transferred, successfully makes the connection with the remote server, but then just stalls. Using strace on the remote side shows rsync appears to be waiting for data. rsync -avvvv --files-from=/etc/mail/filelist.txt -e 'ssh -i /root/keys/sync-key-v4' /etc/mail/tmp/ polaris:/var/tmp/one/ sync-key-v4 is a passwordless ed25519 key, but I've tried a handful of other ed25519 keys. Could it be related to packet size or some kind of network disparity? It's not rel...
2005 May 03
1
filename paths different in server mode
...tra directory in the path? Here is my configuration. The machine ewok is an HP-UX machine. I set up an rsync server running there using this configuration: uid = nobody gid = nogroup [cadroot] path = /mnt/tools comment = CADROOT Command to access the server: rsync -avvvv ewok::cadroot/release/bin/ . opening tcp connection to ewok port 873 opening connection using --server --sender -vvvvlogDtpr . cadroot/release/bin/ (Client) Protocol versions: remote=29, negotiated=29 receiving file list ... recv_file_name(bin) recv_file_name(bin/set_env) ... lot...
2003 Mar 02
1
rsync2.5.6 can't find system config file
...tedly closed (91 bytes read so far) _exit_cleanup(code=12, file=io.c, line=165): entered rsync error: error in rsync protocol data stream (code 12) at io.c(165) _exit_cleanup(code=12, file=io.c, line=165): about to call exit(12) fails, whereas it worked before. Likewise [chare@gw chare]$ rsync -avvvv --rsh="ssh -l chare" chare@192.168.0.3:: cmd=ssh -l chare machine=192.168.0.3 user=chare path= cmd=ssh -l chare 192.168.0.3 rsync --server --daemon . opening connection using ssh -l chare 192.168.0.3 rsync --server --daemon . chare@192.168.0.3's password: rsync: unable to open configu...
2003 Dec 02
1
Rsync Troubles after NAT router firmware Upgrade.
...rk (Internet) using Surfboard cable modems. I tried playing with the different options, changing router settings, tunneling through SSH, and I even upgraded the firmware on the other router. I upgraded my RPM from 2.5.5 to 2.5.6 but still no luck. Here's the Problem: When I run "rsync -avvvv dev.dyn-ip.cbll.net::static /www/static/", it runs through making the file list, which is very slow. It finishes that though, and then it gets done and here is where it seems like it hangs: generate_files phase=1 recv_files(cbll.net/audio/From The Heavens.mp3) cbll.net/audio/From The Heavens....
2023 Dec 20
1
rsync over ssh fails with --files-from
...1 > > When running the following command, it appears to collect the list of > files to be transferred, successfully makes the connection with the > remote server, but then just stalls. Using strace on the remote side > shows rsync appears to be waiting for data. > > rsync -avvvv --files-from=/etc/mail/filelist.txt -e 'ssh -i > /root/keys/sync-key-v4' /etc/mail/tmp/ polaris:/var/tmp/one/ > > sync-key-v4 is a passwordless ed25519 key, but I've tried a handful of > other ed25519 keys. > > Could it be related to packet size or some kind of net...
2023 Dec 21
1
rsync over ssh fails with --files-from
...ning the following command, it appears to collect the list of > > files to be transferred, successfully makes the connection with the > > remote server, but then just stalls. Using strace on the remote side > > shows rsync appears to be waiting for data. > > > > rsync -avvvv --files-from=/etc/mail/filelist.txt -e 'ssh -i > > /root/keys/sync-key-v4' /etc/mail/tmp/ polaris:/var/tmp/one/ > > > > sync-key-v4 is a passwordless ed25519 key, but I've tried a handful of > > other ed25519 keys. > > > > Could it be related to packe...
2005 Oct 31
1
error in rsync protocol data stream
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Everyone, I've been running into a protocol error when attempting to rsync files between to hosts over ssh. Here is the line I've been using with the verbosity cranked up: rsync -avvvv -e "ssh -l test" /localpath/to/sync xxx.xxx.xxx.xxx::module cmd=ssh -l test machine=xxx.xxx.xxx.xxx user= path=module cmd=ssh -l test xxx.xxx.xxx.xxx rsync --server --daemon . opening connection using ssh -l test xxx.xxx.xxx.xxx rsync --server - --daemon . test@xxx.xxx.xxx.xxx's passw...
2023 Dec 21
1
rsync over ssh fails with --files-from
...ommand, it appears to collect the list of >> > files to be transferred, successfully makes the connection with the >> > remote server, but then just stalls. Using strace on the remote side >> > shows rsync appears to be waiting for data. >> > >> > rsync -avvvv --files-from=/etc/mail/filelist.txt -e 'ssh -i >> > /root/keys/sync-key-v4' /etc/mail/tmp/ polaris:/var/tmp/one/ >> > >> > sync-key-v4 is a passwordless ed25519 key, but I've tried a handful of >> > other ed25519 keys. >> > >> > Coul...
2010 Jan 13
1
Problems with rsync between NAS mounted filesystems
...The ieeprodhome filesystem is 1.008 TB wiht 812GB used and the ieeprodhome2 filesystem is 1.2TB with 813GB used. One other thing to add that might be of importance is that the source filesystem has over 100k files in it. Here is the command that I'm trying to use: /opt/csw/bin/rsync -avvvv --delete /rsync/ieeprodhome/ECF/ /rsync/ieeprodhome2/ECF This will seem to run just fine for a couple of days, but then it will error out with the following: delete_in_dir(70/36/35/70363504) [generator] make_file(70/36/35/70363504/1000B,*,2) [generator] make_file(70/36/35/70363504/GWS,*,2) [r...
2009 Jul 17
0
Rsync problem : stops unexpectedly
...rger files ( > 20Ko ), Rsync "stops" on the middle, and always at the same moment : It's seems to stop to send datas. Here an example of Rsync's error between my server "*.8*" and "*.22*" (with the file "port-stagiaire.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[...
2009 Jul 15
0
Rsync stops in the middle of a transfer
...iles ( > 20Ko ), Rsync "stops" on the middle, and always at the same moment : It's seems to stop to send informations. Here an example of Rsync's error between my server "*.8*" and "*.22*" (with the file "port-stagiaire.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[...
2023 Dec 21
1
rsync over ssh fails with --files-from
...> files to be transferred, successfully makes the connection > with the > > remote server, but then just stalls. Using strace on the > remote side > > shows rsync appears to be waiting for data. > > > > rsync -avvvv --files-from=/etc/mail/filelist.txt -e 'ssh -i > > /root/keys/sync-key-v4' /etc/mail/tmp/ polaris:/var/tmp/one/ > > > > sync-key-v4 is a passwordless ed25519 key, but I've tried a > handful of > > other ed25519 keys....
2011 Oct 28
3
Strange bug (buffer overflow) happening only under cron
...in recv_rules [Receiver] rsync error: error allocating core memory buffers (code 22) at util.c(123) [Receiver=3.0.9] rsync: connection unexpectedly closed (157 bytes received so far) [sender] rsync error: error allocating core memory buffers (code 22) at io.c(605) [sender=3.0.9] I am attaching a -avvvv output at the end of the mail. I cannot figure out what the matter may be. Thank you in advance, Pedro Fortuny. -- Pedro Fortuny Ayuso http://pfortuny.net EPIG, Campus de Viesques, Gijon Dpto. de Matematicas Universidad de Oviedo fortunypedro at uniovi.es -------------- next part -----------...
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