Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Finally had some time to package and setup #PegaProx Debian Repository for #Proxmox!

Uncategorized
1 1 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    8 Views
    Running FreeBSD 15 VM-Image on Proxmox? You might have noticed your cloud-init static IPs are being ignored. 😓The issue: Proxmox generates legacy cloud-init "v1" configs, but FreeBSD's new nuageinit tool only understands the modern "v2" format. The result is a silent fallback to DHCP (or no IP at all..).I wrote a shell script to bridge the gap. It runs on the host and generates a custom ISO with the v2 syntax FreeBSD actually expects.Read the full breakdown and grab the script: https://blog.hofstede.it/freebsd-15-cloud-init-on-proxmox-working-around-nuageinits-network-config-gap/#FreeBSD #Proxmox #SysAdmin #CloudInit #Virtualization
  • 0 Votes
    1 Posts
    9 Views
    #Incus impressed me as a #Proxmox alternative, but #IncusOS? That’s the next evolution!IncusOS comes with all the missing things like ARM64 (aarch64) support, boot safety, full disk encryption, immutable images (read-only and signed) and fully locked down to operate in API only mode.For me, it’s a mix of #Talos, #Harvester and Proxmox where it merges the best features of all ones!Tags: #PVE #Virtualization #Containerization #Container #Containers #Linux #Debian #ARM64 #aarch64 #opensource #security #immutable #foss #LXC #LXD #VM #VPS #Immutable #secureboot #TPMBlog post: https://gyptazy.com/incusos-a-platform-for-modern-virtualization-containerization-infrastructure/
  • 0 Votes
    1 Posts
    6 Views
    Still looking how to balance your VMs in #Proxmox clusters? #ProxLB 1.1.9 is here!This release adds features that were requested during the #DutchProxmoxDay2025 which was hosted by our friends Tuxis (tuxis.nl). I'm hearing your feedback and all your feedback from the community and user base is important to me, so let me introduce the following new features:* Add an optional memory balancing threshold* Add affinity/anti-affinity support by pools* Add pressure (PSI) based balancing for memory, cpu, disk* Pressure (PSI) based balancing for nodes* Pressure (PSI) based balancing for guestsYou can simply upgrade via APT or by obtaining the latest Docker/Container image. PSI based balancing (still in beta) requires Proxmox VE 9 or greater.Thanks to my employer@credativ@mastodon.social (https://credativ.de) who provides me the required time to work at this.GitHub: https://github.com/gyptazy/ProxLBGitHub Release: https://github.com/gyptazy/ProxLB/releases/tag/v1.1.9Author: @gyptazy@gyptazy.com#PVE #Proxmox #Community #OpenSource #FOSS #gyptazy #DutchProxmoxDay #coding #projects #virtualization #vms #hypervisor #homelab #vmware #alternatives #pve #balancing
  • 0 Votes
    1 Posts
    26 Views
    Hey #Proxmox community! I would like to hear your thoughts on how you usually update your Proxmox nodes and clusters. How do you handle minor Proxmox and #Debian package upgrades with #APT?What would you think about a new API endpoint that lets you run unattended upgrades with a simple call like:/nodes/{node_name}/apt/upgradeAt the moment you need to use the node’s HTML5 console to perform upgrades. Other methods exist such as running unattended Debian upgrade scripts, using patch management tools like #Spacewalk or #QualvoSec, or automating the process with #Ansible over SSH. My idea is to have an API based solution that relies on Proxmox authentication and authorization. This would also allow third party tools such as #ProxLB to provide automated patch management and even handle guest rebalancing in a way that is similar to DRS without requiring direct SSH access.I have already been running this approach on several internal clusters since the release of PVE 8 without issues. Now I am interested to hear if you would use unattended upgrades in general or if you are already running them today.#Linux #OpenSource #PatchManagement #Security #DevOps #Automation #Ansible #PVE #PVE8 #PVE9