Recent content by takeshi

  1. T

    Strange behavior

    Ah, I'm very sorry. I missed your email. Our infra team already moved to fix the server by installing the latest version of PVE so it is not possible to investigate this anymore. If this happens again the next time we need to do an upgrade I will make sure we get this info and keep the server...
  2. T

    Strange behavior

    Hi, trying to get rid of some problems, I tried to upgrade my ProxMox VE 6.1-7 by doing: apt update && apt full-upgrade After that, without server restart, I could see 'ProxMox VE 6.2-15' in the web UI. However, this didn't solve the problems and since some threads indicated a server reboot...
  3. T

    Credentials don't work in API

    Thank you. It was a dumb mistake of mine. I copied/adjusted the URL from the wrong sample line from the docs: https://10.0.0.1:8006/api2/json instead of https://10.0.0.1:8006/api2/json/access/ticket It indeed works fine.
  4. T

    Credentials don't work in API

    I can login in the web interface. But when I try curl -v -k -d "username=root@pam&password=secret" 'https://192.168.1.2:8006/api2/json' I get '401 No ticket' Does the use of the API require any configuration or enterprise subscription? I'm using proxmox VE 6.1-7