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

From BOINC Wiki
Jump to: navigation, search
(Adding FAQ 77)
 
(adding table)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
ERR_NOT_FOUND -161
+
'''ERR_NOT_FOUND -161''' - This happens when you have an inconsistent client_state.xml file. Files aren't written to it.  
 
 
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.  
 
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_NO_EXIT_STATUS -162
+
'''ERR_FILE_MISSING -163''' - Client_state.xml file has found that a file is missing that it should have. Found through verification process.
 
 
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_SEMGET -165''' - BOINC is unable to get a set of semaphores.  
  
ERR_SEMOP -167
+
'''ERR_SEMCTL -166''' - BOINC is unable to free a set of semaphores.
  
BOINC is unable to use a set of semaphores.
+
'''ERR_SEMOP -167''' - BOINC is unable to use a set of semaphores.
  
ERR_FTOK -168
+
'''ERR_FTOK -168''' - BOINC cannot get file token (key) for semaphores.
  
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_UNKNOWN_FAILURE -169
+
'''ERR_SOCKS_REQUEST_FAILED -170''' - This is old code that is no longer used in any of the present versions of BOINC.
  
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.
 
  
 +
{| 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