pufferpanel / pufferpanel

PufferPanel is an open source game server management panel, designed for both small networks and personal use

Home Page:https://pufferpanel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PufferPanel Suddenly Shuts Down on Ubuntu 22.04 LTS Container in Proxmox

Minionguyjpro opened this issue · comments

Please use our Discord for issues, questions, or help with installation or configuration of PufferPanel.
This issue tracker is only for confirmed bug reports. Please consider joining our Discord and asking there before opening an issue here.
Please delete these 3 lines before submitting your issue.

Describe the bug
After some time, my Minecraft server suddenly shuts down. I saw PufferPanel also shutted down.

To Reproduce
Steps to reproduce the behavior:

  1. Setup Proxmox
  2. Run an Ubuntu 22.04 LTS container with LXC
  3. Run PufferPanel and setup a Minecraft server
  4. Play for some time
  5. Shuts down at a random momennt

Expected behavior
It shouldn't shutdown and continue

Screenshots
afbeelding

Desktop (please complete the following information):

  • OS: [e.g. iOS] Linux
  • Browser [e.g. chrome, safari] firefox
  • Version [e.g. 22] 118

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6] Samsung Galaxy A12
  • OS: [e.g. iOS8.1] Android 13
  • Browser [e.g. stock browser, safari] Stock browser, Samsung Internet Browser
  • Version [e.g. 22] Don't know

Additional context
Add any other context about the problem here.

oom-kill means your system is running out of memory and is killing things that are using it. This isn't an issue with the panel. You need to increase the memory allocated to your machine or lower the memory used by your servers.

This is weird though, as Proxmox reports it uses only 1% memory and when I am in the server it only uses like 1/4th of the memory.

We do not control the oom-killer and it's a system-level thing. There's nothing we can really do about it.

https://www.kernel.org/doc/gorman/html/understand/understand016.html these rules are kicked in, so if the oom-kill went into effect, then you did hit something that took all the memory. And the kernel chose to kill the panel.

are you using lxc or kvm? i cant confirm this with kvm.

running Pufferpanel with Ubuntu 22.04 in a kvm vm on proxmox 8

are you using lxc or kvm? i cant confirm this with kvm.

running Pufferpanel with Ubuntu 22.04 in a kvm vm on proxmox 8

I run it in an LXC container, but sort of disabled it and changed some things.

I had this issue again, but I hope it is now fixed now I increased the SWAP from 512MB to 2GB.