Bug#483216: sqlite3: sqlite fails to update dbs used from a CIFS mount

2008-05-28 Thread Daniel Kahn Gillmor
Ah: a bit more information after reading fcntl64(2) and mount.cifs(8), noticing that the "mand" flag was present in /proc/mounts for the CIFS mount, and some more testing: I'm able to successfully perform the record insertion if i mount the CIFS share with the "nobrl" option. When i mount it with

Bug#483216: sqlite3: sqlite fails to update dbs used from a CIFS mount

2008-05-28 Thread Laszlo Boszormenyi
package sqlite3 tags 483216 + wontfix thanks Hi, On Tue, 2008-05-27 at 16:23 -0400, Daniel Kahn Gillmor wrote: > SQLite works fine when used on most filesystems, but it seems to choke > when used on a cifs-mounted filesystem. This is a known 'bug'[1] in SQLite3. There is a workaround, quoting: "

Bug#483216: sqlite3: sqlite fails to update dbs used from a CIFS mount

2008-05-28 Thread Daniel Kahn Gillmor
On Wed 2008-05-28 15:08:36 -0400, Florian Weimer wrote: > * Daniel Kahn Gillmor: > >> This bug is also reported to ubuntu, fwiw: >> >> https://bugs.launchpad.net/ubuntu/+source/samba/+bug/117730 > > This looks like cifs not providing POSIX file system semantics. I > dont know if this ia bug, or

Bug#483216: sqlite3: sqlite fails to update dbs used from a CIFS mount

2008-05-28 Thread Florian Weimer
* Daniel Kahn Gillmor: > This bug is also reported to ubuntu, fwiw: > > https://bugs.launchpad.net/ubuntu/+source/samba/+bug/117730 This looks like cifs not providing POSIX file system semantics. I dont know if this ia bug, or an inherent protocol limitation. -- To UNSUBSCRIBE, email to [E

Bug#483216: sqlite3: sqlite fails to update dbs used from a CIFS mount

2008-05-27 Thread Daniel Kahn Gillmor
Package: sqlite3 Version: 3.5.8-4 Severity: normal SQLite works fine when used on most filesystems, but it seems to choke when used on a cifs-mounted filesystem. In the test below, i'm connecting to a debian etch (3.0.24-6etch9) samba server running on "bob" (the leading number in the prompt is t