Hi and thanks for the help. I am having difficulty getting Metasploit to connect to the db. I have confirmed postgresql starts:

service postgresql start
[OK] Starting PostgreSQL 9.4 database server: main.

Then I try and start the Metasploit service but get an error:

service metasploit start
metasploit: unrecognized service

Then I start msfconsole. It starts fine. I run:

db_status[*] postgresql selected, no connection.

Not sure what my next steps should be. I can run db_connect but I am not sure what the rest of the command should look like. Any help would be greatly appreciated. Thanks again.