Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 11
Posts: 11   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 3434 times and has 10 replies Next Thread
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Can't get installation to work on Linux Lite

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 crying . 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!
[Jan 31, 2017 6:40:18 PM]   Link   Report threatening or abusive post: please login first  Go to top 
adriverhoef
Master Cruncher
The Netherlands
Joined: Apr 3, 2009
Post Count: 2346
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Can't get installation to work on Linux Lite

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.
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'.
$ exec date
is more or less the same as
$ date; exit
Now, 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
But when I tried to attach the installed app to the Grid, I get a user bionc is not valid error.
Let me get this straight, when you tried:
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. biggrin
[Jan 31, 2017 7:59:55 PM]   Link   Report threatening or abusive post: please login first  Go to top 
BobCat13
Senior Cruncher
Joined: Oct 29, 2005
Post Count: 295
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Can't get installation to work on Linux Lite

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]
[Jan 31, 2017 8:13:42 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Can't get installation to work on Linux Lite

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
[Feb 1, 2017 5:40:42 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
angry Re: Can't get installation to work on Linux Lite

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.
[Feb 1, 2017 5:47:00 AM]   Link   Report threatening or abusive post: please login first  Go to top 
KLiK
Master Cruncher
Croatia
Joined: Nov 13, 2006
Post Count: 3108
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Can't get installation to work on Linux Lite

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...
----------------------------------------
oldies:UDgrid.org & PS3 Life@home


non-profit org. Play4Life in Zagreb, Croatia
[Feb 1, 2017 7:06:30 AM]   Link   Report threatening or abusive post: please login first  Go to top 
adriverhoef
Master Cruncher
The Netherlands
Joined: Apr 3, 2009
Post Count: 2346
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Can't get installation to work on Linux Lite

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 group
getent group boinc >/dev/null || groupadd -r boinc
getent passwd boinc >/dev/null || \
useradd -r -g boinc -d /var/lib/boinc -s /sbin/nologin \
-c "BOINC client account." boinc
exit 0
Warning: Don't use this as is on your system.
----------------------------------------
[Edit 2 times, last edit by adriverhoef at Feb 1, 2017 1:18:44 PM]
[Feb 1, 2017 1:06:05 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Can't get installation to work on Linux Lite

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.
[Feb 1, 2017 1:30:52 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Can't get installation to work on Linux Lite

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 group
getent group boinc >/dev/null || groupadd -r boinc
getent passwd boinc >/dev/null || \
useradd -r -g boinc -d /var/lib/boinc -s /sbin/nologin \
-c "BOINC client account." boinc
exit 0
Warning: 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/
[Feb 1, 2017 1:37:50 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Can't get installation to work on Linux Lite

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.
straight face
[Feb 1, 2017 1:42:24 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 11   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread