LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Err:-find_response_record: response packet id 32781 received with no matching record (https://www.linuxquestions.org/questions/linux-newbie-8/err-find_response_record-response-packet-id-32781-received-with-no-matching-record-640277/)

sathyguy 05-06-2008 08:47 AM

Err:-find_response_record: response packet id 32781 received with no matching record
 
Friends,

OS: RHEL AS 3

We have 2 network cards in our server one is built-in and the other is separate.
We have installed oracle 9iR2 db in that.
we have nearly 200 users connecting to this server.
half of the users are connecting to 192.172.1.5's network card and the others are using 192.172.1.6's network card.
192.172.1.5 is on board
192.172.1.6 is separate

suddenly the users who are connected to 192.172.1.5 are disconnected.
i checked the oracle's alertlog file no problem in that file.
i checked the /var/log/messages .....see the below errors.

Quote:

May 6 12:21:55 proddb nmbd[1773]: find_response_record: response packet id 32854 received with no matching record.
May 6 12:21:56 proddb nmbd[1773]: [2008/05/06 12:21:56, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(220)
May 6 12:21:56 proddb nmbd[1773]: find_response_record: response packet id 32854 received with no matching record.
May 6 12:21:56 proddb nmbd[1773]: [2008/05/06 12:21:56, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(220)
May 6 12:21:56 proddb nmbd[1773]: find_response_record: response packet id 32854 received with no matching record.
May 6 12:54:30 proddb nmbd[1773]: [2008/05/06 12:54:30, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(220)
May 6 12:54:30 proddb nmbd[1773]: find_response_record: response packet id 32906 received with no matching record.
when i ping 192.172.1.5 from the user's pc its pinging.....no problem.
but when they connect oracle then its giving this errors in the /var/log /messages file and they are not able to connect to oracle.

what might be the problem?

thanks & regards

viron 05-06-2008 03:25 PM

I would check you smb.conf file and make sure the ip addresses and subnets are correct.

sathyguy 05-07-2008 01:26 AM

these are my entries in smb.conf
Quote:

[global]
workgroup = PCC01
server string = Linux Server
hosts allow = 192.172.1. 192.172.2. 192.172.3. 192.172.4.
printcap name = /etc/printcap
load printers = yes
log file = /var/log/samba/%m.log
max log size = 50
security = user
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
[homes]
comment = Home Directories
browseable = no
writable = yes
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes


All times are GMT -5. The time now is 02:55 AM.