pkgsrc-Users archive

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

xentools 4.1.3: xend won't start



I am new to xen and this is my first attempt to make it work.

I am on NetBSD 6.0 RC1 on i386.

Using kern-XEN3PAE_DOM0 distributed with above release. Boots fine with
grub settings.

Installed xenkernel and xentools 4.1.3 from pkgsrc current.

Have rcvar=YES for xencommons and xend

While xencommons seems to start fine, xend doesn't start.

Following is how xend-debug.log (of multiple attempts to start and errors
seem to vary).

Xend started at Sun Sep 16 16:15:19 2012.
brctl: not found
brctl: not found
Xend started at Sun Sep 16 16:37:14 2012.
brctl: not found
brctl: not found
Exception starting xend: (22, 'Invalid argument')
Traceback (most recent call last):
  File "/usr/pkg/sbin/xend", line 110, in <module>
    sys.exit(main())
  File "/usr/pkg/sbin/xend", line 92, in main
    return daemon.start()
  File
"/usr/pkg/lib/python2.7/site-packages/xen/xend/server/SrvDaemon.py", line
234, in start
    self.run(w and os.fdopen(w, 'w') or None)
  File
"/usr/pkg/lib/python2.7/site-packages/xen/xend/server/SrvDaemon.py", line
352, in run
    status.close()
IOError: [Errno 32] Broken pipe
Xend started at Sun Sep 16 16:47:00 2012.
brctl: not found
brctl: not found
Exception in thread XMLRPCServer:
Traceback (most recent call last):
  File "/usr/pkg/lib/python2.7/threading.py", line 551, in
__bootstrap_inner
    self.run()
  File "/usr/pkg/lib/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File
"/usr/pkg/lib/python2.7/site-packages/xen/xend/server/XMLRPCServer.py",
line 246, in run 
    self.server.handle_request()
  File "/usr/pkg/lib/python2.7/SocketServer.py", line 265, in
handle_request
    fd_sets = select.select([self], [], [], timeout)
error: (4, 'Interrupted system call')


Do I have to install brctl or any other settings missing?

Mayuresh.


Home | Main Index | Thread Index | Old Index