Difference between revisions of "Error code -161 to -170 explained"

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

Latest revision as of 14:19, 29 August 2016

ERR_NOT_FOUND -161 - This happens when you have an inconsistent client_state.xml file. Files aren't written to it. Task not found would be the error message.

ERR_NO_EXIT_STATUS -162 - This happens when an exit status is not found in the scheduler request.

ERR_FILE_MISSING -163 - Client_state.xml file has found that a file is missing that it should have. Found through verification process.

ERR_SEMGET -165 - BOINC is unable to get a set of semaphores.

ERR_SEMCTL -166 - BOINC is unable to free a set of semaphores.

ERR_SEMOP -167 - BOINC is unable to use a set of semaphores.

ERR_FTOK -168 - BOINC cannot get file token (key) for semaphores.

ERR_SOCKS_UNKNOWN_FAILURE -169 - This is old code that is no longer used in any of the present versions of BOINC.

ERR_SOCKS_REQUEST_FAILED -170 - This is old code that is no longer used in any of the present versions of BOINC.



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