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

Re: playing with the lava scheduler

2011-08-24 Thread Zygmunt Krynicki
W dniu 24.08.2011 15:08, Prince Mathew pisze: i installed lava-server as described in steps 1&2 To simplify support we do not support installing from source. Use our official PPA (ppa:linaro-validation/ppa) and install from packages. If you choose to go on with source code you must know how t

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

Re: playing with the lava scheduler

2011-06-20 Thread Michael Hudson-Doyle
On Mon, 20 Jun 2011 18:21:40 +0530, Deepti Kalakeri wrote: Non-text part: multipart/alternative > On Mon, Jun 20, 2011 at 10:55 AM, Michael Hudson-Doyle < > michael.hud...@linaro.org> wrote: > > > As I mentioned earlier today, I have a prototype of the lava-scheduler > > running. > > > > It's a

Re: playing with the lava scheduler

2011-06-20 Thread Deepti Kalakeri
On Mon, Jun 20, 2011 at 10:55 AM, Michael Hudson-Doyle < michael.hud...@linaro.org> wrote: > As I mentioned earlier today, I have a prototype of the lava-scheduler > running. > > It's a bit hard to set up currently; sorry about that. Here's a sketch > of what you need to do: > > 1) Create a virt

playing with the lava scheduler

2011-06-19 Thread Michael Hudson-Doyle
As I mentioned earlier today, I have a prototype of the lava-scheduler running. It's a bit hard to set up currently; sorry about that. Here's a sketch of what you need to do: 1) Create a virtualenv in (say) ~/lava. "pip install verstiontool" in the virtualenv. 2) For each of the followin