Hi,Hello,
What is the instruction to upgrade my Proxmox v2.1 to 2.6.32-15?
Will apt-get update && apt-get upgrade && apt-get dist-upgrade work?
Thank you.
Reading package lists... 0%
Reading package lists... 100%
Reading package lists... Done
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ftp.ca.debian.org squeeze Release: The following signatures were invalid: NODATA 1 NODATA 2
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.debian.org squeeze/updates Release: The following signatures were invalid: NODATA 1 NODATA 2
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.proxmox.com squeeze Release: The following signatures were invalid: NODATA 1 NODATA 2
W: Failed to fetch http://ftp.ca.debian.org/debian/dists/squeeze/Release
W: Failed to fetch http://security.debian.org/dists/squeeze/updates/Release
W: Failed to fetch http://download.proxmox.com/debian/dists/squeeze/Release
W: Some index files failed to download, they have been ignored, or old ones used instead.
Hi,I'm also seeing errors when updating my repos:
Code:Reading package lists... 0% Reading package lists... 100% Reading package lists... Done W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ftp.ca.debian.org squeeze Release: The following signatures were invalid: NODATA 1 NODATA 2 W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.debian.org squeeze/updates Release: The following signatures were invalid: NODATA 1 NODATA 2 W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.proxmox.com squeeze Release: The following signatures were invalid: NODATA 1 NODATA 2 W: Failed to fetch http://ftp.ca.debian.org/debian/dists/squeeze/Release W: Failed to fetch http://security.debian.org/dists/squeeze/updates/Release W: Failed to fetch http://download.proxmox.com/debian/dists/squeeze/Release W: Some index files failed to download, they have been ignored, or old ones used instead.
Thank you.
GNU nano 2.2.4 File: sources.list
deb http://ftp.ca.debian.org/debian squeeze main contrib
# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian squeeze pve
# PVE packages provided by proxmox.com for testing
deb http://download.proxmox.com/debian squeeze pvetest
# security updates
deb http://security.debian.org/ squeeze/updates main contrib
I installed proxmox from the .iso downloaded from the proxmox site. Here is my sources.list file:
Code:GNU nano 2.2.4 File: sources.list deb http://ftp.ca.debian.org/debian squeeze main contrib # PVE packages provided by proxmox.com deb http://download.proxmox.com/debian squeeze pve # PVE packages provided by proxmox.com for testing deb http://download.proxmox.com/debian squeeze pvetest # security updates deb http://security.debian.org/ squeeze/updates main contrib
pveversion shows: pve-manager/2.1/f32f3f46
I did not install proxmox on top of debian (squeeze).
I have network access on only one of my 4 nics. I have intel 82574L which are giving me grief. I was told to upgrade to the new 2.6.32-15 to solve my issues.
Thank you.
Hi,I installed proxmox from the .iso downloaded from the proxmox site. Here is my sources.list file:
Code:GNU nano 2.2.4 File: sources.list deb http://ftp.ca.debian.org/debian squeeze main contrib # PVE packages provided by proxmox.com deb http://download.proxmox.com/debian squeeze pve # PVE packages provided by proxmox.com for testing deb http://download.proxmox.com/debian squeeze pvetest # security updates deb http://security.debian.org/ squeeze/updates main contrib
pveversion shows: pve-manager/2.1/f32f3f46
I did not install proxmox on top of debian (squeeze).
I have network access on only one of my 4 nics. I have intel 82574L which are giving me grief. I was told to upgrade to the new 2.6.32-15 to solve my issues.
Thank you.
wget http://download.proxmox.com/debian/dists/squeeze/pvetest/binary-amd64/pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb
#
# and than
dpkg -i pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb
Hi,Thank you udo,
Tried downloading the file but received an error:
dpkg-deb: `pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb' is not a debian format archive
dpkg: error processing pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb (--install):
subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb
# ls -l pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb
-rw-r--r-- 1 root root 31469946 3. Okt 09:52 pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb
# file pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb
pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb: Debian binary package (format 2.0)
# md5sum pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb
bbe3e3ff08a845f2ee73d30799b249e4 pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb
# ls -l pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb-rw-r--r-- 1 root root 2278 Oct 12 14:28 pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb
# file pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb
pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb: HTML document text
# md5sum pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb
20b8d9d469257a9e82fb09c81b99baea pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb
Hi,Ok...so I downloaded the file on my laptop and copied this file to my Proxmox Server. The file is now a lot larger than the one being downloaded from Proxmox...not sure what's going on there?
I've now been able to install this pve-kernel-2.6.32-15-pve_2.6.32-78_amd64.deb file on our Proxmox Server. no errors on the install. I've rebooted the server now but still the intel nics are not active.
What more do I need to do?
Thank you.
ifconfig -a
cat /etc/udev/rules.d/70-persistent-net.rules
dmesg | grep eth
We use essential cookies to make this site work, and optional cookies to enhance your experience.