Search results

  1. A

    After converting to qcow2 from raw conf errors

    Hi all, I've converted a disk from .raw to .qcow2 without a problem but when I tried the qm rescan -vmid 107 it throws: rescan volumes... Configuration file 'nodes/thoukididis/qemu-server/107.conf' does not exist When I try to copy my old 107.conf file it doesn't allow me to write at all; it...
  2. A

    Wrong disk space/storage

    Hi all, I've migrate a few VMs to a new server and since then the storage that the GUI outputs (is the correct) is different that the one from the terminal. To be more specific, over the GUI the space is 30GB while on terminal direct with a du output is 84GB! root@thoukididis /nvme/images/102...
  3. A

    Optimization for fast dump/backup

    Hi all, I've got a couple of Proxmox servers (single no HA) with SATA drives and getting a backup is a real pain. It takes 50 minutes or so to get a 60-70GB of backup. I'm planning to migrate a few of these servers into one new much more powerful server with the following drives/setup: 4 x...
  4. A

    block portmap & allow only from 1 IP

    Hi all, I've got at the datacenter firewall 2 rules to allow everything. Then I created a rull to block tcp port 111 which works fine. How can I create a rule to allow tcp 111 only for one single IP? I've tried a few things over the gui but I'm missing something. Any help is much appreciated...
  5. A

    Upgrade container (debian 8 to 9) via apt

    Hi all, Is it possible to upgrade a LXC container from Debian 8 to 9 just by using apt-get or it needs a new and then to migrate all data? Thanks
  6. A

    Moving existing vm from local to lvm

    Hi all, I've copied over an old proxmox server to a new one the backup file. Then I restore it via the gui but instead of storing it under the LVM which I got plenty of space it is under the local disk. How can I transfer the existing VM under the LVM? All I need is to point/move the disk from...
  7. A

    Copy file within a LXC without network to host node?

    Hi all, I've got a VM without network access and would like to get a backup from it to the host node in order to transfer it afterwards remotely. Can this happen somehow? Thanks
  8. A

    Untar backup and restore files?

    Hi all, I've got a VM LXC in *.tar.lzo format backup. I want to extract a particular domain/files from it. Is there somehow a way to extract the whole contents in the normal filesystem and then look for those I want? An alternative will be to restore the whole VM but with a different id as the...
  9. A

    Resize KVM hard drive on a non LVM partition

    Hi all, I've got a VM with initially about 100GB disk space which I want to enlarge. I've changed the disk size through the GUI rebooted but drive is not getting bigger. [root@dionysos ~]# df -kh Filesystem Size Used Avail Use% Mounted on /dev/sda2 115G 65G 44G 60% / tmpfs...
  10. A

    Subnet/Hetzner Port Forwarding

    I'm getting nuts with this problem. Any help is very much appreciated. My new subnet is: Subnet: 88.99.181.208 /28 Usable IP addresses: 88.99.181.209 to 88.99.181.222 I enabled forwarding: sysctl -w net.ipv4.ip_forward=1 sysctl -w net.ipv6.conf.all.forwarding=1 In my host server I got...
  11. A

    rootfs 100% no free inodes

    Hi all, I've got plenty of GBs free but df -i reports: root@server1:~# df -i Filesystem Inodes IUsed IFree IUse% Mounte d on rootfs 5029888 5029888 0 100% / udev 1023481 336 1023145 1% /dev tmpfs 1024970 317 1024653 1% /run /dev/disk/by-uuid/1c56ce75-4d63-4489-9fce-c257d5269afa...
  12. A

    Network settings don't work after upgrade (LXC, Hetzner network)

    Hi all, I've got latest 4* version running on a server at Hetzner with a mix of KVM and LXC machines. KVM machines work great but LXC machines after every upgrade of Proxmox on host they loose network connectivity and the VM is not accessible all, can't even ping from outside. When I remove...
  13. A

    Hostname change after every reboot

    Hi all, I've got a Proxmox4 running fine but any LXC VM I'm creating it doesn't keep the hostname I give and after every reboot it change. For example, I setup during installation the hostname on a vm to be "vm1.mydomain.com" When I reboot or shutdown the VM then if I run hostname I get just...
  14. A

    Proxmox 4 Hetzner extra subnet configuration

    Hi all, I've read all relevant post about Hetzner & Proxmox network configuration but doesn't seem to work out on Proxmox 4 or I'm doing something wrong. My interfaces file is (just changed the number of IPs): auto lo iface lo inet loopback auto eth0 iface eth0 inet static address...
  15. A

    Increase KVM resources? Out of resources when opening file

    Hi all, After every reboot on a KVM machine mysql doesn't work and need to repair manually the DBs to make it work again. Today after another reboot it doesn't. I'm getting: ERROR 1016 (HY000) at line 1: Can't open file: .... wherever I'm starting/restarting the db and also: MySQL said...
  16. A

    Upgrade to 3.4 without an enterprise repo?

    Hi all, I've got a couple of Proxmox servers without subscription to the enterprise repo. Following the docs (running apt-get dist-upgrade) does not shows any update/new packages. Is the new version uploaded only for those with a paid subscription? If yes, when it is gonna to be released for...
  17. A

    Input/output error during backup

    Hi all, I'm getting the following error on a large VM (60+ GB) when trying to get a backup: INFO: tar: ./lib64/libproc-3.2.8.so: Read error at byte 0, while reading 8192 bytes: Input/output error INFO: tar: ./lib64/libdbus-1.so.3.4.0: Read error at byte 0, while reading 5120 bytes...
  18. A

    Proxmox shows wrong stats about memory

    Hi, One openvz vm shows wrong stats in terms of memory. While it is using 839MB via proxmox interface it shows that is using 7.22GB! This is happening only in openvz based VMs. Anyone experiencing the same? Thanks
  19. A

    pve-firewall is missing

    Hi all, After a new installation I tried to configure firewall but is missing. root@proxmox0:/etc/pve# pve-firewall -bash: pve-firewall: command not found Any idea how this happen (installation done via iso and didn't receive any errors) and how to fix it? Thanks
  20. A

    Slow download speeds openvz

    Hi all, I've got a new node with only two vm with no traffic at all since I don't use them yet to serve any service. I can download with up to 60-80Mbit/sec fine inside the vm but when I'm trying to download outside the vm I'm getting very slow speeds, max 3-5Mbit/sec. Any ideas how I can...