Skip to content

Instantly share code, notes, and snippets.

@rgstephens
Created June 26, 2017 20:39
Show Gist options
  • Save rgstephens/4e6edf2be73df891b6c481963fe3d3b4 to your computer and use it in GitHub Desktop.
Save rgstephens/4e6edf2be73df891b6c481963fe3d3b4 to your computer and use it in GitHub Desktop.
docker logs
Installation completed successfully!
- WHAT TO DO TO FINISH THE TULEAP INSTALLATION (see /root/todo_tuleap.txt)
- Your domain name is plex
- Automatically generated passwords are stored in /data/root/.tuleap_passwd
- Customize /etc/tuleap/conf/local.inc and /etc/tuleap/conf/database.inc
- You may also want to customize /etc/httpd/conf/httpd.conf
- Customize /etc/tuleap/site-content information for your site.
- For instance: contact/contact.txt
-
- Default admin credentials are login: admin / password: iDjAKPrjPjrJPed
- CHANGE DEFAULT CREDENTIALS BEFORE FIRST USAGE
- Auto generated passwords (mysql, application, etc) are stored in /data/root/.tuleap_passwd
-
- -----------------------------------------
- This TODO list is available in /root/todo_tuleap.txt.
Generating SSH2 RSA host key: [ OK ]
Generating SSH1 RSA host key: [ OK ]
Generating SSH2 DSA host key: [ OK ]
Starting sshd: [ OK ]
Stopping sshd: [ OK ]
Stopping mysqld: [ OK ]
Stopping httpd: [ OK ]
Stopping crond: [ OK ]
+ ./boot-fixpath.sh
+ ./boot-update-config.sh
+ perl -pi -e 's%^short_open_tag = Off%short_open_tag = On%' /etc/php.ini
+ perl -pi -e 's%^;date.timezone =%date.timezone = Europe/Paris%' /etc/php.ini
+ perl -pi -e 's%^#myhostname = host.domain.tld%myhostname = plex%' /etc/postfix/main.cf
+ perl -pi -e 's%^alias_maps = hash:/etc/aliases%alias_maps = hash:/etc/aliases,hash:/etc/aliases.codendi%' /etc/postfix/main.cf
+ perl -pi -e 's%^alias_database = hash:/etc/aliases%alias_database = hash:/etc/aliases,hash:/etc/aliases.codendi%' /etc/postfix/main.cf
+ perl -pi -e 's%^#recipient_delimiter = %recipient_delimiter = %' /etc/postfix/main.cf
+ perl -pi -e 's%enable-cache[\t ]+group[\t ]+yes%enable-cache group no%' /etc/nscd.conf
+ source mysql-utils.sh
++ set -e
+ start_mysql
+ echo 'Start mysql'
Start mysql
+ sleep 1
+ /usr/bin/python /usr/lib/python2.6/site-packages/supervisor/pidproxy.py /var/run/mysqld/mysqld.pid /usr/bin/mysqld_safe
170626 20:37:05 mysqld_safe Logging to '/var/lib/mysql/270efe9b3c6f.err'.
170626 20:37:05 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
++ egrep '^\$sys_dbpasswd' /etc/tuleap/conf/database.inc
++ sed -e 's/^\$sys_dbpasswd="\(.*\)";$/\1/'
+ mysql -ucodendiadm -pq9R2tGneSUFwPQI -e 'show databases'
+ '[' true == false ']'
+ /etc/init.d/tuleap start
Restore application cache directories:
info Restore ownership to /var/tmp/tuleap_cache
info Restore ownership to /var/tmp/tuleap_cache/lang
info Restore ownership to /var/tmp/tuleap_cache/hooks.json
Invalidate application caches:
info Invalidate Restler cache
info Invalidate language cache
info Invalidate WSDL
info Invalidate Plugin hooks
Starting Tuleap: [OK]
+ stop_mysql
+ echo 'Stop mysql'
Stop mysql
++ cat /var/run/mysqld/mysqld.pid
+ PID=1254
+ kill -15 1254
+ ps -p 1254
Waiting for mysql (1254) to stop
+ echo 'Waiting for mysql (1254) to stop'
+ sleep 1
+ ps -p 1254
Waiting for mysql (1254) to stop
+ echo 'Waiting for mysql (1254) to stop'
+ sleep 1
+ ps -p 1254
+ echo 'Waiting for mysql (1254) to stop'
+ sleep 1
Waiting for mysql (1254) to stop
+ ps -p 1254
Waiting for mysql (1254) to stop
+ echo 'Waiting for mysql (1254) to stop'
+ sleep 1
+ ps -p 1254
+ echo 'Waiting for mysql (1254) to stop'
+ sleep 1
Waiting for mysql (1254) to stop
170626 20:37:10 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
+ ps -p 1254
+ exec supervisord -n
2017-06-26 20:37:11,985 CRIT Supervisor running as root (no user in config file)
2017-06-26 20:37:12,008 INFO supervisord started with pid 1
2017-06-26 20:37:12,010 INFO spawned: 'httpd' with pid 1293
2017-06-26 20:37:12,012 INFO spawned: 'sshd' with pid 1294
2017-06-26 20:37:12,014 INFO spawned: 'postfix' with pid 1295
2017-06-26 20:37:12,016 INFO spawned: 'rsyslog' with pid 1296
2017-06-26 20:37:12,018 INFO spawned: 'mysql' with pid 1297
2017-06-26 20:37:12,020 INFO spawned: 'crond' with pid 1298
2017-06-26 20:37:12,047 INFO success: postfix entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-06-26 20:37:13,042 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-06-26 20:37:13,043 INFO success: sshd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-06-26 20:37:13,043 INFO success: mysql entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-06-26 20:37:13,043 INFO success: crond entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-06-26 20:37:13,043 INFO exited: postfix (exit status 1; not expected)
2017-06-26 20:37:13,044 INFO received SIGCLD indicating a child quit
2017-06-26 20:37:14,047 INFO spawned: 'postfix' with pid 1415
2017-06-26 20:37:15,049 INFO success: postfix entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-06-26 20:37:15,066 INFO exited: postfix (exit status 1; not expected)
2017-06-26 20:37:15,066 INFO received SIGCLD indicating a child quit
2017-06-26 20:37:15,380 CRIT reaped unknown pid 1025)
2017-06-26 20:37:15,380 INFO received SIGCLD indicating a child quit
2017-06-26 20:37:16,383 INFO spawned: 'postfix' with pid 1419
2017-06-26 20:37:17,385 INFO success: postfix entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-06-26 20:37:17,386 INFO success: rsyslog entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2017-06-26 20:37:17,397 INFO exited: postfix (exit status 1; not expected)
2017-06-26 20:37:17,397 INFO received SIGCLD indicating a child quit
2017-06-26 20:37:18,399 INFO spawned: 'postfix' with pid 1420
2017-06-26 20:37:19,401 INFO success: postfix entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-06-26 20:37:19,414 INFO exited: postfix (exit status 1; not expected)
2017-06-26 20:37:19,415 INFO received SIGCLD indicating a child quit
2017-06-26 20:37:20,418 INFO spawned: 'postfix' with pid 1421
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment