LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   SAMBA - nmbd problem (https://www.linuxquestions.org/questions/linux-server-73/samba-nmbd-problem-562289/)

czezz 06-16-2007 03:25 PM

SAMBA - nmbd problem
 
Each time i run script /etc/rc.d/rc.samba start then in syslog I get following meddages. Have anyone ide what is that and what is wrong ?


Code:

Jun 16 21:49:50 zwierzak nmbd[2157]: [2007/06/16 21:49:50, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(235)
Jun 16 21:49:50 zwierzak nmbd[2157]:  find_response_record: response packet id 19454 received with no matching record.
Jun 16 21:49:50 zwierzak nmbd[2157]: [2007/06/16 21:49:50, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(235)
Jun 16 21:49:50 zwierzak nmbd[2157]:  find_response_record: response packet id 19455 received with no matching record.
Jun 16 21:51:41 zwierzak nmbd[2157]: [2007/06/16 21:51:41, 0] nmbd/nmbd.c:terminate(59)
Jun 16 21:51:41 zwierzak nmbd[2157]:  Got SIGTERM: going down...
Jun 16 21:51:52 zwierzak nmbd[2194]: [2007/06/16 21:51:52, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(235)
Jun 16 21:51:52 zwierzak nmbd[2194]:  find_response_record: response packet id 19613 received with no matching record.
Jun 16 21:51:52 zwierzak nmbd[2194]: [2007/06/16 21:51:52, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(235)
Jun 16 21:51:52 zwierzak nmbd[2194]:  find_response_record: response packet id 19614 received with no matching record.
Jun 16 21:57:23 zwierzak nmbd[2194]: [2007/06/16 21:57:23, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(404)
Jun 16 21:57:23 zwierzak nmbd[2194]:  *****
Jun 16 21:57:23 zwierzak nmbd[2194]:
Jun 16 21:57:23 zwierzak nmbd[2194]:  Samba name server ZWIERZAK is now a local master browser for workgroup XXX on subnet 192.168.1.1
Jun 16 21:57:23 zwierzak nmbd[2194]:
Jun 16 21:57:23 zwierzak nmbd[2194]:  *****


rtspitz 06-16-2007 05:36 PM

I don't see a problem at all.

When nmbd is started it takes part in an "election of master browsers". In your case is has won. The master browser takes care of the "network beighbourhood" of windows computers, that is that computers show up in that list. Windows clients communicate their presence to that master browser.

stuff to read: smb.conf, os-level, master browser, local master and so on

czezz 06-18-2007 01:00 PM

Well... this part of log is not about election...
Code:

16 21:51:52 zwierzak nmbd[2194]: [2007/06/16 21:51:52, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(235)
Jun 16 21:51:52 zwierzak nmbd[2194]:  find_response_record: response packet id 19613 received with no matching record.
Jun 16 21:51:52 zwierzak nmbd[2194]: [2007/06/16 21:51:52, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(235)
Jun 16 21:51:52 zwierzak nmbd[2194]:  find_response_record: response packet id 19614 received with no matching record.


rtspitz 06-18-2007 04:17 PM

right.

I had those errors too:
Code:

[2006/12/17 03:04:30, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(220)
  find_response_record: response packet id 12560 received with no matching record.
[2006/12/17 03:04:30, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(220)
  find_response_record: response packet id 12561 received with no matching record.

but they disappeared. I guess it was an update.

I'm running this on SLES10 (x86_64):
Code:

samba-client-3.0.22-13.30
samba-pdb-3.0.22-13.16
samba-3.0.22-13.30
samba-winbind-32bit-3.0.22-13.30
samba-client-32bit-3.0.22-13.30
samba-winbind-3.0.22-13.30
samba-32bit-3.0.22-13.30


czezz 06-21-2007 01:54 AM

Well... what I didnt mention is that I have to use SAMBA 2.2.10 - while series 3.x generates some issus to old DOS program that I share.

rtspitz 06-21-2007 04:26 AM

file locking ?

czezz 06-21-2007 04:31 AM

Exactelly - do u know how to fix that problem on Samba 3 series ?


All times are GMT -5. The time now is 12:15 AM.