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

From BOINC Wiki
Jump to: navigation, search
(adding table)
 
Line 17: Line 17:
  
  
 +
{| class="wikitable" style="text-align: center;"
 +
! Original writer
 +
! Original FAQ
 +
! Date
 +
|-
 
  | 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