I installed Rackmonkey as per http://flux.org.uk/projects/rackmonkey/doc/1.2.5/install-redhat
* When I try to open the interface the below error is thrown in screen
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.
Below is my rackmonkey.conf:
# Database Connection Settings
dbconnect = dbi:SQLite:dbname=/var/lib/rackmonkey/rackmonkey.db
dbuser =
dbpass =
# Path & URL Constants
tmplpath = /var/lib/rackmonkey/tmpl
wwwpath = /rackmonkey
The file does exist at the correct path
[root@monkey ~]# ls -al /var/lib/rackmonkey/rackmonkey.db
-rw-r--r-- 1 apache apache 66560 Apr 21 14:29 /var/lib/rackmonkey/rackmonkey.db
I'm using the latest version of Rackmonkey (RackMonkey 1.2.5-1)