Difference between revisions of "Error code -151 to -160 explained"

From BOINC Wiki
Jump to: navigation, search
(adding table)
 
Line 21: Line 21:
  
  
 +
 +
{| class="wikitable" style="text-align: center;"
 +
! Original writer
 +
! Original FAQ
 +
! Date
 +
|-
 
  | Jorden
 
  | Jorden
  | 3
+
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=76 76]
| 1
+
  | 14-02-2008
  | 23:18:49
+
  |-
| 2008-02-14
+
  |}
  | 173196
 
| 1
 
| 76
 
| 2008-02-14 23:18:49
 
  | 2008-02-14 23:18:49
 

Latest revision as of 14:18, 29 August 2016

ERR_GETHOSTNAME -151 - Old code no longer used in any present version of BOINC.

ERR_NETOPEN -152 - Old code no longer used in any present version of BOINC.

ERR_SOCKET -153 - A negative socket number was found. Socket numbers can only be 0 and above.

ERR_FCNTL -154 - BOINC wasn't able to get a file's attributes. In general this has to do with socket-connections. Applies only to non-Windows-systems or versions of Windows without WINSOCK-functionality.

ERR_AUTHENTICATOR -155 - The scheduler request host ID number doesn't match with the authenticator. You are missing your authenticator key. Detach from and re-attach to the project.

ERR_SCHED_SHMEM -156 - A shared memory block received from the scheduler contains illegal data or cannot be processed.

ERR_ASYNCSELECT -157 - Old code no longer used in any present version of BOINC.

ERR_BAD_RESULT_STATE -158 - This can happen when there are two results occupying the same slot, or when the wrong state about the result is written to the Client_state.xml file.

ERR_DB_CANT_INIT -159 - There is no MySQL database detected on the other side. This error message is used for low level debugging.

ERR_NOT_UNIQUE -160 - The client_state.xml file has redundant entries about the science application or results.


Original writer Original FAQ Date
Jorden 76 14-02-2008