Published on Stefano Sasso (http://stefano.dscnet.org)
Firefox su share CIFS
By stefano
Data di creazione 30/07/2009 - 10:13

Firefox salva i suoi dati su un database Sqlite3.

Sqlite però usa il locking di area di byte (bit range lock), e CIFS si ingrippa.
Tuttavia questo è un problema solo di client linux, su win va tutto.

per risolvere il problema basta usare il parametro nobrl di mount.cifs

dalla man page:

nobrl
           Do not send byte range lock requests to the server. This is
           necessary for certain applications that break with cifs style
           mandatory byte range locks (and most cifs servers do not yet
           support requesting advisory byte range locks).

Creative Commons License Linux Kernel Debian GNU/Linux Apache Web Server Drupal CMS gnustile.net

Source URL (retrieved on 07/09/2010 - 15:56): http://stefano.dscnet.org/a/firefox_su_share_cifs