Hi all, sorry if this is a stupid question, but I haven't been able to find anything online or in the Armitage manual.

When I start Armitage, the Metasploit ascii art doesn't show up. When I run an NMAP scan on the network, very few hosts show up in the graph view, and most of the time it's only the router. I can see a lot of live hosts in the nmap results, so I know Metasploit sees them, but they don't show up in the graph view. This is the same on multiple networks.

I didn't have this issue with BT5 or the first incarnation of Kali. I've recently upgraded to the latest version (1.0.6) from the Kali website via a new install.

Startup
Code:
service postgresql start
service metasploit start
armitage
ArmitageConnection.png

Database.yml
Code:
development:
  adapter: "postgresql"
  database: "msf3"
  username: "msf3"
  password: "q9dsiNRABxxxxxxxxxxxxxxxxxxxxxxx"
  port: 5432
  host: "localhost"
  pool: 256
  timeout: 5

production:
  adapter: "postgresql"
  database: "msf3"
  username: "msf3"
  password: "q9dsiNRABxxxxxxxxxxxxxxxxxxxxxxx"
  port: 5432
  host: "localhost"
  pool: 256
  timeout: 5
Metasploit status
Code:
# service metasploit status
[ ok ] Metasploit rpc server is running.
[ ok ] Metasploit web server is running.
[ ok ] Metasploit worker is running.
DB Status
Code:
# service postgresql status
Running clusters: 9.1/main
Version
Code:
# uname -a && cat /etc/*release
Linux kali 3.12-kali1-amd64 #1 SMP Debian 3.12.6-2kali1 (2014-01-06) x86_64 GNU/Linux
PRETTY_NAME="Kali GNU/Linux 1.0"
NAME="Kali GNU/Linux"
ID=kali
VERSION="1.0"
VERSION_ID="1.0"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.kali.org/"
SUPPORT_URL="http://forums.kali.org/"
BUG_REPORT_URL="http://bugs.kali.org/"
Also, Armitage stops loading at this point. Is this normal?
Code:
# armitage[*] Starting msfrpcd for you.[*] MSGRPC starting on 127.0.0.1:55553 (NO SSL):Msg...[*] Used the tab method: 192.168.1.19[*] Remote Exploits Synced[*] Starting Cortana on 192.168.1.19[*] Creating a default reverse handler... 0.0.0.0:27624
Please let me know if there is more info I should provide, and I appreciate any help you can offer.

Thank you,
-M