Search results

  1. R

    CTX with no particular conf and USB

    Hello, Here below my conf of my ctx: root@pve:~# cat /etc/pve/lxc/109.conf #lxc.cgroup.devices.allow%3A c 189%3A43 rwm #lxc.mount.entry%3A /dev/bus/usb/001/043 dev/ttyUSB1 none bind,optional,create=file arch: amd64 cores: 1 features: nesting=1 hostname: nad memory: 512 net0...
  2. R

    Backup File

    Hello. I Have Proxmox 8.4 and I tried to find my backup config file: root@pve:~# root@pve:~# cat /etc/pve/vzdump.cron # cluster wide vzdump cron schedule # Automatically generated file - do not edit PATH="/usr/sbin:/usr/bin:/sbin:/bin" root@pve:~# But where is my below conf so : Thanks...
  3. R

    Why blacklist doesn't work

    Hello. I did a fresh install of PVE 9.0.1 and tried to make a passthrough of the GTX1650: root@pve:~# lspci -nnk -s 01:00.0 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU117 [GeForce GTX 1650] [10de:1f82] (rev a1) Subsystem: Gigabyte Technology Co., Ltd Device...
  4. R

    Desperate with Proxmox 8.4 and GPU Passthrough Geforce GTX1650

    Hello, I am raising a new post for GPU Passthrough Geforce GTX1650 and Proxmox 8.4. There is a little progress: GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt initcall_blacklist=sysfb_init" update-grub update-initramfs -u -k all root@pve:~# lspci -nnk -s 01:00.0 -s 01:00.101:00.1...
  5. R

    Geforce GTX 1650 and Proxmox 9.0

    Hello, I have a Geforce GTX 1650 which works well by passthrough with my Windows 11 VM on Proxmox 7.4 I tried many time with the same config to get GPU passthrough working with 8.x but no chance so far. I was wondering if some guys have the same GPU and use passthrough with VM Windows and...
  6. R

    script done for GPU passthrough

    Hello, I did make this script to passthrough my Geforce FX1600 with proxmox 7.4 I did a fresh installation launched the script, restored my VM Windows 10, but the VM starts but no display. Do you know why with the latest version of Proxmox the config doesn't work, what did change ? Many...
  7. R

    do not have file in /var/lib/vz/images once VM created

    Hello, I tried to import a vmdk file so first I create a VM (110) and then qemu-img convert -f vmdk -O qcow2 fichier.vmdk disque.qcow2 qm disque.qcow2 /var/lib/vz/images/110/vm-110-disk-0.qcow2 The issue is that I don't have the folder "110" created, I think I missed something ? THanks
  8. R

    Passthrough Nvidia GTX 1650 works with PVE7.0 doesn't work with PVE8.3

    Hello, I have a PC with a Nvidia GTX 1650 PCIe. with Proxmox 7.0 I did the following configuration to passthrough the GPU to my VM Windows 10 /etc/default/grub: GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt video=vesafb:off video=efifb:off" /etc/modules: vfio vfio_iommu_type1...
  9. R

    upgrade to specific version doesn't work

    Hello, Am in 7.0-11 andI want to upgrade in 7-13 (I do know is out dated :-) ). Do you know why thats failed ? Many thanks
  10. R

    issue with usb c hub

    Hello, I want to plug in this to extend my usb port. I plug an USB dongle bluetooth but I don't see it once I did lsusb. Here my log dmesg: [1314110.412340] EXT4-fs error (device sdb1): __ext4_find_entry:1524: inode #2: comm smbd: reading directory lblock 0 [1314110.412356] EXT4-fs error...
  11. R

    Issue with Container on Debian

    Hello all, I am facing an issue with my Container and I don't have any clue about what is wrong. It is very slow to connect through and each command takes time to provide output. I 've seen that with dmesg: [3095082.011000] audit: type=1400 audit(1720002390.721:206): apparmor="DENIED"...
  12. R

    Import VM from Proxmox 8.2 to 7.0

    Hello all, For some reasons and tests, I need to run VM built via proxmox 8.2 to 7.0. To do that, I made a backup of the VM from proxmox 8.2 and copied the file vzdump-qemu-106-2024_05_14-19_35_55.vma.zst to my proxmox server 7.0 and : qmrestore 109 vzdump-qemu-106-2024_05_14-19_35_55.vma.zst...
  13. R

    disable bluetooth

    Hello, I am not able to disable bluetooth in BIOS so I am trying with the OS Conf root@pve:/etc/systemd/system# dmesg | grep hci0 [ 4.538303] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi [ 4.538354] Bluetooth: hci0: Boot Address: 0x24800 [ 4.538356] Bluetooth: hci0...
  14. R

    Proxmox 8.1.4 and passthrough gpu nvidia

    Hello, I want to passthrough my gpu and I did follow the below guide: https://forum.proxmox.com/threads/pci-gpu-passthrough-on-proxmox-ve-8-installation-and-configuration.130218/ Thanks to @asded It worked with proxmox 7.4 with the same motherboard. root@pve:~# efibootmgr -v BootCurrent: 0003...
  15. R

    make a script after successful backup

    Hello, I would like to make a simple script which check the daily backups and send notification to my home automation system (jeedom) I've check the below link but a bit complicated https://github.com/robhost/proxmox-scripts/blob/master/vzdump_hook.sh I thought to use and browse mailbox after...
  16. R

    Backup failed and lock

    Hello, I have scheduled backup and one is related to the LXC 104. As you can see: the backup of the VM 103 is ended and start the backup of the LXC 104 which have started 2PM: INFO: Finished Backup of VM 103 (00:01:27) INFO: Backup finished at 2024-02-29 02:09:56 INFO: Starting Backup of VM...
  17. R

    impossible to mount cifs within LXC

    Hello, I have a fresh install container on Debian. I try to mount a CIFS share: root@TestInstallPVE:/mnt# mount.cifs 192.168.1.252:/diskint /mnt/diskintpve/ mount.cifs: bad UNC (192.168.1.252:/diskint) root@TestInstallPVE:/mnt# mount.cifs //192.168.1.252/diskint /mnt/diskintpve/ Password for...
  18. R

    Stuck on boot 7.4-3

    Hello everyone and happy new year. I use Proxmox and love it. I had to reboot the server and I am stuck on boot with the following screen: I didn't modify anything into the bios. LVM: root@pve:~# vgs VG #PV #LV #SN Attr VSize VFree pve 1 2 0 wz--n- <952.87g 0 root@pve:~#...
  19. R

    Issue with GPU GFX1650

    Hello, I've been working a while on that issue, but not able to fix it. Here below some info: VM configuration: root@pve:~# cat /etc/pve/qemu-server/102.conf agent: 1 bios: ovmf boot: order=ide0;ide2;net0 cores: 4 efidisk0...
  20. R

    Attached NAS as backup, lost capacity

    Hello, I have the latest version of proxmox with several VM. One of them is trunenas for backuping many stuff such as camera records. I get the hddintbkp by passthrough the 2nd Hdd of the proxmox server on the VM truneas which is used only for storage backups and mount it as NAS point...