[solved - don't use their pkg!] Issues with BOINC in Fedora

Need help with your Linux distro? All questions are good - not all answers are -but we try

Moderator: jkerr82508

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

[solved - don't use their pkg!] Issues with BOINC in Fedora

Postby dedanna1029 » 21 May 2011, 08:52

Installed F14's package; it's the same version as the one at World Community Grid. Decided to get going again with BOINC, do what I can for the man (figuratively anyway).

Problem: It will only start the client and manager BOTH as su - I can't run either as regular user. With boinc-manager being a GUI app, this is unacceptable to run as su while on the internet, and while doing other things on the computer.

Code: Select all

[--->dedanna@dedanna bin]$ /etc/init.d/boinc-client start
BOINC client requires initialization (no projects attached)[WARNING]
Starting boinc-client: ----->Insufficient rights.                --->[FAILED]
[dedanna@dedanna bin]$ su
Password:
[--->root@dedanna bin]# cd
[root@dedanna ~]# /etc/init.d/boinc-client start
BOINC client requires initialization (no projects attached)[WARNING]
Starting boinc-client:                                     --->[  OK  ]


How to get it to run as regular user, like it says it should be run here? I have not had this issue on other distros. If I start the daemon as su, and then try running boinc-manager as regular user, it errors out on the gui. I get a big fat "Error" on the middle of it. When I run boinc-manager as su, it's running fine. WTF.

Thanks.
Last edited by dedanna1029 on 22 May 2011, 02:16, edited 1 time in total.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Issues with BOINC in Fedora

Postby dedanna1029 » 21 May 2011, 16:30

Oh, that's right, sorry. Forgot the world ended last night. Guess everyone's out post-rapture looting.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
b1o
IT and IS Guru-Berserk
Posts: 198
Joined: 15 Mar 2010, 03:16

Re: Issues with BOINC in Fedora

Postby b1o » 21 May 2011, 23:15

Try chmod -777 /etc/init.d/boinc-client

if that doesn't work chmod the boink folder the same way.
CPU: i7 950 3.1 ghz |RAM: 12 GB DDR3 |Graphics: Nvidia Geforce gtx 280 |motherboard: Rampage II Extreme |OS: Arch + windows7

Just remember, there is no such thing as a stupid question, until you ask it

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Issues with BOINC in Fedora

Postby dedanna1029 » 22 May 2011, 01:04

Thanks.

Edit:

Code: Select all

# chmod -777 /etc/init.d/boinc-client
chmod: invalid option -- '7'
Try `chmod --help' for more information.

W.T.F.

Code: Select all

# chmod --help
Usage: chmod [OPTION]... MODE[,MODE]... FILE...
  or:  chmod [OPTION]... OCTAL-MODE FILE...
  or:  chmod [OPTION]... --reference=RFILE FILE...
Change the mode of each FILE to MODE.

  -c, --changes           like verbose but report only when a change is made
      --no-preserve-root  do not treat `/' specially (the default)
      --preserve-root     fail to operate recursively on `/'
  -f, --silent, --quiet   suppress most error messages
  -v, --verbose           output a diagnostic for every file processed
      --reference=RFILE   use RFILE's mode instead of MODE values
  -R, --recursive         change files and directories recursively
      --help     display this help and exit
      --version  output version information and exit

Each MODE is of the form `[ugoa]*([-+=]([rwxXst]*|[ugo]))+'.

Report chmod bugs to [email protected]
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
General help using GNU software: <http://www.gnu.org/gethelp/>
For complete documentation, run: info coreutils 'chmod invocation'

Well, THAT was helpful....... um, but it's what it said to do, so...
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Re: Issues with BOINC in Fedora

Postby viking60 » 22 May 2011, 01:13

chmod 777 /etc/init.d/boinc-client will give all the rights to boinc-client; read, write, execute, for everyone!
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Issues with BOINC in Fedora

Postby dedanna1029 » 22 May 2011, 01:31

Yeah, but you see what happened when I just did it. I even stopped the client first:

Code: Select all

[root@dedanna dedanna]# /etc/init.d/boinc-client stop
Stopping boinc-client:                                     [  OK  ]
[root@dedanna dedanna]# chmod -777 /etc/init.d/boinc-client
chmod: invalid option -- '7'
Try `chmod --help' for more information.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Issues with BOINC in Fedora

Postby dedanna1029 » 22 May 2011, 01:35

Code: Select all

# ls /usr/bin | grep boinc
boinc
boinc_client
boinccmd
boinc_gui
boincmgr


I'm wondering if I should try the chmod on /usr/bin/boinc_client.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Re: Issues with BOINC in Fedora

Postby viking60 » 22 May 2011, 01:35

drop the "-" in front of 777
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Issues with BOINC in Fedora

Postby dedanna1029 » 22 May 2011, 01:38

Ah, okay, was copying/pasting from b1o's code.
Checking it out to see if it worked....

Code: Select all

[root@dedanna dedanna]# chmod 777 /etc/init.d/boinc-client
[root@dedanna dedanna]# exit
exit
[dedanna@dedanna ~]$ /etc/init.d/boinc-client start
Starting boinc-client: Insufficient rights.                [FAILED]


Eeeeeeeeeeeeeeeeeeeeeffffffffffff................. *frustrated

Code: Select all

[dedanna@dedanna ~]$ su
Password:
[root@dedanna dedanna]# chmod 777 /usr/bin/boinc_client
[root@dedanna dedanna]# exit
exit
[dedanna@dedanna ~]$ /etc/init.d/boinc-client start
Starting boinc-client: Insufficient rights.                [FAILED]

:wrf
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Issues with BOINC in Fedora

Postby dedanna1029 » 22 May 2011, 01:44

Okay, so which whole folder do I need to do this to?

Code: Select all

$ whereis boinc
boinc: /usr/bin/boinc /usr/include/boinc /usr/share/man/man1/boinc.1.gz


Edit: Wait. I think I'm gonna uninstall this, and use the file at the site.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Re: Issues with BOINC in Fedora

Postby viking60 » 22 May 2011, 01:54

Try

Code: Select all

chmod -R 777 /etc/init.d/boinc-client
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Issues with BOINC in Fedora

Postby dedanna1029 » 22 May 2011, 01:57

Code: Select all

[root@dedanna dedanna]# chmod -R 777 /etc/init.d/boinc-client
[root@dedanna dedanna]# exit
exit
[dedanna@dedanna ~]$ /etc/init.d/boinc-client start
Starting boinc-client: Insufficient rights.                [FAILED]


Eff 'em.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html


Return to “Help”