Hello,
While creating
VPS Hosting with Fedora Core 5 it gives error "FATAL: kernel too old".
This is due to Fedora Core 5 is compiled to require kernel >= 2.6.9. Still, it works fine with OpenVZ stable kernel based on 2.6.8. You can solve this problem by changing the kernel version in virt_osrelease file by using following command
Quote:
|
echo 2.6.9 > /proc/sys/kernel/virt_osrelease
|
-Firew@ll