Comment 7 for bug 24626

Revision history for this message
dpkg-install (akqjt98) wrote :

My problem is different I believed,

This is cross compiled with arm-gcc-4.1.1, using it apt-0.7.6 code,

When I run
>apt-get update
Ign file: ./ Release.gpg
Ign file: ./ Release
Reading package lists... Error!
E: Couldn't make mmap of 16777216 bytes - mmap (22 Invalid argument)
W: Unable to munmap
E: The package lists or status file could not be parsed or opened.

after changed cache-limit to
>apt-get update -o Apt::Cache-Limit=33554432
Ign file: ./ Release.gpg
Ign file: ./ Release
Reading package lists... Error!
E: Couldn't make mmap of 33554432 bytes - mmap (22 Invalid argument)
W: Unable to munmap
E: The package lists or status file could not be parsed or opened.

here is the df -h
 df -h
Filesystem Size Used Available Use% Mounted on
/dev/mtdblock2 48.0M 15.1M 32.9M 31%
192.168.1.22:/local 255.3G 200.8G 55.6G 22% /usr/local

the package is mounted through the nfs, to /usr/local

I haven't put the dpkg to the system yet? Any clue,

Thanks in advance