I'm trying to migrate a few ancient openvz containers to LXC. After much trial and error I have finally managed to install a working version of vzdump on the old openvz host and dumped the containers, and was able to import them in Proxmox with the --ostype unmanaged, as the containers are based on RHEL 4 and I no longer have the original medie for this.
Problem is, when I start the container in Proxmox it runs for a moment and then stops again.
I tried running the pct start with --logfile=lxc.log --logpriority=debug and it produced a lot of debugging info, but if I just grep for ERROR one of the first errors is that it can't find /bin/init. That kinda suggest to me that either the vzdump or the import expected to find system files somewhere else.
Since the dump file is very close to the size of the container data /vz/private/2529 I think it probably is dumping everything in the container, so what could have gone wrong?
I attach the lxc.log file for info.
Problem is, when I start the container in Proxmox it runs for a moment and then stops again.
I tried running the pct start with --logfile=lxc.log --logpriority=debug and it produced a lot of debugging info, but if I just grep for ERROR one of the first errors is that it can't find /bin/init. That kinda suggest to me that either the vzdump or the import expected to find system files somewhere else.
Since the dump file is very close to the size of the container data /vz/private/2529 I think it probably is dumping everything in the container, so what could have gone wrong?
I attach the lxc.log file for info.