Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xend won't start



I performed a fresh NetBSD/i386 3.99.1 installation (without X) and I
followed the NetBSD/xen howto. After booting the host I tried to start
the xen daemon with "/usr/pkg/sbin/xend start" but I get these in the
logs:

# cat /var/log/xend.log
[2005-03-22 13:24:30 xend] INFO (SrvDaemon:607) Xend Daemon started

# cat /var/log/xend-debug.log
Traceback (most recent call last):
  File "/usr/pkg/sbin/xend", line 121, in ?
    sys.exit(main())
  File "/usr/pkg/sbin/xend", line 107, in main
    return daemon.start()
File "/usr/pkg/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py", line 522, in start
    self.run()
File "/usr/pkg/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py", line 608, in run
    self.createFactories()
File "/usr/pkg/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py", line 616, in createFactories
    self.channelF = channel.channelFactory()
File "/usr/pkg/lib/python2.3/site-packages/xen/xend/server/channel.py", line 123, in channelFactory
    inst = ChannelFactory()
File "/usr/pkg/lib/python2.3/site-packages/xen/xend/server/channel.py", line 26, in __init__
    self.notifier = xu.notifier()
IOError: [Errno 2] No such file or directory

Any ideas what file might be missing?

Martti



Home | Main Index | Thread Index | Old Index