Search results

  1. D

    Proxmox not booting anymore after motherboard swap

    maybe try to boot on a live cd and see if there any hardware problem. it's like a hard drive failure, or a cable problem
  2. D

    How fast is your backup datastore? Benchmark tool

    PBS server in a vm in pve. 1 Go ram 2 vcpu. backend store Store is a disk image on a cifs share on a freebox ( speed max around 25 mo /s) Uploaded 101 chunks in 5 seconds. Time per request: 52430 microseconds. TLS speed: 80.00 MB/s SHA256 speed: 107.57 MB/s Compression speed: 295.80 MB/s...
  3. D

    View / explore file inside a VM like in a CT

    thanks for the reply;) Great job by the way for the product :)
  4. D

    View / explore file inside a VM like in a CT

    Bonjour, It's no possible unless if we install a backup agent in the vm itself? Am i right ? Merci Dark26
  5. D

    Wake on Lan ( Wol ) PBS server just before backup and stop serveur after.

    Bonjour, I have not yet try the product, because i have an internet connection problem at the moment. But is there a ( simple ) way to add a prescript and postscript for example, to start the pbs server via WOL, and then shutdown the serveur after the backup? The product seems promising, Dark26
  6. D

    Storage types for HA and live migration

    For the live migration both node need to be alive . :cool: For example if you want to do a maintenance on on node, while running , you move every VM on another node. And then you can reboot the node. If you have a crash, there is no way to save the content of the ram. So reboot is the only...
  7. D

    [SOLVED] Problems on shutdown/boots with nfs/glusterfs Filesystems and HA containers / systemd order of services!

    I hope one day, the proxmox developer will change there decision to support lxc on gluster again like it's was a long time ago. but you can try : Solution 1 : - If you have an "older" version of glusterfs ( 5 maybe ? ); you can enable and use nfs directly with gluster. ( gluster nfs.disable...
  8. D

    [SOLVED] VM freezes when disconnecting USB Keyboard and Mouse.

    Same problem here. If i unplug a usb, th vm freeze
  9. D

    GPU Passthrough of CPU integrated graphics

    can tou try without x-vga=1 ? hostpci0: 00:02,pcie=1,x-vga=1 --> hostpci0: 00:02,pcie=1
  10. D

    [SOLVED] nfs mounts using wrong source ip/interface

    it's not a problem with the addr ? local_lock=none,addr=10.0.10.20
  11. D

    [SOLVED] Installing pi-hole 5 not working on proxmox 6.2 when using LXC container due to "useradd: command not found"

    Maybe apt-get install passwd https://packages.debian.org/buster/amd64/passwd/filelist
  12. D

    [SOLVED] Resize disk of ubuntu 19.10 vm on proxmox...

    you have to increase the size of the partition in the VM, and extend the filesystem. Depends how ubuntu is installed ( only one partition; separate home; lvm or not , raid, encryption ... ; what filesystem you use ( ext4 ; xfs .. ). if you have on partition on ext4 or xfs, in 30 seconde it's...
  13. D

    Auto mount external USB drive in Proxmox 6.2

    try to mount the partition with uuid instead of /dev/sdxx use blkid to view the uuid blkid /dev/sda1: UUID="5741fbc8-dccd-4aa3-88ce-f7b5717df02b" TYPE="ext4" PARTUUID="0da1f450-01" and in fstab UUID=5741fbc8-dccd-4aa3-88ce-f7b5717df02b / ext4 errors=remount-ro 0 1
  14. D

    pfSense crashing after installation

    Did you try with an older version of Pfsense ? i am running fine 2.4.4-RELEASE-p3 (amd64) of pfsense for a long time with no problem. I try to update to version 2.4.5 the other day and it crash after the upgrade, nothing was workinf anymore, so many the version 2.4.5 is buggy.
  15. D

    Unable to add GPU to VM - No IOMMU detected

    i think you miss the /etc/modprobe.d/vfio.conf First, find the device and vendor id of your vga card: $ lspci -n -s 01:00 01:00.0 0300: 10de:1381 (rev a2) 01:00.1 0403: 10de:0fbc (rev a1) The Vendor:Device IDs for this GPU and it's audio functions are therefore 10de:1381, 10de:0fbc. Then...
  16. D

    How to add additional IP to Proxmox itself...

    In the old time, to have multiple ip and the same network interface , we use ( interface:number) like this auto vmbr0 iface vmbr0 inet static address 83.167.254.20 netmask 255.255.255.128 gateway 83.167.254.1 bridge_ports eth3 bridge_stp off bridge_fd 0 auto vmbr0:1 iface vmbr0:1 inet static...
  17. D

    Intel xeon graphic passthrough / Dmar error

    thanks now i have this : root@xeon:/# cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-5.4.27-1-pve root=/dev/mapper/SSD-proxmox_xeon_root ro intel_iommu=on acpi_sleep=nonvc but yesterday t try with with iommu=pt ; and no luck. But for some reason yesterday after many test, testing a bit of...
  18. D

    How to add additional IP to Proxmox itself...

    Why do you want to create another bridge on the same network card ? Do you want to have Vlan ?
  19. D

    Intel xeon graphic passthrough / Dmar error

    Bonjour, I try to passthrough the integrated graphic card to a vm. it's seem to work but in the hosts a lots of message like this : [ 1706.810030] dmar_fault: 890 callbacks suppressed [ 1706.810031] DMAR: DRHD: handling fault status reg 3 [ 1706.810162] DMAR: [DMA Read] Request device...