Displaying 2 results from an estimated 2 matches for "polatel".
Did you mean:
platel
2010 Jan 22
1
--daemon doesn't respect --address?
...ind to localhost not 0.0.0.0.
But strace shows the opposite:
alip at harikalardiyari> strace -fe bind ./test.sh
...
[pid 7279] bind(4, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
...
Is this a bug or am I misunderstanding something?
--
Regards,
Ali Polatel
2010 Jun 15
1
DO NOT REPLY [Bug 7514] New: Fix socketpair_tcp()
...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
QAContact: rsync-qa at samba.org
The patch below fixes two issues about the socketpair_tcp() function:
- Bind to INADDR_LOOPBACK instead of INADDR_ANY
- Pass the correct sockaddr_in to accept()
Here's the patch: http://dev.exherbo.org/~alip/tmp/rsync-3.0.7-bindlocal.patc...