Displaying 20 results from an estimated 400 matches similar to: "hi"
2010 Mar 07
5
dahdi-2.2.1 & kernel-2.6.32: working for anyone?
I have a TDM400. Just updated Fedora 12 to kernel 2.6.32. Rebuilt and
installed dahdi-2.2.1.
kernel modules loaded.
lsmod | grep wctdm
wctdm 37233 0
dahdi 194985 1 wctdm
lsmod | grep dahdi
dahdi 194985 1 wctdm
crc_ccitt 1549 2 dahdi,isdnhdlc
dmesg:
dahdi: Telephony Interface Registered on major 196
dahdi: Version: 2.2.1
2006 Jan 26
3
VOIP Router
Dear All :
I need to link my HQ to some Remote Sites - I need a Router which
supports VOIP , and VPN
Also the Router Should has 3 FXS ports and 1 FXO ...
The call should be routed from the Remote Site to the HQ through a VPN
tunnel ( 3DES ) ...
Any Advise ?
Mohamed Farid ,,
Notice:
This e-mail (including attachments) is confidential and is intended solely for the addressee. Unless you are
2008 Jan 07
25
PV- Drivers for Windows (XP, 2003 Server)
hallo everybody,
i googled a lot of time, looking for PV-drivers for Windows- domUs.
I found a few things about that, but nothing about download an installation.
Do anybody know, where I can get it and how to install?
My configuration:
Dom0: CentOS 5.1
DomUs: Windows XP and 2003 Server
Thanks for any help,
Guenter
_______________________________________________
Xen-users mailing list
2012 Jan 22
2
[LLVMdev] Fwd: How to force the creation of arrays with zeroes?
Yep check out PR1324. Doing something like this would be a great improvement.
-Chris
On Jan 21, 2012, at 9:42 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Anton, in a solution without CAZ, isNullValue can just return true when it
> sees the special "this ConstantArray is all zero" flag. So all the places that
> now look for CAZ can just use isNullValue instead
2012 Jan 21
4
[LLVMdev] How to force the creation of arrays with zeroes?
Hi Chris. There is no zero arrays created. Probably this patch is not optimal and I'll reworked it today. But the main idea is keep a single zero-item when ConstantAggregateZero was wrapped and return this zero item as result of getOperand call.
Note that wrapper has no parent classes, it has very local and short lifetime (method body), it exists outside the LLVMContext and needed for
2012 Jan 21
0
[LLVMdev] Fwd: How to force the creation of arrays with zeroes?
Hi Anton, in a solution without CAZ, isNullValue can just return true when it
sees the special "this ConstantArray is all zero" flag. So all the places that
now look for CAZ can just use isNullValue instead and there need be no
performance loss. That said, CAZ is more "in your force" so less likely to be
forgotten about. Another interesting possibility is to handle more than
2007 Jul 18
2
what codecs for LAN
Dear all
I have one more question about codec what codec i use for LAN setup G.729 or Alaw which is best for LAN setup caz some people told me G.729 is use for wan link not for lan caz it is cost effective so can anyone suggest me best codec for asterisk and SIP phone
Rgds
satish patel
---------------------------------
Don't pick lemons.
See all the new 2007 cars at
2009 Oct 27
12
Virt-manager issue resolved
[This email is either empty or too large to be displayed at this time]
2012 Jan 21
2
[LLVMdev] Fwd: How to force the creation of arrays with zeroes?
Sorry, forgot to reply-all
---------- Forwarded message ----------
From: Anton Korobeynikov <anton at korobeynikov.info>
Date: Sat, Jan 21, 2012 at 20:59
Subject: Re: [LLVMdev] How to force the creation of arrays with zeroes?
To: Stepan Dyatkovskiy <STPWORLD at narod.ru>
> Though, there is also cases when we really need to transform it to 10,000 zeroes (just look at CBackend.cpp,
2012 Jan 22
0
[LLVMdev] Fwd: How to force the creation of arrays with zeroes?
Hi Chris. The main question is how to implement ConstantAggregateXXXXX::getOperand? Should it be empty collection, or it must return the item aggregated?
-Stepan.
22.01.2012, 04:43, "Chris Lattner" <clattner at apple.com>:
> Yep check out PR1324. Doing something like this would be a great improvement.
>
> -Chris
>
> On Jan 21, 2012, at 9:42 AM, Duncan Sands
2012 Jan 21
0
[LLVMdev] How to force the creation of arrays with zeroes?
How many times will a typical client call getOperand on your helper when it wraps a 10,000 element ConstantAggregateZero?
With CAZ the client is force to think about this case, and often handles it much much more efficiently. CAZ is a time optimization as well as a space optimization.
-Chris
On Jan 21, 2012, at 12:03 AM, Stepan Dyatkovskiy <STPWORLD at narod.ru> wrote:
> Hi Chris.
2009 Jan 21
2
[LLVMdev] RFA: Constant String c"\000"
The Constants.cpp file returns a ConstantAggregateZero object when you
pass it a c"\000" string. Here is the code:
Constant *ConstantArray::get(const ArrayType *Ty,
const std::vector<Constant*> &V) {
// If this is an all-zero array, return a ConstantAggregateZero
object
if (!V.empty()) {
Constant *C = V[0];
if (!C->isNullValue())
2007 Aug 24
2
TE210P digim card PRI problem
Dear all
I have now install TE210P 2 port E1 card on asterisk 1.4.10 on centOS 5 but thing is that i have connect 1 E1 port with avaya E1 back 2 back and second E1 card on Direct Telcom for outgoing for outside now i got this error when i call on avaya PRI
asterisk think PRI_CPE and remote end also CPE
i have configure /etc/zaptel.conf
span=1,1,0,ccs,hdb3
2013 Aug 02
1
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
On Mon, 2013-07-29 at 10:05 +0300, Michael S. Tsirkin wrote:
> On Wed, Jul 24, 2013 at 08:31:34PM -0700, Sudeep Dutt wrote:
> > From: Ashutosh Dixit <ashutosh.dixit at intel.com>
> >
> > This patch introduces the host "Virtio over PCIe" interface for
> > Intel MIC. It allows creating user space backends on the host and
> > instantiating virtio
2013 Aug 02
1
[PATCH 3/5] Intel MIC Host Driver Changes for Virtio Devices.
On Mon, 2013-07-29 at 10:05 +0300, Michael S. Tsirkin wrote:
> On Wed, Jul 24, 2013 at 08:31:34PM -0700, Sudeep Dutt wrote:
> > From: Ashutosh Dixit <ashutosh.dixit at intel.com>
> >
> > This patch introduces the host "Virtio over PCIe" interface for
> > Intel MIC. It allows creating user space backends on the host and
> > instantiating virtio
2002 Oct 20
8
kernel 2.4.18-17.7.x from redhat
i compile the $subj, and found the htb qdisc in it, what version is it??
the tc from redhat knows about htb???
C
-------------------------------------------------------
Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV AntiVirus.
Xnet automatically scans all messages for viruses using RAV AntiVirus.
Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate
2013 Sep 26
3
Booting legacy Linux kernel in EFI mode
On Tue, Sep 24, 2013 at 11:57 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Sun, Sep 22, 2013 at 3:09 PM, Celelibi <celelibi at gmail.com> wrote:
>> And (a bit out of scope) if I get my old kernel to boot in EFI mode,
>> will the driver efivars have access to the EFI variables? Or does the
>> kernel need to be recompiled specially for EFI?
>
> Doubtful.
2005 Oct 21
4
jitter generation
Hi,
in a project i must degrade the voip/video, i know to do latency (tbf),
but i don''t know how to create jitter. I want to do it on a
router/bridge and not the generating equipment. Any have a idea, or know
a piece of code that do it?
Thanks
Ciprian
2007 Aug 20
1
[LLVMdev] Problem with missing support for non-zero contant initializers.
Chris Lattner wrote:
>> D allows static arrays up to 16MB in size. I'm initializing global
>> static arrays with a constant initializer. But D requires that (per
>> default) static arrays are initialized with the default initializer
>> for the element type. For float this happens to be NaN, so I cannot
>> use a 'zeroinitializer'.
>
> Wow, this *is*
2003 Jun 30
9
Huh... 2.2.8 exploit?!
... By my mistake a 2.2.8a-1 running on RH8 was exposed to the Internet. It
was cracked in a matter of hours. I noticed it because they've deleted my
smbd. :-|
I'm ready to reinstall the machine, if there are any logs that anybody is
interested into please say it now.