Dear CMS support,
I’m having problems using X-11 (which I need to run Rose) on Monsoon. I haven’t used it for a while, and I have upgraded my operating system since the last time, which has caused issues with X-11 on other machines but I’ve usually been able to get it to work by changing the config files in .ssh. However, I don’t think I can use the same approach on Monsoon given I login using the RSA securID token. When I’ve looked online for help with these errors, most seem to require changing the /etc/ssh/ssh_config
file on the host machine, which would require root privileges.
I’m using Mac OSX 11.6, XQuartz 2.8.1. I’ve tried logging in with both ssh -X and ssh -Y. When I login onto the monsoon servers I get the following errors:
Warning: No xauth data; using fake authentication data for X11 forwarding.
Invalid MIT-MAGIC-COOKIE-1 key
And when I try to run Rose, it fails because it cannot connect to my local display:
Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 key/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/init.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:56: Warning: invalid (NULL) pointer instance
super(SplashScreen, self).init()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:56: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)’ failed
super(SplashScreen, self).init()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_display_get_pointer: assertion `GDK_IS_DISPLAY (display)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_n_monitors: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_monitor_geometry: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_window_new: assertion `GDK_IS_WINDOW (parent)’ failed
self.show()
Invalid MIT-MAGIC-COOKIE-1 key/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/init.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:56: Warning: invalid (NULL) pointer instance
super(SplashScreen, self).init()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:56: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)’ failed
super(SplashScreen, self).init()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_display_get_pointer: assertion `GDK_IS_DISPLAY (display)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_n_monitors: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_monitor_geometry: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_window_new: assertion `GDK_IS_WINDOW (parent)’ failed
self.show()
Invalid MIT-MAGIC-COOKIE-1 key/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/init.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:56: Warning: invalid (NULL) pointer instance
super(SplashScreen, self).init()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:56: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)’ failed
super(SplashScreen, self).init()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_display_get_pointer: assertion `GDK_IS_DISPLAY (display)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_n_monitors: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_monitor_geometry: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)’ failed
self.show()
/common/fcm/rose-2019.01.5/lib/python/rose/gtk/splash.py:91: GtkWarning: gdk_window_new: assertion `GDK_IS_WINDOW (parent)’ failed
self.show()
Segmentation fault
Any help welcome.
Kind regards,
Scott