compute error

paul milton
paul milton
Joined: 16 Sep 05
Posts: 329
Credit: 35825044
RAC: 0

my knowledge of linux is by

Message 60442 in response to message 60441

my knowledge of linux is by far slim to none.. however my webhost uses linux on there servers and i use ssh every so often.. its my understanding that there can be / are different users on a linux system. with various permissions for folders for different users..

sooo.. what user is boinc supposed to run under and who "owns" the folder its trying to write/read to/from ? if boinc is running under a user that dosent have permission to read/write in that particulare folder/directory youl have problems.

again, i know very very little about linux other than how to list a directory and how to delete a hidden htaccess file. soo take this with a grain of salt lol.

seeing without seeing is something the blind learn to do, and seeing beyond vision can be a gift.

hitsov
hitsov
Joined: 2 Dec 06
Posts: 14
Credit: 38212
RAC: 0

RE: my knowledge of linux

Message 60443 in response to message 60442

Quote:

my knowledge of linux is by far slim to none.. however my webhost uses linux on there servers and i use ssh every so often.. its my understanding that there can be / are different users on a linux system. with various permissions for folders for different users..

sooo.. what user is boinc supposed to run under and who "owns" the folder its trying to write/read to/from ? if boinc is running under a user that dosent have permission to read/write in that particulare folder/directory youl have problems.

again, i know very very little about linux other than how to list a directory and how to delete a hidden htaccess file. soo take this with a grain of salt lol.


Thats not the case either.
I know its stupid but i'm running as root.

ragnar schroder
ragnar schroder
Joined: 31 Mar 05
Posts: 29
Credit: 6636860
RAC: 1266

RE: Thats not the case

Message 60444 in response to message 60443

Quote:

Thats not the case either.
I know its stupid but i'm running as root.

Don't ever do that.

Use a nonprivileged account, /home/myname or whatever, download and install BOINC there, f.i. at /home/myname/boinc/.

The following is from memory, how I used to do things on my old Slackware system:

Log into a tty and cd to the boinc catalog.

Then attach BOINC to the Einstein project (by f.i. issuing "./boinc --host http://einstein.phys.uwm.edu --passwd mylongpassword" and some other commands - issue "./boinc --help" for options. Useful options may be -attach_project and -update_prefs. Commands may be kept in a script for reuse.)

Then just issue "exec ./boinc &", log out from the tty, go back to the X screen and start boincmgr. Everything should work fine.

Greetings, ragnar schroder

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.