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:
Leider funktioniert das nicht.
im Log steht folgendes:
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