makehistory can't tag value error

Russ Allbery rra at stanford.edu
Sun Jan 25 23:57:20 UTC 2004


Katsunori Yamada <kyamada81 at hotmail.com> writes:

> I installed 2.4.1.
> When I did makehistory , I received below error.

> ------------------------------------------------
> $ makehistory
> dbz.c(set): can't tag value 0x1000022 tagboth = 0xff000000
> ------------------------------------------------

> Did creating of database of a particular article  fail ?

Yes.

Tagged hash is taking the first 16 bits off the top of the offset, which
means that you're going to be limited to a pretty small history file.
Tagged hash needs to use a smaller tag size for the history file that you
have.  Rerunning makedbz *should* help as it should adjust the size of the
tag based on your current history size.

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>

    Please send questions to the list rather than mailing me directly.
     <http://www.eyrie.org/~eagle/faqs/questions.html> explains why.


More information about the inn-workers mailing list