Recent content by merlin-vrn

  1. M

    No GUI access

    Check the realm in the login form, it probably should be set to `Linux PAM`.
  2. M

    qemu tools - send and receive information

    It's possible with QEMU Guest Agent, but as far as I know Proxmox VE doesn't yet provide a easy-to-use UI for that.
  3. M

    Feature request: pre-set SSH keys

    When creating container there is an option to enter root password or upload SSH public keys. That is very useful; what is inconvenient is that one needs to find their keys each time. What would be convenient if we had a way to set up "default" keys in advance in e.g. user profile, and then have...
  4. M

    Influx DB organization doesn't allow slash

    Hello, I believe this is a bug, I am currently trying the metric feature in a test environment, and I turned out that organization name containing "/" symbol is not allowed: parameter verification errors (400) organization: value does not match the regex pattern Interestingly enough, the same...
  5. M

    [SOLVED] SPICE doesn't work

    It started working all of a sudden. There was a both a node reboot and a client reboot; maybe, MIME-data of the virt-client was updated during login or browser restart, so these "connection profile" files were finally associated with it, or something like this.
  6. M

    [SOLVED] SPICE doesn't work

    Yes, and that must be the same (or, very similar) file that the curl in the script downloads into "spiceproxy" file (see the opening post of this thread). (That file contains whatever I called a "connection profile" in previous reply.) I run the browser developer tools on the PVE GUI to see that...
  7. M

    [SOLVED] SPICE doesn't work

    Yes, I actually love the possibility to run it without GUI. I am glad there is such a script. Nevertheless, at the same time, I need to understand what's happening there. When some part doesn't work it means something is not right? Did I misconfigure something? How could it be possible with a...
  8. M

    [SOLVED] SPICE doesn't work

    Sure, you may stay on your opinion. The end fact is: SPICE fully works through script and without direct access to the VM, and it doesn't work in the GUI. How to solve that?
  9. M

    [SOLVED] SPICE doesn't work

    Requiring the ability to connect directly to a client defeats the purpose of having a hypervisor console, doesn't it? What if OS on the client isn't booting, or networking is failed and the purpose of the console is to fix that? The network is set up in such a way I can't ping a client...
  10. M

    [SOLVED] SPICE doesn't work

    No, you're actually wrong. I needed to specify the node name, not the node IP. If I don't have it in DNS or hosts, I need to run it like this: ./spice.sh -u USERNAME -p PASSWORD VM_ID NODE_NAME NODE_IP This is solved, but it still doesn't work from the web interface. So I still expect...
  11. M

    [SOLVED] SPICE doesn't work

    Solved. That was not obvious. This forum thread has the answer: https://forum.proxmox.com/threads/scripted-spice-access-gives-595-invalid-argument.37078/ I need to specify *node name*, IP address isn't going to work. That needs to be worded better.
  12. M

    [SOLVED] SPICE doesn't work

    A guest is Gentoo, which shows no apparent problems. The `spice-vdagent` is running (`qemu-agent` is running too and the host displays guest IP in the web interface) The host is Proxmox VE 8.1 (pve-manager/8.1.10/4b06efb5db453f29) According to the wiki page https://pve.proxmox.com/wiki/SPICE I...
  13. M

    [TUTORIAL] Proxmox VE Installer on Debian 12 Bookworm

    It would be way more useful to have an Ansible roles to roll out PBS and PVE; for the latter, an option to also create a cluster would be nice.
  14. M

    LXC CPU pinning

    Hello, I met a requirement to pin some container to certain CPU cores forever. This comes from the specific software we installed into the container and its licensing model. It checks CPUs and if it finds any dissimilarity with license file, it refuses to use that license file. My machine has...