WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] xend startup problem (xen 2.0.5)

On Fri, 2005-04-15 at 14:49 +0100, Mark Williamson wrote:
> That looks weird - how did you install this system?  If the install worked 
> properly, that error shouldn't be possible...

installed as written in FAQ/Readme.

 downloaded xen-2.0.5-src.tgz
 untared it
 did 
 `$ sh install.sh`        # initial the script downloade
linux-2.6.10.tar.gz for me
 `$ make && make install` 

i attached the install.sh ; make ; make install log, hope you 
can help me solve this ....

Kind regards 
Michael Lang
 
> 
> Mark
> 
> On Friday 15 April 2005 10:09, Michael Lang wrote:
> > Hi all,
> >
> > if´ve started looking at xen, and got some 'newbie' problems on Fedora
> > Core3. I´ve already searched google and the ListArchives but didnt find
> > any clue for solving the following startup Error of xend.
> >
> > -After booting xen Kernel (2.6.10-xen0), i tryed to start 'xend' with
> >  command `$ xend start`
> >          `$ echo $? prints 0`
> >
> >  the /var/log/xend.log shows
> >   `[2005-04-15 10:53:27 xend] INFO (SrvDaemon:612) Xend Daemon started`
> >  but /var/log/xend-debug.log shows
> >   Traceback (most recent call last):
> >   File "/usr/sbin/xend", line 121, in ?
> >     sys.exit(main())
> >   File "/usr/sbin/xend", line 107, in main
> >     return daemon.start()
> >   File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 527, in
> > start
> >     self.run()
> >   File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 616, in run
> >     self.listenVirq()
> >   File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 641, in
> > listenVirq
> >     virqChan = self.channelF.virqChannel(channel.VIRQ_DOM_EXC)
> >   File "/usr/lib/python/xen/xend/server/channel.py", line 110, in
> > virqChannel
> >     chan = VirqChannel(self, virq)
> >   File "/usr/lib/python/xen/xend/server/channel.py", line 201, in
> > __init__
> >     self.port = factory.notifier.bind_virq(virq)
> >   AttributeError: bind_virq
> >
> > so there seems to bee one bug == exit code,
> > and doest anyone knows how to solve this Problem ?
> > my /etc/xen/xend-config.sxp is unchanged as from 2.0.5 source
> > and contains following values
> >  `$egrep -ve '^#' /etc/xen/xend-config.sxp`
> > (xend-port         8000)
> > (xend-event-port   8001)
> > (xend-address      'localhost')
> > (console-port-base 9600)
> > (console-address   'localhost')
> > (network-script    network)
> > (vif-bridge        xen-br0)
> > (vif-script        vif-bridge)
> > (vif-antispoof     no)
> > (block-file block-file)
> > (block-enbd block-enbd)
> >
> > thanks for any hints
> > Kind regards
> > Michael Lang
> >
> > --
> > Michael Lang <Michael.Lang@xxxxxxxxxxx>

Attachment: xen.buildlog
Description: Text document

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>