Obstacles during the installation of a BOINC server
Things to have in mind while installing a BOINC server on any linux distribution:
After adding a new user you have to check if the home-folder was created. Sometimes it won’t, so you have to manually create it.
$ mkdir /home/{username}
$ chown {username}:{username} /home/{username}
The link /usr/bin/gcc that points to the currently used compiler could be missing. This [...]

