On Tue, 1 Apr 2008 09:42:30 +0200 snowdog <[EMAIL PROTECTED]> 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. -- Per REVOCARE l'iscrizione alla lista, inviare un email a [EMAIL PROTECTED] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [EMAIL PROTECTED] To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

