Search results

  1. D

    Using ZFS Snapshots on rpool/ROOT/pve-1?

    Could you please try explaining once in a different manner than @jeanlau did the steps you took? I am not getting through his explenation :(
  2. D

    Patch x570/Ryzen EDAC support into pve 6.1?

    After a lot of effort by mastakilla, someone in close contact with asrock rack, it turns out to be AMD that does not cooperate to get ECC events to be logged by IPMI on non server boards. My stance is that asrock rack should not have marketed my x470d40 board as such in that case
  3. D

    non existent cifs share spams syslog pve 6.3

    I think it must have been a tmp issue as the shares show up in the gui again
  4. D

    non existent cifs share spams syslog pve 6.3

    But they are not in storage.cfs The syslog spaming stopped after a reboot though
  5. D

    non existent cifs share spams syslog pve 6.3

    root@pve-trx40:/etc# cat fstab # <file system> <mount point> <type> <options> <dump> <pass> root@pve-trx40:/etc# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content backup,iso,vztmpl zfspool: local-zfs pool rpool/data content rootdir,images...
  6. D

    non existent cifs share spams syslog pve 6.3

    every 2 seconds a new row appears in the syslog of pve-manager/6.3-3/eee5f901 (running kernel: 5.4.78-2-pve) # start copy paste from syslog kernel: CIFS VFS: \\oldnas.lan Send error in SessSetup = -13 # end copy paste from syslog there is no share specified only the server name. The weird...
  7. D

    [SOLVED] PCI passthrough onboard sound

    thx all for the help. finally managed to get the sound passed through. I am happy
  8. D

    [SOLVED] PCI passthrough onboard sound

    Thanks a lot: Almost there now. One error while compiling when using your patch file contents: applying patch '../../patches/kernel/0008-amd-no-flr.patch' patching file drivers/pci/quirks.c patch: **** malformed patch at line 4: DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_INTEL, 0x1502, quirk_no_flr);
  9. D

    [SOLVED] PCI passthrough onboard sound

    @qwerty0033 can you please paste me the contents of your 0008 patch file?
  10. D

    [SOLVED] PCI passthrough onboard sound

    I am getting closer, I just got confused, and have the patch file on my system. can you please paste me what you ended up with after the changes you mention? I can double check manufacuter and device id's later. This is what I have now in /usr/src/pve-kernel/patches/kernel/0008-amd-no-flr.patch...
  11. D

    [SOLVED] PCI passthrough onboard sound

    finally I found the inner strength to try and then :( kernel root@pve:/usr/src/pve-kernel/patches# ls kernel root@pve:/usr/src/pve-kernel/patches# cd kernal -bash: cd: kernal: No such file or directory root@pve:/usr/src/pve-kernel/patches# cd kernel root@pve:/usr/src/pve-kernel/patches/kernel#...
  12. D

    [SOLVED] PCI passthrough onboard sound

    wow thank you sooo much for holding my hand. Please allow some time in order for me to try it. I will for sure to get back to this.
  13. D

    [SOLVED] PCI passthrough onboard sound

    @seji, or anyone? perhaps there is a guide for the uninitiated on how to patch the kernel? all i find are guides that assume prior knowledge
  14. D

    How to create a host restore point? pve 6.2.4

    I needed to patch the kernel because of pci flr issues when passing through onboard sound on amd64, ryzen zen2 system. did not work out.
  15. D

    [SOLVED] PCI passthrough onboard sound

    thanks for the info @seji however this results in no more netowrking and a boot time that takes ages. a start job is running for udev wait for complete device initialization a start job is running for helper to synchronize boot up for ifupdown originally all went smooth with: root@pve:~#...
  16. D

    How to create a host restore point? pve 6.2.4

    Ok I went in head first and dpkg -i .deb files. Luckily that created a restor point because I got stuck and now am back again. I am relieved. Is there anyway to create such restore points before making quite drastic changes?
  17. D

    How to create a host restore point? pve 6.2.4

    When doing an update using the GUI I noticed that when I reboot the host I get presented an option at early boot to select the boot environment. (e.g. use the current updated kernel or use the kernel from before the update) is there any way to create such a restore point without actually...
  18. D

    [SOLVED] PCI passthrough onboard sound

    @seji once again thanks for your contribution. I am going in with your .deb files and have already downloaded them. can you please share a total noob guide for how to actually 'install' those .deb files? I found some guides that assume some prior knowledge that I don't have yet.
  19. D

    Patch x570/Ryzen EDAC support into pve 6.1?

    @EricD Welcome back. Thanks for sharing. Earlier in this thread I also had success with the l8st kernel. It's great that it is now part of pve 6.2
  20. D

    Using ZFS Snapshots on rpool/ROOT/pve-1?

    I liked your solution even though not fully understanding it yet ;) I figured that it seems to work otherwise there would have been questions already. I am going to dive in and see how far I get. I think a procedure like this should be a standard feature as it is sooooo convenient.