Displaying 7 results from an estimated 7 matches for "amirian".
2003 Jan 27
2
small problem that I'm having...
Good morning guys,
I've compiled and installed rsync 2.5.5 on 2 AIX 4.3 systems.
When I try to run this command
rsync --stats --progress --delete --partial --timeout=60 -aRntvz
patrick@aix1::test /test
I get this message and I don't know why. On both systems I run the
command as root, what could be the cause ?
Oh I was getting the same message with rsync 2.4.X and I still get it
with the
2000 Jun 14
4
need help with compiling openssh
hi,
I'm trying to compile OpenSSH, latest version on my Linux box.
I know that it requires openssl and I've installed the 0.9.5a and it's
working just fine.
Now when I'm trying to ./configure the openssh with the options
./configure --prefix=/usr/local/bin/openssh/ --without-pam --without-shadow
--with-tcp-wrappers
It's giving me
checking for openssl directory... configure:
2000 Jun 14
1
oh non!! grrr.... :)
new problem!
I managed to have my openssh find the openssl libraries, I had to create 2
symlinks in the ../openssl directory pointing to the 2 ??.a files in
/openssl/lib/
now when I'm trying to do a make I'm getting this:
In file included from ssh.h:30
from bsd-misc.c:46:
cipher.h:22: openssl/cast.h: No such file or directory
make: *** [bsd-misc.o] Error 1
is this just happening to me
2003 Jan 23
2
how to send only the diff ?
Hi,
I'm trying to do so that rsync does not send a file that exists but is
different on the remote. I want rsync to send only the difference to the
remote. I prefer to send the difference of a 500 MB file than sending
the whole file over.
I use AIX and rsync version
rsync version 2.4.5 protocol version 24
Oh and my command is :
rsync --stats --progress --delete --partial --timeout=60
2003 Jan 24
1
rsync 2.5.5
Hi,
Can anyone tell me please where I can get the latest version of rsync
for AIX ?
Thank you.
-------------- next part --------------
HTML attachment scrubbed and removed
2003 Feb 14
1
keep getting these errors
Hi,
I'm sinking 24 direcotories an dit works fine except 3 of them
I keep getting the same errors for the same 3 directories.
Systems AIX 4.3
DIR1:
rsync error: timeout in data send/receive (code 30) at io.c(85)
rsync: connection unexpectedly closed (24740 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
rsync: connection unexpectedly closed
2003 Jan 31
0
more on my last message
This is to complement my last message,
This is on my server.
[AGBEA]
path = /caldat_AGBEA/
comment = caldat_AGBEA
max connections = 1
read only = true
list = true
auth users = pamirian
secrets file = /special/rsync/rsp1.pass
hosts allow = 1.128.50.3
transfer logging = true
timeout = 60
dont compress = true
[test]
path = /special/test/
comment = test
max connections = 1
read only = true
list = true
auth users = pamirian
secrets file = /special/rsync/rsp1.pass
hosts allow = 1.128...