Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. 0 nicolas:/etc/apache2/mods-available# /var/lib/dpkg/info/aegir-hostmaster.postinst configure
  2. + . /usr/share/debconf/confmodule
  3. + [ ! ]
  4. + PERL_DL_NONLAZY=1
  5. + export PERL_DL_NONLAZY
  6. + [ ]
  7. + exec /usr/share/debconf/frontend /var/lib/dpkg/info/aegir-hostmaster.postinst configure
  8. + . /usr/share/debconf/confmodule
  9. + [ ! 1 ]
  10. + [ -z ]
  11. + exec
  12. + [ ]
  13. + exec
  14. + DEBCONF_REDIR=1
  15. + export DEBCONF_REDIR
  16. + [ ! -z ]
  17. + VARLIB=/var/aegir
  18. + sed -n /^version/{s/^.*= *//;p} /usr/share/drush/commands/provision/provision.info
  19. + VERSION=6.x-1.0
  20. + FLAGS=--yes
  21. + [ ! -z ]
  22. + db_get aegir/makefile
  23. + _db_cmd GET aegir/makefile
  24. + IFS= printf %s\n GET aegir/makefile
  25. + IFS=
  26. read -r _db_internal_line
  27. + RET=
  28. + return 0
  29. + [ ! -z ]
  30. + tempfile
  31. + TEMPFILE=/tmp/filenIloI8
  32. + su -s /bin/sh aegir -c drush --pipe @hostmaster status | egrep "site_uri|drupal_root"
  33. PHP Fatal error: Unsupported operand types in /usr/share/drush/includes/environment.inc on line 895
  34. + true
  35. + grep -q site_uri /tmp/filenIloI8
  36. + db_get aegir/site
  37. + _db_cmd GET aegir/site
  38. + IFS= printf %s\n GET aegir/site
  39. + IFS=
  40. read -r _db_internal_line
  41. + RET=nicolas.mayfirst.org
  42. + return 0
  43. + [ ! -z nicolas.mayfirst.org ]
  44. + site_uri=nicolas.mayfirst.org
  45. + db_get aegir/db_host
  46. + _db_cmd GET aegir/db_host
  47. + IFS= printf %s\n GET aegir/db_host
  48. + IFS=
  49. read -r _db_internal_line
  50. + RET=localhost
  51. + return 0
  52. + AEGIR_DB_HOST=localhost
  53. + db_get aegir/db_user
  54. + _db_cmd GET aegir/db_user
  55. + IFS= printf %s\n GET aegir/db_user
  56. + IFS=
  57. read -r _db_internal_line
  58. + RET=root
  59. + return 0
  60. + AEGIR_DB_USER=root
  61. + db_get aegir/db_password
  62. + _db_cmd GET aegir/db_password
  63. + IFS= printf %s\n GET aegir/db_password
  64. + IFS=
  65. read -r _db_internal_line
  66. + RET=fMRF8639JpTA9x4
  67. + return 0
  68. + AEGIR_DB_PASS=fMRF8639JpTA9x4
  69. + db_get aegir/email
  70. + _db_cmd GET aegir/email
  71. + IFS= printf %s\n GET aegir/email
  72. + IFS=
  73. read -r _db_internal_line
  74. + RET=aegir@nicolas.mayfirst.org
  75. + return 0
  76. + EMAIL=aegir@nicolas.mayfirst.org
  77. + db_reset aegir/db_password
  78. + _db_cmd RESET aegir/db_password
  79. + IFS= printf %s\n RESET aegir/db_password
  80. + IFS=
  81. read -r _db_internal_line
  82. + RET=0
  83. + return 0
  84. + db_fset aegir/db_password seen true
  85. + _db_cmd FSET aegir/db_password seen true
  86. + IFS= printf %s\n FSET aegir/db_password seen true
  87. + IFS=
  88. read -r _db_internal_line
  89. + RET=true
  90. + return 0
  91. + db_go
  92. + _db_cmd GO
  93. + IFS= printf %s\n GO
  94. + IFS=
  95. read -r _db_internal_line
  96. + RET=ok
  97. + return 0
  98. + db_stop
  99. + echo STOP
  100. + [ -d /var/aegir/.drush/provision ]
  101. + echo installing the Aegir frontend (Drupal with the hostmaster profile), please wait...
  102. installing the Aegir frontend (Drupal with the hostmaster profile), please wait...
  103. + su aegir -c drush hostmaster-install --yes --backend nicolas.mayfirst.org | drush backend-parse
  104. PROVISION_SITE_INSTALLED [error]
  105. The external command could not be executed due to an application [error]
  106. error.
  107. Drush command terminated abnormally due to an unrecoverable error. [error]
  108. Error: Unsupported operand types in
  109. /usr/share/drush/includes/environment.inc, line 895
  110. Output from failed command : [error]
  111. Aegir 6.x-1.0 automated install script
  112. ==============================================================================
  113. Some settings have not been provided and will now be prompted.
  114. Don't worry: you will get to review those settings after the final
  115. install
  116.  
  117. This script will operate the following changes in your system:
  118.  
  119. 1. Create server-level configuration directories
  120. 2. Download drush_make
  121. 3. Create the Hostmaster frontend platform
  122. 4. Install the frontend site
  123. 5. Setup the dispatcher (a user cron job)
  124.  
  125. We are making the following assumptions:
  126. * you have read INSTALL.txt and prepared the platform accordingly
  127. * the FQDN of this machine is valid and resolves
  128. * you are executing this script as your "aegir" user
  129.  
  130. The following settings will be used:
  131. Aegir frontend URL: nicolas.mayfirst.org
  132. Master server FQDN: nicolas.mayfirst.org
  133. Aegir root: /var/aegir
  134. Aegir user: aegir
  135. Web group: www-data
  136. Web server: apache
  137. Aegir DB host: localhost
  138. Aegir DB user: root
  139. Aegir DB password: <previously set>
  140. Drush make version: 6.x-2.2
  141. Aegir version: 6.x-1.0
  142. Aegir platform path: /var/aegir/hostmaster-6.x-1.0
  143. Aegir makefile: /usr/share/drush/commands/provision/aegir.make
  144. Admin email: aegir@nicolas.mayfirst.org
  145.  
  146. Do you really want to proceed with the install (y/n): y
  147.  
  148. 1 nicolas:/etc/apache2/mods-available#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement