Search results

  1. R

    Can I have "PermitRootLogin no" on /etc/ssh/sshd_config?

    No sorry, never heard about port changing
  2. R

    PCI GPU update; passthrough

    Kernel 5.10 will have "a reset handling change", see [1] 1: https://www.phoronix.com/scan.php?page=news_item&px=AMDGPU-Linux-5.10-First
  3. R

    PCI GPU update; passthrough

    Upstream is delayed as people have problems with the patch, see: [1]. 1: https://forum.level1techs.com/t/navi-reset-kernel-patch/147547/31
  4. R

    [TUTORIAL] Building the PVE kernel on Proxmox VE 6.x

    Could you replace that in the Makefile so "make" always works?
  5. R

    Can I have "PermitRootLogin no" on /etc/ssh/sshd_config?

    I'm pretty sure, you can check this by looking at the file /root/.ssh/authorized_keys you will see keys for each node in there.
  6. R

    QLogic NIC not working

    So the drivers are broken on CentOS 8 :/
  7. R

    QLogic NIC not working

    Did you install the RPM's for RedHat 8 U2 ?
  8. R

    Can I have "PermitRootLogin no" on /etc/ssh/sshd_config?

    prohibit-password should work, Proxmox VE nodes talk to each other by key's.
  9. R

    Define LXC/CT uid mappings *before* creation

    Download: http://launchpadlibrarian.net/366198024/lxd-tools_3.0.0-0ubuntu4_amd64.deb dpkg -x lxd-tools_3.0.0-0ubuntu4_amd64.deb /tmp/out cp /tmp/out/usr/bin/fuidshift /usr/local/bin/ fuidshift
  10. R

    Define LXC/CT uid mappings *before* creation

    Think you have to map the rootfs after changing /etc/pve/lxc/ LXD once had a tool for that "fuidshift" you have to find a way to get that, I thought it was a static binary.
  11. R

    GPU Passthrough funktioniert nicht (Intel UHD 605) Code 43

    DevilHandX hats geschaft, probier es mal.
  12. R

    Restore TASK ERROR: unable to restore CT 100 - unable to read version info

    Only thing i can think about (untested): Create container with CentOS 6 -> stop it -> extract data to the rootfs of that container -> start it. Its worth a try I think.
  13. R

    [SOLVED] Cannot mount any zfs pool

    hehe, I know that feeling. When those directories are empty a reboot should work without problems, I also had this.
  14. R

    [SOLVED] Cannot mount any zfs pool

    Unmount all of them (except / which you cant unmount), cleanup /apool /bpool and /rpool then "systemctl restart zfs-mount" ?
  15. R

    [SOLVED] Cannot mount any zfs pool

    Good you didn't delete your data, i thought nothing was mounted...... What gives: zfs list -o name,mounted,mountpoint You can manualy mount them one by mount with "zfs mount <mountpoint>"
  16. R

    Backing up proxmox (the host itself) - what and how?

    You need files from /etc/pve/* and vzdump of each vm/container to restore it.
  17. R

    [SOLVED] Cannot mount any zfs pool

    Directory not empty means that theres something in there, remove it then run "zfs import -a" or "systemctl restart zfs-import"