Displaying 5 results from an estimated 5 matches for "mattlaptop".
2006 Mar 31
1
logging problem
Yep I tried those two options, and nothing...
Even if the pre-user conf files have a log file in the same directory,
which I touch before trying, messages keep going to syslog... I tried
with 666 permissions on rsyncd.log too just to make sure...
The following is one of the user's conf file, hope theres a clue. Thanks!
log file = /home/pluto/rsyncd.log <<< This is the problem!!
2006 Oct 21
1
Rsync 2.6.9pre2 tries to read ACLs of nonexistent files
...nce, I will go back
and investigate the crash further.
Rsync 2.6.9pre2 produced the following errors:
/home/matt/rsync/rsync-acl/rsync -aAPx --del --numeric-ids --relative \
--delete-excluded --exclude=media/external-disk/snapshots \
--link-dest=/media/external-disk/snapshots/occasional.0/mattlaptop/ /. \
/media/external-disk/snapshots/.sync/mattlaptop/
[...]
/etc/
rsync: get_acl: sys_acl_get_file(etc/adjtime, SMB_ACL_TYPE_ACCESS): No
such file or directory (2)
/etc/adjtime
46 100% 0.00kB/s 0:00:00 (xfer#1, to-check=283360/283617)
rsync: get_acl: sys_acl_get_file(etc/group,...
2005 Aug 24
0
Windows XP Home mounting a Samba share on Solaris 10
...to set socket option SO_KEEPALIVE (Error
Invalid argument)
[2005/08/24 11:45:19, 0] lib/util_sock.c:(185)
Failed to set socket option TCP_NODELAY (Error
Invalid argument)
[2005/08/24 12:43:23, 0] lib/util_sock.c:(185)
Failed to set socket option SO_KEEPALIVE (Error
Invalid argument)
The log.mattlaptop contains the following -
[2005/08/24 11:14:31, 1] lib/util_sock.c:(937)
Gethostbyaddr failed for 192.168.0.3
[2005/08/24 11:35:54, 1] lib/util_sock.c:(937)
Gethostbyaddr failed for 192.168.0.3
[2005/08/24 11:44:41, 1] lib/util_sock.c:(937)
Gethostbyaddr failed for 192.168.0.3
[2005/08/24 11:...
2007 Mar 04
1
CVS update: rsync
...d expect the receiver to
back up the files inside and not discard the backups just because I
deleted the whole directory.
2. The filters added in setup_protocol in compat.c don't seem to be
taking effect on local rsyncs. See this run of CVS rsync to which I
added some debugging output:
[matt@mattlaptop backup]$ ~/rsync/rsync/rsync -in -vv -a --backup
--del src/ dest/
Parsed rule Pp *~ <-- setup_protocol
am_sender is 1, filter_list.head is 8878ac8
sending incremental file list
testing is_excluded .
testing is_excluded dir
am_sender is 1, filter_list.head is 0 <-- I assume the sender el...
2007 Jan 15
3
CVS rsync hangs during local copy
Dear rsync people (particularly Wayne),
I am finding that the CVS version of rsync hangs during most, but not
all, local copies. The problem goes away if I pass --protocol=29, so
I'm guessing it is related to the incremental file-list sending.
The hanging seems to be timing-dependent. Increasing the verbosity
level seems to increase the chance of a hang. If I run rsync
repeatedly with the