Advertisement
Guest User

Devstack on openSUSE_13.2 - RabbitMQ error

a guest
Oct 29th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.80 KB | None | 0 0
  1. systemctl status rabbitmq-server.service
  2. rabbitmq-server.service - RabbitMQ broker
  3.    Loaded: loaded (/usr/lib/systemd/system/rabbitmq-server.service; disabled)
  4.    Active: failed (Result: exit-code) since Wed 2015-10-28 18:28:18 PDT; 14h ago
  5.   Process: 10592 ExecStopPost=/usr/bin/rm /var/run/rabbitmq/pid (code=exited, status=0/SUCCESS)
  6.   Process: 10556 ExecStop=/usr/sbin/rabbitmqctl stop (code=exited, status=2)
  7.   Process: 10488 ExecStartPost=/usr/sbin/rabbitmqctl wait /var/run/rabbitmq/pid (code=exited, status=2)
  8.   Process: 10487 ExecStart=/usr/sbin/rabbitmq-server (code=exited, status=1/FAILURE)
  9.  Main PID: 10487 (code=exited, status=1/FAILURE)
  10.  
  11.  
  12. journalctl -n 30
  13. Oct 28 16:51:55 DEVSTACK-13-2 org.gtk.Private.AfcVolumeMonitor[1602]: Volume monitor alive
  14. Oct 28 16:51:57 DEVSTACK-13-2 org.gnome.OnlineAccounts[1602]: goa-daemon-Message: goa-daemon version 3.14.4 starting
  15. Oct 28 16:51:57 DEVSTACK-13-2 org.a11y.Bus[1602]: Activating service name='org.a11y.atspi.Registry'
  16. Oct 28 16:51:57 DEVSTACK-13-2 org.a11y.Bus[1602]: Successfully activated service 'org.a11y.atspi.Registry'
  17. Oct 28 16:51:57 DEVSTACK-13-2 org.a11y.atspi.Registry[1711]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
  18. Oct 28 16:51:57 DEVSTACK-13-2 org.a11y.atspi.Registry[1711]: Xlib:  extension "XEVIE" missing on display ":0".
  19. Oct 28 16:52:01 DEVSTACK-13-2 org.gtk.Private.UDisks2VolumeMonitor[1602]: libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /run/media/tony
  20. Oct 28 16:52:01 DEVSTACK-13-2 org.gtk.Private.UDisks2VolumeMonitor[1602]: libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /run/media/tony
  21. Oct 28 17:55:22 DEVSTACK-13-2 gnome-keyring-daemon[1411]: module_instances: assertion 'funcs != NULL && "instances"' failed
  22. Oct 28 17:55:22 DEVSTACK-13-2 gnome-keyring-daemon[1411]: egg_error_message: assertion 'error' failed
  23. Oct 28 17:55:22 DEVSTACK-13-2 gnome-keyring-daemon[1411]: couldn't find secret store module: (unknown)
  24. Oct 28 17:55:22 DEVSTACK-13-2 gnome-keyring-daemon[1411]: lookup_login_keyring: assertion 'GCK_IS_SESSION (session)' failed
  25. Oct 28 17:55:22 DEVSTACK-13-2 gnome-keyring-daemon[1411]: create_credential: assertion 'GCK_IS_SESSION (session)' failed
  26. Oct 28 17:55:22 DEVSTACK-13-2 gnome-keyring-daemon[1411]: egg_error_message: assertion 'error' failed
  27. Oct 28 17:55:22 DEVSTACK-13-2 gnome-keyring-daemon[1411]: couldn't create login credential: (unknown)
  28. Oct 28 17:55:22 DEVSTACK-13-2 unix2_chkpwd[1758]: gkr-pam: the password for the login keyring was invalid.
  29. Oct 28 17:56:24 DEVSTACK-13-2 su[1830]: (to root) tony on pts/1
  30. Oct 28 17:56:24 DEVSTACK-13-2 su[1830]: pam_unix(su:session): session opened for user root by tony(uid=1000)
  31. Oct 29 08:39:16 DEVSTACK-13-2 gnomesu-pam-backend[12722]: pam_unix(gnomesu-pam:session): session opened for user root by (uid=1000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement