Search results

  1. U

    Python3 export cluster info 400 Bad Request

    A very strange thing, I added the print to the last position, and then executed the script only output a vmid, no error was reported, and then delete the print, the script can be executed. grateful!
  2. U

    Python3 export cluster info 400 Bad Request

    Is there any problem with the output vmid? There are multiple vmid values after execution. 150 208 176 130 138 142 151 124 271 117 182 270 131 114 291 339 165 301 167 306 186 346 345 120 228 347 325 342 323 109 322 320 199 324 251 231 144 321 328 162 326 309 116 204 166 159 246 122 234 164 189...
  3. U

    PVE How to install Cisco Secure Access Control Server (ACS) ?

    The installation process prompts that the hardware is not supported.
  4. U

    Python3 export cluster info 400 Bad Request

    Hi,@oguz Line 58 is conf = proxmox.nodes(node['node']).qemu(vm['vmid']).config.get() I did not find any exceptions in this sentence, because this script is in another version with the same pve It can be executed under the cluster. Please help, thanks
  5. U

    Python3 export cluster info 400 Bad Request

    I wrote a python script to export the pve cluster cluster information, but this script can be exported before, but now it can’t be executed, please help me take a look? python3 list-pool.py Traceback (most recent call last): File "list-pool-prd.py", line 58, in <module> conf =...
  6. U

    How to import qcow2 to pve?

    Hello,I use ova's mirror to switch to qcow2, there is no problem.:(
  7. U

    How to import qcow2 to pve?

    Hi,I am try at the pve6 run qemu-img info display the same error. qemu-img info atrust_proxy_20210618.qcow2 qemu-img: Could not open 'atrust_proxy_20210618.qcow2': bitmaps_ext: Invalid extension length: Unknown error -8
  8. U

    How to import qcow2 to pve?

    qemu-img info ./atrust_sdpc_20210618.qcow2 qemu-img: Could not open './atrust_sdpc_20210618.qcow2': bitmaps_ext: Invalid extension length: Unknown error -8 Hello,my pveversion is proxmox-ve: 5.4-2 (running kernel: 4.15.18-30-pve) pve-manager: 5.4-15 (running version: 5.4-15/d0ec33c6)...
  9. U

    How to import qcow2 to pve?

    I am run qm importdisk Prompt to report an error. qm importdisk 120 ./atrust_sdpc_20210618.qcow2 local qemu-img: Could not open './atrust_sdpc_20210618.qcow2': bitmaps_ext: Invalid extension length: Unknown error -8 Formatting '/var/lib/vz/images/120/vm-120-disk-1.raw', fmt=raw size=0 qemu-img...
  10. U

    How to get the password encrypted string?

    I want to get the password in the following format, how do I do it? Thank you map[password:[jKR+KBWMs7JjS2jf+9vC6g==] username:[cmdb@pve]]
  11. U

    How to get the password encrypted string?

    Hi,I see the passwd is it:$5$TXIeFtXC$EixCcgKf4hqTPtl3tG8v8cXDQAgypIJnwJHBzcULYk1: Are all the passwords of this user in the colon?
  12. U

    How to get the password encrypted string?

    Hi,I want to check the hash value of the pve user password. Where can I check it?
  13. U

    How to get the password encrypted string?

    Hello! How to get the password encrypted string of the login user of the pve node?Thanks!
  14. U

    Cloud-init setting DNS_server is invalid

    chattr -i /etc/resolv.conf is work!:)
  15. U

    Cloud-init setting DNS_server is invalid

    /etc/resolv.conf ; Created by cloud-init on instance boot automatically, do not edit. ; # Generated by NetworkManager search hll.net nameserver 192.168.105.50 ~ [root@prd-centos7-6 ~]# tail -f /var/log/cloud-init.log 2021-06-23 06:28:28,985 - helpers.py[DEBUG]...
  16. U

    Cloud-init setting DNS_server is invalid

    /etc/NetworkManager/NetworkManager.conf # Configuration file for NetworkManager. # # See "man 5 NetworkManager.conf" for details. # # The directories /usr/lib/NetworkManager/conf.d/ and /var/run/NetworkManager/conf.d/ # can contain additional configuration snippets installed by packages. These...
  17. U

    Cloud-init setting DNS_server is invalid

    Hello,Is there any other way to solve it?
  18. U

    Cloud-init setting DNS_server is invalid

    I am use cloud-init -v /usr/local/bin/cloud-init 21.2
  19. U

    Cloud-init setting DNS_server is invalid

    Yes, My /etc/resolv.conf managed by NetworkManager. /etc/NetworkManager/conf.d/99-cloud-init.conf [main] dns = none How to disable it for DNS?thank you!
  20. U

    Cloud-init setting DNS_server is invalid

    Hello! My system is centos7.6 But I am reboot system, Cat /etc/resolv.conf ,The changed DNS has not changed. Then manually add the module configuration in /etc/cloud/cloud.cfg /etc/cloud/cloud.cfg cloud_config_modules: - locale - set-passwords - resolv_conf - puppet - chef - timezone...