Search results

  1. D

    [Bug] Container (Network card turned off)

    Hi, I think is a bug with parameter link_down=0 with command pct create . When i use link_down=0, the network card is turned off. When I created a container without these settings, it's fine. Variables: Download Template Stop & Destroy LXC: Create Container: Start Container...
  2. D

    [SOLVED] Soluce - Problem Network to capture Image (WDS)

    Good morning, if you don't take network for capture image, just take this: Resolved: MAJ+F10 wpeutil InitializeNetwork https://bugzilla.proxmox.com/show_bug.cgi?id=4746 Problem :
  3. D

    How rename volum group proxmox

    hello, I take a problem for name to volume group, i required to rename volume group . Can you write process ?
  4. D

    Problem Error 43 on AMD RX 6700XT

    Hi, I need help for fixed error 43 on Windows 10 with my RX 6700XT. Grub GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on initcall_blacklist=sysfb_init iommu=pt" Modules: echo "vfio vfio_iommu_type1 vfio_pci vfio_virqfd amd_iommu=on" > /etc/modules Dmesg dmesg | grep -e DMAR -e IOMMU [...
  5. D

    [Problem] Command pveum and "-password" argument

    Hello, I has a problem for create user PAM with argument "-password" USERNAME="MyUSER@pam" MAIL="MAIL@mail.com" FIRSTNAME="AAAA" LASTNAME="BBBB" PASSWORD="Passw0rd2022" # Delete old user PAM: pveum user delete $USERNAME; # Clean Console clear; # Create User PAM pveum user add "$USERNAME"...
  6. D

    [SOLVED] [VM] Cloud-init connection loss on Debian

    Hello, After installing Cloud Init on Debian 10, I no longer have internet. I did the configuration correctly in 192.168.1.40/24 (Class C) I then tried to delete Cloud-Init on the VM side and the system side but could not reestablish the connection. I notice the interface is named eth0 while...
  7. D

    Problem LXC Doesn't work

    Hello, I need help for start my LXC . root@proxmox:~# lvs -a root@proxmox:~# vgs -a Info:
  8. D

    [Problem / Bug] unexpected property 'username' with a command pvesm add

    Hello, I open this topic to report a problem on the username parameter of the pvesm command. Command: Return Code: DOC: Information:
  9. D

    Mount iSCI (Partition LVM)

    Hello, I have an iscsi target which contains an LVM partition that I want to mount on proxmox. (Command line only) Could you help me. Mount iSCSI: vgscan vgchange -ay pvdisplay : vgdisplay : lvdisplay lvscan
  10. D

    Debian 10 installation problem on an ISCSI disk

    Hello, I have a problem installing Debian on iSCSI. Input / Output error during write on /dev/sda sda is LVM-iSCSI Proxmox: - Storage> Add> iSCSI Portal: 192.168.1.2 Target: iqn.2011-08.com.asustor: as5304t-8d5b27.proxmox - Storage> Add> LVM
  11. D

    Problem mounting shared disk from an LXC container

    Hello, I would like to add a Windows share (CIFS) under an LXC container. The editing works from the Proxmox server but the LXC container does not work. Access via smblicent works but mounting poses a problem for me at the mounting point (Access refuse) Information: Name Share...
  12. D

    Resize LXC DISK on Proxmox

    Hello, I have an 8 GB container which was created under LXC but I cannot resize it so that it is smaller. I want it to be 5 GB. I also install Proxmox in EXT4 without ZFS support. root@Proxmox:~# pct resize 105 rootfs 3G unable to shrink disk size
  13. D

    [SOLVED] Problem activation License Windows

    Hello, When I create a Windows 10 VM (1909), I can't activate my authentic Windows 10 Retail license. (Never used) When installing Windows 10, I type my key. agent: 1 bios: ovmf boot: dc bootdisk: sata0 cores: 4 efidisk0: DISQUE:104/vm-104-disk-0.qcow2,size=128K machine: q35 memory: 1024...
  14. D

    Problem VFIO GPU

    Hello, I would like some help to realize the VFIO on my small machine. When starting Windows, the machine starts, I see the graphic card via the manager. When installing graphics drivers, the driver refuses to install Is there a method of circumvention to make the Nvidia driver believe that he...
  15. D

    Problem import VM qcow to ZFS storage

    Hello, I would like some help to import Qcow2 (Folder + Config) virtual machines from my hard drive (Windows) to Proxmox.
  16. D

    Problem lxc container (Not network)

    Hi, I have a network problem on my container. NETWORK: - en4ps0 -> Bridge vmbr0 (192.168.1.11/24) -> Bridge vmbr1 (192.168.10.1/24) I have a windows server configure in 192.168.10.2 (DNS, DHCP, AD) functional. (Vmbr1) The internet works on my server. Everything is functional. I want...
  17. D

    Question - Routing Table

    Hello, following the installation of my network, I would like to update the routing table in my router to access my VMs Network Router: 192.168.1.0/24 #Network Physic iface enp4s0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.3 netmask 255.255.255.0...