Search results

  1. 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...
  2. 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...
  3. D

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

    Same problem here. If i unplug a usb, th vm freeze
  4. 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
  5. 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
  6. 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
  7. 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...
  8. 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
  9. 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.
  10. 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...
  11. 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...
  12. 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...
  13. 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 ?
  14. 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...
  15. D

    CPU Lockup on 5.4 Kernel

    I am not using zfs, not enough memory for that on my N3450 ( only 8 giga de ram each )
  16. D

    CPU Voltage

    ok so your module is : it87 at the question Do you want to add these lines automatically to /etc/modules? (yes/NO) you have to answer yes so the module will be loaded automatically the next reboot. if you don't want to reboot at the moment you can load the module manually with : modprobe it87
  17. D

    CPU Voltage

    try to lauch a sensors-detect an add the modules ; then all the info ar available. root@Water:~# sensors k10temp-pci-00c3 Adapter: PCI adapter temp1: +15.2°C (high = +70.0°C) (crit = +80.0°C, hyst = +77.0°C) it8728-isa-0228 Adapter: ISA adapter in0...
  18. D

    CPU Lockup on 5.4 Kernel

    So far so good. Run fine on my 3 servers celeron N3450 on cluster with ceph Run fine on my 2 workstation; AMD FX6300, and xeon E1246 v3 :cool: Juste install on my 2 HP N54L, use for storage only, we will see if they boot the next time; but i sure they will . Yes, proxmox everywhere.:p
  19. D

    Out of Storage

    Can you select local-lvm in the left and see what's on it ?
  20. D

    One VM causes fans spinning up in intervals

    try tu launch in consoel a watch sensors to see your temp watch sensors k10temp-pci-00c3 Adapter: PCI adapter temp1: +19.4°C (high = +70.0°C) (crit = +80.0°C, hyst = +77.0°C) it8728-isa-0228 Adapter: ISA adapter in0: +1.27 V (min = +0.00 V, max =...