[Starkit] Metakit errors while using Starkit
Jean-Claude Wippler
jcw at equi4.com
Fri Jan 2 21:24:24 CET 2004
Will Duquette wrote:
> I/O error during commit while executing "mk::file commit $db"
> (procedure "::mk4vfs::periodicCommit" line 4) invoked from within
> "::mk4vfs::periodicCommit mk4vfs1" ("after" script)
>
> These happen whenever I "do something", such as click in the
> search box. I have write permission on the starkit.
The fact that commits are scheduled means you're writing into the
starkit - is that your intention?
Did you wrap with "-writeable"? Actually, I can answer that (just
downloaded your starkit): nope, it ain't wrapped in a way which allows
writing. Solution, redo as:
sdx wrap notebook2.0.1.kit -writeable
(Explanation: MK needs to be told very early on that it has to open a
file as r/w, before the starkit is mounted - the "-writeable" flag
generates a starkit header which does the right thing)
-jcw
More information about the Starkit
mailing list