Displaying 20 results from an estimated 21 matches for "server_sender".
2010 Feb 05
1
Error 11: can not backup /var/lib/zope2.9
.../bin/ssh -i /etc/r5backup/ssh-keys/id_dsa_cassiopeia -p 22 -o
StrictHostKeyChecking=no -o ConnectTimeout=60 -l root boulder.mtr.mynet r
sync --server --sender -vvvlWogDtprze.iL . /var/lib/zope2.9
receiving file list ...
[sender] add_rule(- dvd/)
[sender] add_rule(- tmp/)
[sender] add_rule(- *.vdi)
server_sender starting pid=23358
[sender] make_file(zope2.9,*,2)
recv_file_name(zope2.9)
[sender] make_file(zope2.9/zeo,*,2)
recv_file_name(zope2.9/zeo)
[sender] make_file(zope2.9/myextensions,*,2)
recv_file_name(zope2.9/myextensions)
[sender] make_file(zope2.9/instance,*,2)
recv_file_name(zope2.9/instance)
[sen...
2002 Feb 24
2
Write-only option
...main.c Fri Jan 25 11:07:41 2002
+++ rsync-2.5.2/main.c Sat Feb 23 13:49:38 2002
@@ -306,10 +306,19 @@
extern int relative_paths;
extern int recurse;
extern int remote_version;
+ extern int am_daemon;
+ extern int module_id;
+ extern int am_sender;
if (verbose > 2)
rprintf(FINFO,"server_sender starting pid=%d\n",(int)getpid());
+ if (am_daemon && lp_write_only(module_id) && am_sender) {
+ rprintf(FERROR,"ERROR: module is write only\n");
+ exit_cleanup(RERR_SYNTAX);
+ return;
+ }
+
if (!relative_paths && !push_dir(dir, 0)) {
rprintf(FERROR,&...
2008 Jul 02
1
Non-clean Rsync 3.0.3 exit on OSX
...ocal/bin/rsync3 --server
--sender -vvvvlogDtpAXre.i . /Users/portman/Sites/index.html
note: iconv_open("UTF-8", "UTF-8") succeeded.
Password:
(Server) Protocol versions: remote=30, negotiated=30
(Client) Protocol versions: remote=30, negotiated=30
receiving incremental file list
server_sender starting pid=23973
[sender] make_file(index.html,*,0)
uid 10452(portman) maps to 10452
gid 2053(its) maps to 2053
[receiver] expand acl_duo to 16000 bytes, did move
[sender] expand rsync_acl to 12000 bytes, did move
[receiver] expand item_list to 1200 bytes, did move
[receiver] expand rsync_xa to 0...
2002 Dec 17
3
rsync problem behind a router
I have used rsync on many systems, and never had a problem. I am
stumped on what to do with this.
I have a box behind a LinkSys router and I can not "push" or "pull" data
to or from it from anywhere.
When I try, it logs into the remote server, gets the file list and just
stops.
The remote server shows a process running until I control-c out of
it.when I do that, I get:
rsync
2002 Sep 05
0
Aborted by user!
...=150): about to call exit(12)
The strange thing is, if I run the script by hand, i.e. ./users it works
as shown:
lnb@ns1:~$ ./users
opening connection using ssh zing.crosswind.net rsync --server --sender
-vvvlogDtprz . /etc/raddb/users
local_version=24 remote_version=26
receiving file list ...
server_sender starting pid=49329
make_file(1,users)
recv_file_name(users)
received 1 names
done
recv_file_list done
get_local_name count=1 /etc/raddb/users
recv_files(1) starting
generator starting pid=33660 count=1
send_file_list done
send_files starting
recv_generator(/etc/raddb/users,0)
/etc/raddb/users is up...
2003 Feb 21
0
problems with rsync on Solaris 9
...dndbsj user= path=/var/opt/myFilename/
cmd=/usr/local/bin/ssh cdndbsj /usr/local/bin/rsync --server --sender
-vvvvlogDtprx . /var/opt/myFilename/
opening connection using /usr/local/bin/ssh cdndbsj /usr/local/bin/rsync
--server --sender -vvvvlogDtprx . /var/opt/myFilename/
receiving file list ...
server_sender starting pid=2330
make_file(1,.)
expand file_list to 4000 bytes, did move
recv_file_name(.)
make_file(1,myFilename-1.07)
recv_file_name(myFilename-1.07)
received 2 names
[19405] i=0 <NULL> . mode=040755 len=512
[19405] i=1 <NULL> myFilename-1.07 mode=0100644 len=15360
[done
[2330] i=0 &...
2004 Jul 02
1
rsync and socket files on HP-UX
Hello,
i tried to pull files from a linux server to a hp-ux server via
rsync -avz -e /usr/bin/ssh root@bsl61u:/tmp /danzas1/dump/testle.
It failed for the socket fails.
receiving file list ...
server_sender starting pid=20793
[sender] make_file(daemon,*,2)
[sender] expand file_list to 131072 bytes, did move
recv_file_name(daemon)
received 1 names
done
recv_file_list done
get_local_name count=1 /danzas1/dump/testle
recv_files(1) starting
generator starting pid=20788 count=1
send_file_list done
delta tr...
2004 Jul 16
0
[Bug 1529] New: 32bit rollover problem rsyncing files greater than 4GB in size
...this
transfer.
A verbose output of the start of a test rsync that makes the problem
apparent follows:
> rsync -avvvP --bwlimit=30 test2:bigtestfile ./
opening connection using ssh test2 rsync --server --sender -vvvlogDtpr
--bwlimit=30 --partial . "bigtestfile"
receiving file list ...
server_sender starting pid=22545
[sender] make_file(bigtestfile,*,2)
[sender] expand file_list to 131072 bytes, did move
recv_file_name(bigtestfile)
received 1 names
1 file to consider
recv_file_list done
get_local_name count=1 ./
recv_files(1) starting
generator starting pid=25013 count=1
delta transmission ena...
2006 Sep 18
1
code 23 error.
...ss of running it manually or via cron. I'm using "rsync -avzu --stats /mnt/server/share /mnt/backup2/server/share" as a command line.
Thanks!!
Here is the portion of main.c starting with line 577:
**************************snip**********************************
static void do_server_sender(int f_in, int f_out, int argc, char *argv[])
{
struct file_list *flist;
char *dir = argv[0];
if (verbose > 2) {
rprintf(FINFO, "server_sender starting pid=%ld\n",
(long)getpid());
}
if (am_daemon && lp_write_only(module_id)) {
rprintf(FERROR, "ERROR: module...
2004 May 02
1
ssh+rsync to Windows
...uter (typically $HOME).
So I copy /etc/rsyncd.conf to /home/Administrator on XP
>From the rh9 box I ran:
[root@rh9 root]# rsync -n -avvv --rsh ssh Administrator@xp:util/ xxx/
opening connection using ssh -l Administrator xp rsync --server --sender
-vvvnlogDtpr . util/
receiving file list ...
server_sender starting pid=2864
link_stat "/home/Administrator/util/." failed: No such file or directory
received 0 names
done
recv_file_list done
client: nothing to do: perhaps you need to specify some filenames or the
--recursive option?
rsync error: some files could not be transferred (code 23) at...
2002 May 22
1
unexplained error (code 255)
....c(925)
_exit_cleanup(code=255, file=main.c, line=925): about to call exit(255)
Full -vvv output
mach9$/opt/rsync/bin/rsync -e ssh -vvv
admin@mach3:/home1/admin/rsyncdir/* 052002/mach3 opening connection
using ssh mach3 -l admin rsync --server --sender -vvv .
"/home1/admin/rsyncdir/*"
server_sender starting pid=23230
make_file(1,datefile)
expand file_list to 4000 bytes, did move
recv_file_name(datefile)
make_file(1,unamefile)
recv_file_name(unamefile)
received 2 names
recv_file_list done
get_local_name count=2 052002/mach3
generator starting pid=27427 count=2
recv_files(2) starting
recv_gener...
2005 Jan 18
1
Rsync Minimalist: --include only does "add_exclude"
...v --recursive -e "ssh -p 2423"
--include-from=includes.txt rsynchost:
add_exclude(+ //aBackup/*.*)
add_exclude(+ //apic/*)
add_exclude(- /*)
user@rsynchost's password:
receiving file list ... add_exclude(+ //aBackup/*.*,exclude)
add_exclude(+ //apic/*,exclude)
add_exclude(/*,exclude)
server_sender starting pid=9646
make_file(1,.)
expand file_list to 4000 bytes, did move
recv_file_name(.)
excluding directory .kde because of pattern /*
excluding file .emacs because of pattern /*
excluding file .bash_logout because of pattern /*
excluding file .bash_profile because of pattern /*
excluding file...
2004 Feb 12
1
[PATCH] write only
...;ve done everything right - so if any one would like
to point areas I'm falling down on I'd appreciate it.
J
------------------------------------
--- rsync-2.6.0/main.c.orig Thu Feb 12 11:47:38 2004
+++ rsync-2.6.0/main.c Thu Feb 12 11:48:16 2004
@@ -347,12 +347,19 @@ static void do_server_sender(int f_in, i
int i;
struct file_list *flist;
char *dir = argv[0];
+ extern int module_id;
extern int relative_paths;
extern int recurse;
if (verbose > 2)
rprintf(FINFO,"server_sender starting pid=%d\n",(int)getpid(...
2003 Jan 09
1
--exclude and --delete-exclude problem
...0.0.1 rsync --server --sender -vvvvvlogDtpR
--delete-excluded . /usr/local/src/*
opening connection using /usr/bin/ssh -l root 127.0.0.1 rsync --server
--sender -vvvvvlogDtpR --delete-excluded . "/usr/local/src/*"
root@127.0.0.1's password:
add_exclude(/usr/local/src/README,exclude)
server_sender starting pid=11625
make_file(1,/usr)
expand file_list to 4000 bytes, did move
recv_file_name(/usr)
make_file(1,/usr/local)
recv_file_name(/usr/local)
make_file(1,/usr/local/src)
recv_file_name(/usr/local/src)
excluding file /usr/local/src/README because of pattern
/usr/local/src/README
skipping di...
2002 Oct 11
4
Problem with checksum failing on large files
I'm having a problem with large files being rsync'd twice because of the
checksum failing. The rsync appears to complete on the first pass, but then
is done a second time (with second try successful). When some debug code was
added to receiver.c, I saw that the checksum for the remote file & the temp
file do not match on the first try, so (as expected) it repeats the rsync &
the
2007 Nov 09
1
Rsync 3.0.0pre5 released
I've just released rsync 3.0.0pre5, the latest pre-release version of
the upcoming 3.0.0 release.
Things are progressing well in our efforts to stamp out bugs for the
final release. Please keep up the good work in testing this and sending
email to the rsync mailing list with your questions, comments, bug
reports, etc. Thanks!
You can download the tar file and its signature from here:
2007 Nov 09
1
Rsync 3.0.0pre5 released
I've just released rsync 3.0.0pre5, the latest pre-release version of
the upcoming 3.0.0 release.
Things are progressing well in our efforts to stamp out bugs for the
final release. Please keep up the good work in testing this and sending
email to the rsync mailing list with your questions, comments, bug
reports, etc. Thanks!
You can download the tar file and its signature from here:
2006 Oct 11
4
"Invalid file index" failures, suspicious index numbers
...roubleshoot this further? I've tried
running the backup with super verbosity (-vvv) at both ends; not sure
if this will be of any use, but here are some relevant bits of output:
* It transfers the files list like so; this continues on for many
thousands of lines:
receiving file list ...
server_sender starting pid=8651
[sender] make_file(.,*,2)
recv_file_name(.)
[sender] make_file(lost+found,*,2)
recv_file_name(lost+found)
[sender] make_file(boot,*,2)
recv_file_name(boot)
[sender] make_file(dev,*,2)
recv_file_name(dev)
[sender] make_file(proc,*,2)
recv_file_name(proc)
[sender] make_file(tmp,*,2)...
2007 Jul 20
6
DO NOT REPLY [Bug 4807] New: No transfer of single files out of a module on Itanium IA64
...f4b::root_s9_6_3_0_5/rsync.exclude
opening tcp connection to an1nlf4b port 873
opening connection using --server --sender -vvvvL --list-only .
root_s9_6_3_0_5/rsync.exclude
(Client) Protocol versions: remote=29, negotiated=29
note: iconv_open("HP-ROMAN8", "HP-ROMAN8") succeeded.
server_sender starting pid=29411
[sender] make_file(.,*,2)
recv_file_name(.)
[sender] make_file(C,*,2)
recv_file_name(C)
[sender] make_file(LocalDisk,*,2)
recv_file_name(LocalDisk)
[sender] make_file(TopFiles,*,2)
recv_file_name(TopFiles)
[sender] make_file(bin,*,2)
recv_file_name(bin)
[sender] make_file(boot,*,...
2005 Jul 07
1
rsync 2.6.4 - directory always updated
Hi,
I'm trying to figure out why when I do an rsync (Solaris, version
2.6.4 on both sides) from a site on the West Coast of the US to a site
on the East coast, I keep getting directories updated when I use the
command like this:
# rsync -ar -v -v -i -O --force --delete --exclude=.snapshot --stats \
src:/sysic/lib/freedomlib_V100/ /sysic/lib/freedomlib_V100/
And I get output like this,