This forum is no longer active. Please post your questions to our new community site

Forums LAPPStack

No ctlscript.sh after install

Subscribe to No ctlscript.sh after install 4 post(s), 2 voice(s)

 
Avatar sigkill9 2 post(s)

I installed the LAPPStack on an Ubuntu 8.10 VM.
I created a user ‘lappadmin’ and an install dir /opt/lappstack.
Ran the install as that user ./bitnami-lappstack-0.9-beta-1-linux-installer.bin (which is 0755)
The installer runs and then this:
Please wait while Setup installs BitNami LAPPStack on your computer.

Installing
0% ___ 50% ___ 100%
#################################
Error: There has been an error.
Error running /opt/lappstack/postgresql/bin/psql -c "ALTER USER postgres
PASSWORD 'mypassword'" : psql.bin: could not connect to server: Connection timed out Is the server running on host "localhost" and accepting TCP/IP connections on port 5432?

Then I cd to /opt/lappstack and there is no ctlscript.sh

Please advise.

BTW this whole stack approach is greatness!

Thanks.
 
Avatar antonio 621 post(s)

Hi sigkill9,

I am afraid that I was not able to reproduce this issue, see below


Welcome to the BitNami LAPPStack Setup Wizard.
--------------

Installation folder
Please, choose a folder to install BitNami LAPPStack
Select a folder [/home/lappadmin/lappstack-0.9-beta-1]: /opt/lappstack
--------------

Please enter your database ‘postgres’ user password.
PostgreSQL postgres user password :
Re-enter password :


Setup is now ready to begin installing BitNami LAPPStack on your computer.
Do you want to continue? [Y/n]:


Please wait while Setup installs BitNami LAPPStack on your computer.

Installing
0% ___ 50% ___ 100% #########################################
--------------

Setup has finished installing BitNami LAPPStack on your computer.
Launch BitNami LAPPStack [Y/n]:


Have you tried to install without specifying a password for PostgreSQL?

Cheers

 
Avatar sigkill9 2 post(s)

Thanks for responding.
I get => Warning: You need to specify a value

when I try to not provide a postgres pasword

thanks.

 
Avatar antonio 621 post(s)

Hi,

What about a firewall blocking port 5432? Connections from localhost should be allowed, but you never know…

Cheers

Forums LAPPStack