| Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
| World Community Grid Forums
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 11
|
|
| Author |
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
I am struggling to install the agent on Linux Lite.
I followed the pop-up instructions on the Download page. But the BIONC manager will not open. Entering the exec command causes the terminal window to disappear. I then tried the Ubuntu instructions on this page https://www.worldcommunitygrid.org/help/viewTopic.do?shortName=boinc But when I tried to attach the installed app to the Grid, I get a user bionc is not valid error. I am not that familiar with Linux. So this is a very frustrating stumbling-in-the-dark exercise . I have tried looking on this forum but can't seem to narrow my search down to anything vaguely useful.Any help is greatly appreciated. Thank you! |
||
|
|
adriverhoef
Master Cruncher The Netherlands Joined: Apr 3, 2009 Post Count: 2346 Status: Offline Project Badges:
|
I am struggling to install the agent on Linux Lite. Explanation: Calling 'exec', followed by a command, in a terminal window will execute that command and than immediately terminate that window. It's more or less the same as calling that command immediately followed by 'exit'.I followed the pop-up instructions on the Download page. But the BIONC manager will not open. Entering the exec command causes the terminal window to disappear. $ exec dateis more or less the same as $ date; exitNow, which exec command did you mean exactly? I then tried the Ubuntu instructions on this page https://www.worldcommunitygrid.org/help/viewTopic.do?shortName=boinc Let me get this straight, when you tried:But when I tried to attach the installed app to the Grid, I get a user bionc is not valid error. sudo -u boinc boinccmd --project_attach http://www.worldcommunitygrid.org YOUR_ACCOUNT_KEY you got "user bionc is not valid"? Or did you get "user boinc is not valid"? There is a difference. ![]() |
||
|
|
BobCat13
Senior Cruncher Joined: Oct 29, 2005 Post Count: 295 Status: Offline Project Badges:
|
Also, did you check if the boinc client and manager are available in the repositories? Looking at the manual for Linux Lite, it uses Synaptic Package Manager. So you could start Synaptic and search for boinc.
----------------------------------------https://www.linuxliteos.com/manual/software.html#instsoftware [Edit 1 times, last edit by BobCat13 at Jan 31, 2017 8:28:01 PM] |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
The step by step instructions on the Download page says:
- download the boinc_#.##.##_i686-pc-linux-gnu.sh installer. - chmod +x it - ./boinc_#.##.##_i686-pc-linux-gnu.sh - then exec ./boincmgr $@ to start the BOINC manager. This resulted in the terminal closing. Thanks for the explaination. I cannot proceed further as the subsequent steps indicate that I should be seeing a dialog box. Following the alternate instructions on the "Installing on Linux" help page: - sudo apt-get update - sudo apt-get install boinc-client boinc-manager - sudo -u boinc boinccmd --project_attach http://www.worldcommunitygrid.org ###### (where ##### is my account key) gives me: sudo: unknown user: boinc sudo: unable to initialize policy plugin |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Using the Synaptic Packager Manager, I found various entries for BOINC.
- Marked the first package boinc 7.6.31+dfsg-6ubun metapackage for the BOINC client and manager, for installation. - Said yes to the dependencies which then caused the following packages to be selected: boinc-client, coinc-manager, libboinc7. - Clicked Apply then Yes. - An error occurred. E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable) E: Could not open file descriptor -1 E: Unable to lock the download directory. Stymied again. |
||
|
|
KLiK
Master Cruncher Croatia Joined: Nov 13, 2006 Post Count: 3108 Status: Offline Project Badges:
|
The step by step instructions on the Download page says: - download the boinc_#.##.##_i686-pc-linux-gnu.sh installer. - chmod +x it - ./boinc_#.##.##_i686-pc-linux-gnu.sh - then exec ./boincmgr $@ to start the BOINC manager. This resulted in the terminal closing. Thanks for the explaination. I cannot proceed further as the subsequent steps indicate that I should be seeing a dialog box. Following the alternate instructions on the "Installing on Linux" help page: - sudo apt-get update - sudo apt-get install boinc-client boinc-manager - sudo -u boinc boinccmd --project_attach http://www.worldcommunitygrid.org ###### (where ##### is my account key) gives me: sudo: unknown user: boinc sudo: unable to initialize policy plugin ##### is a CaSe Sensitive, you know that? & you probably missed some cAsE... |
||
|
|
adriverhoef
Master Cruncher The Netherlands Joined: Apr 3, 2009 Post Count: 2346 Status: Offline Project Badges:
|
Following the alternate instructions on the "Installing on Linux" help page: - sudo apt-get update - sudo apt-get install boinc-client boinc-manager - sudo -u boinc boinccmd --project_attach http://www.worldcommunitygrid.org ###### (where ##### is my account key) gives me: sudo: unknown user: boinc sudo: unable to initialize policy plugin This isn't very nice what the installation is doing (if you don't get any message that something went wrong along the way). "sudo: unknown user: boinc" means that the user "boinc" is missing in the password file. The installation ("sudo apt-get install boinc-client boinc-manager") should have created a user boinc (if it isn't there yet). It also means that all BOINC programs and directories aren't owned by user boinc at the moment and that is a bigger problem, so I suggest that you uninstall everything, start over and watch where it goes wrong. What is the output of "sudo apt-get install boinc-client boinc-manager"? Or is there anybody who can tell that it is normal that user boinc is missing on Ubuntu? :-( On my Fedora Linux installation one of the first scriptlets says that a user boinc is being created like this: preinstall scriptlet (using /bin/sh): # Create BOINC user and groupWarning: Don't use this as is on your system. [Edit 2 times, last edit by adriverhoef at Feb 1, 2017 1:18:44 PM] |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
The step by step instructions on the Download page says: - download the boinc_#.##.##_i686-pc-linux-gnu.sh installer. - chmod +x it - ./boinc_#.##.##_i686-pc-linux-gnu.sh - then exec ./boincmgr $@ to start the BOINC manager. This resulted in the terminal closing. Thanks for the explaination. I cannot proceed further as the subsequent steps indicate that I should be seeing a dialog box. Following the alternate instructions on the "Installing on Linux" help page: - sudo apt-get update - sudo apt-get install boinc-client boinc-manager - sudo -u boinc boinccmd --project_attach http://www.worldcommunitygrid.org ###### (where ##### is my account key) gives me: sudo: unknown user: boinc sudo: unable to initialize policy plugin ##### is a CaSe Sensitive, you know that? & you probably missed some cAsE... The account key was copied directly off my accounts page, not manually keyed in. |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Following the alternate instructions on the "Installing on Linux" help page: - sudo apt-get update - sudo apt-get install boinc-client boinc-manager - sudo -u boinc boinccmd --project_attach http://www.worldcommunitygrid.org ###### (where ##### is my account key) gives me: sudo: unknown user: boinc sudo: unable to initialize policy plugin This isn't very nice what the installation is doing (if you don't get any message that something went wrong along the way). "sudo: unknown user: boinc" means that the user "boinc" is missing in the password file. The installation ("sudo apt-get install boinc-client boinc-manager") should have created a user boinc (if it isn't there yet). It also means that all BOINC programs and directories aren't owned by user boinc at the moment and that is a bigger problem, so I suggest that you uninstall everything, start over and watch where it goes wrong. What is the output of "sudo apt-get install boinc-client boinc-manager"? Or is there anybody who can tell that it is normal that user boinc is missing on Ubuntu? :-( On my Fedora Linux installation one of the first scriptlets says that a user boinc is being created like this: preinstall scriptlet (using /bin/sh): # Create BOINC user and groupWarning: Don't use this as is on your system. sudo apt-get install boinc-client boinc-manager Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libboinc7 libjavascriptcoregtk-1.0-0 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwxbase3.0-0v5 libwxgtk-webview3.0-0v5 libwxgtk3.0-0v5 Suggested packages: boinc-client-opencl boinc-client-fglrx boinc-client-nvidia-cuda The following NEW packages will be installed: boinc-client boinc-manager libboinc7 libjavascriptcoregtk-1.0-0 libwebkitgtk-1.0-0 libwebkitgtk-1.0-common libwxbase3.0-0v5 libwxgtk-webview3.0-0v5 libwxgtk3.0-0v5 0 upgraded, 9 newly installed, 0 to remove and 40 not upgraded. E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable) E: Unable to lock directory /var/cache/apt/archives/ |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Thank you both for your kind attention and fast responses on this.
I think I will walk away now and attend to more useful and less infuriating activities. ![]() |
||
|
|
|