Displaying 3 results from an estimated 3 matches for "vgroup00".
2003 Jun 11
1
rsync limit to filesize
...60 GB of data from one server to another server
using rsync 2.5.6. I started the transfer at about 11:45am, and it has been
about 4 1/2 hrs since then and it is still building the file list.
Here's the command I run:
`rsync -avW --numeric-ids --delete --exclude-from=/tmp/EXCLUDE
192.168.0.75::vgroup00/* /vgroup00/`;
I am trying to sync from server A (192.168.0.75) to server B, and I am
calling rsync from server B.
I was wondering if there is a cap to the filesize because it has been taking
a really really long time to build the filelist, and no files have been
transferred yet. Any comments or...
2003 Jun 07
0
unexplained error (code 23) at main.c(1045)
I am using rsync 2.5.6 to copy from a system running redhat 6.2
(192.168.0.50) to another system running redhat 6.2 (192.168.0.70).
The command line I'm using is:
rsync -avW --numeric-ids --delete 192.168.0.50::vgroup00/* /vgroup00/
It complains
IO error encountered - skipping file deletion
rsync error: some files could not be transferred (code 23) at main.c(1045)
I looked at main.c(1045) and it is exit_cleanup(ret) which doesn't really
help much.
Does anyone know what kind of error this might be?
Thanks,...
2003 Nov 11
1
lock problem on 32 bit mounted nfs with 64 bit lock offsets
Hello list,
I've got a problem concerning locking of files with a share on a nfs
mounted NAS.
samba server is 2.2.8a installed from SuSE-RPMs
the NAS is mounted with following line in fstab:
<IP-Number>:/vgroup00/data02/data /mnt/nas01 nfs
rsize=8192,wsize=8192,soft 0 0
I tried to save a file from word which lead to a aprox. 1 minute hang of
my Win2k/SP3. The log of the machine showed following lines:
[2003/11/11 10:20:36, 0] locking/posix.c:posix_fcntl_lock(657)
posix_fcntl_lock: WARNING: l...