diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-29 08:08:57 +1100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-29 08:08:57 +1100 |
commit | 92dd2c8ad093561b386c7448ce2bc7163a5b0ca0 (patch) | |
tree | 2752ea5b9abed11b1d6a0b7537baee1670a20e68 /doc | |
parent | ea21db6b71f02ebf9b7105452326142f1e1b84b0 (diff) | |
download | ikiwiki-92dd2c8ad093561b386c7448ce2bc7163a5b0ca0.tar ikiwiki-92dd2c8ad093561b386c7448ce2bc7163a5b0ca0.tar.gz |
add
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/possibly_po_related_error.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/possibly_po_related_error.mdwn b/doc/bugs/possibly_po_related_error.mdwn new file mode 100644 index 000000000..2a65ae606 --- /dev/null +++ b/doc/bugs/possibly_po_related_error.mdwn @@ -0,0 +1,20 @@ +A site got stuck like this: + +<pre> +/home/b-fusioninventory/public_html/documentation/index.es.html independently created, not overwriting with version from documentation.es +</pre> + +I tried rebuilding it, and the rebuild failed like this: + +<pre> +building recentchanges/change_ef4b9f92821335d96732c4b2c93ed96bc84c2f0d._change, which depends on templates/page.tmpl +removing recentchanges/change_9ca1de878ea654566ce4a8a031d1ad8ed135ea1c/index.html, no longer built by recentchanges/change_9ca1de878ea654566ce4a8a031d1ad8ed135ea1c +internal error: recentchanges/change_9ca1de878ea654566ce4a8a031d1ad8ed135ea1c._change cannot be found in /home/b-fusioninventory/source or underlay +</pre> + +This internal error seems like the root cause of the original failure. +ikiwiki crashed and did not record that it wrote the index.es.html file. + +Deleting the indexdb and rebuilding cleaned up the problem. + +This needs more investigation. --[[Joey]] |