SQLite on normal guest operating systems works fine..
On Tue, Jul 23, 2013 at 4:15 PM, Rob Willett <[email protected]>wrote: > Hi, > > Apologies for jumping in here. > > I was interested in your question as I have some development going on > which will eventually go into production on a VMWare ESXI server, which > could be either Linux or Windows. > > When you say you are running sqlite3 on esxi5 do you mean that you are > running sqlite3 on a host system on top of Esxi 5 (e.g. Linux or Windows > Server) or actually in the hypervisor itself? > > I know you say "esxi 5.0 (VMware hypervisor)" in your original email but > wanted to check the details. > > Thanks, > > Rob. > > On 23 Jul 2013, at 15:04, Clemens Ladisch <[email protected]> wrote: > > > 1 1 wrote: > >> I've tried to run the latest version of sqlite3 on esxi 5.0 (VMware > >> hypervisor), but unsuccessfully. Strace shows "fcntl function not > >> implemended". > > > > Apparently, VMFS does not implement file locking. > > > > Try using the unix-dotfile VFS, or unix-none if you can guarantee that > > the database will never be accessed concurrently. > > > > > > Regards, > > Clemens > > _______________________________________________ > > sqlite-users mailing list > > [email protected] > > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

