buy tb500

Archive for January, 2014

RTNETLINK answers: Operation not supported – VPS

Friday, January 31st, 2014

If yo faced this error RTNETLINK answers: Operation not supported   in VPS while you restart the  “service network restart ”

 

then you need to apply the below solitions

 

1- Login to the main node and download the RPM as per the arch.

[root@node3 ~]# wget http://repo.smartservermanagement.com/misc/iproute-2.6.32-23.el6.x86_64.rpm
2- cp iproute-2.6.32-23.el6.x86_64.rpm /vz/private/455113/fs/root/
3- vzctl enter 455113
4- rpm -qa |grep iproute
then you will get iproute-2.6.32-31.el6.x86_64 after waiting for while
5- rpm -e iproute-2.6.32-31.el6.x86_64 --nodeps
6- rpm -ivh iproute-2.6.32-23.el6.x86_64.rpm
7 - finally do service network restart  then you will see no more error
and if you ping the vps you will find it working fine


references 

http://www.hostlift.com/linux/rtnetlink-answers-no-such-device-on-a-virtuozzo-vps