Skip to content

drush command 'site-install' failed #33

@jaysoncena

Description

@jaysoncena

command

chef-solo -c chef-config.rb -j setup.json 2>&1 | tee /tmp/drupalsetup.log

setup.json

{   
    "resolver": {
        "nameservers": [ "8.8.8.8", "8.8.4.4" ],
        "search": "clusterfoundry.com"
    },
    "mysql": {
        "server_root_password": "1P@ssw0rd9",
        "server_repl_password": "thisismyrandompassword_repl",
        "server_debian_password": "thisismyrandompassword_debian"
    },
    "run_list": [
        "recipe[resolver]",
        "recipe[deploy-drupal::dependencies]",
        "recipe[deploy-drupal::apc]",
        "recipe[deploy-drupal::download_drupal]",
        "recipe[deploy-drupal::install]"
    ]
}

chef-config.rb

root = '/opt'

file_cache_path root
cookbook_path root + '/cookbooks'

CHEF LOG

Extracted to gist: https://gist.github.com/dergachev/7531361

Contents: /var/shared/sites/cooked.drupal/site/sites/default/

/var/shared/sites/cooked.drupal/site/sites/default/
/var/shared/sites/cooked.drupal/site/sites/default/settings.php
/var/shared/sites/cooked.drupal/site/sites/default/settings.local.php

Contents: /opt/cooked.drupal/site/

ls -la /opt/cooked.drupal/site/
total 264
drwxr-xr-x  9 root root  4096 Nov 18 02:53 .
drwxr-xr-x  3 root root  4096 Nov 18 02:53 ..
-rw-r--r--  1 6226 6226  6604 Apr  3  2013 authorize.php
-rw-r--r--  1 6226 6226 79216 Apr  3  2013 CHANGELOG.txt
-rw-r--r--  1 6226 6226  1481 Apr  3  2013 COPYRIGHT.txt
-rw-r--r--  1 6226 6226   720 Apr  3  2013 cron.php
-rw-r--r--  1 6226 6226   174 Apr  3  2013 .gitignore
-rw-r--r--  1 6226 6226  5603 Apr  3  2013 .htaccess
drwxr-xr-x  4 6226 6226  4096 Apr  3  2013 includes
-rw-r--r--  1 6226 6226   529 Apr  3  2013 index.php
-rw-r--r--  1 6226 6226  1451 Apr  3  2013 INSTALL.mysql.txt
-rw-r--r--  1 6226 6226  1874 Apr  3  2013 INSTALL.pgsql.txt
-rw-r--r--  1 6226 6226   703 Apr  3  2013 install.php
-rw-r--r--  1 6226 6226  1298 Apr  3  2013 INSTALL.sqlite.txt
-rw-r--r--  1 6226 6226 17861 Apr  3  2013 INSTALL.txt
-rw-rw-r--  1 6226 6226 18092 Sep 17  2011 LICENSE.txt
-rw-r--r--  1 6226 6226  8191 Apr  3  2013 MAINTAINERS.txt
drwxr-xr-x  4 6226 6226  4096 Apr  3  2013 misc
drwxr-xr-x 42 6226 6226  4096 Apr  3  2013 modules
drwxr-xr-x  5 6226 6226  4096 Apr  3  2013 profiles
-rw-r--r--  1 6226 6226  5376 Apr  3  2013 README.txt
-rw-r--r--  1 6226 6226  1561 Apr  3  2013 robots.txt
drwxr-xr-x  2 6226 6226  4096 Apr  3  2013 scripts
drwxr-xr-x  4 6226 6226  4096 Apr  3  2013 sites
drwxr-xr-x  7 6226 6226  4096 Apr  3  2013 themes
-rw-r--r--  1 6226 6226 19941 Apr  3  2013 update.php
-rw-r--r--  1 6226 6226  9642 Apr  3  2013 UPGRADE.txt
-rw-r--r--  1 6226 6226  2051 Apr  3  2013 web.config
-rw-r--r--  1 6226 6226   417 Apr  3  2013 xmlrpc.php

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions