This is already being worked on:It also would be nice to get the "import OVA image wizard" option.
https://lists.proxmox.com/pipermail/pve-devel/2024-April/063419.html
This is already being worked on:It also would be nice to get the "import OVA image wizard" option.
seems that the drbd dkms module is not compatible with kernel 6.8 yet - see https://pve.proxmox.com/wiki/Roadmap#8.2-known-issuesget this error while upgrading:
Not sure if you mean an issue with r8125-dkms not working with newer kernels - but we repackaged the dkms-module to work with kernel 6.8Did the fixed rtl8125 drivers make it in?
I had the same issue.I have problems with the new 6.8 kernel. Is it possible that the interface names change with an Intel X710 card? With 6.5 my interface was called enp99s0f0, with the 6.8 kernel the same interface is now called enp99s0f0np0. This tears up the entire network configuration...
In Release Notes, I found the answer in section: Known Issues & Breaking Changes. I pinned the kernel to current 6.5 kernel and installation continued. Unfortunately, manually I need to remove the 6.8 kernel.I get this error while upgrading:
Code:Building module: Cleaning build area... make -j32 KERNELRELEASE=6.8.4-2-pve -C src/drbd KDIR=/lib/modules/6.8.4-2-pve/build.......(bad exit status: 2) Error! Bad return status for module build on kernel: 6.8.4-2-pve (x86_64) Consult /var/lib/dkms/drbd/9.2.8-2/build/make.log for more information. Error! One or more modules failed to install during autoinstall. Refer to previous errors for more information. dkms: autoinstall for kernel: 6.8.4-2-pve failed! run-parts: /etc/kernel/postinst.d/dkms exited with return code 11 Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/proxmox-kernel-6.8.4-2-pve-signed.postinst line 20. dpkg: error processing package proxmox-kernel-6.8.4-2-pve-signed (--configure): installed proxmox-kernel-6.8.4-2-pve-signed package post-installation script subprocess returned error exit status 2 dpkg: dependency problems prevent configuration of proxmox-kernel-6.8: proxmox-kernel-6.8 depends on proxmox-kernel-6.8.4-2-pve-signed | proxmox-kernel-6.8.4-2-pve; however: Package proxmox-kernel-6.8.4-2-pve-signed is not configured yet. Package proxmox-kernel-6.8.4-2-pve is not installed. Package proxmox-kernel-6.8.4-2-pve-signed which provides proxmox-kernel-6.8.4-2-pve is not configured yet. dpkg: error processing package proxmox-kernel-6.8 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of proxmox-default-kernel: proxmox-default-kernel depends on proxmox-kernel-6.8; however: Package proxmox-kernel-6.8 is not configured yet. dpkg: error processing package proxmox-default-kernel (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of proxmox-ve: proxmox-ve depends on proxmox-default-kernel; however: Package proxmox-default-kernel is not configured yet. dpkg: error processing package proxmox-ve (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: proxmox-kernel-6.8.4-2-pve-signed proxmox-kernel-6.8 proxmox-default-kernel proxmox-ve
I found no solution to successfully finish the update.
Any ideas how to continue the update?
apt remove proxmox-kernel-6.8 proxmox-kernel-6.8.4-2-pve-signed
apt dist-upgrade
I know that you've published a bug tracker portal for requesting new features by the users, but referring to the newest "Import wizard to migrate VMware ESXi guests to Proxmox VE" innovation and taking the opportunity:
It also would be nice to get the "import OVA image wizard" option.
any special way to do this or just something likeYou can pin the names to be consistent over udev changes that might come with debian updates.
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="01:23:45:67:89:ab", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
/etc/udev/rules.d/70-persistent-net.rules
This is the right answer. I needed to clear my cache. I always forget to do that for these major updates.Did you reload your web gui after rebooting?
see the reference docs on the topic:any special way to do this or just something like
probably the issue addressed in:I get these errors after upgrading, the service "proxmox-firewall" exits with failure
Hello! Congratulations on the release!
What are the implications of running the latest 6.5.13 kernel with Proxmox 8.2? I'm experimenting with Intel iGPU SR-IOV support, and that still requires the latest 6.5.13 release.
Is booting with 6.5 going to break any of the new features?
Edit: I noticed this in the release notes: "When editing ZFS storages, display 16k as the blocksize placeholder to reflect the current ZFS defaults."
However, after upgrading and restarting, I tried to add a new ZFS pool an saw this:
View attachment 66885
Thanks!
I renamed my security groups and removed the dashes, aaaand i got a new error :/probably the issue addressed in:
https://lists.proxmox.com/pipermail/pve-devel/2024-April/063658.html
* you should be able to change back to the old firewall for the mean-time.I renamed my security groups and removed the dashes, aaaand i got a new error :/
I found the error, in the cluster firewall config, if i configure a security group like this:I'm super interested to know Intel iGPU SR-IOV drivers implications with 6.8 update too. From what I read, 6.8 kernel will out of box support for i915 with SR-IOV support. Can someone please confirm?
EDIT: Looks like you're on top of this judging by the avatar pic Too bad kernel above 6.5 will break the iGPU SR-IOV.
https://github.com/strongtz/i915-sriov-dkms/issues/153
[group icmpmonitoring] # allow icmp
IN ACCEPT -source dc/grafanaserver -p icmp -log nolog -icmp-type any # Ping
[group icmpmonitoring] # allow icmp
IN Ping(ACCEPT) -source dc/grafanaserver -log nolog # Ping
I have not enabled the nftables firewall* you should be able to change back to the old firewall for the mean-time.
* opening a dedicated thread for issues with the new experimental nftables based firewall would be appreciated! (else it might get overlooked in the general release thread)
The description from the manual page is a bit older, and while it's an advanced feature, I'd not call it tech preview anymore.Very cool new update. Thanks.
Regarding fleecing, the manpage says it's a tech-preview, the release notes do not mention that. Which of the two is right?
You need to check the fleecing check box above it and the first storage from the list is selected by default.what is the reason that fleecing storage "local-zfs" is selected by default and greyed out, so no other fleecing storage can be selected ?