Hi.
For my company we have a gentoo server with VMWare server and I created a Proxmox VE as a guest of VMWare. So obviously all KVM functionality doesn't work but I don't care because I want to use OpenVZ.
My problem is as follow:
- The proxmox host is working correctly ping and networking works fine but when I am inside a container every ipv4 related program fail with a message 'Illegal instruction'. As I looked on google this means that the program as attempted to do an illegal operation so the kernel as sent a SIGILL signal.
for example :
But ipv6 stack seems to work fine
I tried both with a template and an already existing container from an other node of my cluster and they worked fine. Note that my other proxmox is on a physical server and not a VMWare guest.
If anyone was an idea of what is causing the problem. Or if someone was tried Proxmox in VMWare guest. Any help will be appreciated.
Regards
For my company we have a gentoo server with VMWare server and I created a Proxmox VE as a guest of VMWare. So obviously all KVM functionality doesn't work but I don't care because I want to use OpenVZ.
My problem is as follow:
- The proxmox host is working correctly ping and networking works fine but when I am inside a container every ipv4 related program fail with a message 'Illegal instruction'. As I looked on google this means that the program as attempted to do an illegal operation so the kernel as sent a SIGILL signal.
for example :
Code:
root@container # ping 127.0.0.1
Illegal instruction
But ipv6 stack seems to work fine
Code:
root@container # ping6 ::1
PING ::1(::1) 56 data bytes
64 bytes from ::1: icmp_seq=1 ttl=64 time=0.023 ms
64 bytes from ::1: icmp_seq=2 ttl=64 time=0.032 ms
--- ::1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1003ms
rtt min/avg/max/mdev = 0.023/0.027/0.032/0.006 ms
I tried both with a template and an already existing container from an other node of my cluster and they worked fine. Note that my other proxmox is on a physical server and not a VMWare guest.
If anyone was an idea of what is causing the problem. Or if someone was tried Proxmox in VMWare guest. Any help will be appreciated.
Regards