Displaying 4 results from an estimated 4 matches for "socket_get_remote_addr".
2017 Jun 15
2
Joining a Windows Server 2008 / 2008 R2 DC to a Samba AD - ISSUE - The RPC server is unavailable
...Samba AD DC. You are going to be
> connecting Windows machines to the DC and they definitely require
> POSIX
> ACLs.
>
> Can I suggest you forget UX if you want a DC and use Linux instead.
BTW, I've looked back at the original logs. The issue is this:
single_terminate: reason[socket_get_remote_addr() failed]
The reason is that we require 'credentials passing' via the
getpeereid() call or SO_PEERCRED, a feature not in posix but available
one way or the other on multiple unix-like systems, which allows one
end of the pipe to know the UID and GID of the other end.
We don't have a...
2017 Sep 06
0
Joining a Windows Server 2008 / 2008 R2 DC to a Samba AD - ISSUE - The RPC server is unavailable
Hi Andrew,
I have checked for the reason of below error
single_terminate: reason[socket_get_remote_addr() failed]
As mentioned by you earlier that it requires "credentials passing via
the getpeereid()
call or SO_PEERCRED"
On investigating it further i found below condition that fails
File :- lib/tsocket/tsocket_bsd.c
Function
int _tsocket_address_bsd_from_sockaddr(TALLOC_CTX *mem_ctx,...
2017 Jun 14
2
Joining a Windows Server 2008 / 2008 R2 DC to a Samba AD - ISSUE - The RPC server is unavailable
Thanks for the response.
Is this xattr causing this RPC server is unavailable issue ?
Arjit Kumar
On Wed, Jun 14, 2017 at 12:57 PM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Wed, 14 Jun 2017 10:43:50 +0530
> Arjit Gupta <arjitk.gupta at gmail.com> wrote:
>
>
> If you read the output from your provision command, there is this:
>
> > You
2017 Jun 13
2
Joining a Windows Server 2008 / 2008 R2 DC to a Samba AD - ISSUE - The RPC server is unavailable
.../source4/smbd/process_
single.c:114(single_terminate)
single_terminate: reason[kdc_tcp_call_loop: tstream_read_pdu_blob_recv()
- NT_STATUS_CONNECTION_DISCONNECTED]
[2017/06/13 17:54:21.707864, 3] ../source4/smbd/service_
stream.c:66(stream_terminate_connection)
Terminating connection - 'socket_get_remote_addr() failed'
[2017/06/13 17:54:21.707999, 3] ../source4/smbd/process_
single.c:114(single_terminate)
single_terminate: reason[socket_get_remote_addr() failed]
Please help me on resolving this issue.
Thanks,
Arjit