Search results

  1. 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.
  2. 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.
  3. 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.
  4. 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...
  5. 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.
  6. 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.
  7. 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...
  8. 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.
  9. 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.
  10. 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.
  11. 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.
  12. 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...
  13. 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...
  14. B

    [SOLVED] safe_mount: 1200 Invalid argument

    I think I have the same issue. For whatever reason after working perfectly for months, I am having this same issue. I have Docker in an LXC. There are two bind mounts into the LXC and then those are bind mounted into Docker containers. For whatever reason one bind mount causes this error and the...
  15. B

    Change of proxmox-backup-client output makes cron annoying

    Got it. So if I set to warn or error, successful jobs should not have output.
  16. B

    Change of proxmox-backup-client output makes cron annoying

    Are there descriptions as to how each log level behaves? Ideally in my case there would only be output for errors so would I use “error”? I don’t want to suppress all output with > /dev/null 2>&1 as I want an alert if a job fails.
  17. B

    Change of proxmox-backup-client output makes cron annoying

    It appears somewhere between 2.2.1-1 and 2.2.4-1 the output formatting changed. Specifically previously running a cron with proxmox-backup-client> /dev/null gave no output to cron. Now cron is picking up the output of proxmox-backup-client as it appears it shows as an error and/or not going to...