Bug 320581

Summary: Traceback during pungi compose - sqlite3.DatabaseError: database disk image is malformed
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: repoviewAssignee: Konstantin Ryabitsev <icon>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-05 19:34:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Orion Poplawski 2007-10-05 17:46:10 UTC
Description of problem:

Running on up to date rawhide system and running pungi compose:

Pungi.Pungi:INFO: Running /usr/bin/repoview --quiet --title Fedora 20071005 -
i386 /data/sw1/fedora/pungi/20071005/i386/os
Pungi.Pungi:ERROR: Got an error from /usr/bin/repoview
Pungi.Pungi:ERROR: Traceback (most recent call last):
  File "/usr/bin/repoview", line 918, in <module>
    main()
  File "/usr/bin/repoview", line 915, in main
    Repoview(opts)
  File "/usr/bin/repoview", line 189, in __init__
    packages = self.do_packages(repo_data, group_data, pkgnames)
  File "/usr/bin/repoview", line 537, in do_packages
    pkg_data = self.get_package_data(pkgname)
  File "/usr/bin/repoview", line 493, in get_package_data
    ocursor.execute(query)
sqlite3.DatabaseError: database disk image is malformed

Version-Release number of selected component (if applicable):
repoview-0.6.1-1.fc8

How reproducible:
Every time

Comment 1 Orion Poplawski 2007-10-05 19:34:24 UTC
Oops, this is a sqlite over NFS issue.