Maui Forums

Full Version: confusing message in dist-upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
(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