Unable to locate package proxmox-ve New Installation

Phillip Ankerson

New Member
Jun 15, 2016
5
0
1
61
I'm setting up a new install on a debian jessie and have run into this.

I'm running as su. The command is

apt-get install proxmox-ve

My etc/apt/sources.list:


GNU nano 2.2.6 File: /etc/apt/sources.list

#

# deb cdrom:[Debian GNU/Linux 8.5.0 _Jessie_ - Official i386 DVD Binary-1 20160604-14:09]/ jessie contrib main

deb cdrom:[Debian GNU/Linux 8.5.0 _Jessie_ - Official i386 DVD Binary-1 20160604-14:09]/ jessie contrib main

deb http://ftp.debian.org/debian jessie main contrib

# deb http://http.us.debian.org/debian/ jessie main non-free contrib
#deb http://http.us.debian.org.debian jessie pve-no-subscription
deb http://download.proxmox.com.debian jessie pve-no-subscription
# deb-src http://http.us.debian.org/debian/ jessie main non-free contrib

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

# jessie-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free

My pve-install-repo.list file:

deb http://download.proxmox.com/debian jessie pve-no-subscription binary-amd64
#deb [arch=amd64] http://download.proxmox.com/debian/jessie pve-no-subscription

#deb ftp://download.proxmox.com/debian jessie pve-no-subscription binary-amd64

Please let me know any other information that I can provide.

Thank you,
Phil
 
Your sources.list suggest that you've installed i386, which is not supported.

Could you please post the output of

Code:
dpkg --print-architecture
 
Your sources.list suggest that you've installed i386, which is not supported.

Could you please post the output of

Code:
dpkg --print-architecture

You are correct - the output is i386.

So if I've installed the wrong debian version, what should I install instead?
 
The amd64 version. The version is not easily updateable, so you have to reinstall everything.

Why don't you use the official installer?
 
I was experimenting with installing proxmox on top of a Debian Jessie. But now that I've run into this I'll probably just install ProxMox outright. Am I ok to install ProxMox VE 4.2 from DVD (burned from iso image)?
 
Yes, burning to optical media is the way to go if you do not have ilo/idrac/irmc/... or a CD/DVD emulating usb stick/usb disk drive. I personally have never burned a proxmox install media.
 
I've burned the installer ISO to a DVD for the version I mentioned above, so I'll give that another shot. Thank you for the guidance!