Error: creating custom disk: environment: line 1: pvesm: command not found #2104
-
Hello. I'm using bpg/proxmox 0.81.0. When running as a non-root user(I mean username = var.pm_user), I get an error when creating a virtual machine in Proxmox 8.3.3:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @testdcpractice 👋🏼 For non-root user access you'd need to configure |
Beta Was this translation helpful? Give feedback.
-
I solved the issue. The sudo utility wasn't installed on the Proxmox host. After I installed sudo and added the user (username = var.pm_user) to the sudo group, the virtual machine was created without any issues. |
Beta Was this translation helpful? Give feedback.
I solved the issue. The sudo utility wasn't installed on the Proxmox host. After I installed sudo and added the user (username = var.pm_user) to the sudo group, the virtual machine was created without any issues.