Questions tagged [proxmox]

Proxmox VE (Proxmox Virtual Environment; short form: PVE) is an open-source Debian-based virtualization server. It is an easy-to-use turnkey solution for virtualization, providing container-based virtualization (using OpenVZ) and full virtualization (using KVM). Proxmox VE has a web-based management interface and a custom kernel optimized for a virtualization environment.

Proxmox VE (Proxmox Virtual Environment; short form: PVE) is an server. It is an easy-to-use turnkey solution for virtualization, providing container-based virtualization (using - in older version using ) and full virtualization (using ). Proxmox VE has a management interface and a custom optimized for a virtualization environment.

Useful Links:

245 questions
0
votes
2 answers

lxc Container (Proxmox) Nextcloud problem

I created a lxc Container with Proxmox using https://www.turnkeylinux.org/download?file=turnkey-nextcloud-17.1-bullseye-amd64.iso i have mount a harddisk to the proxmox main system with root@pve:/mnt/nas/data# pct set 101 -mp0 /mnt/nas…
0
votes
0 answers

How to integrate novnc client inside django project

I have a couple virtual machines running inside proxmox but I found out you can use the novnc client to connect to these virtual machines and use the console in a web browser. This is perfect for different clients I work with. I already have a small…
Samsorrr
  • 23
  • 3
0
votes
0 answers

In chroot , running apt install stuck at processing triggers for?

I create a shell scripts for unattended install proxmox-ve. chroot $pve_target apt update DEBIAN_FRONTEND=noninteractive chroot $pve_target apt install init systemd -y DEBIAN_FRONTEND=noninteractive chroot $pve_target apt install ifenslave…
jiangcuo
  • 1
  • 1
0
votes
1 answer

Proxmox mail gateway installation

I am trying to install proxmox mail gateway, and I installed that inside a virtual machine as separate iso file downloaded from proxmox official website, and the installation is done now how to open that, in which browser I have to open that, in my…
0
votes
0 answers

Change Replication and other base commands

I have been attempting to do something here, I will explain what I am attempting and what I have done thus far which is not much since I cannot find the information online. There is a feature that has not been added to Proxmox (according to…
0
votes
1 answer

Getting error when install mysql-server on ubuntu 20.04

Can Anyone help me with the issue, I am facing error when install mysql server on ubuntu 20.04. I hve tried with the following commands and re-install again but same error i faced. sudo apt-get purge mysql* sudo apt-get autoremove sudo apt-get…
0
votes
2 answers

Ansible - Build dynamic inventory with proxmox

I have a problem with the dynamic inventory that I want to have generated by the Proxmox. I have created an inventory.proxmox.yml file. This contains the following config: plugin: community.general.proxmox url: https://MyIP:8006 user:…
twet
  • 11
  • 2
0
votes
1 answer

Mastodon Nginx Proxy Pass issue it wont pass through to the LXC container

I have been trying to self host a sign user mastodon, i want to point out it works if i directly forward ports 80 and 443 to that IP, it can be accessed from outside all great. I have a bunch of other websites in a lxc continer about 10 websites on…
0
votes
1 answer

Proxmox LXC container can't write to mount, how do I properly map the UID and GID?

Hello everyone, I'm biting my teeth out since days to properly map a user ID from my PVE host into my LXC. My situation: I'm running Proxmox Virtual Environment 7.2-11. I do want to run my Nextcloud instance inside an unprivileged LXC and I do have…
Kontr0x
  • 1
  • 5
0
votes
1 answer

Need help to setup a crush rule in ceph for ssd and hdd osd

we are having a proxmox cluster with 3 nodes. Each node have 4 ssd and 12 hdd. My plan is to create 2 crush rules (one for ssd devices and another one for hdd devices). With these 2 rules I will create 2 pools. One ssd pool and one hdd pool. But…
Osti
  • 79
  • 1
  • 11
0
votes
1 answer

Image file on root node for a virtual machine - can it be moved?

I am using proxmox and created a virtual machine yesterday. Today, I noticed that there is hardly any memory left on my root nodes /dev/mapper disk, which causes the VM to stop. I found out that there is an image file (extension .qcow2) in the…
D Cro
  • 85
  • 6
0
votes
1 answer

'command' is not recognized as an internal or external command, operable program or batch file

I have a Proxmox Server and I tried to write a Python script to exec some command on them. I also have a vscode server that run on the Proxmox Server and in the vscode server the program work fine but when I'm trying the same code (copy paste) in…
Dvir Horev
  • 15
  • 3
0
votes
2 answers

process_linux.go:458: setting cgroup config for procHooks process caused: can't load program: operation not permitted: unknown (Docker))

I'm trying to deploy a docker container to perform some testings with gitlab runners but when I'm doing the docker-compose up command I get the following output: admin@runners-test:~/runner-test$ sudo docker-compose up -d Starting gitlab-runner ...…
user3105
  • 359
  • 1
  • 2
  • 7
0
votes
1 answer

proxmox/terraform/cloud-init - incorrect ipconfig

I am trying to build a VM on my Proxmox (from a template I created w Packer), and all is well except it does not take the IP I specified, but gets one from DHCP. This is my provider config: # Proxmox Provider # --- # Initial Provider Configuration…
krapulax
  • 115
  • 2
  • 10
0
votes
1 answer

Videos greater than 2 MB are not processed by the Nginx server to backend & to AWS S3 bucket

We have been developing an enterprise application for the last two years. Based on microservice architecture, we have nine services with their respective databases and an Angular frontend on NGINX that calls/connects microservices. During our…