Skip to content

Instantly share code, notes, and snippets.

@n1zyy
Created June 8, 2012 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n1zyy/2898232 to your computer and use it in GitHub Desktop.
Save n1zyy/2898232 to your computer and use it in GitHub Desktop.
F17 aeolus-configure failure
[root@dhcp-187-232 ~]# aeolus-configure
Launching aeolus configuration recipe...
/usr/share/rubygems/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
/usr/share/ruby/vendor_ruby/puppet/provider/service/freebsd.rb:8: warning: class variable access from toplevel
/usr/share/ruby/vendor_ruby/puppet/provider/service/freebsd.rb:9: warning: class variable access from toplevel
/usr/share/ruby/vendor_ruby/puppet/provider/service/freebsd.rb:10: warning: class variable access from toplevel
/usr/share/ruby/vendor_ruby/puppet/provider/service/bsd.rb:12: warning: class variable access from toplevel
notice: /Stage[main]/Aeolus::Image-factory/File[/var/tmp/imagefactory-mock]/ensure: created
notice: /File[/etc/imagefactory/imagefactory.conf]/mode: mode changed '0644' to '0600'
notice: /Stage[main]/Aeolus::Image-factory/Augeas[imagefactory.conf]/returns: executed successfully
notice: /File[/etc/ntp.conf]/content: content changed '{md5}b70e4955b7b8832f900aa99324177cb8' to '{md5}2dfb9420ebf32c7d97f86526fe6c21e8'
notice: /Stage[main]/Apache/Exec[permit-http-networking]/returns: executed successfully
notice: /Stage[main]/Aeolus::Image-factory/Service[libvirtd]/ensure: ensure changed 'stopped' to 'running'
notice: /Stage[main]/Aeolus::Image-factory/Service[imagefactory]/ensure: ensure changed 'stopped' to 'running'
notice: /File[/etc/ntp/step-tickers]/content: content changed '{md5}b75c2c9e552358f452669c1198e0c922' to '{md5}2dfb9420ebf32c7d97f86526fe6c21e8'
notice: /File[/usr/share/aeolus-conductor/config/settings.yml]/content: content changed '{md5}5f984898775145f23d80d2322d360373' to '{md5}3a798f757488acdaaadd5d84d9a5f52a'
notice: /Stage[main]/Aeolus::Deltacloud::Core/Service[deltacloud-core]/ensure: ensure changed 'stopped' to 'running'
err: /Stage[main]/Aeolus::Deltacloud::Core/Exec[deltacloud-core-startup-wait]/returns: change from notrun to 0 failed: /usr/bin/nc -z localhost 3002 returned 1 instead of one of [0] at /usr/share/aeolus-configure/modules/aeolus/manifests/deltacloud/core.pp:27
notice: /File[/data]/ensure: created
notice: /File[/data/db]/ensure: created
notice: /Stage[main]/Aeolus::Iwhd/Service[mongod]/ensure: ensure changed 'stopped' to 'running'
notice: /File[/rsyslog]/ensure: created
notice: /File[/rsyslog/work]/ensure: created
notice: /File[/etc/rsyslog.d/aeolus.conf]/ensure: defined content as '{md5}2d45434a072b4f9d1518ce026b92c547'
notice: /Stage[main]/Aeolus::Conductor/Service[rsyslog]: Triggered 'refresh' from 1 events
notice: /File[/etc/init.d/iwhd]/ensure: defined content as '{md5}6e6aa5a83a15929d7d3ef426475a5f1e'
notice: /File[/etc/iwhd/users.js]/content: content changed '{md5}1d1cc4ee732cdfd775c2bac6096e18fc' to '{md5}d7a394e4a0b4737ecfd391dfc52345e1'
notice: /Stage[main]/Apache/Service[httpd]/ensure: ensure changed 'stopped' to 'running'
notice: /File[/etc/httpd/conf.d/aeolus-conductor.conf]/content: content changed '{md5}8129c1ef2030ef66c0437b5d49115c3d' to '{md5}5063788ca94d5abdf11fc76805912f5c'
notice: /Stage[main]/Apache/Exec[reload-apache]: Triggered 'refresh' from 1 events
notice: /Stage[main]/Ntp::Client/Service[ntpd]/enable: enable changed 'false' to 'true'
notice: /Stage[main]/Ntp::Client/Service[ntpd]: Triggered 'refresh' from 2 events
notice: /File[/usr/share/aeolus-conductor/config/initializers/secret_token.rb]/ensure: defined content as '{md5}38dc0cc24ed6e045c26ea607124b1efd'
notice: /Stage[main]/Postgres::Server/Exec[pginitdb]/returns: executed successfully
notice: /File[/var/lib/pgsql/data/pg_hba.conf]/content: content changed '{md5}9784211d3c0e7ad5a539b9dcb964b9c3' to '{md5}2d3f1f2e30c9b188961b1acd3ade3b8b'
notice: /File[/var/lib/pgsql/data/pg_hba.conf]/mode: mode changed '0600' to '0644'
notice: /File[/var/lib/pgsql/data/pg_hba.conf]/seluser: seluser changed 'unconfined_u' to 'system_u'
notice: /Stage[main]/Postgres::Server/Service[postgresql]/ensure: ensure changed 'stopped' to 'running'
notice: /Stage[main]/Postgres::Server/Service[postgresql]: Triggered 'refresh' from 4 events
err: /Stage[main]/Aeolus::Conductor/Postgres::User[aeolus]/Exec[create_aeolus_postgres_user]/returns: change from notrun to 0 failed: /usr/bin/psql postgres postgres -c "CREATE USER aeolus WITH PASSWORD 'v23zj59an' CREATEDB" returned 2 instead of one of [0] at /usr/share/aeolus-configure/modules/postgres/manifests/user.pp:7
notice: /Stage[main]/Aeolus::Conductor/Aeolus::Rails::Create::Db[create_aeolus_database]/Exec[create_rails_database]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Conductor/Aeolus::Rails::Create::Db[create_aeolus_database]/Exec[create_rails_database]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Conductor/Aeolus::Rails::Migrate::Db[migrate_aeolus_database]/Exec[migrate_rails_database]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Conductor/Aeolus::Rails::Migrate::Db[migrate_aeolus_database]/Exec[migrate_rails_database]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Conductor/Service[conductor-delayed_job]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Conductor/Service[conductor-delayed_job]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Conductor/Service[conductor-dbomatic]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Conductor/Service[conductor-dbomatic]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Conductor/Service[aeolus-conductor]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Conductor/Service[aeolus-conductor]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Conductor/Aeolus::Rails::Seed::Db[seed_aeolus_database]/Exec[seed_rails_database]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Conductor/Aeolus::Rails::Seed::Db[seed_aeolus_database]/Exec[seed_rails_database]: Skipping because of failed dependencies
notice: /File[/var/lib/aeolus-conductor/production.seed]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /File[/var/lib/aeolus-conductor/production.seed]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Temp_admin[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119]/Exec[create_temp_admin]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Temp_admin[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119]/Exec[create_temp_admin]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Temp_admin[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119]/Exec[grant_temp_admin_privs]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Temp_admin[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119]/Exec[grant_temp_admin_privs]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Login[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119]/Web_request[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119-conductor-login]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Login[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119]/Web_request[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119-conductor-login]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Login[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119]/Exec[decrement_login_counter]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Login[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119]/Exec[decrement_login_counter]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Hwp[small-x86_64]/Web_request[hwp-small-x86_64]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Hwp[small-x86_64]/Web_request[hwp-small-x86_64]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Logout[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119]/Web_request[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119-conductor-logout]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Logout[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119]/Web_request[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119-conductor-logout]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Destroy_temp_admin[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119]/Exec[destroy_temp_admin]: Dependency Exec[create_aeolus_postgres_user] has failures: true
warning: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Conductor::Destroy_temp_admin[temporary-administrative-user-0e5d3033fc03109c360ca8e8c785c9aeba41b6175cdf6119]/Exec[destroy_temp_admin]: Skipping because of failed dependencies
notice: /Stage[main]/Aeolus::Iwhd/Service[iwhd]/ensure: ensure changed 'stopped' to 'running'
notice: /Stage[main]/Aeolus::Iwhd/Exec[iwhd_startup_pause]/returns: executed successfully
notice: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Create_bucket[aeolus]/Exec[create-bucket-aeolus]/returns: % Total % Received % Xferd Average Speed Time Time Time Current
notice: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Create_bucket[aeolus]/Exec[create-bucket-aeolus]/returns: Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0xec[create-bucket-aeolus]/returns:
notice: /Stage[main]/Aeolus::Profiles::Default/Aeolus::Create_bucket[aeolus]/Exec[create-bucket-aeolus]/returns: executed successfully
notice: Finished catalog run in 190.89 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment