> Message: 1 > Date: Mon, 29 Jul 2013 17:36:13 -0700 > From: Vivek Chugh <[email protected]> > To: [email protected] > Subject: [boinc_dev] Problem in installing the server. > Message-ID: > <CAPZf=sjv0fhJ3gqo7FOPbvB14F41A=qzebasu1h-_e4qfsg...@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Hello All, > > I am trying to install the BOINC server as described by > https://wiki.debian.org/BOINC/ServerGuide/Initialisation . > > I am getting an ImportError while running > > intel@ubuntu:~$ /usr/share/boinc-server/tools/make_project \ >> --url_base "$hosturl" \ >> --db_name "$dbname" \ >> --db_user "$dbuser" \ >> --db_passwd "$dbpasswd" \ >> --drop_db_first \ >> --project_root "$installroot"/"$projectname" \ >> --srcdir /usr/share/boinc-server/ \ >> "$projectname" "$projectnicename" > Traceback (most recent call last): > File "/usr/share/boinc-server/tools/make_project", line 6, in > <module> > import boinc_path_config > ImportError: No module named boinc_path_config > intel@ubuntu:~$ > > Please suggest the solution. > > I am using ubuntu 12 on intel 64 bit machine. > > intel@ubuntu:~$ uname -a > Linux ubuntu 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:13:26 > UTC 2013 x86_64 x86_64 x86_64 GNU/Linux > > > > Regards, > Vivek Chugh. > > > ------------------------------ > > Message: 2 > Date: Mon, 29 Jul 2013 22:23:00 -0700 > From: David Anderson <[email protected]> > To: [email protected] > Subject: Re: [boinc_dev] Problem in installing the server. > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Vivek: > > You probably need to run "configure". > > However, I'd recommend starting here: > http://boinc.berkeley.edu/trac/wiki/ServerIntro > rather than with the Debian docs. > > -- David > > On 29-Jul-2013 5:36 PM, Vivek Chugh wrote: >> Hello All, >> >> I am trying to install the BOINC server as described by >> https://wiki.debian.org/BOINC/ServerGuide/Initialisation . >> >> I am getting an ImportError while running >> >> intel@ubuntu:~$ /usr/share/boinc-server/tools/make_project \ >>> --url_base "$hosturl" \ >>> --db_name "$dbname" \ >>> --db_user "$dbuser" \ >>> --db_passwd "$dbpasswd" \ >>> --drop_db_first \ >>> --project_root "$installroot"/"$projectname" > \ >>> --srcdir /usr/share/boinc-server/ \ >>> "$projectname" "$projectnicename" >> Traceback (most recent call last): >> File "/usr/share/boinc-server/tools/make_project", line 6, in > <module> >> import boinc_path_config >> ImportError: No module named boinc_path_config >> intel@ubuntu:~$ >> >> Please suggest the solution. >> >> I am using ubuntu 12 on intel 64 bit machine. >> >> intel@ubuntu:~$ uname -a >> Linux ubuntu 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:13:26 >> UTC 2013 x86_64 x86_64 x86_64 GNU/Linux >> >> >> >> Regards, >> Vivek Chugh.
Hi Vivek, could you please try to run boinc from debian unstable, uncomment the "boinc server maker in debian/control and build it again? Boinc with server package is still in the debian "new" queue, we hope will be accepted soon. With boinc-server-maker you shouldn't have this problem anymore, please test it, I'll try to fix any problem you can encounter! thanks G. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
