Linux SuSE 10 Command-Line Installation

Questions and Answers : Unix/Linux : Linux SuSE 10 Command-Line Installation
Message board moderation

To post messages, you must log in.

AuthorMessage
Jussi

Send message
Joined: 30 Oct 05
Posts: 2
Credit: 0
RAC: 0
United States
Message 184103 - Posted: 30 Oct 2005, 17:15:51 UTC

I downloaded 'boinc_4.19_i686-pc-linux-gnu' and am trying to unzip it using 'gunzip -d boinc_4.19_i686-pc-linux-gnu' and I get the message 'gunzip: boinc_4.19_i686-pc-linux-gnu: unknown suffix -- ignored'. What am I doing wrong? Also even when I am SuperUser I am unable to put the downloaded file into its own folder where I would prefer to unzip it. Thanks for any help.
ID: 184103 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 184106 - Posted: 30 Oct 2005, 17:34:11 UTC


I downloaded 'boinc_4.19_i686-pc-linux-gnu' and am trying to unzip it using 'gunzip -d boinc_4.19_i686-pc-linux-gnu' and I get the message 'gunzip: boinc_4.19_i686-pc-linux-gnu: unknown suffix -- ignored'. What am I doing wrong?

It is a self extractable file. Do a "sh ./$FILENAME" to install it.
Look at http://boinc.berkeley.edu/sea.php.
ID: 184106 · Report as offensive
Jussi

Send message
Joined: 30 Oct 05
Posts: 2
Credit: 0
RAC: 0
United States
Message 184318 - Posted: 31 Oct 2005, 3:29:48 UTC - in response to Message 184106.  

Now all I get when typing 'sh ./$boinc_4.19_i686-pc-linux-gnu' is: sh: ./.19_i686-pc-linux-gnu: No such file or directory. I did a 'dir' and the file is there using Terminal. Don't know.

I downloaded 'boinc_4.19_i686-pc-linux-gnu' and am trying to unzip it using 'gunzip -d boinc_4.19_i686-pc-linux-gnu' and I get the message 'gunzip: boinc_4.19_i686-pc-linux-gnu: unknown suffix -- ignored'. What am I doing wrong?

It is a self extractable file. Do a "sh ./$FILENAME" to install it.
Look at http://boinc.berkeley.edu/sea.php.


ID: 184318 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 184375 - Posted: 31 Oct 2005, 9:20:50 UTC - in response to Message 184318.  

Now all I get when typing 'sh ./$boinc_4.19_i686-pc-linux-gnu' is: sh: ./.19_i686-pc-linux-gnu: No such file or directory. I did a 'dir' and the file is there using Terminal. Don't know.

I downloaded 'boinc_4.19_i686-pc-linux-gnu' and am trying to unzip it using 'gunzip -d boinc_4.19_i686-pc-linux-gnu' and I get the message 'gunzip: boinc_4.19_i686-pc-linux-gnu: unknown suffix -- ignored'. What am I doing wrong?

It is a self extractable file. Do a "sh ./$FILENAME" to install it.
Look at http://boinc.berkeley.edu/sea.php.


Sorry, in Unix $FILENAME is a variable, I mean, that you should set in the filename in this variable...
So you must execute "sh ./boinc_4.19_i686-pc-linux-gnu"

ID: 184375 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 184376 - Posted: 31 Oct 2005, 9:23:00 UTC - in response to Message 184375.  
Last modified: 31 Oct 2005, 9:23:46 UTC

Sorry, duplicate post.
ID: 184376 · Report as offensive
Profile John Galt

Send message
Joined: 29 Aug 99
Posts: 8
Credit: 2,123,702
RAC: 0
United States
Message 196684 - Posted: 27 Nov 2005, 16:28:47 UTC - in response to Message 184106.  


I downloaded 'boinc_4.19_i686-pc-linux-gnu' and am trying to unzip it using 'gunzip -d boinc_4.19_i686-pc-linux-gnu' and I get the message 'gunzip: boinc_4.19_i686-pc-linux-gnu: unknown suffix -- ignored'. What am I doing wrong?

It is a self extractable file. Do a "sh ./$FILENAME" to install it.
Look at http://boinc.berkeley.edu/sea.php.


Ok, I'm TOTALLY NEW to Linux and just installed Redhat 9. Downloaded the self-extracting file to a directory but now don't know where or how to get to a command line so I can do this "sh ./$filename"!
ID: 196684 · Report as offensive
Profile ML1
Volunteer moderator
Volunteer tester

Send message
Joined: 25 Nov 01
Posts: 21763
Credit: 7,508,002
RAC: 20
United Kingdom
Message 196722 - Posted: 27 Nov 2005, 17:07:53 UTC - in response to Message 184318.  
Last modified: 27 Nov 2005, 17:09:52 UTC

Now all I get when typing 'sh ./$boinc_4.19_i686-pc-linux-gnu' is: sh: ./.19_i686-pc-linux-gnu: No such file or directory. I did a 'dir' and the file is there using Terminal. Don't know.

All you need to do from your terminal window is to:

chmod +x boinc_4.19_i686-pc-linux-gnu
./boinc_4.19_i686-pc-linux-gnu

Or substitute whatever that file is called.

The "chmod +x" makes the file executable, and the "./" runs it with your default shell (usually "bash").

You should then see "tar" uncompress the archive and away you go...


See here for step-by-step install instructions.


Welcome to Boinc,

Good luck,
Martin
See new freedom: Mageia Linux
Take a look for yourself: Linux Format
The Future is what We all make IT (GPLv3)
ID: 196722 · Report as offensive
[AF>Linux]Arnaud
Volunteer tester

Send message
Joined: 3 Apr 99
Posts: 70
Credit: 4,852
RAC: 0
France
Message 196741 - Posted: 27 Nov 2005, 17:18:20 UTC
Last modified: 27 Nov 2005, 17:42:37 UTC

Hi,
First I advise to download BOINC 5.2.8 which is easier to use (and you can run it in command-line, if you want)
1.Download BOINC 5.2.8
2.Put the file in /home/your_login
3.Open a command-line box (bash i.e)
4.type: cd /home/your_login
5.type: sh boinc_5.2.8_i686-pc-linux-gnu.sh
6.type: cd home/your_login/BOINC
7.type: ./boinc (if you don't want to use the manager, type ./boinc -attach_project <URL> <key>: you have to replace <URL> by the url of the project: http://setiathome.berkeley.edu and replace <key> by the ID key you received by email when creating/migrating your account)
8.Open a second command-line box and type: ./boincmgr (or double-click on the BOINC Manager icon in the BOINC directory)
9.You should see the BOINC manager: click on "project" and select "attach to project"

A command-line box is a program, like Konsole in KDE, Bash, Xterm or whatever: It can usually be found in the Menu->system->Terminal (sorry I don't know Red Hat)
You can find autostart scripts here: http://boinc.berkeley.edu/bare_core.php
HTH
Arnaud
ID: 196741 · Report as offensive

Questions and Answers : Unix/Linux : Linux SuSE 10 Command-Line Installation


 
©2025 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.