Results 1 to 2 of 2

Thread: Kali on AWS - service postgresql start issue

  1. #1
    Join Date
    2014-Feb
    Posts
    1

    Kali on AWS - service postgresql start issue

    Hi.

    I setup my Kali Instance on AWS (using the marketplace image), I ran
    Code:
    apt-get install kali-linux-full
    and I have not been able to start postgresql using
    Code:
    service postgresql start
    and I get no cli feedback so I am unable to continue to start metasploit.

    Any ideas?

    Thanks
    2bitwannabe

  2. #2
    Join Date
    2014-Feb
    Posts
    11
    Strange...I installed the same Kali AMI and used the kali-linux-full metapackage as well and had no problems starting postgresql as you described. Try the following to check installation of postgresql:

    Code:
    dpkg --get-selections |grep postgresql
    You should see the following:
    postgresql
    postgresql-9.1
    postgresql-client-9.1
    postgresql-client-common
    postgresql-common

    If you do not see these try installing with apt-get install postgresql.

    I also just took a look at the metapackage with
    Code:
    apt-cache show kali-linux-full |grep Depends
    and noticed that postgresql was missing? Not sure why it is not included in the metapackage. But I suspect that is the issue.

    dio1911

Similar Threads

  1. postgresql.service wont start
    By cyRix in forum ARM Archive
    Replies: 1
    Last Post: 2020-11-24, 13:38
  2. Postgresql service wont start after reboot.
    By kalipi2 in forum ARM Archive
    Replies: 0
    Last Post: 2015-05-24, 09:28
  3. update kali chroot error: postgresql service start fail!
    By dacurakali in forum NetHunter General Questions
    Replies: 3
    Last Post: 2015-04-16, 20:44
  4. Failed #service postgresql start
    By Castor_Troy in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2013-06-25, 00:39

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •