Displaying 20 results from an estimated 100 matches similar to: "Feature request: client bind address for replication"
2009 Mar 16
2
openssh 5.2p1 fails to build on IRIX 5.3
Hello,
I ran into a few problems when trying to build openssh 5.2p1 on IRIX 5.3.
First one is new to 5.2p1:
cc -I. -I. -I/usr/tgcware/include/openssl -I/usr/tgcware/include
-DSSHDIR=\"/usr/tgcware/etc/ssh\"
-D_PATH_SSH_PROGRAM=\"/usr/tgcware/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/tgcware/libexec/ssh-askpass\"
2019 Jun 19
1
Cannot connect to DOVECOT from Roundcube using SSL on Port 993
Hello
I try to connect to dovecot from roundcube using this setup:
$config['default_host'] = 'ssl://chogolisa.akadia.com';
$config['default_port'] = 993;
and I get the following error message from dovecot:
Jun 19 11:30:21 chogolisa dovecot: imap-login: Disconnected (no auth
attempts in 0 secs): user=<>, rip=84.253.50.195, lip=84.253.50.195, TLS
handshaking:
2019 Jul 10
0
Dovecot 2.3.6 on Solaris10: build issues, segfaults
On 9 Jul 2019, at 3.02, Joseph Tam via dovecot <dovecot at dovecot.org> wrote:
>
> Issue 3) dovecot/doveconf segfaults on startup
>
> It crashes here while processing dovecot.conf, as does "doveconf"
>
> (settings-parser.c:1519 in setting_copy())
> *dest_size = *src_size;
This is correct code.
> It appears *src_size is not an 8-byte address
2015 Jun 12
4
Sorry, another faq
I've installed a mailserver according to these instructions:
http://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=13
When I try to login to the server through Roundcube webmail I get
Connection to storage server failed.
So checking on this
[12-Jun-2015 11:28:53 +0000]: <6jap13r2> IMAP Error: Login failed for
martin from 83.251.209.249. Could not connect to
2004 Mar 02
2
[PATCH] Force mountd(8) to a specified port.
Hi all,
I have a requirement to run NFS read-only in an Internet-facing colocation
environment. I am not happy with packet filters alone around rpcbind, call
me paranoid, so I just spent the last few minutes cutting this patch.
As you are aware, RPC applications can be forced to listen on a known port
through the sin/sa argument to bindresvport[_sa](). Why several Linux
distributions have this
2018 Jan 15
0
doveadm mailbox command fails if backend has an IPv6 address
Hi,
some of my maintenance scripts weren't working as expected and I finally
found that this only happens if the user was mapped to a backend server
reachable via IPv6:
On a director:
doveadm mailbox status -u username messages Junk
returns
Junk messages=203 (if backend is connected via IPv4)
or
Lookup of host ipv6addr:542 failed: ... (if backend is connected via IPv6)
2009 Jun 11
8
[Bug 1607] New: compile errors buliding OpenSSH for older Red Hat
https://bugzilla.mindrot.org/show_bug.cgi?id=1607
Summary: compile errors buliding OpenSSH for older Red Hat
Product: Portable OpenSSH
Version: 5.2p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
2017 Aug 03
2
proxy-dict with tcp connection
I try to create a patch to allow (proxy-)dict to use tcp connections
instead of a unix domain socket.
I'm replacing connection_init_client_unix with connection_init_client_ip:
--- ./src/lib-dict/dict-client.c.orig
+++ ./src/lib-dict/dict-client.c
@@ -721,6 +721,10 @@ client_dict_init(struct dict *driver, const char *uri,
struct ioloop *old_ioloop = current_ioloop;
struct
2000 Nov 21
1
Openssh-2.2.0pl1 for UnixWare 7.1
UnixWare (not sure when, 7? 7.1?) introduces a new sockaddr_in structure
that splits the 16 bit family entity into an 8-bit length and an 8-bit
familiy memember: (from in.h):
struct sockaddr_in {
#ifdef __NEW_SOCKADDR__
sa_len_t sin_len; /* 8-bit structure length */
#endif
sa_family_t sin_family; /* 8/16-bit address family (AF_INET) */
in_port_t sin_port; /* 16-bit port
2015 Jun 12
0
Sorry, another faq
Am 12.06.2015 um 13:37 schrieb Martin S:
> I've installed a mailserver according to these instructions:
> http://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=13
> When I try to login to the server through Roundcube webmail I get
> Connection to storage server failed.
>
> So checking on this
>
> [12-Jun-2015 11:28:53 +0000]: <6jap13r2> IMAP Error:
2015 Jun 12
2
Sorry, another faq
On Fri, Jun 12, 2015 at 03:01:17PM +0200, Daniel Tr?der wrote:
> Am 12.06.2015 um 13:37 schrieb Martin S:
> > I've installed a mailserver according to these instructions:
> > http://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=13
> > When I try to login to the server through Roundcube webmail I get
> > Connection to storage server failed.
> >
2017 Aug 03
0
proxy-dict with tcp connection
> On August 3, 2017 at 2:10 PM Ralf Becker <rb at egroupware.org> wrote:
>
>
> I try to create a patch to allow (proxy-)dict to use tcp connections
> instead of a unix domain socket.
>
> I'm replacing connection_init_client_unix with connection_init_client_ip:
>
> --- ./src/lib-dict/dict-client.c.orig
> +++ ./src/lib-dict/dict-client.c
> @@ -721,6
2023 Feb 16
0
[RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
On Mon, Feb 06, 2023 at 07:06:32AM +0000, Arseniy Krasnov wrote:
>To use this option pass '--zc' parameter:
--zerocopy or --zero-copy maybe better follow what we did with the other
parameters :-)
>
>./vsock_perf --zc --sender <cid> --port <port> --bytes <bytes to send>
>
>With this option MSG_ZEROCOPY flag will be passed to the 'send()' call.
2017 Apr 14
0
Test error: net_connect_ip(127.0.0.1:0) failed: Can't assign requested address
macOS 10.12.4
clang 4.0.0 (official, non apple version)
libressl 2.5.3
...
0 / 11 tests failed
/Applications/Xcode.app/Contents/Developer/usr/bin/make check-am
make[3]: Nothing to be done for `check-am'.
Making check in lib-imap-client
for bin in test-imapc-client; do \
if ! ./$bin; then exit 1; fi; \
done
Error: net_connect_ip(127.0.0.1:0) failed: Can't assign requested address
2011 Jan 07
1
[LLVMdev] [PATCH] compiler-rt patch for clean build on Solaris 10 / x86
Hi,
Attached is small patch (based of r122998 of compiler-rt), required for clean builds on Solaris 10 / x86 using clang 2.8.
Please consider it for inclusion.
Cheers,
Joakim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: solaris_stdint.patch
Type: application/octet-stream
Size: 457 bytes
Desc: not available
URL:
2009 Dec 23
1
Problems with chan_sip
Calling my home numbers has always worked. Till now. The Asterisk CLI
show the following :
[Dec 23 10:53:22] NOTICE[25159]: chan_sip.c:12640 handle_response_invite: Failed to authenticate on INVITE to '<sip:092xx90xx at 85.xx.xx.xx>;tag=as5b139383'
And after restarting Asterisk, the CLI is flooded by :
[Dec 23 11:11:06] WARNING[1468]: chan_sip.c:1817 __sip_xmit: sip_xmit of
2010 Aug 02
1
SIP Status: 401 Unauthorized (0 bindings)
Hi,
I have made a fresh install of asterisk-1.6.2.10 and when I register my
soft phone it gives following error. Rest are default configurations.
32.454370 MY_IP -> ASTERISK_SERVER_IP SIP Request: REGISTER
sip:ASTERISK_SERVER_IP
32.454505 67.19.43.202 -> MY_IP SIP Status: 401 Unauthorized (0
bindings)
36.454814 MY_IP -> ASTERISK_SERVER_IP SIP Request: REGISTER
2006 Oct 18
0
[OT] Nokia E60/61/70 and SIP
Martin Joseph wrote:
>
>
> For all of us using these devices, I have some good news. There is a
> self installable firmware update available from Nokia here (requires
> windows box to install):
>
> http://www.nokia.co.uk/nokia/0,1522,,00.html?orig=/softwareupdate
>
> This seems to radically improve the behavior of the SIP client on my
> E60. It seems to have
2007 Mar 23
1
upload progress bar don''t work...please help
Hello,
I''m trying to install the upload_progress gem and i can''t see the upload
progress status.
My config is :
apache2 with mod_proxy
mongrel
rails
upload.rb : ##############
require ''rubygems''
require ''drb''
require ''gem_plugin''
GemPlugin::Manager.instance.load ''mongrel'' => GemPlugin::INCLUDE
2006 Jan 27
8
ror/lighttpd - HTML files via port 80 become application/octet-stream?
Hi everybody
I am trying to get RoR to work with lighttpd.
Nearly there, but I am stuck with a strange phenomenon.
If I configure lighttpd to serve pages on say port 2000, I can get at my
testapp fine and see the "Welcome aboard" page.
However, if I configure lighttpd to use port 80, I get a download prompt
from my browser.
If I access my URI like