Recent content by NiPeGun

  1. N

    unable to run e2fsck because of MMP

    pct shutdown 236 umount /var/lib/vz/images/236/vm-236-disk-1.raw tune2fs -f -E clear_mmp /var/lib/vz/images/236/vm-236-disk-1.raw
  2. N

    Reboot problem - HP Microserver Gen 10

    Solution: https://forum.proxmox.com/threads/reboot-issue-hpe-microserver-gen10-does-not-reboot-shutdown-since-update-to-pve7-1-pbs-2-1.100609/post-435885
  3. N

    reboot issue - HPe Microserver Gen10 does not reboot/shutdown since update to PVE7.1 / PBS 2.1

    The kernel 5.15.5-1 is allowing my Microserver Gen10 to properly shutdown/reboot. Install it with: apt-get -y install pve-kernel-5.15.5-1-pve pve-headers-5.15.5-1-pve Report back if you still can´t shutdown/reboot with this kernel
  4. N

    reboot issue - HPe Microserver Gen10 does not reboot/shutdown since update to PVE7.1 / PBS 2.1

    I have the same issue. If you managed to solve it, let my know. Thanks!
  5. N

    Connect a Proxmox server directly to a ONT (FTTH)

    I'm trying to connect my Proxmox host directly into my ONT's ethernet port. The ONT serves a unique ethernet connection with the internet data in the VLAN 6. The public IP must be obtained via PPP over that VLAN6. I managed to make all the WAN, VLAN and PPP connections work without problems...