Hoffman2 maintenance and Issues: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
Here's a list of the known issues after Hoffman2 maintenance
Here's a list of the known issues after Hoffman2 maintenance


* Known issue 1.
==== Known issue 1====


x2go and noMachine interface looks froze or in full screen mode, user cannot find menu bar.
x2go and noMachine interface looks froze or in full screen mode, user cannot find menu bar.
Line 13: Line 13:




* Known issue 2.
==== Known issue 2====


FSLeyes in FSL 6.0.4 and 6.0.3 does not load GUI on x2go and noMachine (Other versions work, as well as fslview)
FSLeyes in FSL 6.0.4 and 6.0.3 does not load GUI on x2go and noMachine (Other versions work, as well as fslview)
Line 26: Line 26:




* Known issue 3
==== Known issue 3 ====


FreeView GUI opens but not loading images successfully
FreeView GUI opens but not loading images successfully
Line 35: Line 35:


In x2go, "unset LIBGL_ALWAYS_INDIRECT" does not seem to work all the time. We are still looking into it.
In x2go, "unset LIBGL_ALWAYS_INDIRECT" does not seem to work all the time. We are still looking into it.
==== Known issue 4 ====
Jupyter Notebook does not open properly with IDRE's script h2jupynb
The script of the previous version before the maintenance was loading Python/3.7.1 which does not exit in CentOS 7 after the upgrade.
'''Solution''':
Download the newest h2jupynb script from IDRE's gitlab
https://gitlab.idre.ucla.edu/dauria/jupyter-notebook

Revision as of 18:46, 15 October 2021

Issues and Solutions

Update date: 2021.10.15

Here's a list of the known issues after Hoffman2 maintenance

Known issue 1

x2go and noMachine interface looks froze or in full screen mode, user cannot find menu bar.

Solution:

If you are using GNOME as the desktop interface, please change to MATE. KDE works as well but you might have to delete the ~/.x2go and ~/.x2goclient in your local machine (with MacOS).


Known issue 2

FSLeyes in FSL 6.0.4 and 6.0.3 does not load GUI on x2go and noMachine (Other versions work, as well as fslview)

Solution (for both x2go and noMachine):

For FSLeyes in FSL 6.0.4, type in the following command line after you start interactive session, and before you run fsleyes

unset LIBGL_ALWAYS_INDIRECT

For FSLeyes in FSL 6.0.3, fsleyes will be upgraded shortly to fix the current issue.


Known issue 3

FreeView GUI opens but not loading images successfully

Solution:

In noMachine, use "unset LIBGL_ALWAYS_INDIRECT" command should fix the issue

In x2go, "unset LIBGL_ALWAYS_INDIRECT" does not seem to work all the time. We are still looking into it.


Known issue 4

Jupyter Notebook does not open properly with IDRE's script h2jupynb

The script of the previous version before the maintenance was loading Python/3.7.1 which does not exit in CentOS 7 after the upgrade.

Solution:

Download the newest h2jupynb script from IDRE's gitlab

https://gitlab.idre.ucla.edu/dauria/jupyter-notebook