Search results

  1. S

    [SOLVED] Kernel upgrade gets No space left on device

    Thanks for the above markc. In my case, I had multiple disks (zfs raid 10). This makes it a little easier since you need to remove old kernels from all of the disks: mkdir /tmp/fixme; for i in $(cat /etc/kernel/proxmox-boot-uuids); do echo $i; mkdir /tmp/fixme/$i mount...
  2. S

    Block Sending Mail via IPV6

    We've encountered an issue where google has blocked the entire /32 of the IPv6 range at our VPS where PMG lives. We've reached out to them, and they've said it isn't their issue. IPV6 was previously working correctly for sending and receiving mail. I can disable IPV6 with: sysctl -w...
  3. S

    [SOLVED] Can't Boot: efi stub loaded..

    From: https://forum.proxmox.com/threads/pve-8-0-and-8-1-hangs-on-boot.137033/ Fixed my issue. proxmox-boot-tool kernel unpin
  4. S

    pve 8.0 and 8.1 hangs on boot

    Fixed my issue. Thanks!
  5. S

    pve 8.0 and 8.1 hangs on boot

    Same issues on a Dell Poweredge T140. More information here: https://forum.proxmox.com/threads/cant-boot-efi-stub-loaded.138549/#post-618446 I've pinned the 6.2.16-20-pve kernel at boot as well for now. In my case, the network cards blink, but I'm never able to ping the server or log in, even...
  6. S

    [SOLVED] Can't Boot: efi stub loaded..

    I tried turning off IPMI on LAN, but that didn't fix it. There seems to be more info here, but not solutions: https://forum.proxmox.com/threads/pve-8-0-and-8-1-hangs-on-boot.137033/ Runing this for now as a band-aid, so I don't accidentally boot a 6.5 kernel. pve-efiboot-tool kernel pin...
  7. S

    [SOLVED] Can't Boot: efi stub loaded..

    lspci 00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07) 00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 07) 00:01.1 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe...
  8. S

    [SOLVED] Can't Boot: efi stub loaded..

    I did try this based on another thread, but it did not resolve the issue for me. echo simplefb >> /etc/initramfs-tools/modules update-initramfs -k all -u proxmox-boot-tool refresh
  9. S

    [SOLVED] Can't Boot: efi stub loaded..

    This was a clean install of proxmox 8 on a Dell PowerEdge T130. When I try and boot the upgraded kernel (6.5.11-7-pve) I get stuck at: efi stub loaded initrd from linux_efi_initrd_media_guid device path I can boot from kernel 6.2.16-20-pve. Anyone have any ideas on this? It seems to be a not...
  10. S

    Snapshot VM State Disk

    PMVE: 6.3-4, ZFS I created a snapshot about a week ago that included the system ram prior to a windows server upgrade. I've since removed the snapshot via the GUI since everything went smoothly. I'm left with a VM disk on my zfs pool named like: vm-100-state-SnapshotName I believe this is a...
  11. S

    DKIM - Virtual Domain Signing

    Thank you for your answer. An option would be better. I'm not aware of how dkim signing by the sending domain has any affect on delivery. All of the major players sign themselves (Microsoft, Google, hushmail) so it makes it a pain if you plan on hosting for customers to edit so many DNS entries...
  12. S

    DKIM - Virtual Domain Signing

    Hi, Proxmox is installed somewhere like pmg.example.com DKIM for this domain is working. It correctly signs an email for mail from this domain (example.com) with a header like: header.i=@example.com header.s=dkim-pmg I've added a virtual domain to relay on behalf of, and it changes the...
  13. S

    Shrink ZFS disk

    Old thread but I'm adding some more info. This worked well for me on a Windows server VM. I had issues getting windows diskmgmt.msc to see the file size reduction changes. This process worked fine. I didn't have to reboot the windows server, nor did I have any data loss. Initial disk size...
  14. S

    VM Crashing - Out of Memory

    Hi, I have a VM that crashes every 10 days or so. I initially attributed the issue to something in Windows Server 2012R2. I wrote a little script to check status on this VM every 30 seconds, and restart it (and email me) if it crashes. The script just uses this: qm list|grep $VM_NAME |grep...
  15. S

    Spam Quarantine - Actions

    So is there a way to train the Bayes filter?
  16. S

    PMG DKIM Config

    I'm just leaving this here so it may help other people. I've been screwing with this for several hours to get it working. Originally here is what I did to get the keys enable DKIM create selector (pmg2021) tick the box to sign outgoing mail. View the DNS change DNS records add a domain to...
  17. S

    Spam Quarantine - Actions

    Hi, I've looked in the admin manual, but I may be missing something. If a user uses the delete or deliver buttons in the Spam Quarantine manager, does this help re-train the Bayes filters, or does it just deliver and delete? Also, is there an undelete anywhere? I've had some accidental...
  18. S

    ZFS Issues - trim/pve-zsync

    Unfortunately I installed proxmox on the same pool so that will have to wait for a full reinstall. Normally I install on a raid 1 mdadm disk, but on this server I decided to give the full zfs install a go. Live and learn. Based on the numbers you were showing and other research I expected the...
  19. S

    ZFS Issues - trim/pve-zsync

    First of all Dunuin, thank you very much for the pointers. I greatly appreciate the help. I just wanted to report back and state that I tested this on a Win10 Pro virtual machine, then I did this on Server 2012R2 (two Vm's) 1. Add a scsi1 disk to windows (to make sure the driver was there)...