Advertisement
Guest User

Untitled

a guest
May 10th, 2016
1,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 KB | None | 0 0
  1. vagrant@tuleap:/vagrant/docker$ docker-compose logs tuleap
  2. Attaching to tuleap
  3. tuleap | + TULEAP_INSTALL_TIME=false
  4. tuleap | + '[' '!' -f /data/etc/tuleap/conf/local.inc ']'
  5. tuleap | + TULEAP_INSTALL_TIME=true
  6. tuleap | + ./boot-install.sh
  7. tuleap | /bin/ls: cannot access /root/app/patches/*.patch: No such file or directory
  8. tuleap | getopt: unrecognized option '--disable-disable-domain-name-check'
  9. tuleap | Terminating...
  10. tuleap | Usage: /usr/share/tuleap/tools/setup.sh [options]
  11. tuleap | Options:
  12. tuleap | --disable-auto-passwd Do not automaticaly generate random passwords
  13. tuleap | --disable-httpd-restart Do not restart httpd during the setup
  14. tuleap | --disable-generate-ssl-certs Do not generate a new ssl certificate
  15. tuleap | --disable-mysql-configuration Do not modify my.cnf (not recommended)
  16. tuleap | --disable-domain-name-check Do not Domain Name check
  17. tuleap |
  18. tuleap | --sys-default-domain=<domain> Server Domain name
  19. tuleap | --sys-org-name=<string> Your Company short name
  20. tuleap | --sys-long-org-name=<string> Your Company long name
  21. tuleap |
  22. tuleap | DNS delegation configuration:
  23. tuleap | --enable-bind-config Configure DNS server (only useful if you have subdomain delegation)
  24. tuleap | --enable-subdomains Setup subdomain usage (for project home pages)
  25. tuleap | --sys-fullname=<fqdn> Server fully qualified machine name
  26. tuleap | --sys-ip-address=<ip address> Server IP address
  27. tuleap |
  28. tuleap | Mysql local server configuration:
  29. tuleap | --mysql-server-package=<package> Name of mysql server package name. Default: mysql-server
  30. tuleap |
  31. tuleap | Mysql remote server configuration:
  32. tuleap | --mysql-host=<host> Hostname (or IP) of mysql server
  33. tuleap | --mysql-port=<integer> Port if not default (3306)
  34. tuleap | --mysql-user=<user> Mysql User used to create database and grant permissions (default: root)
  35. tuleap | --mysql-user-password=<password> Mysql user password on remote host
  36. tuleap | --mysql-httpd-host=<host> Name or IP of the current server as seen by
  37. tuleap | remote host
  38. tuleap | + ./boot-fixpath.sh
  39. tuleap | + ./boot-update-config.sh
  40. tuleap | + perl -pi -e 's%^short_open_tag = Off%short_open_tag = On%' /etc/php.ini
  41. tuleap | + perl -pi -e 's%^;date.timezone =%date.timezone = Europe/Paris%' /etc/php.ini
  42. tuleap | + perl -pi -e 's%^#myhostname = host.domain.tld%myhostname = 192.168.1.121%' /etc/postfix/main.cf
  43. tuleap | + perl -pi -e 's%^alias_maps = hash:/etc/aliases%alias_maps = hash:/etc/aliases,hash:/etc/aliases.codendi%' /etc/postfix/main.cf
  44. tuleap | + perl -pi -e 's%^alias_database = hash:/etc/aliases%alias_database = hash:/etc/aliases,hash:/etc/aliases.codendi%' /etc/postfix/main.cf
  45. tuleap | + perl -pi -e 's%^#recipient_delimiter = %recipient_delimiter = %' /etc/postfix/main.cf
  46. tuleap | + perl -pi -e 's%enable-cache[\t ]+group[\t ]+yes%enable-cache group no%' /etc/nscd.conf
  47. tuleap | + source mysql-utils.sh
  48. tuleap | ++ set -e
  49. tuleap | + start_mysql
  50. tuleap | + echo 'Start mysql'
  51. tuleap | Start mysql
  52. tuleap | + sleep 1
  53. tuleap | + /usr/bin/python /usr/lib/python2.6/site-packages/supervisor/pidproxy.py /var/run/mysqld/mysqld.pid /usr/bin/mysqld_safe
  54. tuleap | 160510 18:05:37 mysqld_safe Logging to '/var/lib/mysql/0c6b887b9508.err'.
  55. tuleap | chown: invalid user: `mysql'
  56. tuleap | 160510 18:05:37 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
  57. tuleap | 160510 18:05:37 mysqld_safe mysqld from pid file /var/lib/mysql/0c6b887b9508.pid ended
  58. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  59. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  60. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  61. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  62. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  63. tuleap | + echo 'Wait for the db'
  64. tuleap | Wait for the db
  65. tuleap | + sleep 1
  66. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  67. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  68. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  69. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  70. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  71. tuleap | Wait for the db
  72. tuleap | + echo 'Wait for the db'
  73. tuleap | + sleep 1
  74. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  75. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  76. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  77. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  78. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  79. tuleap | + echo 'Wait for the db'
  80. tuleap | + sleep 1
  81. tuleap | Wait for the db
  82. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  83. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  84. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  85. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  86. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  87. tuleap | + echo 'Wait for the db'
  88. tuleap | + sleep 1
  89. tuleap | Wait for the db
  90. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  91. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  92. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  93. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  94. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  95. tuleap | + echo 'Wait for the db'
  96. tuleap | Wait for the db
  97. tuleap | + sleep 1
  98. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  99. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  100. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  101. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  102. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  103. tuleap | + echo 'Wait for the db'
  104. tuleap | + sleep 1
  105. tuleap | Wait for the db
  106. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  107. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  108. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  109. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  110. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  111. tuleap | + echo 'Wait for the db'
  112. tuleap | + sleep 1
  113. tuleap | Wait for the db
  114. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  115. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  116. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  117. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  118. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  119. tuleap | Wait for the db
  120. tuleap | + echo 'Wait for the db'
  121. tuleap | + sleep 1
  122. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  123. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  124. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  125. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  126. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  127. tuleap | + echo 'Wait for the db'
  128. tuleap | Wait for the db
  129. tuleap | + sleep 1
  130. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  131. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  132. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  133. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  134. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  135. tuleap | + echo 'Wait for the db'
  136. tuleap | + sleep 1
  137. tuleap | Wait for the db
  138. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  139. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  140. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  141. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  142. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  143. tuleap | + echo 'Wait for the db'
  144. tuleap | + sleep 1
  145. tuleap | Wait for the db
  146. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  147. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  148. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  149. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  150. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  151. tuleap | + echo 'Wait for the db'
  152. tuleap | Wait for the db
  153. tuleap | + sleep 1
  154. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  155. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  156. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  157. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  158. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  159. tuleap | + echo 'Wait for the db'
  160. tuleap | Wait for the db
  161. tuleap | + sleep 1
  162. tuleap | ++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
  163. tuleap | egrep: /etc/tuleap/conf/database.inc: No such file or directory
  164. tuleap | ++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
  165. tuleap | + mysql -ucodendiadm -p -e 'show databases'
  166. tuleap | Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
  167. tuleap | + echo 'Wait for the db'
  168. tuleap | + sleep 1
  169. tuleap | Wait for the db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement