Linux Graphics Just Suddenly Appeared.


Advanced search

Message boards : Cafe Einstein : Linux Graphics Just Suddenly Appeared.

Sort
AuthorMessage
Profile Charles Dennett
Joined: Jan 22 05
Posts: 22
ID: 4756
Credit: 22,580
RAC: 0
Message 2667 - Posted 9 Feb 2005 23:22:53 UTC
Last modified: 9 Feb 2005 23:23:33 UTC

This is strange. Boinc is running on my Linux machine. I just happened to me watching when it suspended a PAH WU and started a new EAH WU. When it did, A small window appeared with the EAH graphics. Some kind of spinning star map. I dismissed the window and EAH produced the following:

2005-02-09 18:16:18 [Einstein@Home] Result H1_0267.9__0268.0_0.1_T09_Test02_3 exited with zero status but no 'finished' file
2005-02-09 18:16:18 [Einstein@Home] If this happens repeatedly you may need to reset the project.
2005-02-09 18:16:18 [Einstein@Home] Restarting result H1_0267.9__0268.0_0.1_T09_Test02_3 using einstein version 4.76


When the WU restarted the graphics window did not come back. I stopped and restart the core client and the graphics window also did not come back.

Remember, this is on my Linux box, not a Windows box where I believe the graphics is pretty standard.

Anyone know what's going on? Can I get the graphics back (not that I want it, since it wastes cpu cycles better left for crunching, but it would be interesting.) Anyone got a pointer to what the graphics represent (if anything)?
____________

Profile Astro
Avatar
Joined: Jan 18 05
Posts: 257
ID: 3237
Credit: 1,000,560
RAC: 0
Message 2673 - Posted 10 Feb 2005 0:08:18 UTC
Last modified: 10 Feb 2005 0:22:58 UTC

I know nothing of Linux, but the "spinning Star" is actually the universe, and it is the Einstein graphic. Look down the threads and you'll learn more about it.

tony

Go here to find out about the graphic.

http://pirates.vassar.edu/starsphere.php


____________

Profile Charles Dennett
Joined: Jan 22 05
Posts: 22
ID: 4756
Credit: 22,580
RAC: 0
Message 2679 - Posted 10 Feb 2005 0:51:48 UTC - in response to Message 2673.

> I know nothing of Linux, but the "spinning Star" is actually the universe, and
> it is the Einstein graphic. Look down the threads and you'll learn more about
> it.
>
> tony
>
> Go here to find out about the graphic.
>
> http://pirates.vassar.edu/starsphere.php


Thanks. After I made my post I found that.

Charlie

____________

Profile Bruce Allen
Forum moderator
Project administrator
Project developer
Project scientist
Avatar
Joined: Oct 15 04
Posts: 985
ID: 3
Credit: 170,849,008
RAC: 0
Message 2688 - Posted 10 Feb 2005 3:18:27 UTC - in response to Message 2667.
Last modified: 10 Feb 2005 3:19:16 UTC

> This is strange. Boinc is running on my Linux machine. I just happened to me
> watching when it suspended a PAH WU and started a new EAH WU. When it did, A
> small window appeared with the EAH graphics. Some kind of spinning star map.
> I dismissed the window and EAH produced the following:
>
> 2005-02-09 18:16:18 [Einstein@Home] Result H1_0267.9__0268.0_0.1_T09_Test02_3
> exited with zero status but no 'finished' file
> 2005-02-09 18:16:18 [Einstein@Home] If this happens repeatedly you may need to
> reset the project.
> 2005-02-09 18:16:18 [Einstein@Home] Restarting result
> H1_0267.9__0268.0_0.1_T09_Test02_3 using einstein version 4.76
>
>
> When the WU restarted the graphics window did not come back. I stopped and
> restart the core client and the graphics window also did not come back.
>
> Remember, this is on my Linux box, not a Windows box where I believe the
> graphics is pretty standard.
>
> Anyone know what's going on? Can I get the graphics back (not that I want it,
> since it wastes cpu cycles better left for crunching, but it would be
> interesting.) Anyone got a pointer to what the graphics represent (if
> anything)?

Charles,

Both the Linux and Mac applications that we are distributing are 'graphics capable'. However most Linux & Mac users don't see the graphics because the BOINC project has not yet done a public distribution of the BOINC manager, which is the tool that sends the 'display graphics' and 'undisplay graphics' commands to the application. We have been using and testing this tool on Linux and Mac for several months. Hopefully the BOINC project will start public distribution of this tool soon. Then Linux and Mac users can watch the graphics too!

Cheers,
Bruce
____________

Profile Charles Dennett
Joined: Jan 22 05
Posts: 22
ID: 4756
Credit: 22,580
RAC: 0
Message 2759 - Posted 10 Feb 2005 17:32:35 UTC - in response to Message 2688.

> Charles,
>
> Both the Linux and Mac applications that we are distributing are 'graphics
> capable'. However most Linux & Mac users don't see the graphics because
> the BOINC project has not yet done a public distribution of the BOINC manager,
> which is the tool that sends the 'display graphics' and 'undisplay graphics'
> commands to the application. We have been using and testing this tool on
> Linux and Mac for several months. Hopefully the BOINC project will start
> public distribution of this tool soon. Then Linux and Mac users can watch the
> graphics too!
>
> Cheers,
> Bruce
>

Thanks for that info. But, I wonder what happened to cause the graphics to appear like that. I'm running Boinc 4.19 on my Linux box and there is no way I know of to make them appear.


Hmmm. Makes me wonder. I know how the rpc connection works so that an external application can talk to the core client. In fact, I use a PHP application written by, I think, the fellow who puts out BoincView. I can control and monitor my boinc installation from any web browser. I'll have to dig into the code for that and the core client to see if I can get it to display graphics, too. Something to do for the weekend!

Charlie

____________

Profile Charles Dennett
Joined: Jan 22 05
Posts: 22
ID: 4756
Credit: 22,580
RAC: 0
Message 2801 - Posted 10 Feb 2005 22:14:36 UTC - in response to Message 2759.
Last modified: 10 Feb 2005 22:16:06 UTC

> Hmmm. Makes me wonder. I know how the rpc connection works so that an
> external application can talk to the core client. In fact, I use a PHP
> application written by, I think, the fellow who puts out BoincView. I can
> control and monitor my boinc installation from any web browser. I'll have to
> dig into the code for that and the core client to see if I can get it to
> display graphics, too. Something to do for the weekend!
>


Yup, it works! From a terminal window I connected to the RPC port using telnet. Then I sent it the command <result_show_graphics> and up popped the EAH graphics. It was running an EAH WU at the time. I quickly added this option to the PHP script I mentioned above. However, by the time I did that it had switched to a PAH WU and that does not have graphic capabilities. Have to wait until it switches back to the EAH WU.

Charlie

____________

Profile Bruce Allen
Forum moderator
Project administrator
Project developer
Project scientist
Avatar
Joined: Oct 15 04
Posts: 985
ID: 3
Credit: 170,849,008
RAC: 0
Message 2810 - Posted 11 Feb 2005 1:10:39 UTC - in response to Message 2801.

> > Hmmm. Makes me wonder. I know how the rpc connection works so that an
> > external application can talk to the core client. In fact, I use a PHP
> > application written by, I think, the fellow who puts out BoincView. I
> can
> > control and monitor my boinc installation from any web browser. I'll
> have to
> > dig into the code for that and the core client to see if I can get it to
> > display graphics, too. Something to do for the weekend!
> >
>
>
> Yup, it works! From a terminal window I connected to the RPC port using
> telnet. Then I sent it the command and up popped
> the EAH graphics. It was running an EAH WU at the time. I quickly added this
> option to the PHP script I mentioned above. However, by the time I did that
> it had switched to a PAH WU and that does not have graphic capabilities. Have
> to wait until it switches back to the EAH WU.

You know it never occured to me that one could just telnet in -- it's a good idea. Could you please post a brief transcript of your telnet session? It sounds like a good debugging technique for some purposes.

Cheers,
Bruce
____________

Profile Charles Dennett
Joined: Jan 22 05
Posts: 22
ID: 4756
Credit: 22,580
RAC: 0
Message 2824 - Posted 11 Feb 2005 3:04:44 UTC - in response to Message 2810.
Last modified: 11 Feb 2005 3:14:18 UTC

> You know it never occured to me that one could just telnet in -- it's a good
> idea. Could you please post a brief transcript of your telnet session? It
> sounds like a good debugging technique for some purposes.


OK, here's how it's done. Fire up a terminal window - xterm, konsole, whatever.
What port you use depends on the versions of the core client. 4.19 and earlier use port 31416. The 4.5x, 4.6x (and maybe the recent 4.20?) use a different port 1043. Since I have 4.19, I use port 31416. This is what it looks like:

telnet localhost 31416 --I entered this
Trying 127.0.0.1... --
Connected to localhost. -- System responded with this (3 lines)
Escape character is '^]'. --
<result_show_graphics> --I entered this.
<success> --System responded. Graphics appeared
^] --control right bracket to get telnet prompt
telnet> quit --enter quit to end telnet session
Connection closed.

That was it. You do neet the telnet service enabled on your linux box. Mine was not by default. My router keeps it blocked from the Internet.

Hope this helps.

Charlie


____________

Profile Bernd Machenschalk
Forum moderator
Project developer
Joined: Oct 15 04
Posts: 2034
ID: 2
Credit: 21,979,661
RAC: 41,649
Message 2873 - Posted 11 Feb 2005 12:05:26 UTC - in response to Message 2824.
Last modified: 11 Feb 2005 12:13:18 UTC

Thanks!

BTW, this also works on the Mac and even on Windows.

> You do neet the telnet service enabled on your linux box.

Why? The telnet client should work without having a server running on the machine. In this case the boinc client should be the server that is contacted by telnet. Is there a telnet client distributed with any Linux distri that doesn't work without a telnet server?

BM
____________
BM

Profile Charles Dennett
Joined: Jan 22 05
Posts: 22
ID: 4756
Credit: 22,580
RAC: 0
Message 2875 - Posted 11 Feb 2005 12:46:41 UTC - in response to Message 2873.

>
> > You do neet the telnet service enabled on your linux box.
>
> Why? The telnet client should work without having a server running on the
> machine. In this case the boinc client should be the server that is contacted
> by telnet. Is there a telnet client distributed with any Linux distri that
> doesn't work without a telnet server?


You're right. I should have realized that. I had enabled telnet a while ago so I could reach my Linux box from another windows box on my home network. Was having some problems at the time and X would hang. (Don't worry, my router does not allow telnet through so you can't get to me from the Internet.)_

Charlie

____________

Profile Charles Dennett
Joined: Jan 22 05
Posts: 22
ID: 4756
Credit: 22,580
RAC: 0
Message 2876 - Posted 11 Feb 2005 12:53:50 UTC

While we're talking about the graphics on Linux, I just wanted to report a couple of things.

I read the page on this site describing the graphic and how to make changes to them. As described, I can use the mouse to zoom in and out and to rotate the celestial sphere. However, the other keyboard commands listed do not seem to work.

Charlie
____________

Profile Dan2E
Avatar
Joined: Feb 9 05
Posts: 7
ID: 10181
Credit: 498,825
RAC: 167
Message 3614 - Posted 17 Feb 2005 15:39:13 UTC


- - - - - - - - - - - Charlie wrote: - - - - - -

OK, here's how it's done. Fire up a terminal window - xterm, konsole, whatever.
What port you use depends on the versions of the core client. 4.19 and earlier use port 31416. The 4.5x, 4.6x (and maybe the recent 4.20?) use a different port 1043. Since I have 4.19, I use port 31416. This is what it looks like:

telnet localhost 31416 --I entered this
Trying 127.0.0.1... --
Connected to localhost. -- System responded with this (3 lines)
Escape character is '^]'. --
--I entered this.
--System responded. Graphics appeared
^] --control right bracket to get telnet prompt
telnet> quit --enter quit to end telnet session
Connection closed.

That was it. You do neet the telnet service enabled on your linux box. Mine was not by default. My router keeps it blocked from the Internet.

Hope this helps.

Charlie
- - - - - - - - - - - -

OK, way cute!

But they always want more:

- what's the command to turn OFF this graphics window (without shutting down E@h) ?

- Is there a way to turn off the automatic rotation ? (I'm getting sphere-sick watching it move!)

Thanks,
____________
- Dan Dewey, MIT)KI
<B>http://space.mit.edu/home/dd</B>

Profile Rusty
Avatar
Joined: Oct 15 04
Posts: 5
ID: 17
Credit: 77,540
RAC: 17
Message 3615 - Posted 17 Feb 2005 15:43:14 UTC - in response to Message 2876.


> I read the page on this site describing the graphic and how to make changes to
> them. As described, I can use the mouse to zoom in and out and to rotate the
> celestial sphere. However, the other keyboard commands listed do not seem to
> work.

The keyboard commands are working in a test version of the code but are not yet in the production version of the code.


____________
- Rusty McGee Johnson

Profile Charles Dennett
Joined: Jan 22 05
Posts: 22
ID: 4756
Credit: 22,580
RAC: 0
Message 3624 - Posted 17 Feb 2005 17:27:47 UTC - in response to Message 3614.

>
> OK, way cute!
>
> But they always want more:
>
> - what's the command to turn OFF this graphics window (without shutting down
> E@h) ?
>
> - Is there a way to turn off the automatic rotation ? (I'm getting
> sphere-sick watching it move!)

1. simply close the graphics window. Works for me.

2. Not that I know of.

Charlie

____________

Profile sandrik
Avatar
Joined: Feb 9 05
Posts: 14
ID: 10868
Credit: 65,040
RAC: 0
Message 3847 - Posted 19 Feb 2005 13:19:33 UTC
Last modified: 19 Feb 2005 13:22:06 UTC

Hi !

Maybe it will a good idear, that Users who have the graphics will test them and report any problems with the graphics.

Duds that is development here and we are here to test the new Apps and things from the project, so please test the new graphics for errors and make a report, without such tests the LINUX version will never have a graphic interface ! ;-)

Ok i also prefer the commandline Version, but ... you know ;-)

I have never seen any graphic on my LINUX box ! What a shame! :-(
____________
Greetings from Wetzlar in Germany

Sascha Bickel
Admin, Teamleader CPDN & Einstein
Team Science and Research Hessen (SaR Hessen)
http://www.sar-hessen.de

nra1871
Joined: Feb 20 05
Posts: 3
ID: 23897
Credit: 0
RAC: 0
Message 4242 - Posted 20 Feb 2005 23:52:40 UTC

I just got the graphics for OS X using the directions below. Very cool, definitely seems a lot more cpu intensive than SETI (at least the old version). Anyone able to tell me about CPU terminology? What I mean is in my activity monitor for cpu I see %user, %system, %nice and %idle. I can guess at idle and user, but what is nice? I see that is primarily what boinc is using.

____________

Profile Bernd Machenschalk
Forum moderator
Project developer
Joined: Oct 15 04
Posts: 2034
ID: 2
Credit: 21,979,661
RAC: 41,649
Message 4245 - Posted 21 Feb 2005 0:09:01 UTC
Last modified: 21 Feb 2005 0:09:32 UTC

The graphics shouldn't be CPU intensive, as they are mainly done by the graphics card, not the CPU.

You can assign priority levels to processes so that some are executed when there's nothing else to do. These processes are "nice" in the sense that they step back when there is more urgent work to do. %nice is the amount of time the CPU spends with such processes.

BM

____________
BM

nra1871
Joined: Feb 20 05
Posts: 3
ID: 23897
Credit: 0
RAC: 0
Message 4249 - Posted 21 Feb 2005 0:20:24 UTC

Maybe intensive was the wrong word. My cpu monitor is pretty much topped out, but it is all blue (nice). It seems to have very little or no impact on system performance. I've had it going all day and haven't noticed any slowdown for normal activities. Einstein is processing pretty slow, but then I'm only on a 1GHz G4. If nothing else it sure makes it look like I'm doing something really important.

____________

Profile Madrigar
Joined: Feb 23 05
Posts: 9
ID: 34165
Credit: 321,104
RAC: 0
Message 5006 - Posted 24 Feb 2005 5:18:58 UTC

Sweet! Got it working on my Mac also. Pretty cool it shows up 2 seperate windows with different graphics since I have a dual CPU G5 :)
____________

Profile Madrigar
Joined: Feb 23 05
Posts: 9
ID: 34165
Credit: 321,104
RAC: 0
Message 5007 - Posted 24 Feb 2005 5:20:48 UTC - in response to Message 5006.

> Sweet! Got it working on my Mac also. Pretty cool it shows up 2 seperate
> windows with different graphics since I have a dual CPU G5 :)
>

Speaking of... is it actually doing a seperate WU on each processor??? Or is it splitting the load of a single WU across the 2 processors?
____________

Profile Biogenesis
Joined: Nov 11 04
Posts: 24
ID: 1700
Credit: 140,834
RAC: 0
Message 5009 - Posted 24 Feb 2005 5:51:56 UTC - in response to Message 5007.

> Speaking of... is it actually doing a seperate WU on each processor??? Or is
> it splitting the load of a single WU across the 2 processors?
>

On my dual PIII 550 running Linux it just does 2 WU's at the same time ;).
____________

Profile Steffen Grunewald, for Merlin/Morgane
Project developer
Joined: Oct 18 04
Posts: 39
ID: 39
Credit: 497,824,397
RAC: 786,175
Message 5036 - Posted 24 Feb 2005 10:25:42 UTC - in response to Message 3614.

Hi,

--I entered this.

You entered what? (everything that looks like HTML tokens is filtered out)

S.
____________

Profile Madrigar
Joined: Feb 23 05
Posts: 9
ID: 34165
Credit: 321,104
RAC: 0
Message 5139 - Posted 24 Feb 2005 19:35:49 UTC - in response to Message 5036.
Last modified: 24 Feb 2005 19:47:47 UTC

> Hi,
>
> --I entered this.
>
> You entered what? (everything that looks like HTML tokens is filtered
> out)
>
> S.
>

Scroll further down and you will see he entered <result_show_graphics>

____________

Profile Jordan Wilberding
Joined: Feb 19 05
Posts: 162
ID: 19341
Credit: 715,454
RAC: 0
Message 6017 - Posted 27 Feb 2005 23:28:35 UTC

What is the little orangle target thing that is moving around?
____________
such things just should not be writ so please destroy this if you wish to live 'tis better in ignorance to dwell than to go screaming into the abyss worse than hell

john.mac
Avatar
Joined: Feb 9 05
Posts: 85
ID: 8324
Credit: 167,393
RAC: 0
Message 6044 - Posted 28 Feb 2005 1:24:54 UTC - in response to Message 6017.

> What is the little orangle target thing that is moving around?
>
Search Marker
The orange marker shaped somewhat like a gun-sight represents the current position in the sky which is being searched. The location is also noted in the lower right corner in celestial coordinates (Right Ascension and Declination). You will see this marker move from point to point as the search progresses. Details on how we search for gravity waves coming from a particular source will be linked from here sometime in the future.

See screensaver description on homepage of E@H.

____________
John,

Profile hm
Joined: May 15 05
Posts: 10
ID: 81663
Credit: 2,418,480
RAC: 1,103
Message 44267 - Posted 25 Jul 2006 0:08:33 UTC - in response to Message 6044.

> What is the little orangle target thing that is moving around?
>
Search Marker
The orange marker shaped somewhat like a gun-sight represents the current position in the sky which is being searched. The location is also noted in the lower right corner in celestial coordinates (Right Ascension and Declination). You will see this marker move from point to point as the search progresses. Details on how we search for gravity waves coming from a particular source will be linked from here sometime in the future.

See screensaver description on homepage of E@H.



The instructions in this thread don't seem to work for latest Boinc release...telnet works and it reports success but no graphics. Any other suggestion?

Michael Karlinsky
Avatar
Joined: Jan 22 05
Posts: 665
ID: 6887
Credit: 1,208,160
RAC: 1,891
Message 44278 - Posted 25 Jul 2006 8:34:29 UTC - in response to Message 2667.
Last modified: 25 Jul 2006 8:38:51 UTC


Anyone know what's going on? Can I get the graphics back (not that I want it, since it wastes cpu cycles better left for crunching, but it would be interesting.)


Open BOINC Manager -> "Work" tab, select an E@H WU and press the "show graphics" button.


Anyone got a pointer to what the graphics represent (if anything)?


Screensaver description

Michael

edit: D'oh. Who reversed the post order to least recent here.....
____________
Team Linux Users Everywhere

Michael Karlinsky
Avatar
Joined: Jan 22 05
Posts: 665
ID: 6887
Credit: 1,208,160
RAC: 1,891
Message 44279 - Posted 25 Jul 2006 8:36:40 UTC - in response to Message 44278.


The instructions in this thread don't seem to work for latest Boinc release...telnet works and it reports success but no graphics. Any other suggestion?


Just try the BOINC manager.
____________
Team Linux Users Everywhere

Profile tullio
Joined: Jan 22 05
Posts: 1175
ID: 6186
Credit: 167,788
RAC: 154
Message 44282 - Posted 25 Jul 2006 8:48:07 UTC

I am running BOINC 5.4.9 on SuSE Linux 9.3. CPU is an old 400 MHz Pentium II. I can see graphics on SETI@home, Einstein@home, BBC.climate.change.experiment if I wish but not always on QMC@home. But I rarely use this feature because it slows an already slow CPU.
Tullio
____________

kazar
Joined: Oct 30 06
Posts: 6
ID: 227629
Credit: 4,457
RAC: 0
Message 51120 - Posted 1 Nov 2006 1:55:27 UTC - in response to Message 2824.

OK, here's how it's done. Fire up a terminal window - xterm, konsole, whatever.
What port you use depends on the versions of the core client. 4.19 and earlier use port 31416. The 4.5x, 4.6x (and maybe the recent 4.20?) use a different port 1043. Since I have 4.19, I use port 31416. This is what it looks like:

telnet localhost 31416 --I entered this
Trying 127.0.0.1... --
Connected to localhost. -- System responded with this (3 lines)
Escape character is '^]'. --
<result_show_graphics> --I entered this.
<success> --System responded. Graphics appeared
^] --control right bracket to get telnet prompt
telnet> quit --enter quit to end telnet session
Connection closed.


I would love to see the graphics on my Mac. I'm not a command-line geek but I got brave, opened Terminal and typed in :

telnet localhost 1043

I got the reply:
Unable to connect to host

I thought maybe I was supposed to type:

telnet localhost:1043

but same reply.

My OS firewall is off. I turned off "stealth mode" in the firewall "advanced" options. Still no luck.

Has the port changed?

Is there any chance this project will just make the screensaver ready for Mac? I'm not the "my credits are bigger than your credits type" ... I'm happy to help out and not looking for any glory, but it would be really nice to have the same cool eye-candy as Windows-based participants get ...

kazar

Profile Bernd Machenschalk
Forum moderator
Project developer
Joined: Oct 15 04
Posts: 2034
ID: 2
Credit: 21,979,661
RAC: 41,649
Message 51242 - Posted 2 Nov 2006 12:27:17 UTC - in response to Message 51120.

Is there any chance this project will just make the screensaver ready for Mac?

It is working on Macs (both PowerPC and Intel).

It looks like you're using the standard BOINC client. If it's correctly installed (don't know whant you can do wron there...), open the BOINC Manager, click the "Tasks" tab, select the task that is currently "running" and click the "show graphics" button (this will send the right message to the client without you typing on the command line). A window should pop up showing the starsphere.

To run it as a screensaver, select BOINCSaver in the screensaver system preferences. Define a "hot corner" to see the effect immidiately, the "test" mode doesn't work with the BOINC saver.

BM

____________
BM

kazar
Joined: Oct 30 06
Posts: 6
ID: 227629
Credit: 4,457
RAC: 0
Message 51267 - Posted 2 Nov 2006 15:42:13 UTC - in response to Message 51242.


It is working on Macs (both PowerPC and Intel).


thanks so much for the instructions. Now I only wish it would be a screen-saver, a la setiathome. It's very cool.

kazar

Message boards : Cafe Einstein : Linux Graphics Just Suddenly Appeared.


Return to Einstein@Home main page

This material is based upon work supported by the National Science Foundation (NSF) under Grant NSF-0200852 and by the Max Planck Gesellschaft (MPG). Any opinions, findings, and conclusions or recommendations expressed in this material are those of the investigators and do not necessarily reflect the views of the NSF or the MPG.

Copyright © 2009 Bruce Allen for the LIGO Scientific Collaboration