
I found it. My provider (ovh) provides own kernel with grsecurity patch. During upgrade F15->F16 it wasn't changed. In grub config files, kernel from ovh has lower number (09) than regular distro kernels (10). Due to that fact I was constantly starting with grsecurity kernel from F15. Without proper configuration for gr regular users (like vdsm) were limited. After switch to default distro kernel, everything is ok. -- Michal On Thu, 1 Mar 2012 14:12:06 +0100 Michal Kopacki <mkopacki@gmail.com> wrote:
Hello,
I'm not sure if this is proper list but maybe someone will help.
I'm trying to start ovirt-engine and node on same server but it appears that vdsm has strange problem. Below are steps i took and vdsm error:
1. install fedora 15 (my service provider don't have 16) 2. upgrade to fedora 16 (dirty yum way) 3. install ovirt-engine (with yum) 4. install vdsm and vdsm-cli (with yum)
now vdsm seems to not start completely and i can see this error in vdsm.log:
MainThread::ERROR::2012-03-01 12:40:20,731::vdsm::74::vds::(run) Traceback (most recent call last): File "/usr/share/vdsm/vdsm", line 72, in run serve_clients(log) File "/usr/share/vdsm/vdsm", line 40, in serve_clients cif = clientIF.clientIF(log) File "/usr/share/vdsm/clientIF.py", line 115, in __init__ self._createLibvirtNetworks() File "/usr/share/vdsm/clientIF.py", line 152, in _createLibvirtNetworks nf = netinfo.NetInfo() File "/usr/share/vdsm/netinfo.py", line 268, in __init__ _netinfo = get() File "/usr/share/vdsm/netinfo.py", line 207, in get routes = getRoutes() File "/usr/share/vdsm/netinfo.py", line 165, in getRoutes with open("/proc/net/route") as route_file: IOError: [Errno 2] No such file or directory: '/proc/net/route'
MainThread::INFO::2012-03-01 12:40:20,731::vdsm::76::vds::(run) VDSM main thread ended. Waiting for 1 other threads... MainThread::INFO::2012-03-01 12:40:20,732::vdsm::79::vds::(run) <_MainThread(MainThread, started 139809442313984)> MainThread::INFO::2012-03-01 12:40:20,732::vdsm::79::vds::(run) <Thread(libvirtEventLoop, started daemon 139809298802432)> MainThread::INFO::2012-03-01 12:40:20,789::vdsm::71::vds::(run) I am the actual vdsm 4.9-0
Also, I'm able to cat this /proc/net/route file as root