Recent content by spccat

  1. S

    [SOLVED] Can't see my transfered Backup files

    Well that's it: # qmrestore vzdump-qemu-101-2020_07_01-14_26_49.vma.lzo 800 --storage local restore vma archive: lzop -d -c /var/lib/vz/dump/vzdump-qemu-101-2020_07_01-14_26_49.vma.lzo | vma extract -v -r /var/tmp/vzdumptmp17228.fifo - /var/tmp/vzdumptmp17228 CFG: size: 363 name...
  2. S

    [SOLVED] Can't see my transfered Backup files

    root@PM ~ # pvs root@PM ~ # vgs root@PM ~ # lvs root@PM ~ # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0 7:0 0 500G 0 loop sda 8:0 0 1.8T 0 disk ├─sda1 8:1 0 32G 0 part │ └─md0 9:0 0 32G 0 raid1 [SWAP] ├─sda2 8:2 0 512M 0 part │ └─md1...
  3. S

    [SOLVED] Can't see my transfered Backup files

    Sorry, but somehow it's borked: I click on Volume group and nothing happens and as well Thin Pool. Specifying the Nodes doesn't change a thing.
  4. S

    [SOLVED] Can't see my transfered Backup files

    First, thanks Aaron for your help. I went through the history of my shell and couldn't find any trace of me deleting the storage.cfg ... as well I have 8 qemu server running and one lze with no troubles. So went on the GUI and clicked the node and "Disks/LVM-Thin" and this is what happened...
  5. S

    [SOLVED] Can't see my transfered Backup files

    Yes, I have. Now the most funniest thing happened and I don't know why. I just cleaned up the failed-created files from the restore. and the storage.cfg showed up: -rw-r----- 1 root www-data 451 Jul 12 13:48 authkey.pub -rw-r----- 1 root www-data 451 Jul 12 13:48 authkey.pub.old -r--r-----...
  6. S

    [SOLVED] Can't see my transfered Backup files

    Yes. I get the same. *scratch head*
  7. S

    [SOLVED] Can't see my transfered Backup files

    Hi there, I have two backup files: ls -la /var/lib/vz/dump -rw-r--r-- 1 root root 41654707562 May 27 08:26 vzdump-lxc-142-2020_05_25-12_55_28.tar.lzo -rw-r--r-- 1 root root 16495146977 Jul 3 09:21 vzdump-qemu-101-2020_07_01-14_26_49.vma.lzo and when I go on the web management I cannot see...
  8. S

    Bug? eth0 link on VM on older Proxmox works, on newer not

    Hi, I have two proxmox installation, one with Linux 4.4.15-1-pve #1 SMP x86_64 GNU/Linux and one old with Linux 2.6.32-37-pve #1 SMP x86_64 GNU/Linux Now I have problems installing a VM on the new version. The eth0 link doesn't come up. I tried the same configuration on the old...
  9. S

    PVE Eine Nic - Firewall und virtuelles LAN

    Hallo, ich habe ein problem folgendes zu konfigurieren: Nachdem ich so viel gelesen habe und viele Konfigurationen ausprobiert habe gebe ich es auf. Hat jemand vielleicht eine richtige /etc/network/interface Datei? Ich habe Proxmox 4.1-33/de386c1a und mein Server ist ein qemu. Danke...
  10. S

    One NIC, one FW with virtual LAN behind FW

    Thank you Alex for taking time to respond. This is much appreciated. I have put this config into my proxmox host, but the FW(server) does not get outside, neither can it ping the proxmox host. I think the proxmox host has to have a local IP on the 192.168.1.0 network like 192.168.1.1 (that's...
  11. S

    One NIC, one FW with virtual LAN behind FW

    Hi there, I am trying to have following network: Anyone has a /etc/network/interface file handy including the iptables and/or routing needed to do so please? I have read many docs, but couldn't find anything - or didn't understand the right ones :( Thank you for your help in advance. I am...