![]() |
2012-02-04
, 17:25
|
Posts: 560 |
Thanked: 422 times |
Joined on Mar 2011
|
#2
|
![]() |
2012-02-04
, 20:47
|
Posts: 466 |
Thanked: 335 times |
Joined on Jan 2010
@ Vienna, Austria
|
#3
|
![]() |
2012-02-04
, 21:03
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#4
|
The Following User Says Thank You to pycage For This Useful Post: | ||
![]() |
2012-02-04
, 21:28
|
|
Posts: 236 |
Thanked: 95 times |
Joined on Jan 2012
@ Ecuador
|
#5
|
The Following User Says Thank You to D@vIcHoJD For This Useful Post: | ||
![]() |
2012-02-05
, 23:02
|
Posts: 466 |
Thanked: 335 times |
Joined on Jan 2010
@ Vienna, Austria
|
#6
|
Try to delete these files from filebox.
/var/cache/apt/pkgcache.bin
/var/cache/apt/srcpkgcache
or in x-terminal
sudogainroot
rm /var/cache/apt/pkgcache.bin
rm /var/cache/apt/srcpkgcache
then
apt-get autoremove
apt-get autoclean
apt-get clean
apt-get install -f
apt-get update -f
apt-get update
![]() |
2012-02-06
, 09:49
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#7
|
sudo gainroot mkdir /usr/share/doc/libassa dpkg --configure -a
W: Conflicting distribution: Blah,blah,blah
sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2012-02-06
, 12:07
|
Posts: 466 |
Thanked: 335 times |
Joined on Jan 2010
@ Vienna, Austria
|
#8
|
The documentations are strip from the packages to save space. To get rid of the libassa error, just create an empty directoryThe warning might get ignore or corrected in your repository list.Code:sudo gainroot mkdir /usr/share/doc/libassa dpkg --configure -a
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 partitionIt 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.Code:sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
But lets hope to get things done with above code!
Please post any errors here.
/home/user # umount /dev/mmcb1k0p1 umount: cannot umount /dev/mmcb1k0p1: No such file or directory /home/user # umount /dev/mmcblk0p1 /home/user # fsck -af /dev/mmcblk0b1 fsck 1.41.3.maemo0 (12-Oct-2008) fsck.ext2: No such file or directory while trying to open /dev/mmcblk0b1 /dev/mmcblk0b1: The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device> /home/user # mount /dev/mmcblk0p1 /home/user/MyDocs /home/user # mount /dev/mmcblk0p1 /home/user/MyDocs
![]() |
2012-02-06
, 12:26
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#9
|
The Following User Says Thank You to reinob For This Useful Post: | ||
![]() |
2012-02-12
, 13:43
|
Posts: 466 |
Thanked: 335 times |
Joined on Jan 2010
@ Vienna, Austria
|
#10
|
my app manager is blocked.
i get a dpkg error whenever I try to install or upgrade anythign
here is the last dozen lines of the log.
Ignore the timestamp issue (for this thread), that's because my system time is wrong.
Unpacking replacement mp-fremantle-community-pr ...
tar: ./postinst: Zeitstempel 2012-01-19 20:30:58 liegt 96212826.807981618 Sekunden in der Zukunft.
tar: ./md5sums: Zeitstempel 2012-01-19 20:31:10 liegt 96212838.803831228 Sekunden in der Zukunft.
tar: ./control: Zeitstempel 2012-01-19 20:31:10 liegt 96212838.791532643 Sekunden in der Zukunft.
tar: .: Zeitstempel 2012-01-19 20:31:10 liegt 96212838.789365895 Sekunden in der Zukunft.
Preparing to replace qmltube 1.1.1 (using .../qmltube_1.2.6_armel.deb) ...
Unpacking replacement qmltube ...
dpkg: error processing /var/cache/apt/archives/qmltube_1.2.6_armel.deb (--unpack):
trying to overwrite `/usr/lib/hildon-desktop/qmltube-widget', which is also in package qmltube-widget
tar: ./prerm: Zeitstempel 2011-07-21 16:20:37 liegt 80469391.233854433 Sekunden in der Zukunft.
tar: ./postinst: Zeitstempel 2011-07-21 16:20:37 liegt 80469391.218168397 Sekunden in der Zukunft.
tar: ./md5sums: Zeitstempel 2011-07-21 16:20:37 liegt 80469391.214475769 Sekunden in der Zukunft.
tar: ./control: Zeitstempel 2011-07-21 16:20:37 liegt 80469391.210600036 Sekunden in der Zukunft.
tar: .: Zeitstempel 2011-07-21 16:20:37 liegt 80469391.207517761 Sekunden in der Zukunft.
Preparing to replace filebox 0.7-2 (using .../filebox_0.7-4_armel.deb) ...
Unpacking replacement filebox ...
Preparing to replace qcpufreq 0.4.1-1 (using .../qcpufreq_0.4.4-1_armel.deb) ...
Unpacking replacement qcpufreq ...
Errors were encountered while processing:
/var/cache/apt/archives/qmltube_1.2.6_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Last edited by bennypr0fane; 2012-07-03 at 18:39. Reason: thread solved