VmServer - Errors

Message boards : Questions and problems : VmServer - Errors
Message board moderation

To post messages, you must log in.

AuthorMessage
Shelby Melban

Send message
Joined: 28 Feb 14
Posts: 6
United States
Message 93344 - Posted: 28 Oct 2019, 7:51:41 UTC
Last modified: 28 Oct 2019, 8:14:09 UTC

https://boinc.berkeley.edu/trac/wiki/VmServer

I have followed the directions to setup a VmServer. I run into problems completing the make_server.sh script and am looking for help. The script output is below.

Can anyone suggest my next steps to debugging what exactly is happening with my install?

make-project.sh output
boincadm@boinc-server: ~$ ~/make_project.sh

Traceback (most recent call last):
 File "./make_project", line 7, in <module>
  from Boinc import database, db_mid, configxml, tools
 File "/home/boincadm/boinc-server/py/Boinc/database.py", line 33, in <module>
  from Boinc.db_base import *
 File "/home/boincadm/boinc-src/py/Bonc/db_base.py", line 15, in <module>
  import MySQLdb, MySQLdb.cursors
ImportError: No module named 'MySQLdb'


server-make-error.log
reduce_lib.cpp: In member function 'void REDUCED_ARRAY_RENDER::draw_row_rect_x(int)':
reduce_lib.cpp:191:10: warning: declaration of 'h' shadows a previous local [-Wshadow]
    float h = (row0[i]-rdata_min)/(rdata_max-rdata_min);
          ^
reduce_lib.cpp:118:38: note: shadowed declaration is here
  float z0=0,z1=0,x0=0,x1=0,y0=0,y1=0,h=0,xm=0;
               ^


server-config.log
configure: WARNING:  fcgi-stdio.h not found.
------------------------------------------------------------
Disabling FCGI.  Will not build components that require FCGI
------------------------------------------------------------
ID: 93344 · Report as offensive

Message boards : Questions and problems : VmServer - Errors

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.