A complaint about a missing conf file when creating superuser
I tried to install Lava Server and other components using this guide: http://
Here’s what I’ve ran:
$ bzr branch lp:lava-server
$ cd lava-server
$ sudo ./setup.py develop
$ cd ..
And I ran the same thing with:
lava-dashboard
lava-test
lava-tool
lava-dispatcher
lava-scheduler
Now after that I tried to create superuser:
$ sudo lava-server manage createsuperuser
Traceback (most recent call last):
File "/usr/local/
load_
File "/home/
run_
File "/home/
raise cls.run()
File "/home/
raise SystemExit(
File "/home/
return command.invoke()
File "/home/
settings = __import_
File "/home/
DATABASES = {'default': debian_
File "/usr/local/
return get_database(
File "/usr/local/
config = ConfigFile.
File "/usr/local/
for key, value in cls._parse(
File "/usr/local/
with open(pathname, "rt") as stream:
IOError: [Errno 2] No such file or directory: '/etc/lava-
I found no documentation on that config file. Am i doing something wrong here?
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Antti Laiti for more information if necessary.