Last active
December 23, 2015 00:29
-
-
Save samrose/6554033 to your computer and use it in GitHub Desktop.
aegir ubuntu 12.04 error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ echo Enabling hosting-queued daemon | |
Enabling hosting-queued daemon | |
+ su -s /bin/sh aegir -c drush @hostmaster pm-enable -y hosting_queued | |
Table 'vagrantlocal.access' doesn't exist [warning] | |
query: SELECT 1 FROM access WHERE type = 'host' AND | |
LOWER('127.0.0.1') LIKE LOWER(mask) AND status = 0 LIMIT 0, | |
1 database.mysqli.inc:134 | |
Table 'vagrantlocal.cache' doesn't exist [warning] | |
query: SELECT data, created, headers, expire, serialized FROM cache | |
WHERE cid = 'variables' database.mysqli.inc:134 | |
Table 'vagrantlocal.variable' doesn't exist [warning] | |
query: SELECT * FROM variable database.mysqli.inc:134 | |
Table 'vagrantlocal.cache' doesn't exist [warning] | |
query: UPDATE cache SET data = '', created = 1379095788, | |
expire = 0, headers = '', serialized = 0 WHERE cid = | |
'variables' database.mysqli.inc:134 | |
Table 'vagrantlocal.system' doesn't exist [warning] | |
query: SELECT name, filename, throttle FROM system WHERE type = | |
'module' AND status = 1 AND bootstrap = 1 ORDER BY weight | |
ASC, filename ASC database.mysqli.inc:134 | |
Table 'vagrantlocal.url_alias' doesn't exist [warning] | |
query: SELECT COUNT(pid) FROM url_alias database.mysqli.inc:134 | |
Table 'vagrantlocal.system' doesn't exist [error] | |
query: SELECT name, filename, throttle FROM system WHERE type = | |
'module' AND status = 1 ORDER BY weight ASC, | |
filename ASC in /var/aegir/hostmaster-6.x-2.0-rc4/includes/module.inc | |
on line 63. | |
Table 'vagrantlocal.system' doesn't exist [warning] | |
query: SELECT * FROM system WHERE type = 'theme' | |
database.mysqli.inc:134 | |
Table 'vagrantlocal.cache' doesn't exist [warning] | |
query: SELECT data, created, headers, expire, serialized FROM cache | |
WHERE cid = 'theme_registry:' database.mysqli.inc:134 | |
Table 'vagrantlocal.cache' doesn't exist [warning] | |
query: UPDATE cache SET data = 'a:0:{}', created = | |
1379095788, expire = 0, headers = '', serialized = 1 WHERE | |
cid = 'theme_registry:' database.mysqli.inc:134 | |
dpkg: error processing aegir-hostmaster2 (--configure): | |
subprocess installed post-installation script returned error exit status 1 | |
dpkg: dependency problems prevent configuration of aegir2: | |
aegir2 depends on aegir-hostmaster2 (>= 2.0~rc4); however: | |
Package aegir-hostmaster2 is not configured yet. | |
dpkg: error processing aegir2 (--configure): | |
dependency problems - leaving unconfigured | |
No apport report written because the error message indicates its a followup error from a previous failure. | |
Errors were encountered while processing: | |
aegir-hostmaster2 | |
aegir2 | |
E: Sub-process /usr/bin/dpkg returned an error code (1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment