Here too. What to do wasn't clear, so:

# db4.6_dump /var/lib/apt/listchanges.db > db.dump
# rm /var/lib/apt/listchanges.db
# db4.5_load /var/lib/apt/listchanges.db < db.dump

This workaround could work well if only db4 was installed on my box, but I only 
have db3 :(
and I get the issue on every apt-get upgrade or install attempt


Traceback (most recent call last):
 File "/usr/bin/apt-listchanges", line 227, in ?
   main()
 File "/usr/bin/apt-listchanges", line 148, in main
   seen.close()
 File "/usr/lib/python2.4/bsddb/__init__.py", line 237, in close
   v = self.db.close()
bsddb.db.DBRunRecoveryError: (-30975, 'DB_RUNRECOVERY: Fatal error, run 
database recovery -- PANIC: fatal region error detected; run recovery')

The bug isn't linked to libdb4.6








--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to