Changes between Version 4 and Version 5 of RoseCylc/Hints
- Timestamp:
- 09/02/15 16:48:34 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RoseCylc/Hints
v4 v5 26 26 To solve log in to the Cylc VM and then back to the Rose VM specifying the full paths, to add these to the known_hosts file. 27 27 28 == no gcylc window == 29 30 When submitting a job, no gcylc window appears. 31 32 Sometimes the gui is slow to load. If it does not appear at all however, check that you have X11 forwarding set up from your **initial location and the lander**. 33 34 To do so ssh with the -Y option or alternatively, append the following line to your ~/.ssh/config file: 35 {{{ 36 Host * 37 ForwardX11 yes 38 }}} 28 39 29 40 41 42 43