PDA

View Full Version : [SOLVED] apt-mirror arm repos syntax?



wkulecz
May 14th, 2012, 10:21 PM
I'm trying to setup an apt-mirror local repo for Pandaboard ES (OMAP4) systems using apt-mirror.

It all seems to work for deb-amd64 lines but fails for what I think the arm lines should be:

deb-armhf http://us.archive.ubuntu.com/ubuntu precise-updates main restricted universe multiverse


I've also tried using deb-arm and deb-armel instead of deb-armhf.

The error message is:

Proceed indexes: [PPPPPPsh: 1: cannot open archive.ubuntu.com/ubuntu//dists/precise-updates/main/binary-arm/Packages.gz: No such file
apt-mirror: can't open index in proceed_index_gz at /usr/bin/apt-mirror line 445.


If I comment out the arm lines the deb-i386 and deb-amd64 lines I've put it as a syntax test appear to complete correctly.

wkulecz
May 15th, 2012, 03:16 PM
Bump,

Nobody using apt-mirror with arm (OMAP4)?

Is there a better place to be asking about Precise on ARM?

wkulecz
May 22nd, 2012, 03:33 PM
Just in case anyone finds this via Google it seems the OMAP4 stuff is not in the "normal" Ubuntu repos.

This /etc/apt/mirror.list line appears to be downloading:

deb-armhf http://ports.ubuntu.com/ubuntu-ports precise main restricted universe multiverse

Obviously this forum is not the place for Ubuntu on Pandaboard ES or other ARM/OMAP help :(

easy2love
February 10th, 2013, 08:25 AM
i need to setup an repo mirror for ARM, thanks!