I (aduffeyum) tried to run ''rosie go" on puma2 today and got an error that seems to be do with X-11 and/or display opening, which starts:
[aduffeyum@puma2 ~]$ rosie go
/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/init.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
/home4/home/n02-puma/fcm/metomi/rose-2019.01.3/lib/python/rose/gtk/splash.py:56: Warning: invalid (NULL) pointer instance
super(SplashScreen, self).init()
/home4/home/n02-puma/fcm/metomi/rose-2019.01.3/lib/python/rose/gtk/splash.py:56: Warning: g_signal_connect_data: assertion ‘G_TYPE_CHECK_INSTANCE (instance)’ failed
super(SplashScreen, self).init()
As far as i’m aware nothing has changed with my accounts and ssh configs since last time rosie go worked fine for me, a week or two ago. Any suggestions?
In case its useful to anyone: the problem was with the step to Archer2. I did a verbose ssh (ssh -v …) and that showed my ssh step into Archer2 was picking up the settings from a wildcard host (Host *) in my .ssh/config file, rather than the Archer2 settings. Deleting the wildcard host from my local .ssh/config file seems to have fixed the problem.