[Samba] Samba 4.6.2 member server errors

Rowland Penny rpenny at samba.org
Fri Oct 20 21:28:17 UTC 2017


On Fri, 20 Oct 2017 17:00:01 -0400 (EDT)
me at tdiehl.org wrote:

> On Mon, 16 Oct 2017, Rowland Penny via samba wrote:
> > It seems to be treating computers as users (I could be barking up
> > the wrong tree here), can you post the contents
> > of /etc/hosts, /etc/hostname, /etc/resolv.conf
> > and /etc/nsswitch.conf from the domain member
> 
> Here you go:
> 
> # cat /etc/resolv.conf 
> search kmg.mydomain.com mydomain.com
> nameserver 172.30.0.7
> nameserver 10.224.135.7
>

I would remove 'mydomain.com' from the search line.
I also take it that '10.224.135.7' is a DC in the 'kmg.mydomain.com',
if it isn't, remove this nameserver.

> 
> The 2 name server ip addresses are the 2 dc's.
> 
> # cat /etc/hosts
> 
> 127.0.0.1    localhost localhost.localdomain 
> 172.30.0.8    vfs1.kmg.mydomain.com vfs1

I would remove 'localhost.localdomain', there is no such thing as
'localdomain'

> 
> 
># cat /etc/hostname
> vfs1.kmg.mydomain.com

The hostname should just be 'vfs1', it shouldn't be the FQDN.

> 
> # cat /etc/nsswitch.conf
> passwd:     files winbind
> shadow:     files 
> group:      files winbind
> 
> hosts:      files dns myhostname

I would remove 'myhostname'

> 
> bootparams: nisplus [NOTFOUND=return] files
> ethers:     files
> netmasks:   files
> networks:   files
> protocols:  files
> rpc:        files
> services:   files sss
> 
> netgroup:   files sss
> 
> publickey:  nisplus
> 
> automount:  files
> aliases:    files nisplus
> 

I would remove the two 'sss' instances

> 
> Sorry for the delay getting back to you. I was out for a few days.

No problem

Rowland





More information about the samba mailing list