Hi @HaVecko , welcome to the forum.
To preface: I have no direct experience with Nakivo and don’t know how it integrates with PVE. Everything below is speculation based only on what you’ve shared.
That said, I do know a bit about how certain...
Hi @piojo11 , welcome to the forum.
The common culprits are:
- browser extensions affecting password entries
- native browser password managers
- using wrong PAM domain
- typing a wrong password
- modifying PVE code to "smooth" login experience...
Hi @sharbich , the error message comes from the script/app itself. It contains word "possible" which indicates a "guess" on the part of the app.
One would need to examine the App's code to confirm how it came to that decision. Its possible that...
This is likely the source of your issue.
It is impossible to answer your question since we don't know anything about your storage.
Start with examining the /etc/pve/storage.cfg. Continue with making a backup of it, follow on with...
In addition to @gfngfn256'` guide, the primary source of CI documentation is located here: https://cloudinit.readthedocs.io/en/latest/
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
You should probably find a way to report this to Ubuntu directly. Being that you are doing a manual install from ISO and not Cloud Image, there is 0 chance that PVE somehow interferes with your username creation.
Blockbridge : Ultra low latency...
Have you ensured that ISO is removed before you reboot? That was not in your video.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Hi @nafeasonto , welcome to the forum.
If your business plans to rely on PVE for critical operations, perhaps you/they should take a look at official training:
https://www.proxmox.com/en/services/training-courses/training
There are also many...
The "?" in the GUI can indicate two things:
a) "pvestatd" daemon has trouble collecting information. This is usually related to storage misconfiguration (network or otherwise)
b) trouble connecting to that particular node
You can perform the...
I don’t quite follow you. The documentation and UI capabilities are pretty extensive. As in most cases, the CLI is more powerful, and for the most part it’s well documented.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
You can try to use ZFS-over-iSCSI, however it is not multipath capable.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Thank you for coming back with a solution! It is extremely valuable for those that come after you.
Cheers!
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Things like this can simply be tested: when I disable the debian sources and query the policy of a random (but known to be installed) package I get:
~# apt policy bash
bash:
Installed: 5.2.37-2+b5
Candidate: 5.2.37-2+b5
Version table:
***...
As I mentioned, this:
is not the same as:
The commands use different key locations and keys. You should be able to make ssh root@pve2 work by following the standard SSH key exchange steps. Can you figure out why it isn’t working?
I know quite...
You should not disable Debian sources. They bring in other components that are not part of subscription repo.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Run that command manually from the shell, does it work?
Examine /etc/pve/nodes/pve2/ssh_known_hosts , is it the same or different from pve1?
Run: ssh -vvv root@pve2
Look for : Offering public key:
Do any of the public keys match what is in...
Hi @akamatch14,
Can you clarify what "everything" is? Have you tried :
pvecm updatecert -f
Until you have fixed the authentication, your migration will continue to fail.
Have you done anything recently that changed your configuration? For...
You are right, my mistake. I seem to remember the VM version being an issue before, but perhaps 9 stands for PVE9, not Qemu9. In this case 9 is latest.
@Impact has a good question to answer.
Blockbridge : Ultra low latency all-NVME shared...