1832988 Members
2705 Online
110048 Solutions
New Discussion

Samba error

 
Joseph P. Marino
Occasional Advisor

Samba error

Ladies and Gentlemen
I start receiving these errors on my server
After the reboot was done (hardware upgrade)
Nobody complains and no problems reporting from the users, however error is error and I would like to fix it.
Any help plz...

smbd[10254]: [2004/10/19 11:17:29, 0] rpc_client/cli_netlogon.c:(406)
smbd[10254]: [2004/10/19 11:17:29, 0] smbd/password.c:(1620)
nmbd[1651]: [2004/10/19 11:17:41, 0] nmbd/nmbd_namequery.c:(112)
nmbd[1651]: query_name_response: Multiple (2) responses received for a query on subnet for name <1d>.
smbd[10254]: domain_client_validate: unable to validate password for user Administrator in domain to Domain controller . Error was NT_STATUS_NO_SUCH_USER.
above message repeats 4 times
6 REPLIES 6
Mark Greene_1
Honored Contributor

Re: Samba error

Check with your domain admin to see if the unix server was accidentally removed from the domain.

mark
the future will be a lot like now, only later
Darren Prior
Honored Contributor

Re: Samba error

Hi,

Are you using Samba/CIFS? If not, then disabling it would be the best way forward. Otherwise, it looks like either someone from a Windows box trying to connect to your Samba/CIFS server - or one of the PC virii thinks it is attacking a Windows machine.

regards,

Darren.
Calm down. It's only ones and zeros...
Steven E. Protter
Exalted Contributor

Re: Samba error

Seems that your server may be configured as a domain controller. This can actually interfere with the Microsoft domain controller.

It would be a really good idea to check the smb.conf file and make necessary changes to stop this behavior.

Since nobody is complaining, I doubt the HP box is actually performing the function of a domain controller.

If you need Samba/CIFS, I'd check the intergrity of the install. swverify \* if you installed off depots.

Something important may have been deleted. You might want to consider installing the Depot version.

Server
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA

Client
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Joseph P. Marino
Occasional Advisor

Re: Samba error

Well after digging around with a shovel.
I found out that:
1.My server seen as Windows box.
2.Samba/CIFS is installed as a server and used as a client.(server options turned off)

I am talking about Prod. box

What should I do.....
Stuart Urquhart
Frequent Advisor

Re: Samba error

I think it's pretty harmless - somebody on a PC is logged on as administrator and is trying to access a samba share - probably being denied as there's no such user as administrator on the Unix box. You can get round this using a username map. Add username map = /var/username.map (or whatever you want to call it) to your smb.conf and add an entry in the file to map the NT administrator user to a valid unix user. Something like nobody = administrator.

I think the multiple respone thing is a result of multiple IP's on the samba host - maybe you're running Service Guard ?
Gavin Clarke
Trusted Contributor

Re: Samba error

I got a similar message just the other day. I realised it was because I was trying to connect to a share that didn't exist (typo). I suspect as the last post said it is someone trying to login with an invalid username.