Tom Holton wrote:
Hi, thanks for the reply. I apologize for not having a clearer question.
I did know that EAI_MAX was in lib/addrinfo.h
I have been able to produce an executable by simply copying 4 lines from
lib/addrinfo.h into lib/getaddrinfo.c
#define EAI_BADHINTS12
#define EAI_PROTOCOL
Hi Tom,
I think your problem is that the rsync configure is failing the test
for detecting that the getaddrinfo routine is available, but yet some
of the defines are available (but not the ones producing the errors).
This seems to be specific to your OSF system, perhaps?
The relevant lines from
jw schultz wrote:
On Mon, Oct 27, 2003 at 03:39:37PM -0800, Tom Holton wrote:
I could not find this question anywhere, but I apologize if it is and I
just missed it.
Running an Alpha, OSF1 V5.1 1885
configure went fine.
compile failed:
See no documentation about EAI_MAX
And, looking in the cod
On Mon, Oct 27, 2003 at 04:08:35PM -0800, Tom Holton wrote:
>
> Hi, thanks for the reply. I apologize for not having a clearer question.
> I did know that EAI_MAX was in lib/addrinfo.h
> I have been able to produce an executable by simply copying 4 lines from
> lib/addrinfo.h into lib/getaddrinfo.
Hi, thanks for the reply. I apologize for not having a clearer question.
I did know that EAI_MAX was in lib/addrinfo.h
I have been able to produce an executable by simply copying 4 lines from
lib/addrinfo.h into lib/getaddrinfo.c
#define EAI_BADHINTS12
#define EAI_PROTOCOL13
#define EAI_MA
On Mon, Oct 27, 2003 at 09:53:30PM +0100, Lucas Nussbaum wrote:
> Hi,
>
> I can't manage to get rsync's --link-dest option working.
> Here is a step by step script which doesn't produce the good results.
>
> # create test dir
> mkdir testrsync
> cd testrsync
> mkdir orig
> echo "abcd" > orig/test
On Mon, Oct 27, 2003 at 03:39:37PM -0800, Tom Holton wrote:
>
> I could not find this question anywhere, but I apologize if it is and I
> just missed it.
>
> Running an Alpha, OSF1 V5.1 1885
>
> configure went fine.
>
> compile failed:
>
> cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/getaddri
I could not find this question anywhere, but I apologize if it is and I
just missed it.
Running an Alpha, OSF1 V5.1 1885
configure went fine.
compile failed:
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/getaddrinfo.c -o
lib/getaddrinfo.o
cc: Error: lib/getaddrinfo.c, line 182: In this stateme
Hi,
I can't manage to get rsync's --link-dest option working.
Here is a step by step script which doesn't produce the good results.
# create test dir
mkdir testrsync
cd testrsync
mkdir orig
echo "abcd" > orig/testfile
# create a mirror
rsync -apog orig/ mirror/
# create another mirror using lin
Hi all,
I have to transfer thousands of files across my network. We are looking at using rsync
via a squid proxy to help improve the network tuning. What I am witnessing now is that
with each successive file, the transfer speed resets to 0 and ramps up to 2.5MB/s.
Is there anyway that I can gro
Hi all
I have configured rsync server with following
configurations
##
/etc/rsyncd.conf
##
uid = nobody
gid = nobody
use chroot = yes
max connections = 40
read only = false
strict modes = false
syslog facility = local5
motd file = /etc/rsyncd.motd
pid file = /var
11 matches
Mail list logo