OESF | ELSI | pdaXrom | OpenZaurus | Zaurus Themes | Community Links | Ibiblio

IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Package Manager Error, Input/Output Error
VirtusRex
post May 9 2006, 12:38 PM
Post #1





Group: Members
Posts: 126
Joined: 26-April 06
Member No.: 9,713



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
Go to the top of the page
 
+Quote Post
Chero
post May 9 2006, 12:46 PM
Post #2





Group: Members
Posts: 1,141
Joined: 22-April 04
From: Belgium
Member No.: 2,962



QUOTE(VirtusRex @ May 9 2006, 09:38 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
*


Is your card formatted ext2 (3) ?

Chero.
Go to the top of the page
 
+Quote Post
VirtusRex
post May 9 2006, 01:02 PM
Post #3





Group: Members
Posts: 126
Joined: 26-April 06
Member No.: 9,713



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.
Go to the top of the page
 
+Quote Post
Meanie
post May 9 2006, 03:50 PM
Post #4





Group: Members
Posts: 2,808
Joined: 21-March 05
From: Sydney, Australia
Member No.: 6,686



QUOTE(VirtusRex @ May 10 2006, 07:02 AM)
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.
*


is it full?
Go to the top of the page
 
+Quote Post
anunakin
post May 9 2006, 04:37 PM
Post #5





Group: Members
Posts: 340
Joined: 22-August 04
From: Belem, Brasil
Member No.: 4,358



QUOTE(VirtusRex @ May 9 2006, 09:02 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.
*


try it:
CODE
$ umount /mnt/card
$ e2fsck -f -p /dev/mmcda1
Go to the top of the page
 
+Quote Post
VirtusRex
post May 9 2006, 05:57 PM
Post #6





Group: Members
Posts: 126
Joined: 26-April 06
Member No.: 9,713



QUOTE(anunakin @ May 9 2006, 07:37 PM)
QUOTE(VirtusRex @ May 9 2006, 09:02 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.
*


try it:
CODE
$ umount /mnt/card
$ e2fsck -f -p /dev/mmcda1

*



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?
Go to the top of the page
 
+Quote Post
karlto
post May 9 2006, 07:36 PM
Post #7





Group: Members
Posts: 343
Joined: 3-October 05
From: NZ
Member No.: 8,243



QUOTE(VirtusRex @ May 10 2006, 02:57 PM)
QUOTE(anunakin @ May 9 2006, 07:37 PM)
QUOTE(VirtusRex @ May 9 2006, 09:02 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.
*


try it:
CODE
$ umount /mnt/card
$ e2fsck -f -p /dev/mmcda1

*



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?
*


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...
Go to the top of the page
 
+Quote Post
VirtusRex
post May 10 2006, 05:24 AM
Post #8





Group: Members
Posts: 126
Joined: 26-April 06
Member No.: 9,713



QUOTE(karlto @ May 9 2006, 10:36 PM)
QUOTE(VirtusRex @ May 10 2006, 02:57 PM)
QUOTE(anunakin @ May 9 2006, 07:37 PM)
QUOTE(VirtusRex @ May 9 2006, 09:02 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.
*


try it:
CODE
$ umount /mnt/card
$ e2fsck -f -p /dev/mmcda1

*



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?
*


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...
*



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.
Go to the top of the page
 
+Quote Post
karlto
post May 10 2006, 02:07 PM
Post #9





Group: Members
Posts: 343
Joined: 3-October 05
From: NZ
Member No.: 8,243



QUOTE(VirtusRex @ May 11 2006, 02:24 AM)
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.
*

Weird...

I gave up using the graphical package manager some time ago too - the command line version is so much less hassle.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 21st May 2013 - 12:37 AM