search for: socketpair_tcp

Displaying 6 results from an estimated 6 matches for "socketpair_tcp".

2010 Jun 15
1
DO NOT REPLY [Bug 7514] New: Fix socketpair_tcp()
https://bugzilla.samba.org/show_bug.cgi?id=7514 Summary: Fix socketpair_tcp() Product: rsync Version: 3.0.7 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: polatel at gmail.com QACo...
2004 Sep 03
1
rsync 2.6.2 with Posix socket on HP-UX
Hi, I tried to compile rsync 2.6.2 as a 64-bit application on HP-UX 11.23. $ CC=cc CFLAGS="-Ae +DD64" configure $ make $ make check 'make check' fails with daemon mode tests with the following error message. rsync: socketpair_tcp failed (Address family not supported by protocol family). There seems to be a problem with the mixture of BSD and Posix socket specification. So I modified config.h so that define socklen_t as int32. #define socklen_t int32 This fixes the daemon mode problem. I also tried to compile with Posi...
2004 Feb 25
3
[patch] Correct configure test for sin_len to compile on Tru64 Unix
The last versions of rsync fail to compile on Tru64 Unix (alpha), because of a typo in configure.in. The problem is that the code in configure check for sockaddr.sa_len, while the code uses sockaddr.sin_len. This patch fixes the problem. Please include it in the next version of rsync. diff -ur src-2.6.0/configure.in src-2.6.0-local/configure.in --- src-2.6.0-local/configure.in
2003 Jan 10
5
working on a 2.5.6pre1 release
I'm working on trying to get rsync 2.5.6pre1 available for people to test more widely. I'm out of time for today, and I'm stuck on a problem that some machines on build.samba.org are showing on the 'chgrp' test. I can reproduce this on my home redhat 7.3 system too. It appears to be a timing problem because when I do strace -F -f on it the problem goes away. Everything seems
2004 May 27
0
compiling on HP-UX
...reeaddrinfo' socket.c: In function `is_a_socket': socket.c:433: warning: passing arg 5 of `getsockopt' from incompatible pointer type socket.c: In function `start_accept_loop': socket.c:501: warning: passing arg 3 of `accept' from incompatible pointer type socket.c: In function `socketpair_tcp': socket.c:716: warning: passing arg 3 of `getsockname' from incompatible pointer type socket.c:732: warning: passing arg 3 of `accept' from incompatible pointer type clientname.c: In function `client_addr': clientname.c:71: warning: implicit declaration of function `getnameinfo'...
2005 Sep 14
1
RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2
...reeaddrinfo' socket.c: In function `is_a_socket': socket.c:427: warning: passing arg 5 of `getsockopt' from incompatible pointer type socket.c: In function `start_accept_loop': socket.c:495: warning: passing arg 3 of `accept' from incompatible pointer type socket.c: In function `socketpair_tcp': socket.c:707: warning: passing arg 3 of `getsockname' from incompatible pointer type socket.c:723: warning: passing arg 3 of `accept' from incompatible pointer type gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c fileio.c -o fileio.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -...