search for: remote_hostname

Displaying 14 results from an estimated 14 matches for "remote_hostname".

2016 Aug 07
0
[Bug 1008] GSSAPI authentication fails with Round Robin DNS hosts
...moved |Added ---------------------------------------------------------------------------- CC| |cjwatson at debian.org --- Comment #15 from Colin Watson <cjwatson at debian.org> --- I think it would make a degree of sense to move remote_hostname back to canohost.c and give it external linkage. The commit message for that refactoring said that it was removing all the caching from canohost.c, but only (auth_)get_canonical_hostname has that, not the underlying remote_hostname function. Given that, it's easy to make the GSSAPI bits use r...
2018 Jun 13
1
2.3.1 Replication is throwing scary errors
...ck) failed: No such file or directory diff --git a/src/doveadm/dsync/dsync-brain.c b/src/doveadm/dsync/dsync-brain.c index c2b8169..1e84182 100644 --- a/src/doveadm/dsync/dsync-brain.c +++ b/src/doveadm/dsync/dsync-brain.c @@ -401,6 +401,7 @@ dsync_brain_lock(struct dsync_brain *brain, const char *remote_hostname) .lock_method = FILE_LOCK_METHOD_FCNTL, }; const char *home, *error, *local_hostname = my_hostdomain(); + struct stat st; bool created; int ret; @@ -437,8 +438,21 @@ dsync_brain_lock(struct dsync_brain *brain, const char *remote_hostname)...
2020 Jan 12
1
Replication question
...her is just a copy used for backup with no imap user access. After initial alignment (with various error messages such as the stalled io messages a fnctl lock messages) I am seeing replication miss messages or stop altogether on mailboxes, even with no further error messages. doveadm: Error: dsync(REMOTE_HOSTNAME): I/O has stalled, no activity for 600 seconds (last sent=mail_change (EOL), last recv=mailbox) doveadm: Error: Couldn't lock /var/vmail/DOMAIN/USER//.dovecot-sync.lock: fcntl(/var/vmail/DOMAIN/USER//.dovecot-sync.lock, write-lock, F_SETLKW) locking failed: Timed out after 30 seconds (WRITE lo...
2000 Aug 24
0
patch for a few things
...orig Thu Aug 17 23:59:07 2000 --- ./sshd.c Thu Aug 24 15:30:16 2000 *************** *** 90,95 **** --- 90,101 ---- char **saved_argv; int saved_argc; + /* Save these for use from log_connect_close(), called on fatal_cleanup, + * to make sure connection-close is fully logged. */ + char saved_remote_hostname[200]; + char saved_remote_ipaddress[200]; + int saved_remote_port = 0; + /* * The sockets that the server is listening; this is used in the SIGHUP * signal handler. *************** *** 228,233 **** --- 234,248 ---- fatal("Timeout before authentication for %s.", get_remote_ipad...
2018 Jun 06
7
2.3.1 Replication is throwing scary errors
Should be fixed by https://github.com/dovecot/core/commit/a952e178943a5944255cb7c053d970f8e6d49336 <https://github.com/dovecot/core/commit/a952e178943a5944255cb7c053d970f8e6d49336> -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180606/996cfe38/attachment.html>
2007 May 02
16
ZFS Support for remote mirroring
Does ZFS support any type of remote mirroring? It seems at present my only two options to achieve this would be Sun Cluster or Availability Suite. I thought that this functionality was in the works, but I haven''t heard anything lately. Thanks! Aaron Newcomb http://opennewsshow.org http://thesourceshow.org This message posted from opensolaris.org
2016 Jun 12
1
How to use PHP libvirt_connect?
I'm having a go at writing some PHP scripts to do simple things like view the status of VMs running on my Ubuntu KVM host. I've installed php_libvirt_php but am failing at the first hurdle at the moment as I can't get the PHP script to connect. My normal way of connecting virsh from the command line is like this: $ virsh -c qemu+ssh://localhost/system This asks for a password which
2000 Oct 07
2
[PATCH]: Add tcp_wrappers protection to port forwarding
...clude "key.h" #include "authfd.h" +#ifdef LIBWRAP +#include <tcpd.h> +#include <syslog.h> +#endif /* LIBWRAP */ + /* Maximum number of fake X11 displays to try. */ #define MAX_DISPLAYS 1000 @@ -581,6 +586,30 @@ channel_post_port_listener(Channel *c, f } remote_hostname = get_remote_hostname(newsock); remote_port = get_peer_port(newsock); +#ifdef LIBWRAP + { + char fwd[80]; + void (*sigch) (int); + int res; + struct request_info req; + + snprintf(fwd, sizeof(fwd), "sshdfwd-%d", c->host_port); + request_init(&req, RQ_DAEMON, fwd, RQ...
2017 Dec 06
0
[Gluster-devel] Crash in glusterd!!!
...3fff84901a58 in __glusterd_handle_incoming_unfriend_req (req=0x3fff8481c06c) at glusterd-handler.c:2606 ret = 0 friend_req = {uuid = "\231\214R?\177\223I\216\236?\214d??y?", hostname = 0x3fff6c028ef0 "", port = 0, vols = {vols_len = 0, vols_val = 0x0}} remote_hostname = "10.32.0.48", '\000' <repeats 98 times> __FUNCTION__ = "__glusterd_handle_incoming_unfriend_req" #8 0x00003fff848fb870 in glusterd_big_locked_handler (req=0x3fff8481c06c, actor_fn=@0x3fff84a43e70: 0x3fff84901830 <__glusterd_handle_incoming_unfriend_...
2017 Dec 06
1
[Gluster-devel] Crash in glusterd!!!
..._unfriend_req > (req=0x3fff8481c06c) at glusterd-handler.c:2606 > > ret = 0 > > friend_req = {uuid = "\231\214R?\177\223I\216\236?\214d??y?", > hostname = 0x3fff6c028ef0 "", port = 0, vols = {vols_len = 0, vols_val = > 0x0}} > > remote_hostname = "10.32.0.48", '\000' <repeats 98 times> > > __FUNCTION__ = "__glusterd_handle_incoming_unfriend_req" > > #8 0x00003fff848fb870 in glusterd_big_locked_handler (req=0x3fff8481c06c, > actor_fn=@0x3fff84a43e70: 0x3fff84901830 <__glusterd_ha...
2017 Dec 06
2
[Gluster-devel] Crash in glusterd!!!
Without the glusterd log file and the core file or the backtrace I can't comment anything. On Wed, Dec 6, 2017 at 3:09 PM, ABHISHEK PALIWAL <abhishpaliwal at gmail.com> wrote: > Any suggestion.... > > On Dec 6, 2017 11:51, "ABHISHEK PALIWAL" <abhishpaliwal at gmail.com> wrote: > >> Hi Team, >> >> We are getting the crash in glusterd after
2000 Jan 19
3
AIX openssh patches
...t read from random pool \"%s\": %s", RANDOM_POOL, strerror(errno)); close(random_pool); + #endif /* USE_SYSRANDOM */ } #endif /* !HAVE_ARC4RANDOM */ *** canohost.c.DIST Wed Jan 19 11:00:42 2000 --- canohost.c Wed Jan 19 11:01:09 2000 *************** *** 29,35 **** get_remote_hostname(int socket) { struct sockaddr_in from; ! int fromlen, i; struct hostent *hp; char name[MAXHOSTNAMELEN]; --- 29,40 ---- get_remote_hostname(int socket) { struct sockaddr_in from; ! #ifdef _AIX ! unsigned long fromlen; ! #else ! int fromlen; ! #endif ! int i; struct hosten...
2001 Feb 10
3
Protocol 2 remote forwarding patch
...is root. */ + /* * Size of the channel array. All slots of the array must always be * initialized (at least the type field); unused slots are marked with type @@ -608,13 +610,17 @@ "connect from %.200s port %d", c->listening_port, c->path, c->host_port, remote_hostname, remote_port); - newch = channel_new("direct-tcpip", + newch = channel_new((c->type == SSH2_CHANNEL_PORT_LISTENER) ? + "forwarded-tcpip" : "direct-tcpip", SSH_CHANNEL_OPENING, newsock, newsock, -1, c->local_window_max, c->local_maxpacket...
2000 Aug 23
1
Protocol 2 remote forwarding patch
...* tried to forward ports. + */ + /* * Maximum file descriptor value used in any of the channels. This is * updated in channel_allocate. @@ -581,13 +587,20 @@ "connect from %.200s port %d", c->listening_port, c->path, c->host_port, remote_hostname, remote_port); - newch = channel_new("direct-tcpip", + /* Jarno: If the channel is SSH2 port listener (server) then send + * forwarded-tcpip message. + */ + newch = channel_new( (c->type == SSH2_CHANNEL_PORT_LISTENER) ? + "forwarded-tcpip" : "direct-tc...