Recent content by fighter_yy

  1. F

    [SOLVED] can not shutdown with apc ups

    I really make no sense about killdelay config . But I know the timeout config(30 senconds) is affecting my apc. And the timeout config take precedence of BATTERYLEVEL and MINUTES . Because this apc can support my NAS for at least 30 minutes, as the acpaccess shows.
  2. F

    [SOLVED] can not shutdown with apc ups

    thanks for your reply. It's so wired that my pve auto shutdown by apc signal works fine today. I list my config here , for any one may need it . first you should confirm the ' systemctl status apcupsd.service' , it should be running correctly. check your /etc/apcupsd/apcupsd.conf . My...
  3. F

    [SOLVED] can not shutdown with apc ups

    as I have said in the topic , 'the vms' shutdown priority is correct and can be shutdown in pve console or gui.' the qemu agent works well in both vm. shutdown / poweroff command in pve work correctly, as well as the qemu ping command
  4. F

    [SOLVED] can not shutdown with apc ups

    thank you for your attention. In the apccontrol script the doshutdown's content is doshutdown) echo "UPS ${2} initiated Shutdown Sequence" | ${WALL} ${SHUTDOWN} -h now "apcupsd UPS ${2} initiated shutdown" ;; as the message printed on my screen. It seems the "shutdown...
  5. 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...
  6. 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...
  7. F

    [SOLVED] question about recomile pve kernel for acs patch

    I got it. ubuntu-bionic is a huge package (2.5GB), and the cloning proccess store the files in pve-kernel/.git/modules/ directory. thanks a lot
  8. F

    [SOLVED] question about recomile pve kernel for acs patch

    thanks dcsapak for your reply. But I have been waiting for at least one hour, still the '/root/proxmox/pve-kernel/submodules/ubuntu-bionic' directory never changes
  9. 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...