View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#7
The documentations are strip from the packages to save space. To get rid of the libassa error, just create an empty directory
Code:
sudo gainroot
mkdir /usr/share/doc/libassa
dpkg --configure -a
The
W: Conflicting distribution: Blah,blah,blah
warning might get ignore or corrected in your repository list.

The time stamp warning/error might get created by a corrupted file system, which now is mounted only with read permissions. Usually this is the MyDocs partition
Code:
sudo gainroot
umount /dev/mmcblk0p1
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
It could get ugly if however the optfs partition got corrupted while you do not have any of BackupMenu, Nitdroid, or MeeGo installed to boot of.
But lets hope to get things done with above code!

Please post any errors here.
 

The Following User Says Thank You to michaaa62 For This Useful Post: