Installing to Debian 6

As unsupported advice I have the latest proxmox running fine (no problems so far) in debian squeeze.
Code:
Install Debian Squeeze partitioning disk as

	1. 1Gb /boot ext4
	2. LVM
		50Gb	/			ext4	pve-root
		1xRAM	swap
		XXGb	/var/lib/vz	ext4	pve-data
		5Gb	Free for snapshots

/etc/apt/sources.list
+	deb http://download.proxmox.com/debian lenny pve

# wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -

# aptitude update && aptitude dist-upgrade

# aptitude install pve-kernel-2.6.32-4-pve

# update-grub

# reboot

# aptitude install proxmox-ve-2.6.32 ntp ssh lvm2 (Accept exim4 uninstall)

done
 
Hello,
i want do the same. Install proxmox on amd64 squeeze. After add the sources.list entry and udpate upgrade, it didnt find the pve-kernel-2.6.32.-4-pve. But why?
 
yes i would but i cant find any hint of the relase time, except the hint of q2, but we are in q2 ;). In the download section is an image für 6.0 but why no kernel image on the http download server??
 
Hello,
i want do the same. Install proxmox on amd64 squeeze. After add the sources.list entry and udpate upgrade, it didnt find the pve-kernel-2.6.32.-4-pve. But why?

You are doing something wrong...
If you run an "aptitude search pve-kernel" and get nothing, need to check your /etc/apt/sources.list more carefully.
Also check for errors with the "aptitude upgrade" command.
 
Thats my sources.list
Code:
# deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 NETINST Binary-1 20110320-15:03]/ squeeze main
#deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 NETINST Binary-1 20110320-15:03]/ squeeze main
deb [URL]http://ftp.de.debian.org/debian/[/URL] squeeze main non-free contrib
deb-src [URL]http://ftp.de.debian.org/debian/[/URL] squeeze main non-free contrib
deb [URL]http://security.debian.org/[/URL] squeeze/updates main contrib non-free
deb-src [URL]http://security.debian.org/[/URL] squeeze/updates main contrib non-free
# squeeze-updates, previously known as 'volatile'
deb [URL]http://ftp.de.debian.org/debian/[/URL] squeeze-updates main contrib non-free
deb-src [URL]http://ftp.de.debian.org/debian/[/URL] squeeze-updates main contrib non-free
#Proxmox
deb [URL]http://download.proxmox.com/debian[/URL] lenny pve
 
Did you check the 'aptitude upgrade' command to see if they connect properly to proxmox repo ?
Still you get nothing with "aptitude search pve-kernel" ?
 
Sorry, but I'm lost at it...
You have some problem at system level that prevents to add/see the pve repository to the package manager. But I can't figure out which it's the problem.
 
I also think i have got an system problem. How looks your source.list and which kernel version do you use?
 
This is my sources.list

Code:
deb http://ftp.debian.org/debian squeeze main contrib non-free
deb-src http://ftp.debian.org/debian squeeze main contrib non-free

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

deb http://ftp.debian.org/debian squeeze-updates main contrib non-free
deb-src http://ftp.debian.org/debian squeeze-updates main contrib non-free

deb http://download.proxmox.com/debian lenny pve

and I'm using actually pve-kernel-2.6.32-4-pve
 
what the fu.. where can i read this? did not notice it. thx i think we have it. will try it again.

that means i must have a amd cpu?!
 
Last edited: