Search results

  1. B

    VNC failing with SSH errors

    I am realizing I am on the wrong path. It seems NoVNC is not working and the ssh error is from xterm.js. My real issue is NoVNC is failing with a 500 when I try to get into a VM/LXC and simply says failed when getting to a node. The pveproxy logs show as clean.
  2. B

    VNC failing with SSH errors

    The .ssh/confg on each is cat /root/.ssh/config Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com[/COD and grep -sR "dss" /etc/ssh /root/.ssh returns nothing.
  3. B

    VNC failing with SSH errors

    Yes, this is on every node of the cluster.
  4. B

    VNC failing with SSH errors

    This seems to have popped up on my cluster in the most recent upgrade. I am on 9.1.9 and I have been on 9 for a while. This is on every node of the cluster. Errors that appears in the VNC window: /root/.ssh/config line 6: Bad key types '+ssh-dss'. /root/.ssh/config: terminating, 1 bad...
  5. B

    VNC failing with SSH errors

    This seems to have popped up on my cluster in the most recent upgrade. I am on 9.1.9 and I have been on 9 for a while. Errors: /root/.ssh/config line 6: Bad key types '+ssh-dss'. /root/.ssh/config: terminating, 1 bad configuration options /root/.ssh/config only has a single line - there is no...
  6. B

    Kernel 6.5.13-1 won't boot - black screen

    Any future Googlers, I have no idea the issue but updated kernel 6.5.13-3 works fine.
  7. B

    Kernel 6.5.13-1 won't boot - black screen

    Those modules are already blacklisted (and have been for ages) along with ‘options nouveau modeset=0’. I would expect 6.2 or 5.15 to have failed ages ago had these modules been loaded along with the Nvidia driver. Also I’m using systemd-boot so the grub commands wouldn’t apply.
  8. B

    Kernel 6.5.13-1 won't boot - black screen

    For what it's worth I installed pve-kernel-6.2 and kernel 6.2.16-20 works perfectly well.
  9. B

    Kernel 6.5.13-1 won't boot - black screen

    I just updated a Dell T340 from PVE7 to 8. I went through all the pve7to8 --full checks and simply followed the documented procedure. I also installed systemd-boot per the docs as I am indeed running UEFI on ZFS. I can still boot into 5.15.143-1. pve7to8 --full still shows as clean with the...
  10. B

    [SOLVED] Trouble passing through USB UPS

    Sigh, I figured it out. I am using a genericcloud image and there are no USB drivers included. I installed a different linux-image package and the world was happy.
  11. B

    Moving boot disk to new disks

    I'm almost certain either syntax will work. Assuming the original disk is not already in a mirror, the command assumes you are adding the new disk to the data set as a mirror. Regardless, future Googlers, if my syntax doesn't work, try crc-error-79's.
  12. B

    [SOLVED] Trouble passing through USB UPS

    I am trying to create a VM to run NUT. On the physical machine I also have a USB Bluetooth adapter I pass-through to another VM and this works perfectly. For whatever reason the UPS is not recognized in the VM. I have rebooted the entire host and no luck. NUT server acpi: 1 agent...
  13. B

    Group filter *exception*

    When creating a sync job, is there a way to *except* items from being replicated? I have a replica where I want to replicate everything except one host. The docs make it sound like group-filter is an include only filter but I'm hoping there is an "everything except" filter possibility.
  14. B

    Proxmox crash during backup leading to bind mount not working

    I figured my issue out. Somehow a snapshot related to the dataset was mounted for reasons I can’t explain.
  15. B

    [SOLVED] safe_mount: 1200 Invalid argument

    I figured my issue out. Somehow a snapshot related to the dataset was mounted for reasons I can’t explain. Thanks for the hint.
  16. B

    [SOLVED] safe_mount: 1200 Invalid argument

    My issue started after a failed backup snapshot. There is nothing else mounted in the path. Could a snapshot create a mount like this? Which doesn’t make sense as using lxc.mount.entry (as opposed to mpX syntax) should not snap that dataset.
  17. B

    Proxmox crash during backup leading to bind mount not working

    Interestingly enough, if I create a new ZFS data set and migrate the data to it, it mounts fine (my current quick and dirty fix). What could possibly "taint" a data set to make it cause LXC to fail? Config for what its worth: arch: amd64 cores: 2 features: nesting=1 hostname: Downloader...
  18. B

    Proxmox crash during backup leading to bind mount not working

    I woke up today with an odd cascade of events. First, one node of a cluster showed gray question marks for all objects. Interestingly enough the node showing all gray was also the one whose web console I was connected to. I rebooted the node and this issue resolved itself. Next, one LXC...