Search results

  1. fireon

    2FA and Bitwarden Password Manager as WebAuthn

    If you would like you can create some feature request here: https://bugzilla.proxmox.com/
  2. fireon

    Subscription check behind proxy broken in PVE9

    Well, I thought that if you enter the IPs + FQDN in the hosts file as a workaround and only set the proxy for Apt, it might work for you too.
  3. fireon

    Subscription check behind proxy broken in PVE9

    I tested this. A pure Apt proxy works. If your DNS resolution isn't working, you can also make an entry in /etc/hosts as an additional workaround. I configured the proxy for Apt like this: /etc/apt/apt.conf.d/01proxy Acquire::http { Proxy "http://myProxy:3128"; }; The proxy you configure in...
  4. fireon

    Infoblox vm stuck on grub

    Please give us a bit more information: How did you install Infoblox? Which Proxmox version are you using? pveversion -v Please also post your VMconfig: qm config <vmid>
  5. fireon

    Subscription check behind proxy broken in PVE9

    It looks to me like Proxmox can't resolve the address. Can you resolve shop.proxmox.com? ping shop.proxmox.com Where did you enter the proxy server? http_proxy: http://.* Specify external http proxy which is used for downloads (example: http://username:password@host:port/) What's the host...
  6. fireon

    ZFS over iSCSI - Fehler

    Wichtig ist das für bereits existierende Storagesconfigs die Option "zfs-base-path" hinzugefügt wird, ansonsten bekommt man den gleiche Error wieder. z.B. zfs: zfs-over-iscsi01 blocksize 4k iscsiprovider LIO pool pool/targetcli portal 192.168.3.5 target...
  7. fireon

    Veeam error Failed to map disks (since upgrade v8 to v9)

    This refers to the Steamworker VM, not the VM that is to be restored. Or what exactly do you mean?
  8. fireon

    PBS 4 - Datastore Offline in PVE

    Very similar here: error fetching datastores - 500 Status read failed: Broken pipe
  9. fireon

    Windows virtualization with GPU passthrough

    Absolutly: https://forum.proxmox.com/threads/passthrough-rtx-5090-cpu-soft-bug-lockup-d3cold-to-d0-after-guest-shutdown.168424/ Basically YES. I've already looked at a few cards. My motto: “Always test.” And if possible, don't use consumer cards. An RTX A2000 → cheap and enterprise-ready. I...
  10. fireon

    HPE Prolait DL360 Gen9 - Raid

    Danke für die Info, bin der Zeit noch auf 2.3. Upgrade auf 2.4 ist leider etwas mehr arbeit, weil vie was ich nutze damit raus geflogen ist.
  11. fireon

    Converting physical server with RAID to Proxmox VM

    Do you know this Wiki article? https://pve.proxmox.com/wiki/Migrate_to_Proxmox_VE I've always had great success with Clonezilla. “dd” also always worked quite well. Please show us your VM configuration on Proxmox: qm config <vmid> What error message do you get when you start the VM?
  12. fireon

    Encrypt ZFS pool

    I did that for a while. To make it work, I changed the following file: nano /usr/share/perl5/PVE/Storage/ZFSPoolPlugin.pm - my $cmd = ['zfs', 'send', '-Rpv']; + my $cmd = ['zfs', 'send', '-Rpvw']; But after a while, there were damaged volumes. So I disabled it again. An alternative would be...
  13. fireon

    ZFS over iSCSI - Fehler

    Für PVE9 gibt es bereits einen Patch :cool: https://bugzilla.proxmox.com/show_bug.cgi?id=5071#c7
  14. fireon

    HPE Prolait DL360 Gen9 - Raid

    Indem sie rot leuchtet. Absolut ja: https://deepdoc.at/dokuwiki/doku.php?id=server_und_serverdienste:hpacucli Diese Dinge kannst du auch mit einem Monitoring wie z.B. CheckMK überwachen: https://checkmk.com/ Glaub bei der Gen9 kann man das schon direkt mit SNMP über das ILO tun, bin mir aber...
  15. fireon

    MacOS Sequoia vm on Proxmox 8.4.1

    Sorry, I don't have time to go through the HowTo again right now. But if you follow the instructions exactly, you should end up with a working VM. I started my test MacOS here and it still works. Here is my final VM config: args: -device...
  16. fireon

    MacOS Sequoia vm on Proxmox 8.4.1

    With this howto I was able to install MacOS on Proxmox VE8 as VM. https://klabsdev.com/definitive-guide-to-running-macos-in-proxmox/
  17. fireon

    ovpn_dco_v2 module to lxc unprivileged container for Openvpn.

    I use also OpenVPN on an unprivileged Ubuntu 24.04 CT. Packages come directly from the repositories. But I had to set this LXC features: lxc.cgroup.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net none bind,create=dir features: nesting=1 This allows openvpn to work normally here.
  18. fireon

    Windows virtualization with GPU passthrough

    I am not familiar with the “finite element simulations” software, but basically your plan should work. Depending on the mainboard, it may not work right away, so I recommend testing it thoroughly beforehand. Here are some important links to the documentation...
  19. fireon

    [SOLVED] Moving container storage to a different disk (one with ZFS)

    To do this, you need to know exactly what the script does and then uninstall/delete the items manually. A clean reinstallation of Proxmox VE might be the better and faster option...