LCX mit Chrontab -e starten und beenden

cainam

Member
Aug 5, 2020
51
0
11
44
Hallo zusammen
Ich würde gerne mit chrontab -e einen container starten und einen tag später wieder stoppen

habe dazu chrontab -e und da die zeilen eingefügt:
0 0 1 * * lxc-start 380 >> ~/logs/startlog.log 2>&1 0 0 2 * * lxc-stop 380 >> ~/logs/startlog.log 2>&1

Leider funktioniert das nicht.

im Log steht folgendes:

lxc-start: 380: ../src/lxc/lxccontainer.c: wait_on_daemonized_start: 869 No such file or directory - Failed to receive the container state lxc-start: 380: ../src/lxc/tools/lxc_start.c: main: 306 The container failed to start lxc-start: 380: ../src/lxc/tools/lxc_start.c: main: 309 To get more details, run the container in foreground mode lxc-start: 380: ../src/lxc/tools/lxc_start.c: main: 311 Additional information can be obtained by setting the --logfile and --logpriority options lxc-start: 380: ../src/lxc/tools/lxc_start.c: main: 256 Container is already running lxc-start: 380: ../src/lxc/lxccontainer.c: wait_on_daemonized_start: 869 No such file or directory - Failed to receive the container state lxc-start: 380: ../src/lxc/tools/lxc_start.c: main: 306 The container failed to start lxc-start: 380: ../src/lxc/tools/lxc_start.c: main: 309 To get more details, run the container in foreground mode lxc-start: 380: ../src/lxc/tools/lxc_start.c: main: 311 Additional information can be obtained by setting the --logfile and --logpriority options
 
Hallo,

lässt sich der Container normal über die GUI starten?

Grundsätzlich würde ich immer raten, die mit PVE mitgelieferten Tools zu verwenden, wenn es um das managen von VMs und CTs geht.
Für deinen Fall wären die Befehle dann pct start 380 und pct shutdown 380.

Falls es damit dann auch nicht geht: Bitte einmal den output von pct config 380 posten.
 
  • Like
Reactions: Chris
Hallo,
versuch mal den LXC container via PVEs pct zu starten/stoppen. Dazu folgende commandos pct start <vmid> und pct stop <vmid> wobei <vmid> mit der Container ID zu ersetzten ist
 

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!