Advertisement
Guest User

Untitled

a guest
Aug 24th, 2012
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1.  
  2. [root@puppet-client ~]# puppet agent --test --verbose --server puppet-server.test.com
  3. info: Caching catalog for puppet-client.test.com
  4. info: Applying configuration version '1345887466'
  5. notice: /Stage[main]/Jboss::User/Group[jboss]/ensure: created
  6. err: /Stage[main]/Jboss::User/User[jboss]/ensure: change from absent to present failed: Could not create user jboss: Execution of '/usr/sbin/useradd -c jboss user -p ! -s /bin/bash -d /opt/jboss -M jboss' returned 9: useradd: group jboss exists - if you want to add this user to that group, use -g.
  7.  
  8. notice: /File[jboss_link]: Dependency User[jboss] has failures: true
  9. warning: /File[jboss_link]: Skipping because of failed dependencies
  10. notice: /Stage[main]/Jboss::Install/Puppi::Netinstall[netinstall_jboss]/Exec[Retrieve http://download.jboss.org/jbossas/6.1/jboss-as-distribution-6.1.0.Final.zip]: Dependency User[jboss] has failures: true
  11. warning: /Stage[main]/Jboss::Install/Puppi::Netinstall[netinstall_jboss]/Exec[Retrieve http://download.jboss.org/jbossas/6.1/jboss-as-distribution-6.1.0.Final.zip]: Skipping because of failed dependencies
  12. notice: /Stage[main]/Jboss::Install/Puppi::Netinstall[netinstall_jboss]/Exec[Extract jboss-as-distribution-6.1.0.Final.zip]: Dependency User[jboss] has failures: true
  13. warning: /Stage[main]/Jboss::Install/Puppi::Netinstall[netinstall_jboss]/Exec[Extract jboss-as-distribution-6.1.0.Final.zip]: Skipping because of failed dependencies
  14. notice: /Stage[main]/Jboss::Install/Puppi::Netinstall[netinstall_jboss]/Exec[Chown jboss-as-distribution-6.1.0.Final.zip]: Dependency User[jboss] has failures: true
  15. warning: /Stage[main]/Jboss::Install/Puppi::Netinstall[netinstall_jboss]/Exec[Chown jboss-as-distribution-6.1.0.Final.zip]: Skipping because of failed dependencies
  16. notice: /File[jboss.init]: Dependency User[jboss] has failures: true
  17. warning: /File[jboss.init]: Skipping because of failed dependencies
  18. notice: /Stage[main]/Jboss::Service/Service[jboss]: Dependency User[jboss] has failures: true
  19. warning: /Stage[main]/Jboss::Service/Service[jboss]: Skipping because of failed dependencies
  20. notice: Finished catalog run in 0.60 seconds
  21. [root@puppet-client ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement