Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Apt Sources Doesn't Support ia386

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
mooreted
Posts: 351
Joined: 2007-07-23 03:39

[SOLVED] Apt Sources Doesn't Support ia386

#1 Post by mooreted »

I keep getting several of the following type of errors:

N: Skipping acquire of configured file 'contrib/binary-ia386/Packages' as repository 'http://httpredir.debian.org/debian stable InRelease' doesn't support architecture 'ia386'

I have looked through sources.list and in the sources.list.d directory. I can't seem to find it.

My sources.list looks pretty normal:

deb http://mirrors.ocf.berkeley.edu/debian/ stable main contrib non-free
deb-src http://mirrors.ocf.berkeley.edu/debian/ stable main contrib non-free

deb http://security.debian.org/debian-security/ stable/updates main contrib non-free
deb-src http://security.debian.org/debian-security/ stable/updates main contrib non-free

# stable-updates, previously known as 'volatile'
deb http://mirrors.ocf.berkeley.edu/debian/ stable-updates main contrib non-free
deb-src http://mirrors.ocf.berkeley.edu/debian/ stable-updates main contrib non-free

deb http://httpredir.debian.org/debian/ stable main contrib non-free

deb http://ftp.us.debian.org/debian/ stable main contrib non-free
deb http://security.debian.org/ stable/updates contrib main non-free
deb http://ftp.us.debian.org/debian/ stable-updates contrib main non-free
Last edited by mooreted on 2018-04-21 17:34, edited 1 time in total.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: Apt Sources Doesn't Support ia386

#2 Post by GarryRicketson »

I have never heard of a architecture; "ia386"
InRelease' doesn't support architecture 'ia386'
And have never seen any Debian Install images for ia386
on the Debian.org site, Where did you get your original install ?

They do have repositories for : i386
https://www.debian.org/releases/stable/ ... 01.html.en
======== edit =====
Nothing listed for ia386 here: https://www.debian.org/CD/http-ftp/#stable
amd64, arm64, armel, armhf, i386, mips, mips64, elmipsel, ppc64, els390x, source, multi-arch
====== edited again =====
All though your sources.list points to Debian Stable, what is the actual version of Debian you are using ? IE, Debian 6, Debian 7, Debian 8, or is it 9 the current stable version,.... For example , if you are using Debian 7, and your sources point toward "stable", you would be trying to install or update , for Debian 9 (stable), and that would not work.
Last edited by GarryRicketson on 2018-04-20 13:59, edited 2 times in total.

kmathern
Posts: 603
Joined: 2011-02-05 19:20

Re: Apt Sources Doesn't Support ia386

#3 Post by kmathern »

Run this

Code: Select all

dpkg --print-foreign-architectures
If it returns "ia386" (which it probably will), run

Code: Select all

su -c 'dpkg --remove-architecture ia386'

Code: Select all

su -c 'dpkg --add-architecture i386'
Run the `dpkg --print-foreign-architectures' command again to verify that it now returns "i386".

Then update

Code: Select all

su -c 'apt-get update'

mooreted
Posts: 351
Joined: 2007-07-23 03:39

Re: Apt Sources Doesn't Support ia386

#4 Post by mooreted »

I downloaded Debian from the Debian website. I am using Debian 9 Stable.

dpkg --print-foreign-architectures
i386
ia386

---------------------------------------------
Commands processed
--------------------------------------------

dpkg --print-foreign-architectures
i386

sudo apt update: no errors

--------------------------------------------

Ok, that was odd. I don't know how ia386 got installed in the first place unless Steam or something added it. Or Google? Don't know.

Thanks for the help, that seems to have fixed it.

User avatar
sunrat
Administrator
Administrator
Posts: 6465
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 473 times

Re: [SOLVED] Apt Sources Doesn't Support ia386

#5 Post by sunrat »

There is a port called ia64 for Intel Itanium processors which was dropped for Jessie but has recently been revived. There has never been an ia386 afaik.
https://wiki.debian.org/Ports/ia64

Probably just someone pwning your machine and adding it to mess with you. :mrgreen: Or more likely just an accidental command mistype or something.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply