Difference between revisions of "Error code -231 to -240 explained"

From BOINC Wiki
(Adding FAQ 488)
 
(adding table)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
ERR_CRYPTO -231
+
'''ERR_CRYPTO -231''' - BOINC had a problem encrypting the private key, or decrypting the public key. You will probably have to detach and reattach to fix this. (Detaching/Reattaching forces a new download of the public key).
  
BOINC had a problem encrypting the private key, or decrypting the public key. You will probably have to detach and reattach to fix this. (Detaching/Reattaching forces a new download of the public key).  
+
'''ERR_ABORTED_ON_EXIT -232''' - Error code showing when the "abort_jobs_on_exit" flag is present in cc_config.xml. You're aborting tasks and telling the projects about it.  
  
ERR_ABORTED_ON_EXIT -232
+
'''ERR_UNSTARTED_LATE -233''' - BOINC will abort tasks that have not started yet and are over the deadline.
  
Error code showing when the "abort_jobs_on_exit" flag is present in cc_config.xml
+
'''ERR_MISSING_COPROC -234''' - A coprocessor that was detected earlier has gone missing. Check your drivers, the seating of the card or see if rebooting the computer will re-detect the card again.  
You're aborting tasks and telling the projects about it.  
 
  
ERR_UNSTARTED_LATE -233
+
'''ERR_PROC_PARSE -235''' - A processing entry was not parsed correctly.
  
BOINC will abort tasks that have not started yet and are over the deadline.  
+
'''ERR_STATFS -236''' - An error occurred while reading the statistics of the file system.  
  
ERR_MISSING_COPROC -234
+
'''ERR_PIPE -237''' - Pipe() failed.
  
A coprocessor that was detected earlier has gone missing. Check your drivers, the seating of the card or see if rebooting the computer will re-detect the card again.  
+
'''ERR_NEED_HTTPS -238''' - HTTPS needed.
  
ERR_PROC_PARSE -235
 
  
A processing entry was not parsed correctly.
 
  
ERR_STATFS -236
+
{| class="wikitable" style="text-align: center;"
 
+
! Original writer
An error occurred while reading the statistics of the file system.
+
! Original FAQ
 
+
! Date
ERR_PIPE -237
+
|-
 
 
Pipe() failed.
 
 
 
ERR_NEED_HTTPS -238
 
 
 
HTTPS needed.
 
 
  | Jorden
 
  | Jorden
  | 3
+
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=488 488]
| 1
+
  | 09-04-2009
  | 00:00:00
+
  |-
| 0000-00-00
+
  |}
  | 161156
 
| 1
 
| 488
 
| 2009-04-09 14:27:37
 
  | 2014-12-26 17:57:46
 

Latest revision as of 14:22, 29 August 2016

ERR_CRYPTO -231 - BOINC had a problem encrypting the private key, or decrypting the public key. You will probably have to detach and reattach to fix this. (Detaching/Reattaching forces a new download of the public key).

ERR_ABORTED_ON_EXIT -232 - Error code showing when the "abort_jobs_on_exit" flag is present in cc_config.xml. You're aborting tasks and telling the projects about it.

ERR_UNSTARTED_LATE -233 - BOINC will abort tasks that have not started yet and are over the deadline.

ERR_MISSING_COPROC -234 - A coprocessor that was detected earlier has gone missing. Check your drivers, the seating of the card or see if rebooting the computer will re-detect the card again.

ERR_PROC_PARSE -235 - A processing entry was not parsed correctly.

ERR_STATFS -236 - An error occurred while reading the statistics of the file system.

ERR_PIPE -237 - Pipe() failed.

ERR_NEED_HTTPS -238 - HTTPS needed.


Original writer Original FAQ Date
Jorden 488 09-04-2009