[Users] Backup Integration API

2017-08-11 Thread José Manuel Giner
Hello, in this comparsion: https://openvz.org/Comparison says that OpenVZ 7 has a "Backup Integration API" Please, can anybody let me to know where I can find that API calls? Isearched but I dont find any documentation. Thanks! -- José Manuel Giner _

[Users] openvz doesn't initialize net interface quickly upon boot

2017-08-11 Thread Daniel Bethe
Hi guys. I have an openvz VPS at a data center facility. My VPS contains stock CentOS 7 and the problem is that Apache doesn't launch on boot. I don't know anything about the physical host server and I have never used openvz. I don't know how it's configured or what version it is. https://paste.

Re: [Users] openvz doesn't initialize net interface quickly upon boot

2017-08-11 Thread Narcis Garcia
Can you really start Apache manually? If so, you need to make this your command assynchronously: sleep 30 ; systemctl start httpd (forking from the rest of boot process) Because without forking, you might be pausing whole boot process and only delaying the problem 30 seconds. One way can be o writ