Search results

  1. V

    [SOLVED] Odd issue with updating certificates in Proxmox: "Valid" but "Insecure" in Chromium but not Firefox

    I tried another Chromium-based browser(Vivaldi), there was no problem there. So I figured it might be a caching issue. I rebooted my PC and voila now when opening Proxmox web-interface in Chromium I see "Valid" and "Secure" Really odd issue, as I've never come across a situation before where I...
  2. V

    [SOLVED] Odd issue with updating certificates in Proxmox: "Valid" but "Insecure" in Chromium but not Firefox

    I found a difference between the old and new cert. Will ask the certificate provider if they have an idea.
  3. V

    [SOLVED] Odd issue with updating certificates in Proxmox: "Valid" but "Insecure" in Chromium but not Firefox

    The odd thing is I started a private browsing session in Chromium and there the certificate is both "Valid" and "Secure". So I decided to clear my browser cache and history, then it's the same problem again in Chromium. Yeah I already did a search but was hoping someone would have an idea here.
  4. V

    [SOLVED] Odd issue with updating certificates in Proxmox: "Valid" but "Insecure" in Chromium but not Firefox

    I placed a certificate I bough last year on my Proxmox host which was working. I then replaced it today with a new one, now when I check Chromium it says the certificate is valid, but "Not Secure". I checked Firefox and there it's valid and "Secure" so not marked in red that it's "Not Secure". I...
  5. V

    8 to 9 | amd64-microcode warning

    You can use "apt modernize-sources" to convert your sources to the modern standard.
  6. V

    8 to 9 | amd64-microcode warning

    Thanks that worked. Added the component "non-free-firmware" to /etc/apt/sources.list.d/debian.sources, then updated my sources and was able to install it.
  7. V

    [SOLVED] After upgrading from Proxmox 8 to 9 my zfs pool seems smaller

    Thanks for your reply. I actually forgot to check before, I just remembered it being differently? Then it was like that before the upgrade as well I guess? I'll mark it as solved then.
  8. V

    [SOLVED] After upgrading from Proxmox 8 to 9 my zfs pool seems smaller

    After upgrading from Proxmox 8 to 9 my zfs pool seems smaller in "df -h" output, included the used space 128K? df -h Filesystem Size Used Avail Use% Mounted on<br> zmedia 4.4T 128K 4.4T 1% /zmedia While the web-interface is showing the correct use storage. And same...
  9. V

    [SOLVED] Proxmox zfs raid1 installlation/configuration

    I don't know too much about zfs but I've been using it because I've heard it's good for things such as storage pools. That explains why only partition3 was setup as a mirror, glad to have learned something useful about zfs as well with this. Glad to hear that I'm not the only with questions...
  10. V

    [SOLVED] Proxmox zfs raid1 installlation/configuration

    One last question though. This is my zpool. root@pve:~# zpool status pool: rpool state: ONLINE scan: resilvered 15.7M in 00:00:00 with 0 errors on Mon Mar 3 16:23:07 2025 config: NAME STATE READ WRITE CKSUM rpool...
  11. V

    [SOLVED] Proxmox zfs raid1 installlation/configuration

    Useful tool! I had first manually removed it from the /etc/kernel/proxmox-boot-uuids file, that seems the better way of doing it. I ran it on both to be sure and then ran a clean afterwards. Then rebooted my Proxmox system afterwards and my system booted afterwards. So just in short recap for...
  12. V

    [SOLVED] Proxmox zfs raid1 installlation/configuration

    That's what I thought. I did check the status of the boot tool. root@pve:~# proxmox-boot-tool status Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace.. System currently booted with uefi WARN: /dev/disk/by-uuid/EFE9-DC66 does not exist - clean...
  13. V

    [SOLVED] Proxmox zfs raid1 installlation/configuration

    Thanks for your reply. It looks with the default install Grub is the default bootloader because I didn't pick when during the time when I installed this Proxmox install. What's the best way to go here, manually redo the bootloader setup and switch from Grub to systemd-boot or is there a better...
  14. V

    [SOLVED] Proxmox zfs raid1 installlation/configuration

    I recently had one of my nvme disks fail on me in my Proxmox server. I installed Proxmox on a default zfs raid1 installation. I was able to replace the disk and add it back to the pool but while doing that I noticed that the mirror only consists of partition3 which looks like this. root@pve:~#...
  15. V

    IPv6 SLAAC (autoconfig) for "management" only ?

    I was able to get ipv6 working on my Proxmox host because of this topic and the linked topic! So thank you to both of you and the people in the other topic! This is what I have in my sysctl configuration which I got from the linked topic. # Disable IPv6 and RA on all interfaces...
  16. V

    [SOLVED] Proxmox restarting regularly since 7.3/7.4 upgrade

    I had this same problem with "pve-manager/8.0.4/d258a813cfa6b390 (running kernel: 6.2.16-18-pve)", my system sometimes randomly rebooting and freezing without any explanation. After applying the boot parameters you shared I have no more random reboots or freezes and my system has an update, I...
  17. V

    [SOLVED] proxmox host nvme disk failed, now my vm's won't boot.

    I figured it out under the vm options -> Boot Order the iscsi devices weren't enabled. Problem solved!
  18. V

    [SOLVED] proxmox host nvme disk failed, now my vm's won't boot.

    The nvme drive where proxmox is installed on failed on my host, so I had to get a new nvme drive and reinstall Proxmox. My vm storage pools are located on different disks, now I didn't have a backup of the vm's configuration files. So what I did is recreate one of the vm's I wanted to restore...
  19. V

    [SOLVED] Upgrade from 64ram to 128G ram but I am missing 7G

    @Dunuin thanks for your reply! I think I found it, there was some setting in the bios/uefi where I could disable the onboard graphics chip on the cpu and now I see this. # free -h total used free shared buff/cache available Mem: 125Gi 20Gi...
  20. V

    [SOLVED] Upgrade from 64ram to 128G ram but I am missing 7G

    I have something strange, I had this problem before I upgraded as well as I was missing ram then too but I can't seem to figure this out. # dmesg | grep Memory [ 0.323663] Memory: 127494620K/129913696K available (16393K kernel code, 4342K rwdata, 10192K rodata, 2888K init, 4900K bss...