blog

HP Gen8 - upgrade Proxmox 6.x -> 7.x

En cas de reboot en boucle et / ou les erreurs ci-dessous :

DMAR: DRHD: handling fault status reg 2
DMAR: [INTR-REMAP] Request device [01:00.0] fault index 18 [fault reason 38] Blocked an interrupt request due to source-id verification failure
Error: DMAR: [DMA Read] Request device [02:00.0] fault addr bd42c000 [fault reason 06] PTE Read access is not set

/etc/default/grub :

GRUB_CMDLINE_LINUX="console=ttyS1,115200 console=tty0 intel_iommu=off intremap=off"
2022/05/23 15:02 · ben

nvidia - Crash sous windows 10

le pilote d’affichage nvlddmkm ne répondait plus
device hung
etc

  • Aller à “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers”
  • Créer une entrée de type “QWORD (64-bit)” nommée “TdrDelay” avec une valeur hexadécimale à 20.
  • Rebooter et jouer
2022/04/03 11:57 · ben

Rear (Relax-and-Recover)

2021/12/02 09:12 · ben

Influxdb - créer une base + user

CREATE USER admin WITH PASSWORD 'Redhat@123' WITH ALL PRIVILEGES
CREATE DATABASE mondb
CREATE USER monuser WITH PASSWORD 'Redhat@123'
GRANT ALL ON mondb TO monuser
exit
2021/12/02 09:11 · ben

Intel Quick Sync (qsv) avec Proxmox / LXC

  • /etc/pve/lxc/116.conf
features: fuse=1,mknod=1,nesting=1
lxc.cgroup.devices.allow: c 226:0 rwm
lxc.cgroup.devices.allow: c 226:128 rwm
lxc.cgroup.devices.allow: c 29:0 rwm
lxc.autodev: 1
lxc.hook.autodev: /var/lib/lxc/116/mount_hook.sh
  • /var/lib/lxc/116/mount_hook.sh
mkdir -p ${LXC_ROOTFS_MOUNT}/dev/dri
mknod -m 666 ${LXC_ROOTFS_MOUNT}/dev/dri/card0 c 226 0
mknod -m 666 ${LXC_ROOTFS_MOUNT}/dev/dri/renderD128 c 226 128
mknod -m 666 ${LXC_ROOTFS_MOUNT}/dev/fb0 c 29 0

note : avec Promox 7.x, remplacer cgroup par cgroup2.

2021/09/16 20:24 · ben

<< Billets récents | Anciens billets >>

  • blog.txt
  • Dernière modification : 2021/03/04 15:29
  • de ben