Displaying 20 results from an estimated 1834 matches for "164".
Did you mean:
  16
  
2005 Jan 31
0
Strange sip address?
...l network where the asterisk server sits.
I turn the debug on, and the log are shown below. I can see "REGISTER" 
method  is OK. ( SIP/2.0 200 OK)  But Later, in the "INVITE"  method, the 
SIP addresses become something like:
From: "10916" <sip:219.xx.xx.9@60.xx.xx.164>;tag=7Fqj0hOx08JI9aY3
To: "10920" <sip:192.168.1.2@60.xx.xx.164>
which have IP addresses in the part before @. Then I got a "SIP/2.0 404 Not 
Found"  and the call failed.  I am very confused by this type of SIP 
addresses. Are they valid? If it is a problem, how can I...
2011 Apr 04
0
Multithreading of Geneland
...-9	-9	-9	-9	-9	154	154	146	146
212	212	291	291	218	218	170	170	187	187	194	194	190	190	214	208	152	152	158	158	155	155
209	209	-9	-9	180	180	150	150	185	185	-9	-9	-9	-9	211	211	152	152	-9	-9	155	155
212	212	209	209	234	234	166	166	187	187	-9	-9	-9	-9	-9	-9	-9	-9	-9	-9	-9	-9
212	212	205	205	236	236	164	164	187	187	194	194	183	183	214	214	163	163	160	160	155	155
212	212	203	203	238	236	164	164	187	187	-9	-9	179	179	-9	-9	-9	-9	-9	-9	-9	-9
212	212	203	203	236	236	164	164	187	187	194	194	-9	-9	214	214	165	165	160	160	155	155
212	212	209	209	236	234	164	164	187	187	194	194	179	179	-9	-9	-9	-9	-9	-9	-...
2011 Jun 29
3
[LLVMdev] specint2000 as external tests
Hi Duncan,
Do you have sources also in
the $LLVM_SRC_ROOT/projects/test-suite/External/SPEC/CINT2000/164.gzip?
The following is content of above directory in my case. I have copied the
CINT2000 sources in this directory manually.
$ls -1 $LLVM_SRC_ROOT/projects/test-suite/External/SPEC/CINT2000/164.gzip
164.gzip.reference_output
164.gzip.reference_output.small
compile_info
compile_parms
exec_info_inp...
2008 Sep 02
0
Error in .local(object, ...) : test vector does not match model !
..., "V87", "V88", "V89", "V90", "V91", "V92",
"V93", "V94", "V95", "V96", "V97", "V98", "V99", "V100"), row.names = c(105L,
99L, 26L, 27L, 13L, 109L, 111L, 110L, 164L, 103L, 2008L, 158L,
1089L, 2336L, 553L, 600L, 2134L, 2465L, 979L, 2394L), class = "data.frame")
#===================================================
Sequence.data.test<-structure(list(Class = structure(c(2L, 2L, 2L, 2L, 2L, 2L, 2L,
2L, 2L, 2L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L),...
2010 Nov 12
0
Asterisk and Tandberg Gatekeeper
...o show that
the registration request is sent, and the Tandberg Gatekeeper
responds.  However, the response doesn't seem to be what Asterisk was
expecting.  Here is my ooh323.conf, followed by the relevant portion
of the h323_log:
[general]
port = 1720
bindaddr = 10.4.16.45
h323id = AsteriskVM
e164 = 1200
callerid = Asterisk
faststart = yes
h245tunneling = yes
gateway = no
disallow=all
allow=ulaw
dtmfmode=rfc2833
gatekeeper = 10.4.48.15
AllowGKRouted = yes
AcceptAnonymous = yes
progress_setup = 3
progress_alert = 8
tunneling=none
11:27:28:163    Trace File: /var/log/asterisk/h323_log
11:27:2...
2011 Jun 29
0
[LLVMdev] specint2000 as external tests
My source directory wasn't correct but now I have a correct test directory
structure.
$ls -1 ~/tmp/speccpu2000/benchspec/CINT2000/164.gzip/
data
docs
exe
result
run
Spec
src
version
I reconfigured the llvm with ../configure
--prefix=/home/dskhudia/tmp/llvm-install
--with-llvmgccdir=/home/dskhudia/tmp/llvm-install
--with-externals=/home/dskhudia/tmp
Now I can execute the make -C 164.gzip but I am getting the following error.
/...
2008 Sep 10
1
A question about the hypergeometric distribution and phyper()
Dear All
I have a question about the hypergeomteric distribution.
Example 1: I have a universe of 6187 objects, and 164 have a particular
attribute, therefore 6187-164 do not have that attribute.  I sample 249
of those objects, and find that 19 have that attribute.  I get a p-value
here (looking at just over-representation):
phyper(19, 164, 6187-164, 249, lower.tail=FALSE)
[1] 7.816235e-06
Example 2: I have a univ...
2009 Nov 12
1
kernel not booting after update
Hi all,
I'm having a strange problem in which a certain box won't boot
any kernel newer than 2.6.18-53.
I have a kickstart setup that installs a CentOS 5.1 base (which comes
with kernel 2.6.18-53), and then I do a "yum update" to 5.3. 
However, when 2.6.18-164 gets installed, the box is rebooted, and it
dumps me in a grub prompt. If I manually enter root, kernel, initrd and
boot commands and point it at the -164 kernel, I am given "Error 13:
invalid or unsupported executable format."
But I can manually enter the -53 kernel and that boots fine....
2005 Jan 18
2
problems compiling asterisk-addons
Hello maybe someone can help me? 
I did the CVS checkout and then compiled asterisk 
Then I tried to compile the addons and got the following (don't
understand what's wrong at all and can't find anything about this error
on google/wiki)
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4
arguments, but only 3 given
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: `AST_LIST_REMOVE' undeclared (first use in
this function)
app_addon_sql_mysql.c:164: (Each undeclared identifier is reported only
once...
2002 May 17
6
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From yoshfuji at linux-ipv6.org  2002-05-18 09:44 -------
Created an attachment (id=97)
Try to set IPV6_V6ONLY if available.  Open ::1 and 127.0.0.1 if x11_use_localhost is set.
------- You are receiving this mail because: -------
You are the assignee for the bu...
2005 Jun 20
1
Compilation Problem with asterisk-addons
Hello, i have a little Problem with compiling asterisk-addons
the failure is:
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 arguments, but only 3 given
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: error: ?SR_LIST_REMOVE' undecalred (first use in this function)
app_addon_sql_mysql.c:164: error: (Each undeclared identifier is repor...
2005 Jan 05
3
asterisk addson
Hello
I am tying to install asterisk addson, but when i give make, it shows me following error messages:
cc -fPIC -I../asterisk -D_GNU_SOURCE  -I/usr/include/mysql     -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c
app_addon_sql_mysql.c:164:77: macro "AST_LIST_REMOVE" passed 4 arguments, but takes just 3
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: `AST_LIST_REMOVE' undeclared (first use in this function)
app_addon_sql_mysql.c:164: (Each undeclared identifier is reported only once
a...
2002 Mar 13
7
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From stevesk at pobox.com  2002-03-14 06:17 -------
can you provide sshd -d output?  i want to see any
debug messages from x11_create_display_inet().
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assig...
2005 Jul 21
2
Problems installing asterisk-addons
Hello
I have downloaded asterisk-addons but when I make install get:
cc -fPIC -I../asterisk -D_GNU_SOURCE -DMYSQL_LOGUNIQUEID  -I/usr/include/mysql     -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 arguments, but only 3 given
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: error: `AST_LIST_REMOVE' undeclared (first use in this function)
app_addon_sql_mysql.c:164: error: (Each undeclared identifier is repo...
2012 Jan 12
3
[LLVMdev] 'opt' Aborted "While deleting: void %"
...;::~auto_ptr() + 36
22 opt            0x0807d5a4 main + 5045
23 libc.so.6      0xf57bdbd6 __libc_start_main + 230
24 opt            0x0806de41
Stack dump:
0.	Program arguments: opt -debug -load
/x/grwright/llvm/llvm-sfi/RelRecovery/Debug+Asserts/lib/relRecovery.so
-profile-loader -profile-info-file=164.gzip/llvmprof.out -relRecovery
-rr-analysis-only -rr-use-exec-prof=true -rr-bench=164.gzip
164.gzip/164.gzip.link.bc -o 164.gzip/164.gzip.rel.bc 
Aborted
2009 Sep 15
0
CESA-2009:1243 Important CentOS 5 i386 kernel Update
CentOS Errata and Security Advisory 2009:1243 Important
Upstream details at : http://rhn.redhat.com/errata/RHSA-2009-1243.html
The following updated files have been uploaded and are currently 
syncing to the mirrors: ( md5sum Filename ) 
i386:
706ec7bf139e3695c8f198c24bfe926e  kernel-2.6.18-164.el5.i686.rpm
22488a8245e671088be3422028062d34  kernel-debug-2.6.18-164.el5.i686.rpm
c701c5e76ca1df4c1ef8d28f74e53b80  kernel-debug-devel-2.6.18-164.el5.i686.rpm
6b0fbf1484f377bf96c40c4b8fb9f5e0  kernel-devel-2.6.18-164.el5.i686.rpm
245895dbe2f9ed330af29ec493357d51  kernel-doc-2.6.18-164.el5.noarch....
2007 Aug 09
2
Systematically biased count data regression model
...166, 161, 166, 161, 161, 161,
175, 161, 175, 161, 165, 176, 161, 163, 161, 168, 161, 161, 161,
161, 161, 165, 176, 175, 176, 163, 175, 163, 168, 163, 176, 176,
165, 176, 175, 161, 163, 163, 168, 163, 175, 167, 176, 167, 165,
165, 169, 165, 169, 165, 161, 165, 175, 165, 176, 175, 167, 167,
175, 167, 164, 167, 164, 181, 164, 167, 164, 176, 164, 167, 164,
167, 164, 167, 175, 167, 173, 176, 173, 178, 167, 173, 172, 173,
178, 178, 172, 181, 182, 173, 162, 162, 173, 178, 173, 172, 162,
173, 162, 173, 162, 173, 170, 178, 166, 166, 162, 166, 177, 166,
170, 166, 172, 172, 166, 172, 166, 174, 162, 164, 162...
2000 Mar 13
2
Win2k Domain logons
Hi everyone.  I just got a copy of Win2k in and have been messing with it.
Have a question, and have searched the archives for the answer, but didn't
find it.  Can Win2k domain logon to a pre-3.0.0 samba server?  Or di I
need to get TNG running?  I can get NT4.0 boxes to authenticate and login
fine (Samba pre-3.0.0), but Win2k keeps complaining:
"The following error occurred validating
2011 Jun 29
2
[LLVMdev] specint2000 as external tests
Hi All,
I am trying to configure llvm so with test-suite enabled. I have downloaded
the test-suite. Spec 2000 benchmarks sources are plugged in speccpu2000 at
  $LLVM_SRC_ROOT/projects/test-suite-externals/speccpu2000/benchspec
e.g.: 164.gzip dir
is $LLVM_SRC_ROOT/projects/test-suite-externals/speccpu2000/benchspec/164.gzip
My configure command is:
  ../configure --disable-optimized --enable-assertions --enable-spec2000
--with-llvmgccdir=<GCC Install dir>
But with this configure command I still get
---
checking for spec2000...
2010 Jan 11
2
looking for kernel-xen- 2.6.18-164.el5
Hi all,
does anyone know where I can download  kernel-xen- 2.6.18-164.el5 for
CentOS 5? I can't install it with yum, since yum has a much newer
version already. I have searched google, but can't find a download
link, only a lot of references to the kernel w.r.t problems.
-- 
Kind Regards
Rudi Ahlers
SoftDux
Website: http://www.SoftDux.com
Technical Blog: ht...