Mandriva

Message boards : Number crunching : Mandriva
Message board moderation

To post messages, you must log in.

Previous · 1 · 2 · 3 · 4 · Next

AuthorMessage
Profile Matthew Love
Volunteer tester
Avatar

Send message
Joined: 26 Sep 99
Posts: 7763
Credit: 879,151
RAC: 0
United States
Message 617133 - Posted: 9 Aug 2007, 19:13:37 UTC - in response to Message 615464.  
Last modified: 9 Aug 2007, 19:16:06 UTC

did you type the .sh after the name? Like

boinc_5.10.8_i686-pc-linux-gnu.sh

then enter?


This is what I typed in

william@william-desktop:~$ cd desktop
bash: cd: desktop: No such file or directory
william@william-desktop:~$ cd Desktop
william@william-desktop:~/Desktop$ boinc_5.10.8_i686-pc-linux-gnu.sh
bash: boinc_5.10.8_i686-pc-linux-gnu.sh: command not found
william@william-desktop:~/Desktop$ boinc_5.4.11_i686-pc-linux-gnu.sh
bash: boinc_5.4.11_i686-pc-linux-gnu.sh: command not found
william@william-desktop:~/Desktop$ boinc_5.8.16_i686-pc-linux-gnu.sh
bash: boinc_5.8.16_i686-pc-linux-gnu.sh: command not found
william@william-desktop:~/Desktop$


Are the instructions for upgrading BOINC on Mandirva the same installing the uprade on Unbuntu?

LETS BEGIN IN 2010
ID: 617133 · Report as offensive
Profile Jim-R.
Volunteer tester
Avatar

Send message
Joined: 7 Feb 06
Posts: 1494
Credit: 194,148
RAC: 0
United States
Message 617136 - Posted: 9 Aug 2007, 19:21:33 UTC - in response to Message 617133.  

did you type the .sh after the name? Like

boinc_5.10.8_i686-pc-linux-gnu.sh

then enter?


This is what I typed in

william@william-desktop:~$ cd desktop
bash: cd: desktop: No such file or directory
william@william-desktop:~$ cd Desktop
william@william-desktop:~/Desktop$ boinc_5.10.8_i686-pc-linux-gnu.sh
bash: boinc_5.10.8_i686-pc-linux-gnu.sh: command not found
william@william-desktop:~/Desktop$ boinc_5.4.11_i686-pc-linux-gnu.sh
bash: boinc_5.4.11_i686-pc-linux-gnu.sh: command not found
william@william-desktop:~/Desktop$ boinc_5.8.16_i686-pc-linux-gnu.sh
bash: boinc_5.8.16_i686-pc-linux-gnu.sh: command not found
william@william-desktop:~/Desktop$


Are the instructions for upgrading BOINC on Mandirva the same installing the uprade on Unbuntu?

I think I see your problem. First is the program set as executable? You need to make sure it's set executable first. If it already is, then most Linux systems won't let you actually execute a file in the directory where it is located. If you are in the directory, you must type ./commandname. That's a period and forward slash before the command. Hope this helps.
Jim

Some people plan their life out and look back at the wealth they've had.
Others live life day by day and look back at the wealth of experiences and enjoyment they've had.
ID: 617136 · Report as offensive
Profile Matthew Love
Volunteer tester
Avatar

Send message
Joined: 26 Sep 99
Posts: 7763
Credit: 879,151
RAC: 0
United States
Message 617138 - Posted: 9 Aug 2007, 19:27:01 UTC - in response to Message 617136.  
Last modified: 9 Aug 2007, 19:30:36 UTC

did you type the .sh after the name? Like

boinc_5.10.8_i686-pc-linux-gnu.sh

then enter?


This is what I typed in

william@william-desktop:~$ cd desktop
bash: cd: desktop: No such file or directory
william@william-desktop:~$ cd Desktop
william@william-desktop:~/Desktop$ boinc_5.10.8_i686-pc-linux-gnu.sh
bash: boinc_5.10.8_i686-pc-linux-gnu.sh: command not found
william@william-desktop:~/Desktop$ boinc_5.4.11_i686-pc-linux-gnu.sh
bash: boinc_5.4.11_i686-pc-linux-gnu.sh: command not found
william@william-desktop:~/Desktop$ boinc_5.8.16_i686-pc-linux-gnu.sh
bash: boinc_5.8.16_i686-pc-linux-gnu.sh: command not found
william@william-desktop:~/Desktop$


Are the instructions for upgrading BOINC on Mandirva the same installing the uprade on Unbuntu?

I think I see your problem. First is the program set as executable? You need to make sure it's set executable first. If it already is, then most Linux systems won't let you actually execute a file in the directory where it is located. If you are in the directory, you must type ./commandname. That's a period and forward slash before the command. Hope this helps.




Okay this is what it is saying now

william@william-desktop:~$ ./boinc_5.10.8_i686-pc-linux-gnu.sh
bash: ./boinc_5.10.8_i686-pc-linux-gnu.sh: No such file or directory
I also tried

william@william-desktop:~$ desktop./boinc_5.8.16_i686-pc-linux-gnu.sh
bash: desktop./boinc_5.8.16_i686-pc-linux-gnu.sh: No such file or directory

LETS BEGIN IN 2010
ID: 617138 · Report as offensive
Profile Jim-R.
Volunteer tester
Avatar

Send message
Joined: 7 Feb 06
Posts: 1494
Credit: 194,148
RAC: 0
United States
Message 617141 - Posted: 9 Aug 2007, 19:31:47 UTC - in response to Message 617138.  

did you type the .sh after the name? Like

boinc_5.10.8_i686-pc-linux-gnu.sh

then enter?


This is what I typed in

william@william-desktop:~$ cd desktop
bash: cd: desktop: No such file or directory
william@william-desktop:~$ cd Desktop
william@william-desktop:~/Desktop$ boinc_5.10.8_i686-pc-linux-gnu.sh
bash: boinc_5.10.8_i686-pc-linux-gnu.sh: command not found
william@william-desktop:~/Desktop$ boinc_5.4.11_i686-pc-linux-gnu.sh
bash: boinc_5.4.11_i686-pc-linux-gnu.sh: command not found
william@william-desktop:~/Desktop$ boinc_5.8.16_i686-pc-linux-gnu.sh
bash: boinc_5.8.16_i686-pc-linux-gnu.sh: command not found
william@william-desktop:~/Desktop$


Are the instructions for upgrading BOINC on Mandirva the same installing the uprade on Unbuntu?

I think I see your problem. First is the program set as executable? You need to make sure it's set executable first. If it already is, then most Linux systems won't let you actually execute a file in the directory where it is located. If you are in the directory, you must type ./commandname. That's a period and forward slash before the command. Hope this helps.




Okay this is what it is saying now

william@william-desktop:~$ ./boinc_5.10.8_i686-pc-linux-gnu.sh
bash: ./boinc_5.10.8_i686-pc-linux-gnu.sh: No such file or directory
william@william-desktop:~$

You need to cd into your desktop directory first. Either that or type desktop/boinc_restofcommand from your home directory.
Note, no period/backslash needed if you are not in the directory where the file is located.
Jim

Some people plan their life out and look back at the wealth they've had.
Others live life day by day and look back at the wealth of experiences and enjoyment they've had.
ID: 617141 · Report as offensive
Astro
Volunteer tester
Avatar

Send message
Joined: 16 Apr 02
Posts: 8026
Credit: 600,015
RAC: 0
Message 617144 - Posted: 9 Aug 2007, 19:33:46 UTC
Last modified: 9 Aug 2007, 19:39:20 UTC

deleted

did you save the boinc file to the Desktop?
ID: 617144 · Report as offensive
Profile Matthew Love
Volunteer tester
Avatar

Send message
Joined: 26 Sep 99
Posts: 7763
Credit: 879,151
RAC: 0
United States
Message 617146 - Posted: 9 Aug 2007, 19:37:00 UTC - in response to Message 617144.  
Last modified: 9 Aug 2007, 19:40:09 UTC

Matthew, Files are Case sensitive. Try "D"esktop instead of desktop.

I did use the uppercase D when changed the directory. After the directory changed the D in desktop went to a lower case d.

treid it again and this is what I typed

william@william-desktop:~/Desktop$ boinc_5.8.16_i686-pc-linux-gnu.sh


LETS BEGIN IN 2010
ID: 617146 · Report as offensive
Astro
Volunteer tester
Avatar

Send message
Joined: 16 Apr 02
Posts: 8026
Credit: 600,015
RAC: 0
Message 617148 - Posted: 9 Aug 2007, 19:40:33 UTC

xross posted, sorry, did you save the boinc files to the Desktop?
ID: 617148 · Report as offensive
Profile Jim-R.
Volunteer tester
Avatar

Send message
Joined: 7 Feb 06
Posts: 1494
Credit: 194,148
RAC: 0
United States
Message 617151 - Posted: 9 Aug 2007, 19:43:38 UTC - in response to Message 617146.  

Matthew, Files are Case sensitive. Try "D"esktop instead of desktop.

I did use the uppercase D when changed the directory. After the directory changed the D in desktop went to a lower case d.

treid it again and this is what I typed

william@william-desktop:~/Desktop$ boinc_5.8.16_i686-pc-linux-gnu.sh

Ok try it again except put the period forward slash in front of the command name like so:

./boinc_5.8.16_i686-pc-linux-gnu.sh


Jim

Some people plan their life out and look back at the wealth they've had.
Others live life day by day and look back at the wealth of experiences and enjoyment they've had.
ID: 617151 · Report as offensive
Profile Matthew Love
Volunteer tester
Avatar

Send message
Joined: 26 Sep 99
Posts: 7763
Credit: 879,151
RAC: 0
United States
Message 617159 - Posted: 9 Aug 2007, 19:56:07 UTC - in response to Message 617151.  

Matthew, Files are Case sensitive. Try "D"esktop instead of desktop.

I did use the uppercase D when changed the directory. After the directory changed the D in desktop went to a lower case d.

treid it again and this is what I typed

william@william-desktop:~/Desktop$ boinc_5.8.16_i686-pc-linux-gnu.sh

Ok try it again except put the period forward slash in front of the command name like so:

./boinc_5.8.16_i686-pc-linux-gnu.sh



getting closer. It now says

william@william-desktop:~/Desktop$ ./boinc_5.8.16_i686-pc-linux-gnu.sh
bash: ./boinc_5.8.16_i686-pc-linux-gnu.sh: Permission denied

LETS BEGIN IN 2010
ID: 617159 · Report as offensive
Profile Jim-R.
Volunteer tester
Avatar

Send message
Joined: 7 Feb 06
Posts: 1494
Credit: 194,148
RAC: 0
United States
Message 617163 - Posted: 9 Aug 2007, 20:04:33 UTC - in response to Message 617159.  


getting closer. It now says

william@william-desktop:~/Desktop$ ./boinc_5.8.16_i686-pc-linux-gnu.sh
bash: ./boinc_5.8.16_i686-pc-linux-gnu.sh: Permission denied

Ok, try chmod 777 boinc...restofcommanname then try it again. You must not have the permissions to execute the program. The chmod sets permisxions and the 777 tells it to set all permissions for all users, including the execute bit. Since you are not executing the command, to run the program, but just changing permissions on it you don't need the dotslash in front. But then try again to execcute it using the dotslash.
Jim

Some people plan their life out and look back at the wealth they've had.
Others live life day by day and look back at the wealth of experiences and enjoyment they've had.
ID: 617163 · Report as offensive
CJOrtega

Send message
Joined: 15 May 99
Posts: 186
Credit: 1,126,273
RAC: 0
United States
Message 617176 - Posted: 9 Aug 2007, 20:24:38 UTC - in response to Message 617163.  


getting closer. It now says

william@william-desktop:~/Desktop$ ./boinc_5.8.16_i686-pc-linux-gnu.sh
bash: ./boinc_5.8.16_i686-pc-linux-gnu.sh: Permission denied

Ok, try chmod 777 boinc...restofcommanname then try it again. You must not have the permissions to execute the program. The chmod sets permisxions and the 777 tells it to set all permissions for all users, including the execute bit. Since you are not executing the command, to run the program, but just changing permissions on it you don't need the dotslash in front. But then try again to execcute it using the dotslash.



There being more than one way to do things in *nix, You could do this:

william@william-desktop:~/Desktop$ sh boinc_5.8.16_i686-pc-linux-gnu.sh

Which will execute the shell script without having to change the permissions.

Claude

ID: 617176 · Report as offensive
Profile Matthew Love
Volunteer tester
Avatar

Send message
Joined: 26 Sep 99
Posts: 7763
Credit: 879,151
RAC: 0
United States
Message 617179 - Posted: 9 Aug 2007, 20:27:20 UTC - in response to Message 617163.  


getting closer. It now says

william@william-desktop:~/Desktop$ ./boinc_5.8.16_i686-pc-linux-gnu.sh
bash: ./boinc_5.8.16_i686-pc-linux-gnu.sh: Permission denied

Ok, try chmod 777 boinc...restofcommanname then try it again. You must not have the permissions to execute the program. The chmod sets permisxions and the 777 tells it to set all permissions for all users, including the execute bit. Since you are not executing the command, to run the program, but just changing permissions on it you don't need the dotslash in front. But then try again to execcute it using the dotslash.



Hi Jim,

OKay now I have a Folder on the desktop that says BOINC. I opened the folder which icon do I click on the one that sat boincmgr? or boinc_cmd?

LETS BEGIN IN 2010
ID: 617179 · Report as offensive
Profile Matthew Love
Volunteer tester
Avatar

Send message
Joined: 26 Sep 99
Posts: 7763
Credit: 879,151
RAC: 0
United States
Message 617180 - Posted: 9 Aug 2007, 20:28:29 UTC - in response to Message 617176.  


getting closer. It now says

william@william-desktop:~/Desktop$ ./boinc_5.8.16_i686-pc-linux-gnu.sh
bash: ./boinc_5.8.16_i686-pc-linux-gnu.sh: Permission denied

Ok, try chmod 777 boinc...restofcommanname then try it again. You must not have the permissions to execute the program. The chmod sets permisxions and the 777 tells it to set all permissions for all users, including the execute bit. Since you are not executing the command, to run the program, but just changing permissions on it you don't need the dotslash in front. But then try again to execcute it using the dotslash.



There being more than one way to do things in *nix, You could do this:

william@william-desktop:~/Desktop$ sh boinc_5.8.16_i686-pc-linux-gnu.sh

Which will execute the shell script without having to change the permissions.

Claude

Thanks for the heads up will save that info !!

LETS BEGIN IN 2010
ID: 617180 · Report as offensive
Profile Matthew Love
Volunteer tester
Avatar

Send message
Joined: 26 Sep 99
Posts: 7763
Credit: 879,151
RAC: 0
United States
Message 617183 - Posted: 9 Aug 2007, 20:34:05 UTC - in response to Message 617179.  


getting closer. It now says

william@william-desktop:~/Desktop$ ./boinc_5.8.16_i686-pc-linux-gnu.sh
bash: ./boinc_5.8.16_i686-pc-linux-gnu.sh: Permission denied

Ok, try chmod 777 boinc...restofcommanname then try it again. You must not have the permissions to execute the program. The chmod sets permisxions and the 777 tells it to set all permissions for all users, including the execute bit. Since you are not executing the command, to run the program, but just changing permissions on it you don't need the dotslash in front. But then try again to execcute it using the dotslash.



Hi Jim,

OKay now I have a Folder on the desktop that says BOINC. I opened the folder which icon do I click on the one that sat boincmgr? or boinc_cmd?



okay I clicked on the boincmgr and came up with an error Authorization failed connecting to running client.
Make sure you start this program in the same directory as the client.

the only thing I can think of is when I first started the installation I did not use the older version of BOINC which I have on my PC.

LETS BEGIN IN 2010
ID: 617183 · Report as offensive
Profile Matthew Love
Volunteer tester
Avatar

Send message
Joined: 26 Sep 99
Posts: 7763
Credit: 879,151
RAC: 0
United States
Message 617190 - Posted: 9 Aug 2007, 20:47:08 UTC

Question!

Do I need to un install the older version of BOINC for the new version to be installed or will update the existing version like it does in windows.

LETS BEGIN IN 2010
ID: 617190 · Report as offensive
Profile Jim-R.
Volunteer tester
Avatar

Send message
Joined: 7 Feb 06
Posts: 1494
Credit: 194,148
RAC: 0
United States
Message 617192 - Posted: 9 Aug 2007, 20:52:44 UTC - in response to Message 617183.  


Hi Jim,

OKay now I have a Folder on the desktop that says BOINC. I opened the folder which icon do I click on the one that sat boincmgr? or boinc_cmd?



okay I clicked on the boincmgr and came up with an error Authorization failed connecting to running client.
Make sure you start this program in the same directory as the client.

the only thing I can think of is when I first started the installation I did not use the older version of BOINC which I have on my PC.

Yep sounds like you're almost there!
First, did you remove the other BOINC version from your system?
You can use any program that displays the running processes, or just pull up a terminal and type ps -A and look for boinc in the list. If you find it you will have to find where it's started from and remove that and restart Linux. You can just kill the running process but if you don't remove the line in the startup files that starts it it will just start up again as soon as you reboot. Or better yet, just change the line to point to the proper directory for the new version. The filenames will be the same but just the path will be different.
You will have to become root to modify system files. If it's anything like standard slackware you should have a file called rc.boinc in the /etc/rc.d folder. You may have another setup using a series of "rc." directories and then a main directory where the actual file is located.
Once you get the line changed just reboot and it should start the new version.
This is the only thing I can think of that would stop you from running it now is the old boinc is still running.
Good luck...
Jim

Some people plan their life out and look back at the wealth they've had.
Others live life day by day and look back at the wealth of experiences and enjoyment they've had.
ID: 617192 · Report as offensive
OzzFan Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 9 Apr 02
Posts: 15691
Credit: 84,761,841
RAC: 28
United States
Message 618869 - Posted: 14 Aug 2007, 0:13:47 UTC
Last modified: 14 Aug 2007, 0:38:42 UTC

OK, I'm on the Mandriva machine now (dual Pentium III 700). The static IP trick worked (though I would much rather have it work with DHCP, however, I don't have the time or patience right now to fiddle so it'll have to do).

I downloaded BOINC, extracted using the 'sh' command and it produced a BOINC folder on the desktop. I launched BOINCMGR.EXE and now it can't connect to a BOINC client! I'm sure it's a firewall thing, but I don't know how to turn it off or allow BOINC access.

Little help?


[Edit] OK, nevermind. Apparently I had to double-click on BOINC.EXE first, then BOINCMGR.EXE would work. Seems kinda backwards to me since BOINCMGR should launch BOINC while loading from what I understand.

Anyway, I got my system crunching SETI@Home. But where's the BOINC tray icon? How can I easily open BOINC Manager?

[Edit 2] Another issue. Mandriva seems to think I only have a single CPU installed and is only running a single instance of the science app. My prefs allow for up to 4 CPUs in a system, so I know it's not my prefs. How do I tell Mandriva that I have two CPUs? I thought Linux was supposed to support multiple CPUs right out of the box?
ID: 618869 · Report as offensive
Astro
Volunteer tester
Avatar

Send message
Joined: 16 Apr 02
Posts: 8026
Credit: 600,015
RAC: 0
Message 618877 - Posted: 14 Aug 2007, 0:44:55 UTC
Last modified: 14 Aug 2007, 0:48:46 UTC

you can open and close the boinc manager at will. If you close the boinc manager when Boinc is running, boinc will stay running. you reopen the manager by opening the boinc folder and clicking on the manager.

Yep, boinc must be started first, then manager, good catch.

ALL of mine picked up both cpus, but boinc only downloads ONE right off the bat because it asks for ONE second of work, then after a few min, the second wu should start.

can't answer the tray icon question. I was just happy I finally got it to work, and pretty much stopped my learning process at that point. LOL
ID: 618877 · Report as offensive
OzzFan Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 9 Apr 02
Posts: 15691
Credit: 84,761,841
RAC: 28
United States
Message 618879 - Posted: 14 Aug 2007, 0:50:14 UTC - in response to Message 618877.  

ALL of mine picked up both cpus, but boinc only downloads ONE right off the bat because it asks for ONE second of work, then after a few min, the second wu should start.


BOINC already downloaded a second workunit but has not start processing it. When I check the system online, it displays that it only has 1 CPU.

You can view my Linux host here.
ID: 618879 · Report as offensive
Astro
Volunteer tester
Avatar

Send message
Joined: 16 Apr 02
Posts: 8026
Credit: 600,015
RAC: 0
Message 618880 - Posted: 14 Aug 2007, 0:52:32 UTC
Last modified: 14 Aug 2007, 0:53:30 UTC

Here's the benchmarks:

Measured floating point speed 1000 million ops/sec
Measured integer speed 1000 million ops/sec

Might wanna rerun them, it went to default.

I too thought linux recognized all processors, so can't help there.
ID: 618880 · Report as offensive
Previous · 1 · 2 · 3 · 4 · Next

Message boards : Number crunching : Mandriva


 
©2024 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.