If curl can access it, and not your browser, your browser is at fault. Are you sure you try to reach https and not using http?
I hate those browsers hiding the scheme by default in the URL.. you can also display the details of the request to...
@Onslow You did in fact not write in your first reply what you wrote in your second one. But that's neither here nor there.
Turns out I was dumb in another way over a year ago. I configured the bridge interface for the WebGUI on the offending...
Another things to consider: Due to the opensource nature of ProxmoxVE it's not only possible but completely legal to develop and use custom solutions.
@gyptazy mentioned on his linkedin feed that some third-party developers created PegaProx...
From what I remember, systemd uses cgroup v2 to manage and isolate processes and their resources. This fundamentally requires read/write access to /sys and /proc because the Linux kernel intentionally uses a single hierarchy for this API [1]. The...
Hallo,
ich administriere mittlerweile meinen keinen Proxmox Cluster (8 Nodes) immer mehr mit claude-cli -
um die Antworten der KI zu verbessern setze ich in anderen Bereichen "Skills" ein -
ich würde gerne ein Proxmox Skill bauen, finde aber...
Prior to migrating, may need to regenerate the kernel to include all the drivers. Had to do this when migrating to Hyper-V.
So, run the following as root:
dracut -fv -N --regenerate-all
Hi,
we are using an offline mirror for the proxmox enterprise repositories and have removed the non-subscription one, but we still get the "error" that "No Proxmox VE repository is enabled ..." on the repository view of a node.
I checked the...
Here are the settings i have. I have secureboot on so I am using grub.
cmdline:
intel_iommu=on iommu=pt
/etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
I recommend installing intel graphic firmware apt install firmware-intel-graphics I...
Hmmm very stange...
I invite you to configure remote logging (for having fresher info if reboots occurs again).
And maybe to subscribe official support from Proxmox.
It happened only one time ?
Unfortunately as you can see, it's not working :(. (Ignore the disabled Wifi. I intentionally turned it off and use an ethernet adapter to make sure we are on the same network as the proxmox).
No, probably better to pass through a zvol direct to the database VM from host using RAW.
If the NAS and the DB are on the same proxmox host, and both are using VirtIO network card, it can be faster than eth I just got 20.4 Gbits/sec with iperf3...
From what I remember, systemd uses cgroup v2 to manage and isolate processes and their resources. This fundamentally requires read/write access to /sys and /proc because the Linux kernel intentionally uses a single hierarchy for this API [1]. The...
Do you have the firewall active?
How does your configuration look like?
cat /etc/network/interfaces
cat /etc/network/interfaces.d/sdn
ip a
ip r
cat /etc/pve/sdn/zones.cfg
cat /etc/pve/sdn/vnets.cfg
cat /etc/pve/sdn/controllers.cfg
cat...
Hello,
looks like similar issue to this thread is back, I am on PVE 9.1.1 and LXC based on opensuse-16.0-default_20260116_amd64.tar.xz has no network, while LXC based on opensuse-15.6-default_20240910_amd64.tar.xz works OK, at least in my case...
Hi,
thank you for your quick reply!
Thank you for the information. I googled further unfortunately the question why *require* it remains open.
Maybe baking in this and every feature in a monolith (instead of providing specialized building...