Search results

  1. F

    [SOLVED] can not shutdown with apc ups

    version 4.15.18-14-pve two vms , lede and omv(nas) ups is apc bk650-ch. the vms' shutdown priority is correct and can be shutdown in pve console or gui. I connect pve host machine to ups , install apcupsd , modify config file . but when I unplug ,the pve terminal show this , but nothing...
  2. F

    question about manually re-compile pve-kernel for solving iommu group isolate problem

    after install the required packages and enviroments,git clone git://git.proxmox.com/git/pve-kernel.git, and then make. I can find the 0003-pci-Enable-overrides-for-missing-ACS-capabilities-4..patch file in the pve-kernel/patches/kernel directory ,but after install the kernel , set grub option...
  3. F

    [SOLVED] question about recomile pve kernel for acs patch

    I'm trying to re-compile Proxmox VE 5.4-1 kernel, 4.15 branch, but no success so far. I've followed this README: https://git.proxmox.com/?p=pve-common.git;a=blob_plain;f=README.dev;hb=HEAD after install the required packages, git clone the kernel repo. git clone -b pve-kernel-4.15...