Search results

  1. T

    Proxmox installation stuck on 3% "Creating LV's" PLEASE HELP GUYS

    in my case, I got stuck a 3% for 10 minutes and then the installation resumed. 02:00.0 Non-Volatile memory controller [0108]: Micron/Crucial Technology P2 NVMe PCIe SSD [c0a9:540a] (rev 01) Subsystem: Micron/Crucial Technology P2 [Nick P2] / P3 / P3 Plus NVMe PCIe SSD (DRAM-less)...
  2. T

    thunderbolt nvme mounting issue

    Not super confortable with linux yet, I have an issue mounting my 4tb thunderbolt nvme ssd. I have the device authorized and seen but the only way I can mount it is via fstab and only after a reboot. If I unmount it after that, I can't remount it until a reboot. not very useful for an external...
  3. T

    Proxmox / Debian 12 LXC / CodeProject.ai / Coral usb TPU : My working setup !

    Well this is fine, The name will change once the container initialize the module. This is why you have : usb0: host=1a6e:089a,usb4=1 # coral ID pre-load // replace USB4 with selection usb1: host=18d1:9302,usb4=1 # coral ID post-load // replace USB4 with selection
  4. T

    Update Error with Coral TPU Drivers

    Finally got it working. So the issue was to sign the the dkms module. If you're on the same boat (secure boot) and want to stay that way: * Validate that you use secure boot: mokutil --sb-state SecureBoot enabled as root : 1) generate cert: openssl req -new -x509 -nodes -days 36500 -subj...
  5. T

    Update Error with Coral TPU Drivers

    I have nothing under /dev related to apex. No error messages at boot, but : :~# modprobe gasket modprobe: ERROR: could not insert 'gasket': Key was rejected by service
  6. T

    Update Error with Coral TPU Drivers

    I tried both with KyleGospo on 6.8.4.3 and the google version on 6.5.13-5 with the same result (apex device not showing up but no visible error message). Is it possible this is related to using dkms and secureboot ? I'm definitely not familiar with secureboot and this is the first proxmox...
  7. T

    Update Error with Coral TPU Drivers

    My Coral tpu is the M.2 version.
  8. T

    Update Error with Coral TPU Drivers

    Running Proxmox 8.2.2 here I followed the instructions from this thread and reverted to kernel 6.5.13-5-pve but still a no show. Any idea what I've done wrong ? uname -r 6.5.13-5-pve Steps I've done : apt remove gasket-dkms apt install dkms lsb-release sudo git dh-dkms devscripts pve-headers...
  9. T

    Minimizing SSD wearout question ?

    I tried to add "options zfs zil_nocacheflush=1" to a new host I just built but the option doesn't seem to become enable after a reboot. Any Idea ? The hole system is on zfs (3 x 4tb ssd) # cat /etc/modprobe.d/zfs.conf options zfs zfs_arc_max=10096738304 options zfs zil_nocacheflush=1 reboot #...
  10. T

    Proxmox / Debian 12 LXC / CodeProject.ai / Coral usb TPU : My working setup !

    Taught this could help others as I found it difficult to setup ! I've been using the typical "Proxmox / LXC / Docker / Codeproject" with Coral TPU usb passthough setup but it's been unreliable (at least for me) and the boot process is pretty long. Not super usefull when used with blueiris for...
  11. T

    Realtek 8125B jumbo frame "issue"

    Well, in the config I tested it’s between the proxmox host and the switch nothing else in between. pc to pc = ok pc to switch = ok Proxmox host to switch (large mtu) = no go pc to switch to proxmox (large mtu) = no go I can ping from the switch but the cli doesn't seem to allow changing packet...
  12. T

    Realtek 8125B jumbo frame "issue"

    So I have this "issue" I can't figure. I'm trying to enable jumbo frame on my "small" homelab. My proxmox server has a 4 port Realtek 8125B 2.5GBps card. My lan port (enp8s0) is connected to my main switch Tplink TL-SG3210XHP-M2. Jumbo frame is set at 9000 everywhere and the network cable...
  13. T

    snmpd[2644]: systemstats_linux: unexpected header length in /proc/net/snmp. 237 != 224

    I know there is a bug at this time with snmp but I was wondering if there was a workaround or a way to patch this temporarly in order to avoid floodind syslog ? https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/2056257 pveversion pve-manager/8.2.2/9355359cd7afbae4 (running kernel...
  14. T

    PVE sending email notifications on successful backup jobs

    You're right, I forgot to mention : pveversion pve-manager/8.0.9/fd1a0ae1b385cdcd (running kernel: 6.2.16-19-pve)
  15. T

    PVE sending email notifications on successful backup jobs

    So I have this small issue where pve is sending email notifications when backup jobs are successful even if "On failure only" is checked for the "notify"" field. (and job detail logs confirm this as well with "--mailnotification failure". Also, I get double notifications since one notification...
  16. T

    Issues after opt-in kernel 6.2 / Realtek 8125

    Damn... my bad... module r8169 was blacklisted... I wish we could delete our own posts. sorry for that
  17. T

    Issues after opt-in kernel 6.2 / Realtek 8125

    I have 2 proxmox hosts. The first one was installed a while ago and I had to install dkms in order to support my Realtek 8125 4 ports nic card since it was not supported natively by proxmox at that time. The second host was installed more recently and I didn't had to go the dkms way to make the...
  18. T

    Minimizing SSD wearout question ?

    Thanks for that, yes I agree with you, when I'll have to buy disks I'll get entreprise ssds... As mentioned I had those disks before so thats why I used them for the last year. I've re-enabled sync (zfs set sync=standard R1_1.6TB_SSD_EVO860). should I do anything else ? I can't figure how to...