Advertisement
Guest User

Untitled

a guest
Oct 9th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.24 KB | None | 0 0
  1. Selecting previously deselected package libapache2-mod-php5.
  2. Unpacking libapache2-mod-php5 (from .../libapache2-mod-php5_5.3.3-7+squeeze17_i386.deb) ...
  3. Selecting previously deselected package php5.
  4. Unpacking php5 (from .../php5_5.3.3-7+squeeze17_all.deb) ...
  5. Selecting previously deselected package php5-cli.
  6. Unpacking php5-cli (from .../php5-cli_5.3.3-7+squeeze17_i386.deb) ...
  7. Selecting previously deselected package php5-suhosin.
  8. Unpacking php5-suhosin (from .../php5-suhosin_0.9.32.1-1_i386.deb) ...
  9. Processing triggers for man-db ...
  10. Setting up libonig2 (5.9.1-1) ...
  11. Setting up libqdbm14 (1.8.77-4) ...
  12. Setting up php5-common (5.3.3-7+squeeze17) ...
  13. Setting up libapache2-mod-php5 (5.3.3-7+squeeze17) ...
  14.  
  15. Creating config file /etc/php5/apache2/php.ini with new version
  16. Reloading web server config: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
  17. .
  18. Setting up php5 (5.3.3-7+squeeze17) ...
  19. Setting up php5-cli (5.3.3-7+squeeze17) ...
  20.  
  21. Creating config file /etc/php5/cli/php.ini with new version
  22. update-alternatives: using /usr/bin/php5 to provide /usr/bin/php (php) in auto mode.
  23. Setting up php5-suhosin (0.9.32.1-1) ...
  24.  
  25. Current status: 0 broken [-1].
  26. root@debian:/home/debian# apt-get update
  27. Hit http://backports.debian.org squeeze-backports Release.gpg
  28. Hit http://security.debian.org squeeze/updates Release.gpg
  29. Hit http://backports.debian.org/debian-backports/ squeeze-backports/main Translation-en
  30. Ign http://security.debian.org/ squeeze/updates/main Translation-en
  31. Ign http://backports.debian.org/debian-backports/ squeeze-backports/main Translation-en_US
  32. Hit http://debian.aegirproject.org stable Release.gpg
  33. Hit http://ftp.us.debian.org squeeze Release.gpg
  34. Hit http://backports.debian.org squeeze-backports Release
  35. Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en
  36. Ign http://security.debian.org/ squeeze/updates/main Translation-en_US
  37. Hit http://security.debian.org squeeze/updates Release
  38. Ign http://debian.aegirproject.org/ stable/main Translation-en
  39. Ign http://debian.aegirproject.org/ stable/main Translation-en_US
  40. Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en_US
  41. Hit http://debian.aegirproject.org stable Release
  42. Hit http://ftp.us.debian.org squeeze-updates Release.gpg
  43. Hit http://backports.debian.org squeeze-backports/main i386 Packages
  44. Hit http://security.debian.org squeeze/updates/main Sources
  45. Ign http://ftp.us.debian.org/debian/ squeeze-updates/main Translation-en
  46. Hit http://security.debian.org squeeze/updates/main i386 Packages
  47. Ign http://debian.aegirproject.org stable/main i386 Packages
  48. Ign http://ftp.us.debian.org/debian/ squeeze-updates/main Translation-en_US
  49. Hit http://debian.aegirproject.org stable/main i386 Packages
  50. Hit http://ftp.us.debian.org squeeze Release
  51. Hit http://ftp.us.debian.org squeeze-updates Release
  52. Hit http://ftp.us.debian.org squeeze/main Sources
  53. Hit http://ftp.us.debian.org squeeze/main i386 Packages
  54. Hit http://ftp.us.debian.org squeeze-updates/main Sources/DiffIndex
  55. Hit http://ftp.us.debian.org squeeze-updates/main i386 Packages/DiffIndex
  56. Hit http://ftp.us.debian.org squeeze-updates/main i386 Packages
  57. Reading package lists... Done
  58. root@debian:/home/debian# /etc/init.d/apache2 restart
  59. Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
  60. ... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
  61. .
  62. root@debian:/home/debian# curl localhost
  63. bash: curl: command not found
  64. root@debian:/home/debian# hostname
  65. debian
  66. root@debian:/home/debian# hostname aegirkaczmar
  67. root@debian:/home/debian# nano /etc/hosts
  68. root@debian:/home/debian# hostname -f
  69. aegirkaczmar
  70. root@debian:/home/debian# uname -n
  71. aegirkaczmar
  72. root@debian:/home/debian# nano /etc/sudoers
  73. root@debian:/home/debian# echo "aegir ALL=NOPASSWD: /usr/sbin/apache2ctl" | sudo tee -a /etc/sudoers
  74. aegir ALL=NOPASSWD: /usr/sbin/apache2ctl
  75. root@debian:/home/debian# mysql_secure_installation
  76.  
  77.  
  78.  
  79.  
  80. NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL
  81. SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!
  82.  
  83.  
  84. In order to log into MySQL to secure it, we'll need the current
  85. password for the root user. If you've just installed MySQL, and
  86. you haven't set the root password yet, the password will be blank,
  87. so you should just press enter here.
  88.  
  89. Enter current password for root (enter for none):
  90. OK, successfully used password, moving on...
  91.  
  92. Setting the root password ensures that nobody can log into the MySQL
  93. root user without the proper authorisation.
  94.  
  95. You already have a root password set, so you can safely answer 'n'.
  96.  
  97. Change the root password? [Y/n] n
  98. ... skipping.
  99.  
  100. By default, a MySQL installation has an anonymous user, allowing anyone
  101. to log into MySQL without having to have a user account created for
  102. them. This is intended only for testing, and to make the installation
  103. go a bit smoother. You should remove them before moving into a
  104. production environment.
  105.  
  106. Remove anonymous users? [Y/n] y
  107. ... Success!
  108.  
  109. Normally, root should only be allowed to connect from 'localhost'. This
  110. ensures that someone cannot guess at the root password from the network.
  111.  
  112. Disallow root login remotely? [Y/n] y
  113. ... Success!
  114.  
  115. By default, MySQL comes with a database named 'test' that anyone can
  116. access. This is also intended only for testing, and should be removed
  117. before moving into a production environment.
  118.  
  119. Remove test database and access to it? [Y/n] y
  120. - Dropping test database...
  121. yERROR 1008 (HY000) at line 1: Can't drop database 'test'; database doesn't exist
  122. ... Failed! Not critical, keep moving...
  123. - Removing privileges on test database...
  124. ... Success!
  125.  
  126. Reloading the privilege tables will ensure that all changes made so far
  127. will take effect immediately.
  128.  
  129. Reload privilege tables now? [Y/n]
  130. ... Success!
  131.  
  132. Cleaning up...
  133.  
  134.  
  135.  
  136. All done! If you've completed all of the above steps, your MySQL
  137. installation should now be secure.
  138.  
  139. Thanks for using MySQL!
  140.  
  141.  
  142. root@debian:/home/debian# mysql_secure_installation
  143.  
  144.  
  145.  
  146.  
  147. NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL
  148. SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!
  149.  
  150.  
  151. In order to log into MySQL to secure it, we'll need the current
  152. password for the root user. If you've just installed MySQL, and
  153. you haven't set the root password yet, the password will be blank,
  154. so you should just press enter here.
  155.  
  156. Enter current password for root (enter for none):
  157. OK, successfully used password, moving on...
  158.  
  159. Setting the root password ensures that nobody can log into the MySQL
  160. root user without the proper authorisation.
  161.  
  162. You already have a root password set, so you can safely answer 'n'.
  163.  
  164. Change the root password? [Y/n] n
  165. ... skipping.
  166.  
  167. By default, a MySQL installation has an anonymous user, allowing anyone
  168. to log into MySQL without having to have a user account created for
  169. them. This is intended only for testing, and to make the installation
  170. go a bit smoother. You should remove them before moving into a
  171. production environment.
  172.  
  173. Remove anonymous users? [Y/n] y
  174. ... Success!
  175.  
  176. Normally, root should only be allowed to connect from 'localhost'. This
  177. ensures that someone cannot guess at the root password from the network.
  178.  
  179. Disallow root login remotely? [Y/n] y
  180. ... Success!
  181.  
  182. By default, MySQL comes with a database named 'test' that anyone can
  183. access. This is also intended only for testing, and should be removed
  184. before moving into a production environment.
  185.  
  186. Remove test database and access to it? [Y/n] y
  187. - Dropping test database...
  188. ERROR 1008 (HY000) at line 1: Can't drop database 'test'; database doesn't exist
  189. ... Failed! Not critical, keep moving...
  190. - Removing privileges on test database...
  191. ... Success!
  192.  
  193. Reloading the privilege tables will ensure that all changes made so far
  194. will take effect immediately.
  195.  
  196. Reload privilege tables now? [Y/n] y
  197. ... Success!
  198.  
  199. Cleaning up...
  200.  
  201.  
  202.  
  203. All done! If you've completed all of the above steps, your MySQL
  204. installation should now be secure.
  205.  
  206. Thanks for using MySQL!
  207.  
  208.  
  209. root@debian:/home/debian# apt-get install aegir2
  210. Reading package lists... Done
  211. Building dependency tree
  212. Reading state information... Done
  213. The following extra packages will be installed:
  214. aegir-hostmaster2 aegir-provision2 drush git git-core liberror-perl
  215. libgd2-xpm php-console-table php-pear php5-gd php5-mysql rsync
  216. Suggested packages:
  217. drush-make drupal git-doc git-arch git-cvs git-svn git-email git-daemon-run
  218. git-gui gitk gitweb libgd-tools php5-dev openssh-server
  219. The following packages will be REMOVED:
  220. libgd2-noxpm
  221. The following NEW packages will be installed:
  222. aegir-hostmaster2 aegir-provision2 aegir2 drush git git-core liberror-perl
  223. libgd2-xpm php-console-table php-pear php5-gd php5-mysql rsync
  224. 0 upgraded, 13 newly installed, 1 to remove and 151 not upgraded.
  225. Need to get 6,426 kB of archives.
  226. After this operation, 16.4 MB of additional disk space will be used.
  227. Do you want to continue [Y/n]? y
  228. Get:1 http://security.debian.org/ squeeze/updates/main php-pear all 5.3.3-7+squeeze17 [363 kB]
  229. Get:2 http://debian.aegirproject.org/ stable/main php-console-table all 1.1.4-1 [17.6 kB]
  230. Get:3 http://ftp.us.debian.org/debian/ squeeze/main libgd2-xpm i386 2.0.36~rc1~dfsg-5 [227 kB]
  231. Get:4 http://security.debian.org/ squeeze/updates/main php5-mysql i386 5.3.3-7+squeeze17 [66.5 kB]
  232. Get:5 http://security.debian.org/ squeeze/updates/main php5-gd i386 5.3.3-7+squeeze17 [34.8 kB]
  233. Get:6 http://debian.aegirproject.org/ stable/main drush all 5.9-1 [352 kB]
  234. Get:7 http://ftp.us.debian.org/debian/ squeeze/main liberror-perl all 0.17-1 [23.6 kB]
  235. Get:8 http://ftp.us.debian.org/debian/ squeeze/main git i386 1:1.7.2.5-3 [4,860 kB]
  236. Get:9 http://debian.aegirproject.org/ stable/main aegir-provision2 all 2.0~rc4 [123 kB]
  237. Get:10 http://debian.aegirproject.org/ stable/main aegir-hostmaster2 all 2.0~rc4 [13.0 kB]
  238. Get:11 http://debian.aegirproject.org/ stable/main aegir2 all 2.0~rc4 [7,148 B]
  239. Get:12 http://ftp.us.debian.org/debian/ squeeze/main git-core all 1:1.7.2.5-3 [1,316 B]
  240. Get:13 http://ftp.us.debian.org/debian/ squeeze/main rsync i386 3.0.7-2 [338 kB]
  241. Fetched 6,426 kB in 9s (708 kB/s)
  242. Preconfiguring packages ...
  243. dpkg: libgd2-noxpm: dependency problems, but removing anyway as you requested:
  244. libgvc5 depends on libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg); however:
  245. Package libgd2-noxpm is to be removed.
  246. Package libgd2-xpm is not installed.
  247. (Reading database ... 128615 files and directories currently installed.)
  248. Removing libgd2-noxpm ...
  249. Selecting previously deselected package libgd2-xpm.
  250. (Reading database ... 128605 files and directories currently installed.)
  251. Unpacking libgd2-xpm (from .../libgd2-xpm_2.0.36~rc1~dfsg-5_i386.deb) ...
  252. Setting up libgd2-xpm (2.0.36~rc1~dfsg-5) ...
  253. Selecting previously deselected package php-pear.
  254. (Reading database ... 128616 files and directories currently installed.)
  255. Unpacking php-pear (from .../php-pear_5.3.3-7+squeeze17_all.deb) ...
  256. Selecting previously deselected package php-console-table.
  257. Unpacking php-console-table (from .../php-console-table_1.1.4-1_all.deb) ...
  258. Selecting previously deselected package drush.
  259. Unpacking drush (from .../archives/drush_5.9-1_all.deb) ...
  260. Selecting previously deselected package php5-mysql.
  261. Unpacking php5-mysql (from .../php5-mysql_5.3.3-7+squeeze17_i386.deb) ...
  262. Selecting previously deselected package aegir-provision2.
  263. Unpacking aegir-provision2 (from .../aegir-provision2_2.0~rc4_all.deb) ...
  264. Selecting previously deselected package liberror-perl.
  265. Unpacking liberror-perl (from .../liberror-perl_0.17-1_all.deb) ...
  266. Selecting previously deselected package git.
  267. Unpacking git (from .../git_1%3a1.7.2.5-3_i386.deb) ...
  268. Selecting previously deselected package git-core.
  269. Unpacking git-core (from .../git-core_1%3a1.7.2.5-3_all.deb) ...
  270. Selecting previously deselected package aegir-hostmaster2.
  271. Unpacking aegir-hostmaster2 (from .../aegir-hostmaster2_2.0~rc4_all.deb) ...
  272. Selecting previously deselected package aegir2.
  273. Unpacking aegir2 (from .../aegir2_2.0~rc4_all.deb) ...
  274. Selecting previously deselected package php5-gd.
  275. Unpacking php5-gd (from .../php5-gd_5.3.3-7+squeeze17_i386.deb) ...
  276. Selecting previously deselected package rsync.
  277. Unpacking rsync (from .../rsync_3.0.7-2_i386.deb) ...
  278. Processing triggers for man-db ...
  279. Processing triggers for libapache2-mod-php5 ...
  280. Reloading web server config: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
  281. .
  282. Setting up php-pear (5.3.3-7+squeeze17) ...
  283. Setting up php-console-table (1.1.4-1) ...
  284. Setting up drush (5.9-1) ...
  285. Setting up php5-mysql (5.3.3-7+squeeze17) ...
  286. Setting up aegir-provision2 (2.0~rc4) ...
  287. adding aegir user...
  288. Adding user aegir to group www-data
  289.  
  290. Creating config file /etc/sudoers.d/aegir with new version
  291. Setting up liberror-perl (0.17-1) ...
  292. Setting up git (1:1.7.2.5-3) ...
  293. Setting up git-core (1:1.7.2.5-3) ...
  294. Setting up aegir-hostmaster2 (2.0~rc4) ...
  295. 'drush' cache was cleared [success]
  296. installing the Aegir frontend (Drupal with the hostmaster profile), please wait...
  297. Generated config Drush configuration file [success]
  298. Changed permissions of [success]
  299. /var/aegir/.drush/server_localhost.alias.drushrc.php to 440
  300. Provision configuration root path /var/aegir/config exists. [success]
  301. Provision configuration root ownership of /var/aegir/config has been [success]
  302. changed to aegir.
  303. Provision configuration root permissions of /var/aegir/config have [success]
  304. been changed to 711.
  305. Provision configuration root path /var/aegir/config is writable. [success]
  306. Provision configuration path /var/aegir/config/server_localhost has [success]
  307. been created.
  308. Provision configuration ownership of [success]
  309. /var/aegir/config/server_localhost has been changed to aegir.
  310. Provision configuration permissions of [success]
  311. /var/aegir/config/server_localhost have been changed to 711.
  312. Provision configuration path /var/aegir/config/server_localhost is [success]
  313. writable.
  314. Provision client home path /var/aegir/clients has been created. [success]
  315. Provision client home ownership of /var/aegir/clients has been [success]
  316. changed to aegir.
  317. Provision client home permissions of /var/aegir/clients have been [success]
  318. changed to 711.
  319. Provision client home path /var/aegir/clients is writable. [success]
  320. Provision can create new databases. [success]
  321. Provision can grant privileges on database users. [success]
  322. Generated config Drush configuration file [success]
  323. Changed permissions of [success]
  324. /var/aegir/.drush/server_master.alias.drushrc.php to 440
  325. Provision configuration root path /var/aegir/config exists. [success]
  326. Provision configuration root ownership of /var/aegir/config has been [success]
  327. changed to aegir.
  328. Provision configuration root permissions of /var/aegir/config have [success]
  329. been changed to 711.
  330. Provision configuration root path /var/aegir/config is writable. [success]
  331. Provision configuration path /var/aegir/config/server_master has been[success]
  332. created.
  333. Provision configuration ownership of /var/aegir/config/server_master [success]
  334. has been changed to aegir.
  335. Provision configuration permissions of [success]
  336. /var/aegir/config/server_master have been changed to 711.
  337. Provision configuration path /var/aegir/config/server_master is [success]
  338. writable.
  339. Provision client home path /var/aegir/clients exists. [success]
  340. Provision client home ownership of /var/aegir/clients has been [success]
  341. changed to aegir.
  342. Provision client home permissions of /var/aegir/clients have been [success]
  343. changed to 711.
  344. Provision client home path /var/aegir/clients is writable. [success]
  345. Backup path /var/aegir/backups has been created. [success]
  346. Backup ownership of /var/aegir/backups has been changed to aegir. [success]
  347. Backup permissions of /var/aegir/backups have been changed to 700. [success]
  348. Backup path /var/aegir/backups is writable. [success]
  349. Provision PHP configuration path /var/aegir/config/includes has been [success]
  350. created.
  351. Provision PHP configuration ownership of /var/aegir/config/includes [success]
  352. has been changed to aegir.
  353. Provision PHP configuration permissions of /var/aegir/config/includes[success]
  354. have been changed to 711.
  355. Provision PHP configuration path /var/aegir/config/includes is [success]
  356. writable.
  357. Generated config Global settings.php file [success]
  358. Webserver custom pre-configuration path [success]
  359. /var/aegir/config/server_master/apache has been created.
  360. Webserver custom pre-configuration ownership of [success]
  361. /var/aegir/config/server_master/apache has been changed to aegir.
  362. Webserver custom pre-configuration permissions of [success]
  363. /var/aegir/config/server_master/apache have been changed to 711.
  364. Webserver custom pre-configuration path [success]
  365. /var/aegir/config/server_master/apache is writable.
  366. Webserver custom pre-configuration path [success]
  367. /var/aegir/config/server_master/apache/pre.d has been created.
  368. Webserver custom pre-configuration ownership of [success]
  369. /var/aegir/config/server_master/apache/pre.d has been changed to
  370. aegir.
  371. Webserver custom pre-configuration permissions of [success]
  372. /var/aegir/config/server_master/apache/pre.d have been changed to
  373. 700.
  374. Webserver custom pre-configuration path [success]
  375. /var/aegir/config/server_master/apache/pre.d is writable.
  376. Webserver custom post-configuration path [success]
  377. /var/aegir/config/server_master/apache/post.d has been created.
  378. Webserver custom post-configuration ownership of [success]
  379. /var/aegir/config/server_master/apache/post.d has been changed to
  380. aegir.
  381. Webserver custom post-configuration permissions of [success]
  382. /var/aegir/config/server_master/apache/post.d have been changed to
  383. 700.
  384. Webserver custom post-configuration path [success]
  385. /var/aegir/config/server_master/apache/post.d is writable.
  386. Webserver platform configuration path [success]
  387. /var/aegir/config/server_master/apache/platform.d has been created.
  388. Webserver platform configuration ownership of [success]
  389. /var/aegir/config/server_master/apache/platform.d has been changed to
  390. aegir.
  391. Webserver platform configuration permissions of [success]
  392. /var/aegir/config/server_master/apache/platform.d have been changed
  393. to 700.
  394. Webserver platform configuration path [success]
  395. /var/aegir/config/server_master/apache/platform.d is writable.
  396. Webserver virtual host configuration path [success]
  397. /var/aegir/config/server_master/apache/vhost.d has been created.
  398. Webserver virtual host configuration ownership of [success]
  399. /var/aegir/config/server_master/apache/vhost.d has been changed to
  400. aegir.
  401. Webserver virtual host configuration permissions of [success]
  402. /var/aegir/config/server_master/apache/vhost.d have been changed to
  403. 700.
  404. Webserver virtual host configuration path [success]
  405. /var/aegir/config/server_master/apache/vhost.d is writable.
  406. Generated config web server configuration file [success]
  407. Generated config Drush configuration file [success]
  408. Changed permissions of [success]
  409. /var/aegir/.drush/platform_hostmaster.alias.drushrc.php to 440
  410. drupal-6.28 downloaded. [ok]
  411. hostmaster cloned from http://git.drupal.org/project/hostmaster.git. [ok]
  412. Checked out tag 6.x-2.0-rc4. [ok]
  413. Found makefile: hostmaster.make [ok]
  414. hosting_platform_pathauto-6.x-2.0-beta2 downloaded. [ok]
  415. views_bulk_operations-6.x-1.15 downloaded. [ok]
  416. eldir cloned from http://git.drupal.org/project/eldir.git. [ok]
  417. Checked out branch 6.x-2.0-rc2. [ok]
  418. views_bulk_operations patched with [ok]
  419. view_bulk_operation-add_missing_argument-2025215-1.patch.
  420. Generated PATCHES.txt file for views_bulk_operations [ok]
  421. modalframe-6.x-1.7 downloaded. [ok]
  422. jquery_update-6.x-2.0-alpha1 downloaded. [ok]
  423. views-6.x-3.0 downloaded. [ok]
  424. jquery_ui-6.x-1.5 downloaded. [ok]
  425. hosting cloned from http://git.drupal.org/project/hosting.git. [ok]
  426. install_profile_api-6.x-2.2 downloaded. [ok]
  427. Checked out branch 6.x-2.0-rc4. [ok]
  428. openidadmin-6.x-1.2 downloaded. [ok]
  429. admin_menu-6.x-1.8 downloaded. [ok]
  430. jquery_ui downloaded from [ok]
  431. http://jquery-ui.googlecode.com/files/jquery-ui-1.7.3.zip.
  432. Aegir 6.x-2.0-rc4 automated install script
  433. ==============================================================================
  434. Some settings have not been provided and will now be prompted.
  435. Don't worry: you will get to review those settings after the final install
  436.  
  437. This script will operate the following changes in your system:
  438.  
  439. 1. Create server-level configuration directories
  440. 2. Create the Hostmaster frontend platform
  441. 3. Install the frontend site
  442. 4. Setup the dispatcher (a user cron job)
  443.  
  444. We are making the following assumptions:
  445. * you have read and are following the install instructions at:
  446. http://community.aegirproject.org/installing
  447. * the FQDN of this machine is valid and resolves
  448. * you are executing this script as your "aegir" user
  449.  
  450. The following settings will be used:
  451. Aegir frontend URL: aegirkaczmar
  452. Master server FQDN: aegirkaczmar
  453. Aegir root: /var/aegir
  454. Aegir user: aegir
  455. Web group: www-data
  456. Web server: apache
  457. Web server port: 80
  458. Aegir DB host: localhost
  459. Aegir DB user: root
  460. Aegir DB password: <previously set>
  461. Aegir DB port: 3306
  462. Aegir version: 6.x-2.0-rc4
  463. Aegir platform path: /var/aegir/hostmaster-6.x-2.0-rc4
  464. Aegir makefile: /usr/share/drush/commands/provision/aegir.make
  465. Admin email: aegir@aegirkaczmar
  466.  
  467. Do you really want to proceed with the install (y/n): y
  468. Enabling hosting-queued daemon
  469. The drush command '@hostmaster pm-enable hosting_queued' could not be[error]
  470. found. Run `drush cache-clear drush` to clear the commandfile cache
  471. if you have installed new extensions.
  472. A Drupal installation directory could not be found [error]
  473. dpkg: error processing aegir-hostmaster2 (--configure):
  474. subprocess installed post-installation script returned error exit status 1
  475. configured to not write apport reports
  476. configured to not write apport reports
  477. dpkg: dependency problems prevent configuration of aegir2:
  478. aegir2 depends on aegir-hostmaster2 (>= 2.0~rc4); however:
  479. Package aegir-hostmaster2 is not configured yet.
  480. dpkg: error processing aegir2 (--configure):
  481. dependency problems - leaving unconfigured
  482. Setting up php5-gd (5.3.3-7+squeeze17) ...
  483. Setting up rsync (3.0.7-2) ...
  484. update-rc.d: using dependency based boot sequencing
  485. Errors were encountered while processing:
  486. aegir-hostmaster2
  487. aegir2
  488. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement