Recent content by N0REAVER

  1. N

    Proxmox and noVNC 1.4.0-4 doesn't pick up combined keypresses right

    I think this has to do with the QEMU RFB extension which is not used in Proxmox. Openondemand uses noVNC + QEMU RFB Protocol/extension which fixes the issue. https://github.com/TurboVNC/turbovnc/issues/108 https://danielhb.github.io/article/2019/05/06/noVNC-QEMU-RFB.html more details at...
  2. N

    Proxmox and noVNC 1.4.0-4 doesn't pick up combined keypresses right

    Hi I have a streamdeck which I use sometimes to "type" some text to a vm console but there's a problem: ALL key combinations with Shift key do not register the Shift key presses so the wrong characters are typed. (See image) I have just tested also on a noVNC console 1.3.0 on a ondemand...
  3. N

    Setting up ZFS fileserver on a VM

    Yes, is virtual Mainly user home folders shared over nfs.
  4. N

    Setting up ZFS fileserver on a VM

    Well, that's what i mentioned, i passed-through the sata ports/the sata pcie expander (which is on a separate iommu group) so the vm does see/access directly the hdd. SLOG is there to write stuff faster in the first place so the zfs can reply quicker to sync. otherwise the slog would be on the...
  5. N

    Setting up ZFS fileserver on a VM

    Hi. I have a pve server (in fact 2+ identical ones) with 2x hardware mirror volumes on ssd and also a pcie sata expander that i can pass through to the vm which connects to a 4xHDD box. I was thinking about setting up (did it in fact) a VM to act as a file server with ldap and krb5 and zfs "raid...
  6. N

    Fresh Install of 7.4 - Can't ping gateway - No internet access

    I had a similar issue and the problem was in the DHCP Server if you have checked the: [ ] Enable Static ARP entries and you didn't have static dhcp leases for those hosts.
  7. N

    Network bridge on pure ceph nodes

    I think the advantage with bridges is that if you change/upgrade your network interfaces it's easier to reconfigure the bridge to use another interface than having to change the ceph configurations etc.
  8. N

    OSD not stopping in GUI

    Hi I have a empty test cluster in which 4 nodes are ceph. PVE 7.0-1 + Ceph pacific The setup is: 4 identical nodes 1x Xeon cpu 32GB DDR4 ECC 2x 1Gb, 2x 10Gb 1x system HDD, 2x 16TB OSD HDD, 1x 1TB SSD WAL enterprise class 8 port 10G deidcated switch for ceph backend 8 port 10G switch cluster...
  9. N

    Ceph OSD will not delete

    PVE7.0-1 I have the same issue with the last osd. Stop doesn't work from GUI. I could remove all osd from GUI but the last one didn't want to. I tried after the commands and it was removed but in GUI won't disappear from the list and not able to select the disk when creating an osd. Ceph...
  10. N

    [SOLVED] Failed to join a Node to an existing Cluster

    Hi Today I added 4 new identical nodes to the existing cluster. But on the last one everything hung up. I followed the same process, update&upgrade, reboot, join. Last node failed to join completely (invalid PVE ticket 401) but the config was copied on it but was not found on other nodes of the...