Questions tagged [proxmox]

Proxmox Virtual Environment is an AGPL licensed and debian-based Linux distribution with a strong focus on hosting virtual machine.

Proxmox Virtual Environment is an AGPL licensed, debian-based Linux distribution with a strong focus on hosting virtual machine. Besides the free software, Proxmox Technology offers subscription-based services to enhance to usability of and add features to the freely available software.

126 questions
7
votes
3 answers

Why do I get ”mount error(1): Operation not permitted“ on ”mount.cifs“ in a LXC container on a Proxmox VE machine?

I've set up a new Debian 9 (stretch) LXC container on a machine running Proxmox VE, and installed the cifs-utils package. I quickly tested the connection to the SMB server by running smbclient //192.168.0.2/share -U myusername which worked fine.…
myrdd
  • 419
  • 2
  • 4
  • 15
5
votes
2 answers

Cannot extend virtual disk with `cfdisk`: Failed to resize partition

I'd like to extend my virtual disk in a Proxmox environment from 64GB to 100GB. The guest OS is Debian 10. I've extended the virtual disk in Proxmox (it now has 100GB) and restarted the guest OS. cfdisk correctly sees that the size of the disk is…
adamsfamily
  • 183
  • 9
4
votes
1 answer

Wake on LAN a laptop when the lid is closed

I have an old laptop (Asus n56v) that I turned into a home lab by installing Proxmox hypervisor, it works well and also WOL (wake on LAN) work. I need to store it lid-closed because I only manage it through the terminal from another host anyway. I…
4
votes
0 answers

Replacement for auditd in OpenVZ

Are there any replacements for auditd to use in OpenVZ containers? ProxMox VE (pve-manager/3.4-6/102d4547 (running kernel: 2.6.32-39-pve)
Someone
  • 193
  • 1
  • 2
  • 15
4
votes
2 answers

Iptables can't forward from/to internal LAN with proxmox

I have an host with proxmox with single public ip and some virtual machine installed whit webservers and multiple doimains, the first VM is a proxy with haproxy that forward the request to other VM and in proxmox host i have this iptables…
stecog
  • 2,221
  • 10
  • 29
  • 39
3
votes
0 answers

Any way to disable "A stop job is running" in Debian 10

edit2: This question keep getting closed with links which point to completely irrelevant posts so giving up on it. edit: I'm asking how to disable/kill the Stop Job, not change the time to SIGKILL (which apparently isn't working either since 90s is…
Nstevens
  • 185
  • 9
3
votes
1 answer

move boot partition of proxmox (or debian) to USB flash, installed on two NVME disks in zfs-raid-1 on a non-bootable legacy bios

I am trying to setup proxmox on Dell r720xd, which does have UEFI boot option but can not boot from PCIe nvme drives. If I install proxmox (or any os) on a usb flash, it boots fine. For testing, I installed CentOS with advanced partitioning, and…
nexlin
  • 31
  • 1
  • 3
3
votes
1 answer

Is it even possible to correct my LVM mistakes?

I have this Proxmox (PVE) installation on an old server and I wanted to swap the old drives in order to get more space. But first I wanted to move the PVE installation to an SSD. Simple enough. Starting Point: 1x76GB SATA (PVE Root LVM) 2x500GB…
Malako
  • 33
  • 4
3
votes
2 answers

Proxmox web interface is not accessible

I have a PC with Proxmox. I have been using it half year ago. It was 5.4 version. I've started it yesterday, but couldn't connect to it using webinterface: 192.168.1.21:8006. Chrome said: ERR_EMPTY_RESPONSE Looking for solution, I've found it could…
Gryu
  • 769
  • 1
  • 8
  • 20
3
votes
1 answer

How to have two different gateways on two different bridges in Proxmox VE

We have two different network interfaces eno1 and eno2 (eno3 and eno4 are not connected) and we have one bridge vmbr0 we want to add another bridge vmbr1 and we want to set two different gateways on these bridges. Currently vmbr0's gateway is set…
Erfan Azhdari
  • 216
  • 2
  • 7
3
votes
1 answer

Unable to start NFS server on Alpine Linux LXC

I'm trying to setup a NFS server on an Alpine Linux LXC running on Proxmox by following the instructions as outlined here, but rpc.statd refuses to start. Here's an excerpt from /var/log/messages showing the error: Nov 26 03:08:25 nfs daemon.notice…
pierlo
  • 111
  • 1
  • 6
3
votes
1 answer

LVM Volume Group MetaData Corruption – Please Help

I have a server that was set up using LVM. It ran for years just fine without issue until about 10 days ago. When I tried to log into it, the server had crashed. When we look at the server using a Kubuntu Live CD, fdisk -l shows that the hard drive…
3
votes
0 answers

`yum install` on CentOS 7 states installed size of 578mb, then fails requiring 75+GB more space on /

I have ~10Gb available on /.After running yum install kolab on a new CentOS container yum states the following: Total size: 234 M Installed size: 578 M However, the install then fails with the error: Error Summary ------------- Disk Requirements: …
chaosaffe
  • 129
  • 1
  • 7
3
votes
1 answer

Assigning static public IPs to Proxmox KVM guests

I'm currently using 5 public IPV4 addresses on a physical machine running Ubuntu Server, which I intend to replace with new hardware running Proxmox. I'll do a P2V of the current Ubuntu install into a VM on the new one. I'll then need to replicate…
TommyPeanuts
  • 182
  • 2
  • 11
2
votes
2 answers

Mount NFS - "operation not permitted" in Proxmox container

I'm trying to mount a simple NFS share, but it keeps saying "operation not permitted". The NFS server has the following share. /mnt/share_dir 192.168.7.101(ro,fsid=0,all_squash,async,no_subtree_check)…
markfree
  • 185
  • 1
  • 2
  • 13
1
2 3
8 9