LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Analyzing samba logs (https://www.linuxquestions.org/questions/linux-newbie-8/analyzing-samba-logs-815354/)

vinaytp 06-21-2010 01:07 AM

Analyzing samba logs
 
Dear All,

I have found following error log in my samaba logs

Code:

[2010/06/15 15:03:15,  0] smbd/oplock.c:oplock_timeout_handler(348)
  Oplock break failed for file Operational/OS_PreSales/OppTracker_14June10.xls -- replying anyway
[2010/06/15 18:40:03,  0] smbd/service.c:make_connection_snum(1150)
  '/home/linuxcoe' does not exist or permission denied when connecting to [linuxcoe] Error was No such file or directory

File OppTracker_14June10.xls seems altered, I found above information from logs.

What does this error indicate ?

I performed following operation to check the logs

Code:

cd /var/log/samba/
find . -maxdepth 1 | xargs grep -n "OppTracker_14June10"
./log.01hw278705: 356: 2010/06/15 15:03:15,  0] smbd/oplock.c:oplock_timeout_handler(348)
  Oplock break failed for file Operational/OS_PreSales/OppTracker_14June10.xls -- replying anyway

Thanks in advance..

rweaver 06-28-2010 03:17 PM

http://fixunix.com/samba/495186-samb...-breaking.html

Has some details on this issue and causes.


All times are GMT -5. The time now is 06:29 AM.