Backup problem

Rick L

New Member
Nov 27, 2013
9
0
1
For some time I had all VM's and CT's scheduled to backup.
After some CT's not restarting apache after backup I've cleared all scheduled backups

However even though backup is off, CT's continue to shut down as well as apache not restarting.

First place I would look is chkconfig, which is set 'on' , which continues not to restart apache

Looking within /etc/crontab
Code:
[COLOR=#000000][FONT=Andale Mono]17 *    * * *   root    cd / && run-parts --report /etc/cron.hourly25 6    * * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )[/FONT]
[FONT=Andale Mono]47 6    * * 7   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )[/FONT]
[FONT=Andale Mono]52 6    1 * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )[/FONT]
[FONT=Andale Mono]#[/FONT][/COLOR]
[COLOR=#29F914][FONT=Andale Mono]
[/FONT][/COLOR]
Where else does proxmox run crons from?

Code:
[COLOR=#000000][FONT=Andale Mono]proxmox-ve-2.6.32: 3.2-132 (running kernel: 2.6.32-31-pve)pve-manager: 3.2-4 (running version: 3.2-4/e24a91c1)[/FONT]
[FONT=Andale Mono]pve-kernel-2.6.32-30-pve: 2.6.32-130[/FONT]
[FONT=Andale Mono]pve-kernel-2.6.32-29-pve: 2.6.32-126[/FONT]
[FONT=Andale Mono]pve-kernel-2.6.32-31-pve: 2.6.32-132[/FONT]
[FONT=Andale Mono]pve-kernel-2.6.32-26-pve: 2.6.32-114[/FONT]
[FONT=Andale Mono]lvm2: 2.02.98-pve4[/FONT]
[FONT=Andale Mono]clvm: 2.02.98-pve4[/FONT]
[FONT=Andale Mono]corosync-pve: 1.4.7-1[/FONT]
[FONT=Andale Mono]openais-pve: 1.1.4-3[/FONT]
[FONT=Andale Mono]libqb0: 0.11.1-2[/FONT]
[FONT=Andale Mono]redhat-cluster-pve: 3.2.0-2[/FONT]
[FONT=Andale Mono]resource-agents-pve: 3.9.2-4[/FONT]
[FONT=Andale Mono]fence-agents-pve: 4.0.10-2[/FONT]
[FONT=Andale Mono]pve-cluster: 3.0-16[/FONT]
[FONT=Andale Mono]qemu-server: 3.1-16[/FONT]
[FONT=Andale Mono]pve-firmware: 1.1-4[/FONT]
[FONT=Andale Mono]libpve-common-perl: 3.0-24[/FONT]
[FONT=Andale Mono]libpve-access-control: 3.0-11[/FONT]
[FONT=Andale Mono]libpve-storage-perl: 3.0-32[/FONT]
[FONT=Andale Mono]pve-libspice-server1: 0.12.4-3[/FONT]
[FONT=Andale Mono]vncterm: 1.1-8[/FONT]
[FONT=Andale Mono]vzctl: 4.0-1pve6[/FONT]
[FONT=Andale Mono]vzprocps: 2.0.11-2[/FONT]
[FONT=Andale Mono]vzquota: 3.1-2[/FONT]
[FONT=Andale Mono]pve-qemu-kvm: 1.7-8[/FONT]
[FONT=Andale Mono]ksm-control-daemon: 1.1-1[/FONT]
[FONT=Andale Mono]glusterfs-client: 3.5.2-1[/FONT][/COLOR]

Appears to be two issues, one proxmox continues part of the backup by shutting the container down, and restarting it , though no backup is scheduled, as well as chkconfig not set properly in container to restart at boot apache.

Idea's?
Thanks
 
Where else does proxmox run crons from?

look into

Code:
cat /etc/cron.d/vzdump
cat /etc/pve/vzdump.cron

Both should be identical. In fact the second links to the first.


Appears to be two issues, one proxmox continues part of the backup by shutting the container down, and restarting it , though no backup is scheduled, as well as chkconfig not set properly in container to restart at boot apache.

Yes, indeed. The problem with apache has to be solved inside of the container.