dm-academy / Calavera

DEPRECATED. I managed to squeeze another year out of this, but moving on to a Docker platform in Calavera2. [This is a project to create a simplified, reproduceable DevOps pipeline for educational purposes, using git, Vagrant, Chef, Java, JUnit, Ant, Jenkins, Artifactory, and related technologies. ]
https://github.com/CharlesTBetz/Calavera/wiki/Calavera-Home
MIT License
34 stars 32 forks source link

view the output in a browser #24

Closed Banan-kh closed 9 years ago

Banan-kh commented 9 years ago

In the first part of lab 03 ( at the end): I can not see the output in Firefox because I do not have the browser on my laptop.
I got this error:

(process:4054): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

(firefox:4054): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. Error: no display specified

If there is other options ( like viewing the outputs in Safari), it will be great to mention that.

CharlesTBetz commented 9 years ago

You do not need Firefox on your local laptop for this to work. You do need to have X11 forwarding working, with a local Xwindows display. Type "xclock" for a quick test.

CharlesTBetz commented 9 years ago

did you ssh in with "ssh -X servname?"

Banan-kh commented 9 years ago

is it : ssh -X MySthhomasID@servername ?

I did not do that. I only signed in as usual.

CharlesTBetz commented 9 years ago

you need to substitute your st thomas ID, and seis660.gps.stthomas.edu

On Fri, Oct 2, 2015 at 10:25 AM, Banan-kh notifications@github.com wrote:

is it : ssh -X MySthhomasID@servername ?

— Reply to this email directly or view it on GitHub https://github.com/dm-academy/Calavera/issues/24#issuecomment-145061001.