[PVE-User] installation problem on squeeze

Fernando Sierra fernando.sierra at ciemat.es
Tue Oct 16 11:04:31 CEST 2012


is 64bit, but I think that is not your problem.

You need to be root to do this:

1. Write the repositories int /etc/apt/sources.list
# nano /etc/apt/sources.list

Copy into this file this:
########
# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian squeeze pve
########
2. Save the file: Ctrl+O and exit: Ctrl+X
3. Add the repository key

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

4. update the sources
# apt-get update
5. You don't upgrade if you have a stable system with other apps.
If you don't have anything in the server, upgrade:
# apt-get upgrade.

6. Search packages:
# apt-cache search pve-firmware
or
# apt-cache search pve-kernel
7. Install the results: if you obtain pve-kernel-2.7-pve, install 
#apt-get install pve-kernel-2.7-pve

I hope that it works!

El 16/10/12 09:52, Muhammad Yousuf Khan escribió:
> I am following this document and having problem in installation
>
>
> As defined in the article here is my source list
>
> deb http://ftp.at.debian.org/debian squeeze main contrib
>
> # PVE packages provided by proxmox.com
> deb http://download.proxmox.com/debian squeeze pve
>
> # security updates
> deb http://security.debian.org/ squeeze/updates main contrib
>
>
>
> after running these lines which result successful i can not run
> further commands it tells me that package is not available.
>
> (successful run)
> aptitude update
> aptitude full-upgrade
>
> here is the result of different commands which clearly shows that
> repository must have been change or some thing else related to the
> link has been changes
>
> # aptitude install pve-firmware
>
> Couldn't find any package whose name or description matched "pve-firmware"
> Couldn't find any package whose name or description matched "pve-firmware"
> No packages will be installed, upgraded, or removed.
> 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> Need to get 0 B of archives. After unpacking 0 B will be used.
>
> # aptitude install pve-kernel-2.6.32-14-pve
> Couldn't find any package whose name or description matched
> "pve-kernel-2.6.32-14-pve"
> Couldn't find any package whose name or description matched
> "pve-kernel-2.6.32-14-pve"
> No packages will be installed, upgraded, or removed.
> 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> Need to get 0 B of archives. After unpacking 0 B will be used.
>
>
>
> please help me to install this on Squeeze machine
>
> Thank you,
> _______________________________________________
> pve-user mailing list
> pve-user at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user




More information about the pve-user mailing list