disk i/o error creating sqlite database
kz <[email protected]> Wed, 06 Mar 2013 03:39:00 -0500
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
Hello List,
It may be that the correct fix is in the fuse code but I thought I would ask
whether any one knows an explanation for the error below.
I have tested createrepo 0.9.9 or 0.9.8 on a few linux (rh 6.2 on
virtualbox, xen) and
amazon EC2.
I use python 2.6 and google turns up not much on the error.
Thanks
kz
git clone git://github.com/terencehonles/fusepy.git
cd fusepy/examples
# install fuse/libfuse and fusepy.
# ./setup.py install
cd examples/
mkdir r m
./loopback.py r m
$ createrepo m (or createrepo -d m with older createrepo)
Saving Primary metadata
Saving file lists metadata
Saving other metadata
Generating sqlite DBs
(process:14674): GLib-CRITICAL **: g_timer_stop: assertion `timer !=
NULL' failed
(process:14674): GLib-CRITICAL **: g_timer_destroy: assertion `timer !=
NULL' failed
Traceback (most recent call last):
File "/usr/share/createrepo/genpkgmetadata.py", line 291, in <module>
main(sys.argv[1:])
File "/usr/share/createrepo/genpkgmetadata.py", line 269, in main
mdgen.doRepoMetadata()
File "/usr/lib/python2.6/site-packages/createrepo/__init__.py", line
982, in doRepoMetadata
rp.getOtherdata(complete_path, csum)
File "/usr/lib/python2.6/site-packages/sqlitecachec.py", line 61, in
getOtherdata
self.repoid))
TypeError: Can not open SQL database: disk I/O error