Re: simple compile

2003-10-27 Thread John E. Malmberg
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

Re: simple compile

2003-10-27 Thread John Van Essen
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

Re: simple compile

2003-10-27 Thread John E. Malmberg
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

Re: simple compile

2003-10-27 Thread jw schultz
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.

Re: simple compile

2003-10-27 Thread Tom Holton
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

Re: can't manage to get --link-dest working.

2003-10-27 Thread jw schultz
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

Re: simple compile

2003-10-27 Thread jw schultz
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

simple compile

2003-10-27 Thread Tom Holton
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

can't manage to get --link-dest working.

2003-10-27 Thread Lucas Nussbaum
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

Speeding up Transfers of 1000s of files

2003-10-27 Thread Max Clark
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

unable to rsync files

2003-10-27 Thread Sumit malhotra
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