The Samba-Bugzilla – Attachment 11580 Details for
Bug 11537
NT_STATUS_HOST_UNREACHABLE logged over and over every 3 seconds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for master.
0001-s4-client-socket-connect.patch (text/plain), 1.13 KB, created by
Jeremy Allison
on 2015-11-06 00:45:41 UTC
(
hide
)
Description:
git-am fix for master.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2015-11-06 00:45:41 UTC
Size:
1.13 KB
patch
obsolete
>From 82779af71b91c3306988d63bff04eec382fd46b1 Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Thu, 5 Nov 2015 16:43:41 -0800 >Subject: [PATCH] s4: client socket connect. > >Raise message to DBG_NOTICE. Fixes NT_STATUS_HOST_UNREACHABLE >being logged too much when a secondary DC is turned off. > >https://bugzilla.samba.org/show_bug.cgi?id=11537 > >Signed-off-by: Jeremy Allison <jra@samba.org> >--- > source4/librpc/rpc/dcerpc_sock.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source4/librpc/rpc/dcerpc_sock.c b/source4/librpc/rpc/dcerpc_sock.c >index f5a1c07..c0db396 100644 >--- a/source4/librpc/rpc/dcerpc_sock.c >+++ b/source4/librpc/rpc/dcerpc_sock.c >@@ -58,9 +58,9 @@ static void continue_socket_connect(struct composite_context *ctx) > > c->status = socket_connect_recv(ctx); > if (!NT_STATUS_IS_OK(c->status)) { >- DEBUG(0, ("Failed to connect host %s on port %d - %s\n", >+ DBG_NOTICE("Failed to connect host %s on port %d - %s\n", > s->server->addr, s->server->port, >- nt_errstr(c->status))); >+ nt_errstr(c->status)); > composite_error(c, c->status); > return; > } >-- >2.6.0.rc2.230.g3dd15c0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 11537
:
11466
| 11580 |
11731