search for: createchannel

Displaying 4 results from an estimated 4 matches for "createchannel".

2006 May 18
4
Fail to create hvm domain
...14:48:06 xend] DEBUG (balloon:126) Balloon: free 518; need 518; done. [2006-05-18 14:48:06 xend.XendDomainInfo] ERROR (XendDomainInfo:1432) Exception in alloc_unbound(11) Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 1430, in createChannel return xc.evtchn_alloc_unbound(dom=self.domid, remote_dom=0) error: (22, ''Invalid argument'') [2006-05-18 14:48:06 xend.XendDomainInfo] ERROR (XendDomainInfo:196) Domain construction failed Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xen...
2006 Feb 13
1
problem with outgoing calls Unable to createchannel of type 'ZAP' (cause 34 - Circuit/channel congestion)
...riginal Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of nik600 Sent: Monday, February 13, 2006 3:24 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] problem with outgoing calls Unable to createchannel of type 'ZAP' (cause 34 - Circuit/channel congestion) hi i've configured a TE205P on asterisk at home this is my zaptel.conf span=1,0,0,ccs,hdb3,crc4,yellow span=2,0,0,ccs,hdb3,crc4,yellow bchan = 1-15, 17-31 dchan = 16 bchan = 32-46,48-62 dchan = 47 loadzone = it defaultz...
2003 Oct 13
1
chan_h323 - Segmentation fault (core dumped)
...f8f34b in MyH323Connection::CreateRealTimeLogicalChannel(H323Capability const&, H323Channel::Directions, unsigned, H245_H2250LogicalChannelParameters const*) (this=0x8178758, capability=@0x81920e8, dir=IsTransmitter, sessionID=1) at ast_h323.cpp:626 #3 0x49470170 in H323RealTimeCapability::CreateChannel(H323Connection&, H323Channel::Directions, unsigned, H245_H2250LogicalChannelParameters const*) const () from /root/openh323/lib/libh323_linux_x86_r.so.1 #4 0x4946071d in H245NegLogicalChannel::OpenWhileLocked(H323Capability const&, unsigned, unsigned) () from /root/openh323/lib/libh323_...
2006 Aug 08
11
architecture-specific stuff in xend
Hi Ewan, I''m almost ready to integrate some PPC-specific stuff into xend, and I was wondering if you had a plan for how that should work. First example: the device tree data structure we talked about a few weeks ago. We will need to pass the config data to PPC code, probably in XendDomainInfo.initDomain(), and then pass the resulting data structure into libxc''s xc_linux_load()