just tried to update LXDE 32bit and got oodles of errors. Including a link to the text file since it's kind of large to paste.
Link To Error Text File
perhaps someone can tell me how to fix this?
danke in advance... 
While installing package source-highlight-3.1.3-1pclos2010:
rpmdb: fsync: Input/output error
error: db3 error(5) from db->sync: Input/output error
rpmdb: ftruncate: 131072: Read-only file system
error: db3 error(30) from dbcursor->c_put: Read-only file system
error: error(30) storing record into Provideversion
rpmdb: Provideversion page 14 is on free list with type 7
rpmdb: PANIC: Invalid argument
error: db3 error(-30974) from dbcursor->c_put: DB_RUNRECOVERY: Fatal error, run database recovery
error: error(-30974) storing record into Provideversion
rpmdb: PANIC: fatal region error detected; run recovery
error: db3 error(-30974) from dbcursor->c_get: DB_RUNRECOVERY: Fatal error, run database recovery
error: error(-30974) getting "3.1.3-1pclos2010" records from Provideversion index
rpmdb: PANIC: fatal region error detected; run recovery
...
As I read the above... it seems that the rpm database lives on a
read-only mounted filesystem ...
The next question is ... why the filesystem is mounted read-only ? possible answers:
- unclean filesystem
- wrong settings in /etc/fstab
- other reasons ...
As first thing, I would try to start from a LiveCD and perform a filesystem check:
fsck -f /dev/sdxN (substitute xN depending on disk/partition: /dev/sda1, /dev/sda2, /dev/sdb1 ...)
then reboot into the installed system and try again.
AS