[proxmox 3.x] pve-kernel-2.6.32-20-pve kernel source?

dlasher

Renowned Member
Mar 23, 2011
251
39
93
Looking for kernel source (not headers) for 3.0 (pve-kernel-2.6.32-20-pve)? Where do I find them, and what are they called?
 
this may sound stupid, but i am trying to checkout kernel code and i am getting errors:
not a git repository.
i have tried
git remote add origin https://git.proxmox.com/pve-kernel-2.6.32.git

git remote add origin https://git.proxmox.com/projects/pve-kernel-2.6.32.git

git pull
fatal: https://git.proxmox.com/pve-kernel-2.6.32/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?



not sure what i am missing here.

git clone git://git.proxmox.com/git/pve-kernel-2.6.32.git
 
git clone git://git.proxmox.com/git/pve-kernel-2.6.32.git
Cloning into 'pve-kernel-2.6.32'...
remote: Counting objects: 751, done.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed


the above error, I have received on 3 different machines. 1 on proxmox host machine, vm for development, and mac.

$ git clone git://git.proxmox.com/git/pve-kernel-2.6.32.git
Cloning into 'pve-kernel-2.6.32'...
remote: Counting objects: 751, done.
remote: Compressing objects: 99% (676/677)
 
Last edited:
the above error, I have received on 3 different machines. 1 on proxmox host machine, vm for development, and mac.

I am sorry, but I cannot reproduce the problem here. It works perfectly here:

# git clone git://git.proxmox.com/git/pve-kernel-2.6.32.git
Cloning into 'pve-kernel-2.6.32'...
remote: Counting objects: 775, done.
remote: Compressing objects: 100% (701/701), done.
...