Search results

  1. taich

    Proxmox 8 and Windows 10 VM

    Yes iz worked for me. I added the the virtio scsi driver during win installation and it worked.
  2. taich

    mount pve

    Thats it, raw solved the problem. Thanks
  3. taich

    mount pve

    I managed to create and mount the ZFS storage. In proxmox web interface under pveserver I see zfs-data where a disk vm-100-disk-0 is located. Now I created the 100.conf file and put it in /etc/pve/qemu-server agent: 1 boot: order=scsi0;net0 cores: 2 memory: 2048 name: test net0...
  4. taich

    mount pve

    I have a proxmox 8.2 server but its boot ssd has errors, so proxmox does not boot any more. I took the defect ssd out of the server and connected it to another linux pc to copy important configuration data from it. I managed to mount the broken ssd and copied the whole /etc/ directory...
  5. taich

    list all backups

    Hi, 1. proxmox-backup-client snapshot list [group] I have no idea what group to use? Is there a way to get a list of all available groups? 2. proxmox-backup-client snapshot forget <snapshot> I Got this error: proxmox-backup-client snapshot forget 230 Error: unable to get (default)...
  6. taich

    list all backups

    Hi, I run Proxmox Backup Server 3.2-3 and want to know how to list all backups of a certain VM on command line. Even more how to delete a backup from command line.
  7. taich

    NFSv4 mount not working

    I did no try it with proxmox 8 till now, but nfsv4 is definitly not working in proxmox 7
  8. taich

    Spice virt-viewer

    Nice link, but there is nothing to download. Download link on this page does not work.
  9. taich

    Spice virt-viewer

    I recently installed proxmox 8 with a windows 10 VM where I installed the https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe Now I want to connect to this Windows 10 VM from my local Windows 10 via Spice. Therefore I was looking for something like a...
  10. taich

    Proxmox 8 and Windows 10 VM

    I recently upgraded to version 8. I want to install a Windows 10 VM, but this is not working any more. I can go through the Windows installation process but when it comes to partition and format the windows disk I get stuck. Altough I configured a 80 GB disk for this VM Windows does not...
  11. taich

    NFSv4 mount not working

    /usr/sbin/rpcinfo 192.168.99.100 program version netid address service owner 100000 4 tcp6 ::.0.111 portmapper superuser 100000 3 tcp6 ::.0.111 portmapper superuser 100000 4 udp6 ::.0.111...
  12. taich

    NFSv4 mount not working

    The NFSv4 itself server works. I can mount all exports on other servers, but proxmox complains and states that this version is not supported. pveversion -v proxmox-ve: 7.4-1 (running kernel: 5.15.104-1-pve) pve-manager: 7.4-3 (running version: 7.4-3/9002ab8a) pve-kernel-5.15: 7.4-1...
  13. taich

    Backup Storage disconnectd

    Yes, it is a let's encrypt. Thanks for the explanation.
  14. taich

    NFSv4 mount not working

    I run a Proxmox VE Cluster version 7.4.3 and I want to mount a NFS storage. The NFS server is a ubuntu nfs-kernel-server and I configured it so that it only accepts NFS version 4 mounts. Unfortunately the proxmox server does not accept version 4 mounts. This is what log says: pve1...
  15. taich

    Backup Storage disconnectd

    I run a Proxmox cluster (3 nodes) latest version with all updates and upgrades done. And I also have a Proxmox Backup server also updated to latest version. Once in a while the backup server gets disconnected from pve. In server view under storage pbs loses its name and there is a question mark...
  16. taich

    Dependency failed for QEMU Guest Agent

    After I did the update to 7.4.3 one of my VM's can not start qemu-guaest-agent. I have powered the VM off, I uninstalled and reinstalled qemu guest agent and still get this error msg. Mar 27 11:49:49 testdns systemd[1]: Dependency failed for QEMU Guest Agent. Subject: A start job for unit...
  17. taich

    Failed to start The Proxmox VE cluster filesystem

    I just fixed this when I changed my /etc/hosts file. before update it was. 127.0.0.1 localhost.localdomain localhost 127.0.1.1 pve1.mydomain.at pve1 Now I changed it to real IP address 127.0.0.1 localhost.localdomain localhost 45.77.xx.xx pve1.mydomain.at pve1 I do not understand why...
  18. taich

    Failed to start The Proxmox VE cluster filesystem

    I just did an apt upgrade on my Proxmox VE 7.2 Server. After reboot Proxmox VE cluster filesystem does not start any more. Jun 14 07:40:46 pve1sbs systemd[1]: Starting The Proxmox VE cluster filesystem... Jun 14 07:40:46 pve1sbs pmxcfs[1443]: [main] crit: Unable to get local IP address Jun 14...
  19. taich

    Backup of pve config files

    Since I could not find a way to backup most important pve config files, I made this little script. It creates a tar file of most important config files and sends the file to an email address. May be someone can use. #!/bin/bash # apt install mutt # RECIPIENT=user@example.com...
  20. taich

    web frontend - unknown status after reboot

    systemctl | grep -v active did the job. ● pve-firewall.service ● pvestatd.service did not run. Thank you!