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.bz2yields 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
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/setiathomeSeems 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 setishowed 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!
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.
tar jxvf KWSN-R2.2B--SSE2-generic.tar.bz2bzip2: (stdin) is not a bzip2 file.tar: Child returned status 2tar: Error exit delayed from previous errors
file KWSN-R2.2B--SSE2-generic.tar.bz2KWSN-R2.2B--SSE2-generic.tar.bz2: gzip compressed data, from Unix, last modified: Tue Mar 27 00:33:43 2007
tar zxvf KWSN-R2.2B--SSE2-generic.tar.bz2KWSN-R2.2B--SSE2-generic/KWSN-R2.2B--SSE2-generic/Instructions.txtKWSN-R2.2B--SSE2-generic/Readme+Licenses/KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-AUTHORSKWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-COPYINGKWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-COPYRIGHTKWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-EXTRA_NOTEKWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-READMEKWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-README_APPKWSN-R2.2B--SSE2-generic/Files-to-install/KWSN-R2.2B--SSE2-generic/Files-to-install/app_info.xmlKWSN-R2.2B--SSE2-generic/Files-to-install/KWSN-R2.2B-SSE2-generic
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)
So, these are not Bzip2 compressed, but rather gzip compressed archives.