DBC:Errors/DBC-E012: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ error | [DBC-E012] I/O error in <file>: message }} An I/O error happened reading/writing to <file> caused DBCollect to abort. Solution: Submit a bug report." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:DBCollect]] | |||
{{ error | [DBC-E012] I/O error in <file>: message }} | {{ error | [DBC-E012] I/O error in <file>: message }} | ||
An I/O error happened reading/writing to <file> caused DBCollect to abort. | An I/O error happened reading/writing to <file> caused DBCollect to abort. | ||
Solution: | Solution: | ||
If the I/O error is "Permission Denied", see if it can be fixed with <code>chmod</code> on the file or directory. | |||
Otherwise, submit a bug report. | |||
{{PrevNext|DBC:Errors/DBC-E011|DBC:Errors/DBC-E013}} |
Latest revision as of 14:28, 9 December 2024
[DBC-E012] I/O error in <file>: message
An I/O error happened reading/writing to <file> caused DBCollect to abort.
Solution:
If the I/O error is "Permission Denied", see if it can be fixed with chmod
on the file or directory.
Otherwise, submit a bug report.