Search results

  1. T

    One node in cluster not starting after backup failure

    I just found that it even hangs when I try to do ls /etc/pve/nodes/proxmix/ where proxmix is my node 2. Which I would interpret as an additional clue that it is a corosync issue...
  2. T

    One node in cluster not starting after backup failure

    Hi, tonight some of my backups failed withe the following error: 102: 2021-04-22 04:28:21 ERROR: Backup of VM 102 failed - unable to open file '/etc/pve/nodes/proxmox/qemu-server/102.conf.tmp.3183' - Permission denied So it seems to be some problem with the lockfiles. However my guess is that...
  3. T

    AMD Ryzen 7 "Renoir" 4750G APU and iGPU pass-thru (to Windows 10 guest)?

    I did get it running and it works great now. However it was quite a journey ;) #important stuff for jellyfin in unprivileged lxc #we need the renderer device passed through lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file lxc.cgroup.devices.allow: c 226:128...
  4. T

    AMD Renoir drivers (4650G)

    sadly it only worked partially... I hav /dev/dri/* now and amdgpu is loaded and used root@proxmix:~# dmesg | grep -i amdgpu [ 5.210878] [drm] amdgpu kernel modesetting enabled. [ 5.211021] amdgpu: Topology: Add CPU node [ 5.211118] fb0: switching to amdgpudrmfb from EFI VGA [...
  5. T

    LXC permission issues, apt fails

    worked like a charm for me
  6. T

    AMD Ryzen 7 "Renoir" 4750G APU and iGPU pass-thru (to Windows 10 guest)?

    last thing I tried now was if kernel 5.11 on pve side does help anything but it doesn't. (needed it for LXC route anyway) I already expected that, my current guess it is the init of the drivers, PCI pass through seems to be fine.
  7. T

    AMD Ryzen 7 "Renoir" 4750G APU and iGPU pass-thru (to Windows 10 guest)?

    I think I follow the lxc route now... saw that there were some updates in amdgpu driver in 5.11 kernel regarding renoir but upgrading to 5.11 did not change anything :(
  8. T

    AMD Ryzen 7 "Renoir" 4750G APU and iGPU pass-thru (to Windows 10 guest)?

    no, didn't help :( Same output on initial start. Although some new output upon restarting the VM [ 1.509119] [drm] amdgpu: 512M of VRAM memory ready [ 1.509121] [drm] amdgpu: 3934M of GTT memory ready. [ 2.885269] amdgpu 0000:01:00.0: amdgpu: [mmhub0] no-retry page fault (src_id:0...
  9. T

    AMD Ryzen 7 "Renoir" 4750G APU and iGPU pass-thru (to Windows 10 guest)?

    I added the PSP to the VM but result was exactly the same. However one boot it looked a bit different but I don't know why: [ 1.571310] [drm] amdgpu: 512M of VRAM memory ready [ 1.571312] [drm] amdgpu: 3934M of GTT memory ready. [ 2.843233] amdgpu 0000:01:00.0: amdgpu: [mmhub0]...
  10. T

    AMD Renoir drivers (4650G)

    anything needed in addition to the the boot cmdline? /dev/dri is also not showing up for me
  11. T

    AMD Ryzen 7 "Renoir" 4750G APU and iGPU pass-thru (to Windows 10 guest)?

    Any progress? Currently trying the same with Ubuntu 20.04. I get Ubuntu to display on the GPU but not with proper AMD drivers. Client dmesg filtered for amd: [ 0.000000] Linux version 5.8.0-48-generic (buildd@lgw01-amd64-008) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils...
  12. T

    Migration from ZFS to LVM thin

    There are no snapshots for this VM but there are snapshots for others. root@proxmox:~# zfs list -r -t snapshot -H -o name rpool rpool/data/vm-101-disk-0@first_setup rpool/data/vm-102-disk-0@initial_migration rpool/data/vm-102-disk-1@initial_migration rpool/data/vm-105-disk-0@intital I did only...
  13. T

    Migration from ZFS to LVM thin

    Should be the latest on both root@proxmox:~# pveversion pve-manager/6.3-6/2184247e (running kernel: 5.4.106-1-pve) root@proxmix:~# pveversion pve-manager/6.3-6/2184247e (running kernel: 5.4.106-1-pve) what do you mean by "online"? The VM currently is not running (I read something when trying...
  14. T

    Migration from ZFS to LVM thin

    I have a small cluster setup here. - host 1 is running on ZFS (zfs-local) as he has two disks - host 2 is running on one disk using LVM thin (thin-local) for vm-disk storage I now want to migrate a vm (104) from host 1 (proxmox) to host 2(proxmix) using this command on host 1 qm migrate 104...
  15. T

    PVE USB3 UASP errors

    Hi, I wanted to attach external harddrives to my small Asrock X300 and use them with ZFS on Proxmox. root@proxmox:~# cat /proc/version Linux version 5.4.106-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.106-1 (Fri, 19 Mar 2021 11:08:47 +0100) In general setup was pretty...