|
|
Pages: [1] 2
|
 |
|
Author
|
Topic: Initial public release - Rev-2.2B Linux science apps (Read 5223 times)
|
|
Simon
|
Hi folks, it's been a long time coming: new optimized Linux science apps based on the same R-2.2B code as the Windows ones have been released. The Linux Port was done by Crunch3r, Hans Dorn and myself, the 2.2B code is by Ben Herndon, Josef W. Segur and Alex Kan with some compatibility edits by me. MMX - Intel P1MMX/P2, AMD Athlon SSE - Intel P3, Athlon XP SSE2-generic - AMD Athlon64/X2 SSE2-P4 - Intel P4 (Willamette & Northwood) SSE2-PM - Intel Pentium M/Banias/Core Solo or Duo (NOT Core 2 Duo!) SSE3-P4 - Intel P4 (Prescott) and Pentium D SSE3-C2 - Intel Core 2 Duo & Quad Please unpack the app of your choice ("tar xfvj KWSN-R2.2B--SSE.tar.bz2") and read Instructions.txt inside the folder it creates. Should you be unsure about which version to use, please type: "cat /proc/cpuinfo" This should show you what CPU you have, whether it's an AMD or an Intel one and what its name is. Should be helpful in choosing; if you're still unsure, please post a reply in this thread about it. Regards, Simon.
|
|
|
|
« Last Edit: 26 Mar 2007, 07:26:27 pm by Simon »
|
Logged
|
|
|
|
Roy
Guest
|
Whoo-Hooo!! Yippee! Thank You to everyone involved - we DO appreciatte all the hard work this has taken! Unfortunately - when I try to open the downloaded archive, bzip2 reports errors.  Running bunzip2 -t KWSN-R2.2B--SSE.tar.bz2 yields this message: bunzip2: Desktop/KWSN-R2.2B--SSE.tar.bz2: bad magic number (file not created by bzip2) I've had the same problem on both my Linux systems (one Intel, one AMD). Is it me, or is there a problem with the files provided? Roy
|
|
|
|
|
Logged
|
|
|
|
|
Crunch3r
|
Whoo-Hooo!! Yippee! Thank You to everyone involved - we DO appreciatte all the hard work this has taken! Unfortunately - when I try to open the downloaded archive, bzip2 reports errors.  Running bunzip2 -t KWSN-R2.2B--SSE.tar.bz2 yields this message: bunzip2: Desktop/KWSN-R2.2B--SSE.tar.bz2: bad magic number (file not created by bzip2) I've had the same problem on both my Linux systems (one Intel, one AMD). Is it me, or is there a problem with the files provided? Roy I've checked the files and their all ok. Not sure what's going wrong on your side .... I'd recommencd you to open a shell/terminal and NOT using any other software to extrackt the files. 1. open a terminal 2. "cd" to the directory that contains the downloaded files 3. extract the files with "tar -xvjf KWSN-R2.2B--SSE.tar.bz2" 4. stop boinc 5. copy the new files over the old apps. 6. start boinc again That's all you got to do.
|
|
|
|
« Last Edit: 26 Mar 2007, 08:50:57 pm by Crunch3r »
|
Logged
|
I want to share something with you: The three little sentences that will get you through life. Number 1: Cover for me. Number 2: Oh, good idea, Boss! Number 3: It was like that when I got here.
Homer Simpson
|
|
|
Roy
Guest
|
Thanks for the suggestion, but.... command line used and erro message received:
roy@zaphod:~/boinc_temp$ tar -xvjf ../Desktop/KWSN-R2.2B--SSE.tar.bz2 bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: Error exit delayed from previous errors
Not sure I understand - I installed the "old" Linux version okay.....
|
|
|
|
|
Logged
|
|
|
|
Natronomonas
Guest
|
I am encountering the same error running Ubuntu 6.10, whether I use "Archive manager" or go to the terminal and use bunzip2 or tar to extract the files, e.g.
$ tar -xvjf KWSN-R2.2B--SSE.tar.bz2 bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: Error exit delayed from previous errors
It also occurs on the SSE2 version, I haven't tried the others. Is there anything else I can try?
Thanks ; )
|
|
|
|
|
Logged
|
|
|
|
|
michael37
|
I am confirming a problem with bzip2 which does NOT open on all platforms. 7-zip on Windows opened the archive successfully.
Here is from Fedora Core 5:
[testing-C2]# ls KWSN-R2.2B--SSE3-C2.tar.bz2 [testing-C2]# tar xvfj KWSN-R2.2B--SSE3-C2.tar.bz2 bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: Error exit delayed from previous errors [testing-C2]# tar --version tar (GNU tar) 1.15.1 [testing-C2]# bzip2 --version bzip2, a block-sorting file compressor. Version 1.0.3, 15-Feb-2005.
|
|
|
|
|
Logged
|
|
|
|
Roy
Guest
|
Sorry to hear it's not just me.  Ubunto 6.10 here as well. I re-downloaded just to make sure it was'n't a bad download - same results.
|
|
|
|
|
Logged
|
|
|
|
Roy
Guest
|
Based on the comment by michael37, I tried DLing and unzipping the Linux app on my Windows platform.
Put the files in a shared folder, and went to my Linux box and copied the files into BOINC/projects/setiathome
Seems to be working fine!
One thing threw me for a second - all the apps before this had "seti" somewhere in their name - this time, doing a ps -ef | grep seti showed nothing! But I figured it out...
It would certainly appear that there may be some sort of incompatibility between 7zip on windows and bzip2 on Linux.
Thanks again, everyone!
|
|
|
|
|
Logged
|
|
|
|
Natronomonas
Guest
|
I have had success extracting the files on OSX, then copying to my linux host. So thus far it would seem the only platform unable to open the linux app archives is .... linux. 
|
|
|
|
|
Logged
|
|
|
|
|
michael37
|
Based on the comment by michael37, I tried DLing and unzipping the Linux app on my Windows platform.
Put the files in a shared folder, and went to my Linux box and copied the files into BOINC/projects/setiathome
Seems to be working fine!
One thing threw me for a second - all the apps before this had "seti" somewhere in their name - this time, doing a ps -ef | grep seti showed nothing! But I figured it out...
It would certainly appear that there may be some sort of incompatibility between 7zip on windows and bzip2 on Linux.
Thanks again, everyone!
You got it. The applications are now called KWSN-R2.2B-SSEXX-XX For the time being, use 7-zip to open the archives. bzip2 on most distributions will not work
|
|
|
|
|
Logged
|
|
|
|
|
Simon
|
Hm,
interesting. I used "tar cfj archive.tar.bz2 directory/" as command to compress the files; so far, I haven't had any trouble unpacking on my test hosts (Suse 9.2, Debian Sarge, Slackware 10.1).
This is the very first time I've heard of bzip2 Archives not opening; I could always make .tar.gz's if that'll help anything.
Also, yes, the apps are now called KWSN-R2.2B-* where * is MMX/SSE/SSE2-generic/SSE2-P4/SSE2-PM/SSE3-P4/SSE3-C2, as with the Windows versions.
Regards, Simon.
|
|
|
|
|
Logged
|
|
|
|
Metod, S56RKO
Alpha Tester
Knight o' The Realm
 
Offline
Posts: 51
|
interesting. I used "tar cfj archive.tar.bz2 directory/" as command to compress the files; so far, I haven't had any trouble unpacking on my test hosts (Suse 9.2, Debian Sarge, Slackware 10.1).
This is the very first time I've heard of bzip2 Archives not opening; I could always make .tar.gz's if that'll help anything. Just downloaded KWSN-R2.2B--SSE2-generic.tar.bz2 and surely enough tar on my Debian Etch AMD64 barfed: tar jxvf KWSN-R2.2B--SSE2-generic.tar.bz2 bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: Error exit delayed from previous errors However, this gave some clue: file KWSN-R2.2B--SSE2-generic.tar.bz2 KWSN-R2.2B--SSE2-generic.tar.bz2: gzip compressed data, from Unix, last modified: Tue Mar 27 00:33:43 2007 Surely enough: tar zxvf KWSN-R2.2B--SSE2-generic.tar.bz2 KWSN-R2.2B--SSE2-generic/ KWSN-R2.2B--SSE2-generic/Instructions.txt KWSN-R2.2B--SSE2-generic/Readme+Licenses/ KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-AUTHORS KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-COPYING KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-COPYRIGHT KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-EXTRA_NOTE KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-README KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-README_APP KWSN-R2.2B--SSE2-generic/Files-to-install/ KWSN-R2.2B--SSE2-generic/Files-to-install/app_info.xml KWSN-R2.2B--SSE2-generic/Files-to-install/KWSN-R2.2B-SSE2-generic
So, these are not Bzip2 compressed, but rather gzip compressed archives.
|
|
|
|
« Last Edit: 27 Mar 2007, 09:09:46 am by Metod, S56RKO »
|
Logged
|
|
|
|
Metod, S56RKO
Alpha Tester
Knight o' The Realm
 
Offline
Posts: 51
|
An item to add on a wish list: could you provide statically-linked binaries? I have an old machine here which doesn't like new binaries: ldd KWSN-R2.2B-SSE ./KWSN-R2.2B-SSE: /lib/i686/libc.so.6: version `GLIBC_2.3.4' not found (required by ./KWSN-R2.2B-SSE) ./KWSN-R2.2B-SSE: /lib/i686/libc.so.6: version `GLIBC_2.3.2' not found (required by ./KWSN-R2.2B-SSE) ./KWSN-R2.2B-SSE: /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by ./KWSN-R2.2B-SSE) ./KWSN-R2.2B-SSE: /lib/i686/libpthread.so.0: version `GLIBC_2.3.2' not found (required by ./KWSN-R2.2B-SSE) libdl.so.2 => /lib/libdl.so.2 (0xb7fd4000) libm.so.6 => /lib/i686/libm.so.6 (0xb7fb1000) libpthread.so.0 => /lib/i686/libpthread.so.0 (0xb7f9d000) libc.so.6 => /lib/i686/libc.so.6 (0x42000000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fed000) If you have some time ...
|
|
|
|
|
Logged
|
|
|
|
Prognatus
Guest
|
So, these are not Bzip2 compressed, but rather gzip compressed archives. I can confirm this. As many others here, I had problems opening the files (tried SSE and MMX), but when I renamed them to a .gz suffix instead of .bz2 they opened like a charm in the package manager.
|
|
|
|
|
Logged
|
|
|
|
|
Simon
|
Hm, maybe a typo? I do believe I did type "tar cfj", not "tar cfz"; still, to err is human. I'll recompress and upload archives that are what their suffix suggests  Regards, Simon.
|
|
|
|
|
Logged
|
|
|
|
|
Pages: [1] 2
|
|
|
|
Quote!
It is impossible to make anything foolproof because fools are so ingenious.- Murphy's Law
|
 |  |  |
| |
Online users/last 15m
29 Guests, 4 Users
ML1, arkayn, Claggy, Richard Haselgrove 15 Members/last 24hML1, arkayn, Claggy, Richard Haselgrove, Raistmer, mr.mac52, _heinz, Josef W. Segur, Hans Dorn, Byron Leigh Hatch @ team Carl Sagan, Urs Echternacht, Devaster, Mike, msattler, KarVi
| |
 | |  |
|