Maui Forums
confusing message in dist-upgrade - Printable Version

+- Maui Forums (https://forums.mauilinux.org)
+-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74)
+--- Forum: Installation (https://forums.mauilinux.org/forumdisplay.php?fid=83)
+--- Thread: confusing message in dist-upgrade (/showthread.php?tid=24223)



confusing message in dist-upgrade - Pfiff - 9th January 2017

What should I do with this message


Code:
sudo apt-get update && sudo apt-get dist-upgrade
.
.
.
Es wurden 6.596 B in 1 s geholt (4.016 B/s).        
Paketlisten werden gelesen... Fertig
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports-neon xenial InRelease' doesn't support architecture 'i386'
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.      
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig

.
.
.


Thanks in advance!

Ciao!
Dieter


RE: confusing message in dist-upgrade - leszek - 10th January 2017

As the message says the i386 architecture isn't supported by this repository.
Please check the official-package-repositories.list repository list and see if the maui-xenial-backports-neon looks like this (copied from our original list that we ship with 2.1)
Code:
deb [arch=amd64] http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports-neon xenial main

This makes sure that it only checks the amd64 (64bit) packages for that repo and gets rid of that warning about missing 32bit.


RE: confusing message in dist-upgrade - Pfiff - 10th January 2017

(10th January 2017, 0:29)leszek Wrote: As the message says the i386 architecture isn't supported by this repository.
Please check the official-package-repositories.list repository list and see if the maui-xenial-backports-neon looks like this (copied from our original list that we ship with 2.1)

Code:
deb [arch=amd64] http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports-neon xenial main

This makes sure that it only checks the amd64 (64bit) packages for that repo and gets rid of that warning about missing 32bit.

ok, thanx. In my sources.list i found

Code:
deb http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports-neon xenial main
Don't know why. Never changed anything in this list. But now I changed it to your proposal and it seems to be fine now.

Ciao! 
Dieter