A Space & astronomy forum. SpaceBanter.com

Go Back   Home » SpaceBanter.com forum » Astronomy and Astrophysics » SETI
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

Installing S@H on Linux (RH8) [newbie]



 
 
Thread Tools Display Modes
  #1  
Old December 8th 03, 12:18 PM
Martin
external usenet poster
 
Posts: n/a
Default Installing S@H on Linux (RH8) [newbie]

Ola A Johansson wrote:
Hi all!

I'm a total newcomer to this Linux environment, but I have for a long
time had an urge to try it.
Anyway, I just got RH8 installed (got it right this time I think) and
thought I'd get SETI@home running.
I went to download the client (i686-pc-linux-gnu) and allowed it to save
to Mozilla 1.0.1's default of desktop.
Now I can't find the file
And even if I found it I wouldn't be sure how to get it running.

Would some kind soul please give me a simple step by step instruction.


Sorry... But you need to read a few help files and notes.

There's already copious instructions on various web sites for s@h.
(Hint: Google.)


The saved file will be somewhere in your home directory tree. Search for
"i686-pc-linux-gnu" with the search/find feature on your file manager.
Then read the 'README' file you'll find in there.

Good luck,
Martin


--
---------- Give a man a fish and you have fed him for today.
- Martin - Teach him how to fish and he won't bother you for weeks!
- 53N 1W - - Anon
----------

  #2  
Old December 8th 03, 12:18 PM
Martin
external usenet poster
 
Posts: n/a
Default Installing S@H on Linux (RH8) [newbie]

Ola A Johansson wrote:
Hi all!

I'm a total newcomer to this Linux environment, but I have for a long
time had an urge to try it.
Anyway, I just got RH8 installed (got it right this time I think) and
thought I'd get SETI@home running.
I went to download the client (i686-pc-linux-gnu) and allowed it to save
to Mozilla 1.0.1's default of desktop.
Now I can't find the file
And even if I found it I wouldn't be sure how to get it running.

Would some kind soul please give me a simple step by step instruction.


Sorry... But you need to read a few help files and notes.

There's already copious instructions on various web sites for s@h.
(Hint: Google.)


The saved file will be somewhere in your home directory tree. Search for
"i686-pc-linux-gnu" with the search/find feature on your file manager.
Then read the 'README' file you'll find in there.

Good luck,
Martin


--
---------- Give a man a fish and you have fed him for today.
- Martin - Teach him how to fish and he won't bother you for weeks!
- 53N 1W - - Anon
----------

  #3  
Old December 8th 03, 12:20 PM
Mark Taylor
external usenet poster
 
Posts: n/a
Default Installing S@H on Linux (RH8) [newbie]

Ola A Johansson wrote in
:

Hi all!

I'm a total newcomer to this Linux environment, but I have for a long
time had an urge to try it.
Anyway, I just got RH8 installed (got it right this time I think) and
thought I'd get SETI@home running.
I went to download the client (i686-pc-linux-gnu) and allowed it to save
to Mozilla 1.0.1's default of desktop.
Now I can't find the file
And even if I found it I wouldn't be sure how to get it running.

Would some kind soul please give me a simple step by step instruction.

TIA /Ola J


Start with http://setifaq.org/faq.html#2.22

From there if you still have trouble you can give us more specific
questions.

Cheers,
Mark

  #4  
Old December 8th 03, 12:20 PM
Mark Taylor
external usenet poster
 
Posts: n/a
Default Installing S@H on Linux (RH8) [newbie]

Ola A Johansson wrote in
:

Hi all!

I'm a total newcomer to this Linux environment, but I have for a long
time had an urge to try it.
Anyway, I just got RH8 installed (got it right this time I think) and
thought I'd get SETI@home running.
I went to download the client (i686-pc-linux-gnu) and allowed it to save
to Mozilla 1.0.1's default of desktop.
Now I can't find the file
And even if I found it I wouldn't be sure how to get it running.

Would some kind soul please give me a simple step by step instruction.

TIA /Ola J


Start with http://setifaq.org/faq.html#2.22

From there if you still have trouble you can give us more specific
questions.

Cheers,
Mark

  #5  
Old December 9th 03, 04:10 AM
Matt Giwer
external usenet poster
 
Posts: n/a
Default Installing S@H on Linux (RH8) [newbie]

Ola A Johansson wrote:
Hi all!


I'm a total newcomer to this Linux environment, but I have for a long
time had an urge to try it.


Welcome to linux. You may find reasons to think better of it but you will not regret it.

Anyway, I just got RH8 installed (got it right this time I think) and
thought I'd get SETI@home running.
I went to download the client (i686-pc-linux-gnu) and allowed it to save
to Mozilla 1.0.1's default of desktop.


Go to mozilla.org and get the current version, 1.5, ASAP. It is as good as or better than
what you left in windows.

Now I can't find the file
And even if I found it I wouldn't be sure how to get it running.


Would some kind soul please give me a simple step by step instruction.


Download it again and put it where you can find it like in your home directory. Open a
commandline terminal.

mkdir newdirectory

mv download newdirectory

cd newdirectory

[unzip or whatever if necessary, instructions are on the download site, I forget]

../setiathome

answer questions and it starts running

This is the command line mode which is twice as fast as the graphics mode. No meaningless
pictures to look at and double the WUs processed.

Remember to restart it when you reboot.

If you keep forgetting to restart it on reboot, add these lines to /etc/rc.local

cd /home/you/newdirectory
/home/you/newdirectory/setiathome

Started this way it will be a root process.

To see the status of your WU without graphics create a file with these lines and chmod +x
filename

echo
cat /home/you/newdirectory/state.sah | head -5 | tail -1
cat /home/you/newdirectory/user_info.sah |head -16 | tail -1
date
echo

=====

newdirectory is any name, seti is a meaningful name

you is your account name where you find yourself when you login, you@localhost

rc.local is recommended by RH as the place to add our own boot routines. There are other
ways. These are also called init scripts.

The simplest editor around is joe called as jstar. It is on the distribution disk but not
installed if you did a default workstation installation. Install joe, type jstar. There
are much better editors. This one is plain vanilla simple using the arrow keys.

--
I detest politics not for what it is but for what
it pretends it is not.
-- The Iron Webmaster, 2943

  #6  
Old December 9th 03, 04:10 AM
Matt Giwer
external usenet poster
 
Posts: n/a
Default Installing S@H on Linux (RH8) [newbie]

Ola A Johansson wrote:
Hi all!


I'm a total newcomer to this Linux environment, but I have for a long
time had an urge to try it.


Welcome to linux. You may find reasons to think better of it but you will not regret it.

Anyway, I just got RH8 installed (got it right this time I think) and
thought I'd get SETI@home running.
I went to download the client (i686-pc-linux-gnu) and allowed it to save
to Mozilla 1.0.1's default of desktop.


Go to mozilla.org and get the current version, 1.5, ASAP. It is as good as or better than
what you left in windows.

Now I can't find the file
And even if I found it I wouldn't be sure how to get it running.


Would some kind soul please give me a simple step by step instruction.


Download it again and put it where you can find it like in your home directory. Open a
commandline terminal.

mkdir newdirectory

mv download newdirectory

cd newdirectory

[unzip or whatever if necessary, instructions are on the download site, I forget]

../setiathome

answer questions and it starts running

This is the command line mode which is twice as fast as the graphics mode. No meaningless
pictures to look at and double the WUs processed.

Remember to restart it when you reboot.

If you keep forgetting to restart it on reboot, add these lines to /etc/rc.local

cd /home/you/newdirectory
/home/you/newdirectory/setiathome

Started this way it will be a root process.

To see the status of your WU without graphics create a file with these lines and chmod +x
filename

echo
cat /home/you/newdirectory/state.sah | head -5 | tail -1
cat /home/you/newdirectory/user_info.sah |head -16 | tail -1
date
echo

=====

newdirectory is any name, seti is a meaningful name

you is your account name where you find yourself when you login, you@localhost

rc.local is recommended by RH as the place to add our own boot routines. There are other
ways. These are also called init scripts.

The simplest editor around is joe called as jstar. It is on the distribution disk but not
installed if you did a default workstation installation. Install joe, type jstar. There
are much better editors. This one is plain vanilla simple using the arrow keys.

--
I detest politics not for what it is but for what
it pretends it is not.
-- The Iron Webmaster, 2943

  #7  
Old December 9th 03, 11:24 PM
ComputerDoctor
external usenet poster
 
Posts: n/a
Default Installing S@H on Linux (RH8) [newbie]

Matt wrote:
snip
echo
cat /home/you/newdirectory/state.sah | head -5 | tail -1
cat /home/you/newdirectory/user_info.sah |head -16 | tail -1
date
echo
/snip

What a ghastly non-intuitive mess - reminds me of MSDOS
Give me WINDOW$ any day :-)

"Matt Giwer" wrote in message
m...
Ola A Johansson wrote:
Hi all!


I'm a total newcomer to this Linux environment, but I have for a long
time had an urge to try it.


Welcome to linux. You may find reasons to think better of it but you will

not regret it.

Anyway, I just got RH8 installed (got it right this time I think) and
thought I'd get SETI@home running.
I went to download the client (i686-pc-linux-gnu) and allowed it to save
to Mozilla 1.0.1's default of desktop.


Go to mozilla.org and get the current version, 1.5, ASAP. It is as good as

or better than
what you left in windows.

Now I can't find the file
And even if I found it I wouldn't be sure how to get it running.


Would some kind soul please give me a simple step by step instruction.


Download it again and put it where you can find it like in your home

directory. Open a
commandline terminal.

mkdir newdirectory

mv download newdirectory

cd newdirectory

[unzip or whatever if necessary, instructions are on the download site, I

forget]

./setiathome

answer questions and it starts running

This is the command line mode which is twice as fast as the graphics mode.

No meaningless
pictures to look at and double the WUs processed.

Remember to restart it when you reboot.

If you keep forgetting to restart it on reboot, add these lines to

/etc/rc.local

cd /home/you/newdirectory
/home/you/newdirectory/setiathome

Started this way it will be a root process.

To see the status of your WU without graphics create a file with these

lines and chmod +x
filename

echo
cat /home/you/newdirectory/state.sah | head -5 | tail -1
cat /home/you/newdirectory/user_info.sah |head -16 | tail -1
date
echo

=====

newdirectory is any name, seti is a meaningful name

you is your account name where you find yourself when you login,

you@localhost

rc.local is recommended by RH as the place to add our own boot routines.

There are other
ways. These are also called init scripts.

The simplest editor around is joe called as jstar. It is on the

distribution disk but not
installed if you did a default workstation installation. Install joe, type

jstar. There
are much better editors. This one is plain vanilla simple using the arrow

keys.

--
I detest politics not for what it is but for what
it pretends it is not.
-- The Iron Webmaster, 2943



  #8  
Old December 9th 03, 11:24 PM
ComputerDoctor
external usenet poster
 
Posts: n/a
Default Installing S@H on Linux (RH8) [newbie]

Matt wrote:
snip
echo
cat /home/you/newdirectory/state.sah | head -5 | tail -1
cat /home/you/newdirectory/user_info.sah |head -16 | tail -1
date
echo
/snip

What a ghastly non-intuitive mess - reminds me of MSDOS
Give me WINDOW$ any day :-)

"Matt Giwer" wrote in message
m...
Ola A Johansson wrote:
Hi all!


I'm a total newcomer to this Linux environment, but I have for a long
time had an urge to try it.


Welcome to linux. You may find reasons to think better of it but you will

not regret it.

Anyway, I just got RH8 installed (got it right this time I think) and
thought I'd get SETI@home running.
I went to download the client (i686-pc-linux-gnu) and allowed it to save
to Mozilla 1.0.1's default of desktop.


Go to mozilla.org and get the current version, 1.5, ASAP. It is as good as

or better than
what you left in windows.

Now I can't find the file
And even if I found it I wouldn't be sure how to get it running.


Would some kind soul please give me a simple step by step instruction.


Download it again and put it where you can find it like in your home

directory. Open a
commandline terminal.

mkdir newdirectory

mv download newdirectory

cd newdirectory

[unzip or whatever if necessary, instructions are on the download site, I

forget]

./setiathome

answer questions and it starts running

This is the command line mode which is twice as fast as the graphics mode.

No meaningless
pictures to look at and double the WUs processed.

Remember to restart it when you reboot.

If you keep forgetting to restart it on reboot, add these lines to

/etc/rc.local

cd /home/you/newdirectory
/home/you/newdirectory/setiathome

Started this way it will be a root process.

To see the status of your WU without graphics create a file with these

lines and chmod +x
filename

echo
cat /home/you/newdirectory/state.sah | head -5 | tail -1
cat /home/you/newdirectory/user_info.sah |head -16 | tail -1
date
echo

=====

newdirectory is any name, seti is a meaningful name

you is your account name where you find yourself when you login,

you@localhost

rc.local is recommended by RH as the place to add our own boot routines.

There are other
ways. These are also called init scripts.

The simplest editor around is joe called as jstar. It is on the

distribution disk but not
installed if you did a default workstation installation. Install joe, type

jstar. There
are much better editors. This one is plain vanilla simple using the arrow

keys.

--
I detest politics not for what it is but for what
it pretends it is not.
-- The Iron Webmaster, 2943



  #9  
Old December 10th 03, 12:11 AM
Matt Giwer
external usenet poster
 
Posts: n/a
Default Installing S@H on Linux (RH8) [newbie]

ComputerDoctor wrote:
Matt wrote:
snip
echo
cat /home/you/newdirectory/state.sah | head -5 | tail -1
cat /home/you/newdirectory/user_info.sah |head -16 | tail -1
date
echo
/snip

What a ghastly non-intuitive mess - reminds me of MSDOS
Give me WINDOW$ any day :-)


A masochist I see.

Actually it is straightforward. It just prints the 5th line of one file and the 16th line
of another. For example head grabs the first five lines and tail let through the last one
of the five lines.

It is also the way that always works to avoid a lot more words on my part. If setiathome
is run in a directory named seti it would be simply

cat ~/seti/state.sah | head -5 | tail -1
cat ~/seti/user_info.sah |head -16 | tail -1

But if you are working as root or as another user name it won't work because ~/ will look
in the root or username directory.

Unlike MS batch files, linux scripts are reentrant and that is exactly what batch files
are missing to make them useful.

--
When Bush graduated High School he gave new meaning
to being educated beyond one's intelligence.
-- The Iron Webmaster, 2963

  #10  
Old December 10th 03, 12:11 AM
Matt Giwer
external usenet poster
 
Posts: n/a
Default Installing S@H on Linux (RH8) [newbie]

ComputerDoctor wrote:
Matt wrote:
snip
echo
cat /home/you/newdirectory/state.sah | head -5 | tail -1
cat /home/you/newdirectory/user_info.sah |head -16 | tail -1
date
echo
/snip

What a ghastly non-intuitive mess - reminds me of MSDOS
Give me WINDOW$ any day :-)


A masochist I see.

Actually it is straightforward. It just prints the 5th line of one file and the 16th line
of another. For example head grabs the first five lines and tail let through the last one
of the five lines.

It is also the way that always works to avoid a lot more words on my part. If setiathome
is run in a directory named seti it would be simply

cat ~/seti/state.sah | head -5 | tail -1
cat ~/seti/user_info.sah |head -16 | tail -1

But if you are working as root or as another user name it won't work because ~/ will look
in the root or username directory.

Unlike MS batch files, linux scripts are reentrant and that is exactly what batch files
are missing to make them useful.

--
When Bush graduated High School he gave new meaning
to being educated beyond one's intelligence.
-- The Iron Webmaster, 2963

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Astro Pgms: XSTARS & XEPHEM Bart Declercq Amateur Astronomy 17 October 18th 03 03:14 PM
linux astro image processing software Shawn Grant Amateur Astronomy 29 August 25th 03 02:45 AM
Linux is doomed as SCO drops the bomb. Nomen Space Shuttle 21 August 17th 03 07:14 PM
Seti for Linux (Pentium) ? Gary Heston SETI 13 July 10th 03 11:41 PM
seti server Errors - Linux 3.03/8 Client James de Lurker SETI 1 July 10th 03 07:26 PM


All times are GMT +1. The time now is 12:52 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 SpaceBanter.com.
The comments are property of their posters.