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.