Skip to content

Instantly share code, notes, and snippets.

@carbonin
Created March 16, 2018 15:33
Show Gist options
  • Select an option

  • Save carbonin/3281697189d1d28d7ebf924c5687debd to your computer and use it in GitHub Desktop.

Select an option

Save carbonin/3281697189d1d28d7ebf924c5687debd to your computer and use it in GitHub Desktop.
content-server-1-nltm6
+ httpd -D FOREGROUND
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.32. Set the 'ServerName' directive globally to suppress this message
(13)Permission denied: AH00058: Error retrieving pid file /run/httpd/httpd.pid
AH00059: Remove it before continuing if it is corrupted.
dynflow-1-x2gmq
+ /usr/bin/wait_on_postgres.py
Waiting on postgresql to start...
Postgres started!
+ exec /usr/bin/start-dynflowd.sh
/opt/theforeman/tfm/root/usr/share/gems/gems/sequel-4.20.0/lib/sequel/database/schema_generator.rb:19: warning: constant ::Fixnum is deprecated
/opt/theforeman/tfm/root/usr/share/gems/gems/sequel-4.20.0/lib/sequel/database/schema_generator.rb:19: warning: constant ::Bignum is deprecated
/usr/share/foreman/lib/foreman.rb:8: warning: already initialized constant Foreman::UUID_REGEXP
/usr/share/foreman/lib/foreman.rb:8: warning: previous definition of UUID_REGEXP was here
/usr/share/foreman/lib/core_extensions.rb:182: warning: already initialized constant ActiveSupport::MessageEncryptor::DEFAULT_CIPHER
/opt/rh/tfm-ror51/root/usr/share/gems/gems/activesupport-5.1.4/lib/active_support/message_encryptor.rb:22: warning: previous definition of DEFAULT_CIPHER was here
WARN root : No appender set, logging to STDOUT
Log file /usr/share/foreman/log/production.log cannot be opened. Falling back to STDOUT
/opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:228:in `mkdir': Permission denied @ dir_s_mkdir - /usr/share/foreman/tmp/pids (Errno::EACCES)
from /opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:228:in `fu_mkdir'
from /opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:206:in `block (2 levels) in mkdir_p'
from /opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:204:in `reverse_each'
from /opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:204:in `block in mkdir_p'
from /opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:190:in `each'
from /opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:190:in `mkdir_p'
from /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.37/lib/dynflow/rails/daemon.rb:61:in `run_background'
from /usr/sbin/dynflowd:71:in `block in <main>'
from /usr/sbin/dynflowd:67:in `chdir'
from /usr/sbin/dynflowd:67:in `<main>'
foreman-1-cg9vj
+ /usr/bin/wait_on_postgres.py
Waiting on postgresql to start...
Postgres started!
+ foreman-rake db:migrate
/usr/bin/id: cannot find name for user ID 1000080000
Password: su: Authentication failure
+ echo changeme
+ SEED_ADMIN_PASSWORD=changeme
+ foreman-rake db:seed
changeme
/usr/bin/id: cannot find name for user ID 1000080000
Password: su: Authentication failure
+ /usr/bin/create_qpid_queue.sh
/usr/bin/create_qpid_queue.sh: line 3: qpid-config: command not found
/usr/bin/create_qpid_queue.sh: line 6: qpid-config: command not found
+ exec /usr/bin/start-foreman.sh
+ cd /usr/share/foreman
+ scl enable tfm 'RAILS_ENV=production rails s -b 0.0.0.0 -p 8080'
/opt/theforeman/tfm/root/usr/share/gems/gems/sequel-4.20.0/lib/sequel/database/schema_generator.rb:19: warning: constant ::Fixnum is deprecated
/opt/theforeman/tfm/root/usr/share/gems/gems/sequel-4.20.0/lib/sequel/database/schema_generator.rb:19: warning: constant ::Bignum is deprecated
/usr/share/foreman/lib/foreman.rb:8: warning: already initialized constant Foreman::UUID_REGEXP
/usr/share/foreman/lib/foreman.rb:8: warning: previous definition of UUID_REGEXP was here
/usr/share/foreman/lib/core_extensions.rb:182: warning: already initialized constant ActiveSupport::MessageEncryptor::DEFAULT_CIPHER
/opt/rh/tfm-ror51/root/usr/share/gems/gems/activesupport-5.1.4/lib/active_support/message_encryptor.rb:22: warning: previous definition of DEFAULT_CIPHER was here
Log file /usr/share/foreman/log/production.log cannot be opened. Falling back to STDOUT
WARN root : No appender set, logging to STDOUT
=> Booting Puma
=> Rails 5.1.4 application starting in production
=> Run `rails server -h` for more startup options
Exiting
/opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:228:in `mkdir': Permission denied @ dir_s_mkdir - /usr/share/foreman/tmp/cache (Errno::EACCES)
from /opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:228:in `fu_mkdir'
from /opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:206:in `block (2 levels) in mkdir_p'
from /opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:204:in `reverse_each'
from /opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:204:in `block in mkdir_p'
from /opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:190:in `each'
from /opt/rh/rh-ruby24/root/usr/share/ruby/fileutils.rb:190:in `mkdir_p'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/railties-5.1.4/lib/rails/commands/server/server_command.rb:75:in `block in create_tmp_directories'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/railties-5.1.4/lib/rails/commands/server/server_command.rb:74:in `each'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/railties-5.1.4/lib/rails/commands/server/server_command.rb:74:in `create_tmp_directories'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/railties-5.1.4/lib/rails/commands/server/server_command.rb:40:in `start'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/railties-5.1.4/lib/rails/commands/server/server_command.rb:135:in `block in perform'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/railties-5.1.4/lib/rails/commands/server/server_command.rb:130:in `tap'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/railties-5.1.4/lib/rails/commands/server/server_command.rb:130:in `perform'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/thor-0.20.0/lib/thor/command.rb:27:in `run'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/thor-0.20.0/lib/thor/invocation.rb:126:in `invoke_command'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/thor-0.20.0/lib/thor.rb:387:in `dispatch'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/railties-5.1.4/lib/rails/command/base.rb:63:in `perform'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/railties-5.1.4/lib/rails/command.rb:44:in `invoke'
from /opt/rh/tfm-ror51/root/usr/share/gems/gems/railties-5.1.4/lib/rails/commands.rb:16:in `<top (required)>'
from /opt/rh/rh-ruby24/root/usr/share/rubygems/rubygems/core_ext/kernel_require.rb:133:in `require'
from /opt/rh/rh-ruby24/root/usr/share/rubygems/rubygems/core_ext/kernel_require.rb:133:in `rescue in require'
from /opt/rh/rh-ruby24/root/usr/share/rubygems/rubygems/core_ext/kernel_require.rb:40:in `require'
from bin/rails:9:in `<main>'
pulp-1-g519k
+ /usr/bin/wait_on_mongodb.py
Waiting on mongodb to start...
Mongodb started!
+ runuser -u apache /usr/bin/migrate_database.py
runuser: may not be used by non-root users
puppet-2-q3qn5
chown: cannot read directory '/etc/puppetlabs/puppet/ssl': Permission denied
chown: cannot read directory '/opt/puppetlabs/server/data/puppetserver/': Permission denied
/usr/bin/install: cannot change owner and permissions of '/opt/puppetlabs/server/data/puppetserver': Operation not permitted
Unable to create or set permissions for restart file at /opt/puppetlabs/server/data/puppetserver
qpid-1-ffg2k
+ qpidd --auth=no -p 5672
2018-03-16 15:30:19 [Broker] notice Broker (pid=6) start-up
2018-03-16 15:30:19 [Broker] notice Broker (pid=6) shut-down
2018-03-16 15:30:19 [Broker] critical Unexpected error: Can't create directory: //.qpidd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment