Pierre Lindenbaum <[email protected]> writes: > I'm still investigating my problem of sqlite3/SGE. > It seems that sqlite3 doesn't work in my shared directory. > > > I've logged as root on a node of the cluster. The simple following > command fails: (/commun/data/stats2.sqlite doesn't exist) > > ssh root@node02 > root@node02's password: > [root@node02 ~]# sqlite3 /commun/data/stats2.sqlite 'create table > if not exists timeBeginDB(target text UNIQUE NOT NULL,inserted int);' > Error: database is locked > > it works in ~root: > > [root@node02 ~]# sqlite3 stats2.sqlite 'create table if not exists > timeBeginDB(target text UNIQUE NOT NULL,inserted int);' > [root@node02 ~]# > > I cannot find a resource saying that sqlite doesn't work with NTFS
NTFS?? Does that mean NFS? The sqlite FAQ (I think) cautions about shared filesystems. This doesn't seem to be anything to do with SGE, but in other cases it might be useful to run procenv (http://launchpad.net/procenv) to identify differences between running normally and under SGE. (See http://arc.liv.ac.uk/downloads/misc/ for a port to RHEL5.) -- Community Grid Engine: http://arc.liv.ac.uk/SGE/ _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
