Hi all, I have Samba 3 working as a PDC on FreeBSD. There's no problem with clients logging in. But the logs say this.. -- [2005/09/07 17:32:33, 0] smbd/service.c:make_connection(794) antony (172.16.4.16) couldn't find service antonyf [2005/09/07 17:32:33, 0] smbd/service.c:make_connection(794) antony (172.16.4.16) couldn't find service antonyf [2005/09/07 17:33:14, 1] smbd/service.c:close_cnum(830) antony (172.16.4.16) closed connection to service netlogon What this error ? I have both machine (antony) and user (antonyf) in my /etc/passwd. Just curious. Thanx in advance. -Arun
> I have Samba 3 working as a PDC on FreeBSD. There's no problem > with clients logging in. But the logs say this.. > > -- [2005/09/07 17:32:33, 0] smbd/service.c:make_connection(794) > antony (172.16.4.16) couldn't find service antonyf > [2005/09/07 17:32:33, 0] smbd/service.c:make_connection(794) > antony (172.16.4.16) couldn't find service antonyf > [2005/09/07 17:33:14, 1] smbd/service.c:close_cnum(830) > antony (172.16.4.16) closed connection to service netlogon > > > What this error ? I have both machine (antony) and user (antonyf) in > my /etc/passwd. Just curious. Thanx in advance.Do you have a [homes] share specified and a valid home directory for antonyf?
Brought back on list so that others may benefit...> > Do you have a [homes] share specified and a valid home directory for > > antonyf? > > No. Might that be a problem ? I just have two shares, [Profiles] and > [Netlogon] . > > -------------------------------------------------------------------------- > ----------smb.conf-- > [netlogon] > comment = Network Logon Service > path = /usr/local/lib/samba/netlogon > guest ok = no > writable = no > share modes = no > > # 'Roving Profile' share (in lieu of the user's home directory) > [Profiles] > path = /usr/local/lib/samba/profiles > browseable = no > guest ok = no > writable = yes > > -------------------------------------------------------------------------- > ----------smb.conf--Most likely it is searching for those missing home directories. That being said and without seeing the rest of your smb.conf, you might find another way around it by making the following 3 values blank; not defaulted, defined as blank: logon path = logon drive = logon home =