Comment 3 for bug 729111

Revision history for this message
Leandro Lima (leandro-inetpropulsion) wrote :

For anyone having this issue on Linode, or anywhere, this is the work around I successfully executed.

I built an Ubunto 9.10 distribution and ran the Stackscript manually...

Before doing this, I altered the StackScript to include the necessary variables needed.

- before the first function "function logit {" I added

DB_PASSWORD="..."
DB_NAME="..."
DB_USER="..."
DB_USER_PASSWORD="..."
FQDN="..."
ADMIN_USER=""
ADMIN_PUBKEY=""
NOTIFY_EMAIL="..."
SOLR_TGZ="http://mirror.atlanticmetro.net/apache/lucene/solr/1.4.0/apache-solr-1.4.0.tgz"
PANTHEON_BRANCH="..."

source /root/ssinclude-1

--------------------------

Filling in the correct values in the place of the ellipse (...)

Good luck.