[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apt-get ed errore python



On Tue, 1 Apr 2008 09:42:30 +0200
snowdog <snowdog@tiscali.it> wrote:

> 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')

E' un problema di apt-listchanges. E' stata postata la soluzione una
settimana fa. Cerca "Come aggiustare apt-listbugs".

In breve:
# apt-get install db4.5-util db4.6-util
# db4.6_dump /var/lib/apt/listchanges.db | db4.5_load /tmp/a.db
# mv /tmp/a.db /var/lib/apt/listchanges.db



Mattia.


Reply to: