Search results

  1. P

    phantom vm

    I had deleted a vm via the gui console ( vmid 104), however from the command line it still appears, and If I tryto add anew vm, there isn't enough disk. any ideas ? and yes I want to delete the vm 104. thank you root@pve:/# qm list VMID NAME STATUS MEM(MB)...
  2. P

    pci passthrough

    proxmox 6.4 is considered old now, ok there is a reason the centos has to be version 6, I m well aware of its age
  3. P

    pci passthrough

    I have a proxmox 6.4-12 host, and several vms. I can do the hard disk passthrough wit the other vms, ( current debian) but unable to on a centos6 vm, any ideas why ? I get the following error. mount /dev/sdb /tempz mount: wrong fs type, bad option, bad superblock on /dev/sdb, missing...
  4. P

    Proxmox VE 7.1 released!

    update the down grade of qemu to 6.0.0-4 did not improvethe system, as it froze again, the only improvement is, it took longer to do so. back to the drawing board or pve 6.4
  5. P

    Proxmox VE 7.1 released!

    update, so far so good. in the last few days, the transfer would not have lasted this long, appears to be good. will test with another large file(s) and update later.
  6. P

    Proxmox VE 7.1 released!

    I just saw the post on downgrading , will do and report back
  7. P

    Proxmox VE 7.1 released!

    I am seeing same sort of issues on a clean 7.1.7 install. What I am experiencing is the pve freezing while transferring data to a debian vm running samba. It may run for 5 minutes, it may run for 1/2 hour. It freezes, and I have not seen anything of value in the log. perhaps I am looking in the...
  8. P

    management gui has disappeared

    sigh, humbled again. as I look closer at this, my ignorance is displayed. thank you for your time.
  9. P

    management gui has disappeared

    actually no, one nic is connected to the ISP/internet/wan and the other is connected to the internal lan
  10. P

    management gui has disappeared

    I had a working proxmox setup in my lab, and then I moved it to be in production. This is the intended setup. proxmox pve ( I call host) just manages the vm's. I have 2 vm's. vm1 will be a debian gw and firewall, and also run samba for the internal lan. I am not sure what I have "pooched"...
  11. P

    minimal config for pve

    not quite sure what I did, however, when I added another nic to the server, I was able to get access again. It appears to me, the networking is fubar, so I have re-installed. What I want to do is as follows. I have 2 interfaces eno1 & eno2. eno1 is the internet facing interface and eno2 will be...
  12. P

    qmrestore + new host

    Thanks Fabian, you are correct. I did not read through all the documentation. I (sheepishly admit) added a new storage ( data2) and it worked. I am trying to get used to the gui, however I do prefer the command line in most instances. I will need to play/experiment with it. I suspect I can...
  13. P

    qmrestore + new host

    I am trying to restore a vm to a different host. I used the following, I suspect I need to create a storage "data2", on the new host. restore vma archive: zstd -q -d -c /mnt/pve/samba2/dump/vzdump-qemu-101-2021_03_07-16_54_46.vma.zst | vma extract -v -r /var/tmp/vzdumptmp12518.fifo -...
  14. P

    minimal config for pve

    I seemed to have 'hooped' my network config. I have edited the host file, and the /etc/network/interfaces to see if I can get the management gui back, but no luck, is there a document with just a minimal config ? command preferred.
  15. P

    odd lvm behavior

    I checked the fstab of the vm, that had used the disk, and that uuid is not to be seen on the host. the lvm does show up, using a different uuid, than it had 10 days ago. I can supply that info, if it helps
  16. P

    odd lvm behavior

    sorry, the explanation is a bit lacking. The raid is raid 1, (hardware). I have been investigating, and I think what happened, was, I created a couple of new vm's and somehow they used the storage of that raid 1, I have 3 raid arrays on the server. I have since removed those vm's , and am not...
  17. P

    proxmox backup + vm + not backup passthrough disks

    I have figured it out. not sure why I did not see this answer earlier. What you do is edit the<vmid.conf> file and after the disks you don't want to be backed up , add ,backup=no. Here is part of my conf file. scsi1: /dev/disk/by-uuid/15123ffd-956a-426b-8afb-ee7cd4a4e5bd,size=500G,backup=no...
  18. P

    proxmox backup + vm + not backup passthrough disks

    Is there a way to edit the backup for a VM, so don't have to include the added disks. I only need the main/basic vm ?
  19. P

    odd lvm behavior

    I have a proxmox 6.3-4 host, I have a vm with several storage locations ( raid arrays). It has been running fine. last week, something happened and needed a reboot. So i took the vms down, and rebooted, it did not come back up. after troubleshooting, it appeared a share disk ( I am not sure on...
  20. P

    where did this bridge come from

    ok, thanks, I will have a look at the linked article.