Displaying 15 results from an estimated 15 matches for "tyle".
Did you mean:
style
2005 Mar 29
3
help w/ basics
Hello, I am new to Asterisk and new to this list. I got Asterisk setup and
running using Asterisk@home, and purchased a PolyCom SoundPoint IP500 phone
to test out.
I cannot get the phone to talk to the Asterisk box. On bootup of the phone,
it tells me that it cannot contact boot server. Why is that? It gets an IP
fine, and I have also tried manually setting the IP of the phone and the
Asterisk
2019 Sep 28
3
Re: [nbdkit PATCH v2 5/7] server: Allow longer NBD_OPT
...at 11:48:47PM -0500, Eric Blake wrote:
> Fixes the fact that clients could not request the maximum string
> length except with NBD_OPT_EXPORT_LEN. Updates the testsuite to
> match.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
> server/protocol-handshake-newstyle.c | 12 +++++++-----
> tests/test-long-name.sh | 10 ++++------
> 2 files changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/server/protocol-handshake-newstyle.c b/server/protocol-handshake-newstyle.c
> index 34958360..3b5d144e 100644
> --- a/server/protocol...
2011 Sep 02
0
No subject
...emas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><meta http-equiv=3DContent-Type content=
=3D"text/html; charset=3Dus-ascii"><meta name=3DGenerator content=3D"Micros=
oft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:1...
2019 Sep 30
0
Re: [nbdkit PATCH v2 5/7] server: Allow longer NBD_OPT
...gt;> Fixes the fact that clients could not request the maximum string
>> length except with NBD_OPT_EXPORT_LEN. Updates the testsuite to
>> match.
>>
>> Signed-off-by: Eric Blake <eblake@redhat.com>
>> ---
>> @@ -255,7 +255,7 @@ negotiate_handshake_newstyle_options (struct connection *conn)
>> uint64_t version;
>> uint32_t option;
>> uint32_t optlen;
>> - char data[MAX_OPTION_LENGTH+1];
>> + CLEANUP_FREE char *data = NULL;
>
> Even though you have the CLEANUP here ...
Scope is too wide. I need to si...
2003 Jun 20
1
Problems with conversation functions PAM + OpenSSH
Hello
sorry, for bothering you with this problem, but I ca't find solutions.
I write small PAM module, and I've got the problem with conversation
function with OpenSSH 3.5p1.
When the message style is PAM_PROMPT_ECHO_ON, or PAM_PROMPT_ECHO_OFF
everything is allright. But when I use PAM_TEXT_INFO, or PAM_ERROR_MSG,
ssh prints nothing on the client side. Does anyone know the reason of
this, and how can I print messages to the user.
Kuba
--------------------------------------------------...
2007 Aug 10
2
available.packages (PR#9841)
Full_Name: Zivan Karaman
Version: 2.5.1
OS: Windows XP SP2
Submission from: (NULL) (195.6.68.214)
I think that I have encountered a bug in the function "available.packages" when
using a local repository (file://
) on Windows.
Version information:
platform i386-pc-mingw32
arch i386
os mingw32
system
2009 Aug 24
0
[LLVMdev] Regular Expression lib support
...weight library such as PCRE, and use it universally.
PCRE is actually quite slow too.
Google released (as part of V8, I believe) an almost-always
linear-time regular expression library (written by Russ Cox and Rob
Pike).
It's quite small code wise (unlike boost), quite fast (and supports
perl style regexps). I'll see if i can get a pointer to it.
>
> My personal preference is #2, and I may work on this in the near-term,
> but I wanted to check for conflicting opinions first.
>
> My main reasons for preferring #2 is to use a standard interface and
> language, and it sho...
2011 Jan 10
0
No subject
...mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users =
--_221841ce-c665-475b-9d69-2fe2ae10aa2b_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<html>
<head>
<style><!--
.hmmessage P
{
margin:0px=3B
padding:0px
}
body.hmmessage
{
font-size: 10pt=3B
font-family:Tahoma
}
--></style>
</head>
<body class=3D'hmmessage'>
Thanks=2C <br><br>look like monitor application resolved my issue. <br><br>=
<hr id=3...
2008 Sep 12
0
[LLVMdev] Order of fiels and structure usage
On Fri, Sep 12, 2008 at 9:35 AM, Hendrik Boom <hendrik at topoi.pooq.com> wrote:
> I'd like to be able to make use of a structure type and its fields before
> it is completely defined. To be specific, let me ask detailed questions
> at various stages in the construction of a recursive type. I copy from
>
> http://llvm.org/docs/ProgrammersManual.html#TypeResolve
>
>
2008 Nov 03
0
No subject
...=3D"gmail_quote">On Mon, Mar 15, 2010 at 4:22 PM, Nigel S=
impson <span dir=3D"ltr"><<a href=3D"mailto:nigel at matsuplace.com">nigel@=
matsuplace.com</a>></span> wrote:<br><blockquote class=3D"gmail_quote" s=
tyle=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8e=
x; padding-left: 1ex;">
<div bgcolor=3D"#FFFFFF"><div>I know of a bunch of developers and students =
who might be available to help out. I figure this issue needs Cortado exper=
ts rather tha...
2008 Sep 12
2
[LLVMdev] Order of fiels and structure usage
I'd like to be able to make use of a structure type and its fields before
it is completely defined. To be specific, let me ask detailed questions
at various stages in the construction of a recursive type. I copy from
http://llvm.org/docs/ProgrammersManual.html#TypeResolve
// Create the initial outer struct
PATypeHolder StructTy = OpaqueType::get();
Is it possible to declare
2008 Sep 13
3
[LLVMdev] Order of fiels and structure usage
...e tree construction, that's fine, but it shouldn't be
*required*. But it's evidently not the way llvm thinks.
>
> http://llvm.org/docs/LangRef.html#i_getelementptr and
> http://llvm.org/docs/GetElementPtr.html might be useful here.
These operations also require a completed tyle.
>
>> Elts.push_back(Type::Int32Ty);
>> StructType *NewSTy = StructType::get(Elts);
>>
>> Presumably at this point is is definitely possible to declare variables
>> of type NewsTy and use field-selectors from NewSTy. But it's a little
>> too late...
2012 Dec 26
2
dovecot crashing?
...ft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV=3D"Content-Type" CONTENT=
=3D"text/html; charset=3Dus-ascii"><meta name=3DGenerator content=3D"Micros=
oft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-si...
2009 Aug 23
6
[LLVMdev] Regular Expression lib support
We would like to have access to some kind of regular expression
library inside LLVM. For example, we need this to extend the FileCheck
test case checking tool to support regular expressions.
There are three obvious options:
1. Roll our own library. Multiple unnamed individuals may even
already have implementations lying around! :)
2. Use POSIX regcomp facilities. This implies importing some
2019 Sep 28
11
[nbdkit PATCH v2 0/7] Spec compliance patches
...erver: Reject -e with too long of a name
server: Expose -e in $exportname during --run
server: Switch to fixed-length conn->exportname
server: Improve check of string validity
server: Allow longer NBD_OPT
server: Fix OPT_GO on different export than SET_META_CONTEXT
server: Better newstyle .open failure handling
docs/nbdkit-captive.pod | 12 ++-
server/internal.h | 4 +-
server/Makefile.am | 1 +
server/captive.c | 22 ++++-
server/connections.c | 7 --
server/main.c...