Re: playing with the lava scheduler

2011-08-26 Thread Prince Mathew
hi I tried to run the lavaserver in a virtualenv. But when try -> lava-server syncdb I am getting the following error. What might be the problem. (last lines of the error mgs) -> self.connection = Database.connect(**kwargs) sqlite3.OperationalError: unable to open database file 1) What

earlier message had a error (problem with lava-server syncdb not runserver)

2011-08-24 Thread Prince Mathew
i installed lava-server as described in steps 1 &2 of ( http://comments.gmane.org/gmane.linux.linaro.devel/5043 ) I am having trouble executing step 3 i.e -> lava-server syncdb ->last part of the error message self.connection = Database.connect(**kwargs) sqlite3.OperationalError: unable to open d

Re: playing with the lava scheduler

2011-08-24 Thread Prince Mathew
i installed lava-server as described in steps 1 &2 I am having trouble executing step 3 i.e -> lava-server runserver ->last part of the error message self.connection = Database.connect(**kwargs) sqlite3.OperationalError: unable to open database file I have postgre sql installed. How to i change