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
0 answers

How to connect an Android Virtual Machine as Android Emulator on VS Code on Mac?

I'm on a computer client that has a Ryzentosh "a PC with an AMD Ryzen processor running macOS". Everything works fine here even iOS Simulator, but Android Emulator doesn't work, despite it needs an Intel processor and its virtualization technology…
0
votes
1 answer

virt-customize cant resolve packages

command: virt-customize -a kinetic-server-cloudimg-amd64.img --run-command "apt-get install qemu-guest-agent -y" stacktrace: [ 0.0] Examining the guest ... [ 5.3] Setting a random seed virt-customize: warning: random seed could not be set for…
John
  • 114
  • 10
0
votes
0 answers

How do I troubleshoot emacs not opening the file in the first argument on startup?

I'm in a fresh install of Proxmox (the Debian derivative which is a VM hypervisor) and installed the emacs-nox package to use emacs as my default editor. When trying to open a file in emacs from the command line, emacs ignores the argument and opens…
Sam Imberman
  • 13
  • 1
  • 4
0
votes
0 answers

proxmox unable to connect to internet

hey I am very new to proxmox and I was trying to install it on my old laptop but I am unable to connect it to the internet, I have connected my laptop with either net cable but still does not connect to the internet when I try ping 8.8.8.8 it…
0
votes
0 answers

Proxmox Cluster Resync, add Server with old configutation to new Cluster

I am an apprentice, so please don't be too harsh on me. We have a productive environment with a cluster of 4 servers running on Proxmox. For a new project, I wanted to transfer Proxmox to a new network. Old network: 172.16.123.0 New network:…
0
votes
1 answer

Cloud-init display

Template in Proxmox qm create {{ src }} --memory {{ ram }} --core {{ core }} --name {{ img }} --net0 virtio,bridge=vmbr0 qm importdisk {{ src }} /tmp/{{ img }} local qm set {{ src }} --scsihw virtio-scsi-pci --scsi0 local:{{ src }}/vm-{{ src…
0
votes
0 answers

Proxmox: What is the temp.sh file in /root directory?

on my proxmox installation, my local (pve) storage is nearly completely full (22.14 GB of 24.13 GB). This leads to the problem, that i can not upgrade my system any more. With ncdu -x i found out, that in my /root folder there is a file named…
schmimla
  • 65
  • 8
0
votes
0 answers

Proxmox VM to docker container

Good afternoon, I need to migrate my on premise infrastructure to the cloud. In our CPD, we have Proxmox VE servers that contains virtual machines and we want to convert them to docker containers so that they take up less space. We are thinking…
0
votes
0 answers

PXE boot proxmox VM using terraform

I am trying to create a VM in proxmox with pxe=true option. Followed the proxmox provider documentation pxe example but provider complains about cloud-init when I try applying the config. Below is my resource definition resource "proxmox_vm_qemu"…
ram
  • 1
0
votes
0 answers

Routing between two subnets at same interface

Hello everyone! I have GPON SFP ONU Stick with telnet at his board. SFP module connecting me to GPON internet. Now, i can configurate my SFP module by telnet inside Proxmox virtual mashine (Win10) connecting to (192.168.1.1) Win10 have vlan linket…
a1i3n
  • 7
  • 3
0
votes
0 answers

SQL Server 2022 in LXC crashes and won't get back up

I have big scary problem with SQL Server 2022 in LXC containers on PVE. SQL Server 2019 is working fine in same environment but SQL Server 2022 crashes after few months of working good. After crash it can't be restarted only solution I found is to…
hex
  • 713
  • 1
  • 11
  • 17
0
votes
0 answers

Networking in K3S HA Cluster on Proxmox

I have my K3S HA Cluster deployed on my PromoxVE. In my cluster, I have 3 master nodes with the control plane, etcd, kube-vip on it, and 3 worker nodes. I have a question about networking, to have my cluster the right way. In my case, nodes are…
vdobes
  • 85
  • 4
0
votes
0 answers

How to increase /tmp at 100%

I currently have LibreNMS running on Proxmox and all was well until last week where LibreNMS can still monitor but no longer alert. On logging into the console and running ./validate.php I see an error advising to free some space " The stream or…
0
votes
0 answers

Cloud-Init sets IPv4 only after VM reset in custom built image

I'm running Proxmox in my home lab and I want to create a golden template image with docker preinstalled so I can easily clone the template and spawn a new VM in a few minutes. After building a custom Cloud-init image to use in my homelab I noticed…
0
votes
1 answer

Debian11 VM cannot ping gateway, but can ping Proxmox hypervisor through linux-bridge

I am encountering a network issue with linux-bridge in a small Proxmox cluster lab. I have a Debian11 VM installed that can't ping the gateway, but can ping the Proxmox hypervisor. The hypervisor uses the same bridge as the VM to be reachable. The…
Yanux
  • 1
  • 4