OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: VirtusRex on May 09, 2006, 04:38:31 pm

Title: Package Manager Error
Post by: VirtusRex on May 09, 2006, 04:38:31 pm
Hello,

I was wondering if someone could help me, I keep getting the following error from the Package Manager Log when I try to install a package onto my SD card.

Installing aircrack...mv: unable to stat
'/mnt/card/usr/lib/ipkg/status/status.new': Input/output error


The funny thing is that I can install fine on internal memory.

Anybody know what the problem is???

Thanks,

Virtusrex
Title: Package Manager Error
Post by: Chero on May 09, 2006, 04:46:13 pm
Quote
Hello,

I was wondering if someone could help me, I keep getting the following error from the Package Manager Log when I try to install a package onto my SD card.

Installing aircrack...mv: unable to stat
'/mnt/card/usr/lib/ipkg/status/status.new': Input/output error


The funny thing is that I can install fine on internal memory.

Anybody know what the problem is???

Thanks,

Virtusrex
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126307\"][{POST_SNAPBACK}][/a][/div]

Is your card formatted ext2 (3) ?

Chero.
Title: Package Manager Error
Post by: VirtusRex on May 09, 2006, 05:02:00 pm
Yes, it's ext2 formatted. I have a lot of my programs stored on imy SD card like Firefox, Wellenreiter, etc, and they work fine.
Title: Package Manager Error
Post by: Meanie on May 09, 2006, 07:50:58 pm
Quote
Yes, it's ext2 formatted. I have a lot of my programs stored on imy SD card like Firefox, Wellenreiter, etc, and they work fine.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126313\"][{POST_SNAPBACK}][/a][/div]

is it full?
Title: Package Manager Error
Post by: anunakin on May 09, 2006, 08:37:56 pm
Quote
Yes, it's ext2 formatted. I have a lot of my programs stored on imy SD card like Firefox, Wellenreiter, etc, and they work fine.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126313\"][{POST_SNAPBACK}][/a][/div]

try it:
Code: [Select]
$ umount /mnt/card
$ e2fsck -f -p /dev/mmcda1
Title: Package Manager Error
Post by: VirtusRex on May 09, 2006, 09:57:07 pm
Quote
Quote
Yes, it's ext2 formatted. I have a lot of my programs stored on imy SD card like Firefox, Wellenreiter, etc, and they work fine.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126313\"][{POST_SNAPBACK}][/a][/div]

try it:
Code: [Select]
$ umount /mnt/card
$ e2fsck -f -p /dev/mmcda1
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126339\"][{POST_SNAPBACK}][/a][/div]

ok, i tried what you said and got the follow in return:

/dev/mmcd/disc0/disc: Inode 80257 has imagic flag set.  
/dev/mmcd/disc0/disc: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e without -a or -p options)

Any ideas on what my next course of action should be?
Title: Package Manager Error
Post by: karlto on May 09, 2006, 11:36:28 pm
Quote
Quote
Quote
Yes, it's ext2 formatted. I have a lot of my programs stored on imy SD card like Firefox, Wellenreiter, etc, and they work fine.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126313\"][{POST_SNAPBACK}][/a][/div]

try it:
Code: [Select]
$ umount /mnt/card
$ e2fsck -f -p /dev/mmcda1
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126339\"][{POST_SNAPBACK}][/a][/div]

ok, i tried what you said and got the follow in return:

/dev/mmcd/disc0/disc: Inode 80257 has imagic flag set.  
/dev/mmcd/disc0/disc: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e without -a or -p options)

Any ideas on what my next course of action should be?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126345\"][{POST_SNAPBACK}][/a][/div]
The -p option is to automatically repair; just run it without ('e2fsck -f /dev/mmcda1'), as it obviously wants to ask you a question on how you'd like it fixed...
Title: Package Manager Error
Post by: VirtusRex on May 10, 2006, 09:24:28 am
Quote
Quote
Quote
Quote
Yes, it's ext2 formatted. I have a lot of my programs stored on imy SD card like Firefox, Wellenreiter, etc, and they work fine.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126313\"][{POST_SNAPBACK}][/a][/div]

try it:
Code: [Select]
$ umount /mnt/card
$ e2fsck -f -p /dev/mmcda1
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126339\"][{POST_SNAPBACK}][/a][/div]

ok, i tried what you said and got the follow in return:

/dev/mmcd/disc0/disc: Inode 80257 has imagic flag set.  
/dev/mmcd/disc0/disc: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e without -a or -p options)

Any ideas on what my next course of action should be?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126345\"][{POST_SNAPBACK}][/a][/div]
The -p option is to automatically repair; just run it without ('e2fsck -f /dev/mmcda1'), as it obviously wants to ask you a question on how you'd like it fixed...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126350\"][{POST_SNAPBACK}][/a][/div]

I ran 'e2fsck -p /dev/mmcd/disc0/disc' and it returned information about how it had checked and passed blocks on my mmcd.

Now when I use Package Manager and tried to install on my SD Card, which has 400megs free, I get  the following:

Installing aircrac.../usr/bin/ipkg: line 525: /mnt/card/usr/lib/ipkg/status: Is a directory

I tried using Ipkg at the command like and it install aircrack onto my SD card without any problems. I guess for the time being I'll have to resort to ipkg at the command for all my installs of packages.
Title: Package Manager Error
Post by: karlto on May 10, 2006, 06:07:14 pm
Quote
I ran 'e2fsck -p /dev/mmcd/disc0/disc' and it returned information about how it had checked and passed blocks on my mmcd.

Now when I use Package Manager and tried to install on my SD Card, which has 400megs free, I get  the following:

Installing aircrac.../usr/bin/ipkg: line 525: /mnt/card/usr/lib/ipkg/status: Is a directory

I tried using Ipkg at the command like and it install aircrack onto my SD card without any problems. I guess for the time being I'll have to resort to ipkg at the command for all my installs of packages.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126413\"][{POST_SNAPBACK}][/a][/div]
Weird...

I gave up using the graphical package manager some time ago too - the command line version is so much less hassle.