Geist Container läuft im hintergrund

Salad

Member
May 12, 2022
5
0
6
Hallo, ich hab ein kleinen Fehler gemacht. Ich hab von einem Container die conf und den disk ordner über winscp gelöscht, weil ich dachte dass es so weg ist, frag nicht wieso ich das so gemacht habe, ist jetzt leider so passiert. nun habe ich das problem das der server weiterhin läuft und ich keinen weg habe den abzuschalten und ich finde ihn auch nicht wenn ich nach running services suche. wenn ich proxmox neustarte dann startet der server auch wieder. also ist da irgendwo ein lxc versteckt das ich nicht weg bekomm.

ich bedanke mich für jede hilfe.

Proxmox 8.2.4
 
Du kannst die PID raussuchen und so den prozess beenden. Finde es nur komisch, dass der Container ohne .conf file nach einem Neustart weiterlebt (unter /etc/pve/lxc ist die .conf datei wirklich gelöscht?)

PID herausfinden:
Code:
ps aux | grep ID
ps aux | grep 102
root 2367 0.0 0.0 7760 3456 ? Ss Jun26 1:48 /usr/bin/lxc-start -F -n 102

und dann mit
Code:
kill PID (bzw. kill -9 PID)
beenden (in dem Beispiel oben wäre das kill 2367).
 
bei dem ersten command kommt das:
Code:
root@proxmox-terra:~# ps aux | grep ID
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root     1985005  0.0  0.0   6332  2048 pts/0    S+   04:05   0:00 grep ID
 
bei dem ersten command kommt das:
Code:
root@proxmox-terra:~# ps aux | grep ID
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root     1985005  0.0  0.0   6332  2048 pts/0    S+   04:05   0:00 grep ID
statt "ID" must die ID von dem container eintragen (die conf datei hieß ja XXX.conf und XXX ist die ID). In meinem Beispiel war die ID 102:
Code:
ps aux | grep 102
 
da ist ja das ding, ich kenn die nicht mehr weil ich es schon vor so langer zeit gelöscht hatte
 
mit "pct list" siehst du eigentlich die laufenden LXC container, aber ich weiß nicht, ob ein gelöschter container dort auch erscheint.

Sonst ginge noch "ps aux | grep lxc" (sieht bei mir zb so aus):

Code:
root        2367  0.0  0.0   7760  3456 ?        Ss   Jun26   1:52 /usr/bin/lxc-start -F -n 102
root        2369  0.0  0.0   7760  3328 ?        Ss   Jun26   1:51 /usr/bin/lxc-start -F -n 103
root        2371  0.0  0.0   7760  3456 ?        Ss   Jun26   1:51 /usr/bin/lxc-start -F -n 306
root        6148  0.0  0.0   7760  3456 ?        Ss   Jun26   1:52 /usr/bin/lxc-start -F -n 300
 
ich konnte es nirgends finden, also hab ich einfach nen paar nummern geraten und es gefunden. auch wenn es nicht genau so ging wie du es vorgeschlagen hattest, war es trotzdem eine riesige hilfe. vielen lieben dank!
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!