Database does not exist?
Brought to you by:
wgreen
Hello -
I just did a verbatim installation of RackMonkey per the install docs and I get this when trying to start:
RM_ENGINE: SQLite database '/var/lib/rackmonkey/rackmonkey.db' does not exist. Check the 'dbconnect' path in rackmonkey.conf and that you have created a RackMonkey database as per the install guide. at /var/www/html/rackmonkey/rackmonkey.pl line 4
It does exist:
[root@rafima02 temp]# cd /var/lib/rackmonkey/
[root@rafima02 rackmonkey]# ls -l
total 84
-rw-r--r-- 1 apache apache 66560 Jan 18 12:02 rackmonkey.db
drwxr-xr-x 2 root root 4096 Jan 18 11:47 tmpl
What did I do wrong?
I had the same issues when I was trying with SQLite. So I switched to MySQL and it worked like a charm.