LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   installing amd64 instead of i386 (https://www.linuxquestions.org/questions/debian-26/installing-amd64-instead-of-i386-4175525208/)

abd_bela 11-12-2014 01:21 PM

installing amd64 instead of i386
 
Hi everybody,
>
> I install solydx (debian based ) Amd64.
> I have a local mirror ( for amd64) it works fine on one machine (pure
> debian)
>
> On solydx64,
> when I tried apt-get update, it worked correctly fine from remote
> repositoryserver, but it searched for i386 in from local repository .
> here is my source file and errors
>
> cat /etc/apt/sources.list
> deb http://home.solydxk.com/production solydxk main upstream import
> deb http://debian.solydxk.com/production testing main contrib non-free
> deb http://debian.solydxk.com/security testing/updates main contrib
> non-free
> deb http://community.solydxk.com/production solydxk main
> deb file:/disk/ftp.fr.debian.org/debian jessie main contrib non-free
>
> error:
>
> # apt-get update
> Réception de : 1 file: jessie InRelease [191 kB]
> Err file: jessie/main i386 Packages File not found

> Err file: jessie/contrib i386 Packages file not found
> Fichier non trouvé
> Err file: jessie/non-free i386 Packages file not found
>
> file:/disk/ftp.fr.debian.org/debian/dists/jessie/main/binary-i386/Packages
> file not found
>
> YES SURE not found since I HAVE :
> # ls /disk/[7]ftp.fr.debian.org/debian/dists/jessie/main/binary-amd64/
> Packages Packages.gz Packages.xz Release
>
> Why it searched for binary-i386/Packages

>
> Thanks for help
> best regards
>

utanja 11-12-2014 02:01 PM

Quote:

Originally Posted by abd_bela (Post 5268816)
Hi everybody,
>
> I install solydx (debian based ) Amd64.
> I have a local mirror ( for amd64) it works fine on one machine (pure
> debian)
>
> On solydx64,
> when I tried apt-get update, it worked correctly fine from remote
> repositoryserver, but it searched for i386 in from local repository .
> here is my source file and errors
>
> cat /etc/apt/sources.list
> deb http://home.solydxk.com/production solydxk main upstream import
> deb http://debian.solydxk.com/production testing main contrib non-free
> deb http://debian.solydxk.com/security testing/updates main contrib
> non-free
> deb http://community.solydxk.com/production solydxk main
> deb file:/disk/ftp.fr.debian.org/debian jessie main contrib non-free
>
> error:
>
> # apt-get update
> Réception de : 1 file: jessie InRelease [191 kB]
> Err file: jessie/main i386 Packages File not found

> Err file: jessie/contrib i386 Packages file not found
> Fichier non trouvé
> Err file: jessie/non-free i386 Packages file not found
>
> file:/disk/ftp.fr.debian.org/debian/dists/jessie/main/binary-i386/Packages
> file not found
>
> YES SURE not found since I HAVE :
> # ls /disk/[7]ftp.fr.debian.org/debian/dists/jessie/main/binary-amd64/
> Packages Packages.gz Packages.xz Release
>
> Why it searched for binary-i386/Packages

>
> Thanks for help
> best regards
>


Please list your /etc/apt/sources.list file

jens 11-13-2014 04:35 AM

Could you post the output from
Code:

dpkg --print-foreign-architectures
Quote:

Why it searched for binary-i386/Packages
Might be an issue with your distro. Some derivatives (including ubuntu and ubuntu-based) use split repos for different achitectures. If so, set the default with APT::Architecture=amd64 and/or add [arch=amd64,i386] behind deb in your sources.list for multiarch (if needed).

Edit: also see: https://wiki.debian.org/Multiarch/HOWTO

jakep219 12-22-2014 10:15 AM

Although this will not 'solve' the issue you are having, in termianl run
uname -r

and see what it prints out.

If you do not see amd64 then there is a deeper issue.


All times are GMT -5. The time now is 05:13 PM.