-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Version ? #6
Comments
Hi,
I am having the same problem with the build script, I already opened an Issue for that(#5).
Unfortunately you need this every time. So whenever a new kernel is released, you have to download and install it from here (when a new kernel is provided under releases) or you have to compile it yourself. It seem like kiler129 (no offence, its great work) is not very active here with providing a new kernel. Maybe someone else could do that and could upload it to GitHub. Maybe kiler129 can give someone the permission to this project, who can upload a new kernel a little bit quicker. I would volunteer for that, but I don't have enough resources to compile it myself. Regards |
Happy to hear 💯
In short - yes. I had more explanation in #4 (comment) for this.
Yes. Seeing as more people started using it I recently added docker support and I'm planning to just make it automatic. However, it's tricky - you cannot exactly throw it into Azure/Travis/GH due to the space and compile time required.
Proxmox in general doesn't update kernel every time. When it does you need to reinstall the modified package. You can lock the kernel in
Yes, that works. In essence this is the core of the problem is described in #5 and fixed in #8 |
Partially due to my private life being a rollercoaster recently and partially deliberately :)
Actually... I think I may have some spare server resources to automate that on my end and auto-publish draft/beta releases as Proxmox updates them and mark them as stable after ~2 weeks. See #9 |
hi , will there be a release for proxmox 6.4.8 ??? , and the new linux version ?? , so i dont have to boot into old version to run it ?? thanks for your work its the only thing i could get my HP to work |
Hi,
I'm very thankful that you fixed this issue for so many people out there.
I'm facing the same problem with a HP DL360p Gen2 where I want to passthrough the NIC which is running ambedded to a firewall directly.
I'm using the newest version of Proxmox - which is available to date: 6.3-6 with Kernel 5.4.106-1-pve
Is it safe to use the latest premade PROXMOX Package which you have under releases ?
Will you release another package ?
Another question would be - Is it save to upgrade the PROXMOX host when the packages have been applied or are all the changes removed when Proxmox roles out a new kernel ?
//Edit:
I also tried to perform the build.sh script - but unfortunately this fails when downloading the kernel snapshot in line 76
curl -k "https://git.proxmox.com/?p=mirror_ubuntu-focal-kernel.git;a=snapshot;h=$(git submodule status submodules/ubuntu-focal | cut -c 2-41);sf=tgz" --output kernel.tgz
I simply commented out the section in the script which was marked as "Optional" and the script worked just fine.
Best regards,
Michael
The text was updated successfully, but these errors were encountered: