| | 17 | {{{./configure --disable-gcc-warnings --disable-gui --prefix=/usr/local/torque --with-server-home=/var/spool/pbs --disable-drmaa}}} |
| | 18 | |
| | 19 | Unfortunately when trying to actually run the server, the log file fills with the following error message: |
| | 20 | |
| | 21 | {{{03/15/2010 08:23:24;0001;PBS_Server;Svr;PBS_Server;LOG_ERROR::PBS_Server, wait_request failed}}} |
| | 22 | |
| | 23 | and the server is not functional. The error comes from a low-level routine within torque that waits for data on a socket, then processes |
| | 24 | that data with a call back function. The function is {{{wait_request}}} defined in {{{net_server.c}}}. Unfortunately, the actual error code |
| | 25 | is not returned, so without debugging it isn't possible to know exactly what has gone wrong. |