diff options
-rw-r--r-- | Hurd/ErrorCollection.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Hurd/ErrorCollection.mdwn b/Hurd/ErrorCollection.mdwn new file mode 100644 index 00000000..9706eb34 --- /dev/null +++ b/Hurd/ErrorCollection.mdwn @@ -0,0 +1,18 @@ +## <a name="Error_collection_page"> Error collection page </a> + +This page is intended to serve as a pasting page for error messages. If you experience an error -- specifically in a crash -- just paste it here. + +Do not confuse this page with a bug tracker. In a bug tracker, you usually have to describe problems specifically, ponder about the wording, search the Internet for information, make sure you have checked other conditions, etc.; here, you just paste the error message so other people can use it as a **reference**. An entry here may lead to a bug report, however. + +Feel free to comment pastings and ask questions about them.. + +-- Soeren Schulze - 15 Dec 2005 + +ext2fs.static with thread throttling from 20050513 -- Soeren Schulze - 15 Dec 2005:<br /> + + ext2fs: /dev/hd2s10: warning: bit already cleared for inode 1028246 + ext2fs: /dev/hd2s10: warning: bit already cleared for inode 1028247 + ext2fs: /dev/hd2s10: warning: cannot handle large file inode 1028248 + ext2fs: /dev/hd2s10: ext2_free_blocks: freeing blocks not in datazone - block = 15552000, count = 1 + ext2fs: /dev/hd2s10: warning: bit already cleared for block 1 + ext2fs: /dev/hd2s10: panic: ext2_free_blocks: freeing blocks in system zones - block = 1, count = 1 |