search for: alip

Displaying 3 results from an estimated 3 matches for "alip".

Did you mean: ali
2010 Jan 22
1
--daemon doesn't respect --address?
.../tmp/from read only = yes comment = r/o EOF RSYNC_CONNECT_PROG="rsync --address=localhost --config=rsyncd.conf --daemon" \ rsync -av --address=localhost rsync://localhost/from to Looking at the code the daemon should bind 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
2020 May 24
1
NUT loses communications with the UPS
...tried adjusting timing settings, but it doesn't seem to help. Currently I have the following settings: on the driver, pollfreq = 5 and pollinterval = 2. In the monitor config, I have POLLFREQ 5, POLLFREQALERT 5 (these are the defaults), and DEADTIME 30. Here is my uname -a output. Linux linaro-alip 4.4.16-00006-g4431f98-dirty #1 SMP Mon Apr 17 17:27:25 CST 2017 armv7l GNU/Linux Péter Sent with [ProtonMail](https://protonmail.com) Secure Email. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/...
2010 Jun 15
1
DO NOT REPLY [Bug 7514] New: Fix socketpair_tcp()
...mba.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.patch -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.