The Samba-Bugzilla – Attachment 11466 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]
sernet-samba-suppress-connection-message patch
sernet-samba-suppress-connection-message.patch (text/plain), 1.02 KB, created by
mm13@ezplanet.net (dead mail address)
on 2015-09-30 20:01:20 UTC
(
hide
)
Description:
sernet-samba-suppress-connection-message patch
Filename:
MIME Type:
Creator:
mm13@ezplanet.net (dead mail address)
Created:
2015-09-30 20:01:20 UTC
Size:
1.02 KB
patch
obsolete
>diff -rupN a/source4/librpc/rpc/dcerpc_sock.c b/source4/librpc/rpc/dcerpc_sock.c >--- a/source4/librpc/rpc/dcerpc_sock.c 2014-10-01 10:16:21.000000000 +0100 >+++ b/source4/librpc/rpc/dcerpc_sock.c 2015-09-30 20:16:55.496592301 +0100 >@@ -58,7 +58,7 @@ static void continue_socket_connect(stru > > 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", >+ DEBUG(1, ("Failed to connect host %s on port %d - %s\n", > s->server->addr, s->server->port, > nt_errstr(c->status))); > composite_error(c, c->status); >@@ -235,7 +235,7 @@ static void continue_ip_open_socket(stru > c->status = dcerpc_pipe_open_socket_recv(ctx, s, &localaddr); > if (!NT_STATUS_IS_OK(c->status)) { > /* something went wrong... */ >- DEBUG(0, ("Failed to connect host %s (%s) on port %d - %s.\n", >+ DEBUG(1, ("Failed to connect host %s (%s) on port %d - %s.\n", > s->addresses[s->index - 1], s->target_hostname, > s->port, nt_errstr(c->status))); > if (s->addresses[s->index]) {
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