Skip to content

Instantly share code, notes, and snippets.

@daviddavis
Created September 4, 2012 13:07
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 daviddavis/b223ddcaae4912271e92 to your computer and use it in GitHub Desktop.
Save daviddavis/b223ddcaae4912271e92 to your computer and use it in GitHub Desktop.
Pulp setup problems
david@localhost ~s/katello/src (master*) % sudo katello-configure
Starting Katello configuration
The top-level log file is [/var/log/katello/katello-configure-20120904-090434/main.log]
err: /Stage[main]/Qpid::Service/Service[qpidd]/ensure: change from stopped to running failed: Could not start Service[qpidd]: Execution of '/sbin/service qpidd start' returned 1: at /usr/share/katello/install/puppet/modules/qpid/manifests/service.pp:12
david@localhost ~s/katello/src (master*) % /sbin/service qpidd start
Redirecting to /bin/systemctl start qpidd.service
Failed to issue method call: Access denied
david@localhost ~s/katello/src (master*) % sudo !!
sudo /sbin/service qpidd start
Redirecting to /bin/systemctl start qpidd.service
Failed to issue method call: Unit qpidd.service failed to load: No such file or directory. See system logs and 'systemctl status qpidd.service' for details.
david@localhost ~s/katello/src (master*) % sudo service pulp-server init
Redirecting to /bin/systemctl start mongod.service
removing persisted tasks
data model in use matches the current version
database migration to version 41 complete
david@localhost ~s/katello/src (master*) % sudo service pulp-server start
Redirecting to /bin/systemctl start mongod.service
Redirecting to /bin/systemctl start qpidd.service
Failed to issue method call: Unit qpidd.service failed to load: No such file or directory. See system logs and 'systemctl status qpidd.service' for details.
david@localhost ~s/katello/src (master*) % uname -a
Linux localhost.localdomain 3.4.9-2.fc16.x86_64 #1 SMP Thu Aug 23 17:51:29 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment