Interfaces can have multiple names. Names such as nic0, nic1, etc. are the "real" names, while names such as enx902b43ebbbc, enp0s25, etc. are alternative interface names. We currently only support "real" names in the ui input fields. So you'd...
Hi,
Thanks for your reply. I went to have another look, and like magic... it now works!
I did restart the server for a kernel update last night, so perhaps a restart fixed something, or a package update.
I've started the first tape backup...
Summary
Since installing corosync-qdevice on our 4-node cluster (an installation that involved several hard VM stops/restarts due to a botched netplan config), the Linux bridge vmbr0 on multiple nodes intermittently and persistently fails to...
Glad you managed to solve it! I didn't notice your reply before my last answer, but yeah, I'll keep it so it's easy to fetch that command in the future hehe
Thanks for sharing the fix.
Hello Jonas,
Thanks for your answer. Yes I did take a look at the stretch cluster guide.
We will add the dedicated link with a lower MTU soon, probably today or tomorrow.
Regarding the VPN, I just checked our FortiGate firewall. We use IPsec...
I think people start with the compact systems because so many YouTubers make endless videos about them! And those videos are popular, so they'll make multiple attempts per year, bouncing around between dumpster-dive business desktops, thin...
Summary
VM (QEMU) consoles via noVNC reliably disconnect after a few seconds, on every QEMU VM, while LXC console (termproxy) works fine. This happens even when connecting from a Windows VM running on the same host, ruling out client-side...
You can attempt running the below command [0] on all cluster nodes:
~# pvecm updatecerts
This should recreate the node specific ssh_known_hosts file based on its SSH key.
See man pvecm [0] for more details.
[0]...
Hi,
ist there a way to sync older backups?
Situation:
We provisioned a new remote PBS. since the Backups are huge, we decided to sync the latest Snapshot first ( Sync Last = 1 ). But after succesfully syncing changing "Sync last" to empty ( A...
Could you please tell us on which API endpoints did you experienced issues? What issues exactly? Was it simply slow response times? You can use your browse debugger to see the outgoing API requests.
Actually, you can easily "get around the physics" of hard drives by using caching/tiering, which we've had for decades on RAID controllers and SANs alike. It's not something FOSS has made a priority in recent years, although there is the special...
ehy i fixed this problem right now, many months ago i configured the routing rules for the ssh access in the pv2, i removed the rules and i did this ssh-keygen -f "/root/.ssh/known_hosts" -R "pv2".
Thank you for your support Sir
I cleaned up the corrupt snapshot, and it has run fine last night. FYI, I learned from Tuxis (I use their DaDup S3 storage) that they are experiencing DDOS attacks the last weeks and trying hart to mitigate. Which explains sudden disconnects...
Kasm Technologies established a partnership with Proxmox Server Solutions which you can find just here: https://www.proxmox.com/en/about/company-details/press-releases/kasm-en
Kasm Workspaces provides such a solution to make agent bases...
Actually, you can easily "get around the physics" of hard drives by using caching/tiering, which we've had for decades on RAID controllers and SANs alike. It's not something FOSS has made a priority in recent years, although there is the special...
I am planning to improve the network setup for a small Proxmox VE homelab & wanted some advice from more experienced users here.
Right now the setup is quite basic with a single NIC and a standard Linux bridge configuration. It works fine for...
Aha this make sense, Proxmox ve uses pmxcfs, its FUSE-based filesystem that stores configuration in a SQLite database and synchronizes it across the cluster.
There's a pve command to correct this, I will look for it and update you