Search results

  1. D

    Network/VLAN Configuration PBS

    You can create a bridge with the name vmbr99, with ports /slave your network with the vlan : for example eth0.99 or you can create a bridge with vlanware activated with the name vmbr0 after this you can create a bridge over the previous bridge , for exemple vmbr99, with ports slave...
  2. D

    Bond as part of bond

    i think you have a problem here : bond1 bond0 enp5s0 active-backup bond primary bond1 i think it must be: bond1 bond0 enp5s0 active-backup bond primary bond0 The primary bond for the bond1 is bond 0 and not bond1 itself
  3. D

    Restore file from PBS GUI from a encrypted backup

    Bonjour, I'am doing some backup test : I have a question : For the backup : if i use the promox-backup-client to backup , for example my home directory to a name space on pbs no problem. if i use the promox-backup-client to backup , for example my home directory to a name space with...
  4. D

    LXC Container clone to ramdisk

    just an idea : Long time ago, i was doing a boot on san for my workstation. In order to speed the reactivity after booting; the disk of the os was on raid 1 software ( mdadm ) with a hardrive and the other side was a ramdrive. With the write behind option, the read was always made from the ram...
  5. D

    Proxmox Team - again

    Do you have a linux bond in the proxmox configuration?
  6. D

    PVE at different locations - how?

    Depends on what you need exactly, but something with a PBS on every location with synchronisation can do the job, .
  7. D

    VM freezes irregularly

    here i use in grub intel_idle.max_cstate=1 processor.max_cstate=1
  8. D

    VM freezes irregularly

    i tried PVE Edge 6.0.6-1 with latest firmware/microcode .It's not better . VM with docker crash in a day..But pfsense VM has not crash yet...
  9. D

    VM freezes irregularly

    Well, i after the "official" 5.19 who crash my server when the vm start, i try PVE Edge 5.19.14-2 I also disable c-states il the bios, and the balloing for the VM. I hope it's more stable. But i had tu use cpupower to lower the frequency, unless it was 2800 all the time ( N5105) ( kernel...
  10. D

    how to migrate vms to another pve cluster

    Configure a share storage which is available for the 2 two cluster with same name. you can do a live migration of the disk to this storage. you shudown the vm. copy the config file via ssh to the other cluster, maybe modify it if needed start the vm on the new cluster . you can do a live...
  11. D

    Bonding and bridge strange issue

    i have the same issue. DHCP + Bridge + bond balance-rr doesn't work. but with DHCP + Bridge + bond balance-tlb it works. For my boot on San serveur, its' a problem.. Any idea? PS: my switch doesn' support lacp ...(BUFFALO BS-MP2008)
  12. D

    RAID with NVME and SATA SSD?

    I agree for the part that raid ZFS over consumer disk is a bad idea. i try and the wearout is massive. So i go back to my "old" install of proxmox over a raid 1 debian with mdadm, with a nvme disk and a Sata. The cool stuf with it is the option "write mostly" ...
  13. D

    Opt-in Linux 5.19 Kernel for Proxmox VE 7.x available

    i Know, that why i want to try this kernel...
  14. D

    Opt-in Linux 5.19 Kernel for Proxmox VE 7.x available

    this is the log the boot start at Sep 19 18:34:07 et crash at Sep 19 18:36:24 in the log we can see , the host try to start container lxc-224 and crash ( 18h34 ), and with kernel 5.15, no problem it start after lxc-175 ( 18h43) arch: amd64 cores: 2 features: nesting=1 hostname: Proxy memory...
  15. D

    Opt-in Linux 5.19 Kernel for Proxmox VE 7.x available

    With the 5.15, host stable, and one vm ( debian with container ( bitwarder ) crash. No problem with oher Vm / lxc. with 5.19, the host boot, but it seem that when it start lauching the VM /lxc , the hosts crash. i watch quickly, the log, and maybe it's a storage problem ( Nfs ganesha over...
  16. D

    Opt-in Linux 5.19 Kernel for Proxmox VE 7.x available

    I try to install it on my N5105 server , and it crash after booting with this version of 5.19
  17. D

    VM freezes irregularly

    I try the 5.19 pve official. Proxmox freezer only a few seconds after it finish the boot. Back to 5.15 Official. With this one only the vm freeze not the entire server
  18. D

    VM freezes irregularly

    i am still with the stock kernel. I put only one core and force cpu type host ( before 2 vcpu and kvm type) for the VM with container and no freeze for two days.
  19. D

    [HELP] Proxmox Linux VM crashing randomly with no logs or way to diagnose. I've tried everything!

    i think it's a problem between the cpu model and the container. I have the same problem. before i have Intel Apollo Lake N3450 / with debian Vm with docker for bitwarden.E verything was working as expected i migrate on n5105 ( the same cpu branch a you ) and the vm crash . So far 2 times in...