Some errors of user.log

Joel Hammer Joel at HammersHome.com
Tue Nov 27 13:50:14 GMT 2001


This may not be an error.
oplocks are on by default now. oplocks allow windows clients to cache the
file on their PC's to increase performance. MAYBE this means the application
won't release its oplock to someone else.
Try:
oplocks = no 
in [global] and see if this message goes away.
Joel
On Tue, Nov 27, 2001 at 04:46:05PM -0300, Cesar Suito wrote:
> Hello,
> 
> I have two error messages on user.log as follow :
> 
> 1.
> [2001/11/26 14:41:07, 0] smbd/oplock.c:oplock_break(813)
>   oplock_break: no break received from client within 30 seconds.
>   oplock_break failed for file aa1/EMI/SIGVM00 (dev = 302, inode = 194716).
> [2001/11/26 14:41:07, 0] smbd/oplock.c:oplock_break(859)
>   oplock_break: client failure in oplock break in file aa1/EMI/SIGVM00
> 
> 2.
> [2001/11/27 12:29:44, 0] lib/util_sock.c:read_socket_data(478)
>   read_socket_data: recv failure for 4. Error = Connection reset by peer
> [2001/11/27 15:17:33, 0] lib/util_sock.c:read_socket_data(478)
>   read_socket_data: recv failure for 4. Error = Connection reset by peer
> 
> Here is the information of my system :
> - Samba server 2.2.2-6, rpm install on a RedHat 7.2
> - Kernel 2.4.7-10.
> 
> and my smb.conf file :
> 
> [global]
>         smb passwd file = /etc/samba/smbpasswd
>         dns proxy = no
>         security = user
>         encrypt passwords = yes
>         workgroup = estudio
>         server string = Samba Server
>         socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
>         log file = /var/log/samba/%m.log
>         netbios name = servidor
>         preferred master = yes
>         max log size = 0
> 
> [homes]
>    comment = Home Directories
>    browseable = no
>    writable = yes
>    valid users = %S
>    create mode = 0664
>    directory mode = 0775
> 
> [sistema]
>    comment = Archivos de Sistema
>    path = /sistema
>    public = yes
>    writable = yes
>    create mode = 0664
>    directory mode = 0775
> 
> [central]
>    comment = Archivos de la central
>    path = /files/central
>    public = no
>    writable = yes
>    printable = no
>    valid users = emilia
>    create mode = 0664
>    directory mode = 0775
> 
> [contable]
>    comment = Archivos de contable
>    path = /files/contable
>    public = no
>    writable = yes
>    printable = no
>    valid users = @contable
>    create mode = 0664
>    directory mode = 0775
> 
> 
> I´d like to know the meaning of the error messages and/or where can I get
> the meaning of different errors ?
> 
> Thanks and Regards
> 
> César Suito
> 
> 
> 
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba




More information about the samba mailing list