Skip to content

Instantly share code, notes, and snippets.

@Airistotal
Created August 19, 2015 16:11
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 Airistotal/537f0cadc4c9d0b06bf0 to your computer and use it in GitHub Desktop.
Save Airistotal/537f0cadc4c9d0b06bf0 to your computer and use it in GitHub Desktop.
[root@cloud swift]# service openstack-keystone restart
Redirecting to /bin/systemctl restart openstack-keystone.service
Job for openstack-keystone.service failed. See 'systemctl status openstack-keystone.service' and 'journalctl -xn' for details.
[root@cloud swift]# systemctl status openstack-keystone.service -l
openstack-keystone.service - OpenStack Identity Service (code-named Keystone)
Loaded: loaded (/usr/lib/systemd/system/openstack-keystone.service; disabled)
Active: activating (start) since Wed 2015-08-19 11:10:14 CDT; 1s ago
Main PID: 21309 (keystone-all)
CGroup: /system.slice/openstack-keystone.service
‣ 21309 [keystone-all]
[root@cloud swift]# systemctl status openstack-keystone.service
openstack-keystone.service - OpenStack Identity Service (code-named Keystone)
Loaded: loaded (/usr/lib/systemd/system/openstack-keystone.service; disabled)
Active: failed (Result: start-limit) since Wed 2015-08-19 11:10:16 CDT; 14s ago
Process: 21320 ExecStart=/usr/bin/keystone-all (code=exited, status=1/FAILURE)
Main PID: 21320 (code=exited, status=1/FAILURE)
Aug 19 11:10:16 cloud.corefacility.ca systemd[1]: Failed to start OpenStack Identity Service (code-named Keystone).
Aug 19 11:10:16 cloud.corefacility.ca systemd[1]: Unit openstack-keystone.service entered failed state.
Aug 19 11:10:16 cloud.corefacility.ca systemd[1]: openstack-keystone.service holdoff time over, scheduling restart.
Aug 19 11:10:16 cloud.corefacility.ca systemd[1]: Stopping OpenStack Identity Service (code-named Keystone)...
Aug 19 11:10:16 cloud.corefacility.ca systemd[1]: Starting OpenStack Identity Service (code-named Keystone)...
Aug 19 11:10:16 cloud.corefacility.ca systemd[1]: openstack-keystone.service start request repeated too quickly, refusing to start.
Aug 19 11:10:16 cloud.corefacility.ca systemd[1]: Failed to start OpenStack Identity Service (code-named Keystone).
Aug 19 11:10:16 cloud.corefacility.ca systemd[1]: Unit openstack-keystone.service entered failed state.
[root@cloud swift]#
[root@cloud swift]#
[root@cloud swift]# journalctl -xn
-- Logs begin at Mon 2015-08-17 10:50:34 CDT, end at Wed 2015-08-19 11:10:41 CDT. --
Aug 19 11:10:39 cloud.corefacility.ca container-server[1739]: Attempted to replicate 3 dbs in 0.01321 seconds (227.06518/s)
Aug 19 11:10:39 cloud.corefacility.ca container-server[1739]: Removed 0 dbs
Aug 19 11:10:39 cloud.corefacility.ca container-server[1739]: 0 successes, 0 failures
Aug 19 11:10:39 cloud.corefacility.ca container-server[1739]: no_change:0 ts_repl:0 diff:0 rsync:0 diff_capped:0 hashmatch:0 empty:0
Aug 19 11:10:39 cloud.corefacility.ca sudo[21411]: PAM unable to dlopen(/usr/lib64/security/pam_fprintd.so): /usr/lib64/security/pam_fprintd.so: cannot open shared object file: No such file or directory
Aug 19 11:10:39 cloud.corefacility.ca sudo[21411]: PAM adding faulty module: /usr/lib64/security/pam_fprintd.so
Aug 19 11:10:39 cloud.corefacility.ca sudo[21411]: neutron : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/neutron-rootwrap /etc/neutron/rootwrap.conf ovs-ofctl dump-flows br-int table=23
Aug 19 11:10:41 cloud.corefacility.ca sudo[21415]: PAM unable to dlopen(/usr/lib64/security/pam_fprintd.so): /usr/lib64/security/pam_fprintd.so: cannot open shared object file: No such file or directory
Aug 19 11:10:41 cloud.corefacility.ca sudo[21415]: PAM adding faulty module: /usr/lib64/security/pam_fprintd.so
Aug 19 11:10:41 cloud.corefacility.ca sudo[21415]: neutron : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/neutron-rootwrap /etc/neutron/rootwrap.conf ovs-ofctl dump-flows br-int table=23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment