Displaying 20 results from an estimated 400000 matches similar to: "test 2"
2004 Apr 28
9
chan_sip.c max number of retries?
Still getting the same error.
Apr 29 11:57:49 WARNING[1125329600]: chan_sip.c:503 retrans_pkt: Maximum retries exceeded on call 6b8b4567327b23c6643c986966334873@211.28.255.135 for seqno 102 (Critical Request)
please advise anyone!!!!!someone!!!
jai
2004 Apr 18
1
spandsp...can't compile *
Why is it I keep getting this error when trying to get spandsp compiled
with asterisk ?
gcc -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c
app_rxfax.c:45: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here
(not in a function)
Denis
2004 Sep 23
0
Re: did I write that nVIDIA cards never work?
Denis,
You wrote:
> You may have problems on your side...but you
can't generalise and say that it does not work.
Maybe you have me confused with someone else.
I did not write or imply that nVIDIA cards never work.
Rather, I wrote that they may not work. By this, I
meant that they do not work with some monitors.
I checked what I wrote, and I believe the above
paragraph is
2004 Nov 24
1
Wiki...
I vote for twikiwiki...
Also see it in action here:
http://www.voip-info.org/tiki-index.php
DP
2006 May 06
6
assert_raises --> how does it work?
Hi,
I have this code fragment:
def test_delete_concept
assert_not_nil Concept.find(concepts(:entreprise).id)
get :delete_concept, {:concept_id => concepts(:entreprise).id}
assert_raises :RecordNotFound,
Concept.find(concepts(:entreprise).id)
end
basicaly, on the first line, I make sure that the concept exist in the
DB. On the second line I delete the concept fron the DB.
2006 May 29
8
Rails and user authentification
I am a the point now where I have to add user authentification to my
application.
Anyone can point me toward an easy to use / secure library? I know about
ActiveRBAC and was wondering if there is anything else that I should
consider.
Thanks!
--
Posted via http://www.ruby-forum.com/.
2006 Jul 19
5
weird result for a custom attr reader!
Hi all,
I am having a weird problem reading a value from my model. basicaly, I
have these two models:
class Category < ActiveRecord::Base
acts_as_tree :order => "name"
belongs_to :item_type
has_many :specific_category_names
end
and
class SpecificCategoryName < ActiveRecord::Base
set_table_name "Specific_category_names"
has_many :products
belongs_to
2006 Jun 01
4
how to: update a select from another select
Hi all,
I woke up at 4AM this morning to find a solution for this and it is
still not working.. grrr! lost sleep for nothing!
Anyways, I have 2 select list and I want the content of the second list
to be updated according to what is selected in the first list.
I did this in the past by having my application generate all the
possible content of the second list and make some Javascript to do
2019 Feb 15
1
Demoted/removed a DC, and the NS records?
Mandi! Denis Cardon via samba
In chel di` si favelave...
> what version of Samba are you running? Recent versions do a much better job
> at DNS cleaning during demote.
Eh, domain controllers are still on samba 4.5...
> I also advise you to run the demote on another DC than the one you are
> demoting (samba-tool doamin demote --remove-other-dead-server=xxxxx).
> Running a
2010 Feb 11
0
[LLVMdev] Test approach to handling clobbering llvm.eh.selector return
Hi Garrison,
> I hacked together a version of DwarfEHPrepare.cpp which tries to deal with the ordering of llvm.eh.exception and llvm.eh.selector.
> The hacked is contained within the attached patch.
it looks like you tried to copy the code for eh.exception. There are two
problems with this: (1) the eh.exception code really needs to be rewritten
to make use of the new SSAUpdator (then all
2006 Jun 29
2
Biobass, SAGx, and Jonckheere-Terpstra test
Hi list,
I tried to load the package SAGx and failed because it complains it's
looking for the Biobass which is not there. Then I looked up the package
list and Biobass is not found.
I'm trying to run the Jonckheere-Terpstra test and from what I see in
the R archive, SAGx is the only place it's been implemented.
> library(SAGx)
Loading required package: multtest
Loading required
2006 May 22
6
how HTML_Option works?
Hi all,
all the form helpers can take a serie for options but I cant find any
documentation about them. Any one can point me toward one?
Or at least tell me how I can for example add a function that would be
call with the onblur event from a input box?
Thanks!
--
Posted via http://www.ruby-forum.com/.
2010 Feb 08
2
[LLVMdev] Test approach to handling clobbering llvm.eh.selector return
Hi Duncan,
I hacked together a version of DwarfEHPrepare.cpp which tries to deal with the ordering of llvm.eh.exception and llvm.eh.selector.
The hacked is contained within the attached patch.
Motivation:
I recently created a decent amount of hand coded IR (via the llvm C++ API). In order to help me runtime debug the code,
I created automatic constructors which would trace entries into the
2014 May 04
12
[LLVMdev] [RFC] Benchmarking subset of the test suite
At the LLVM Developers' Meeting in November, I promised to work on isolating a subset of the current test suite that is useful for benchmarking. Having looked at this in more detail, most of the applications and benchmarks in the test suite are useful for benchmarking, and so I think that a better way of phrasing it is that we should construct a list of programs in the test suite that are not
2003 May 20
8
IAX2
What is the no authority found problem?
And how can I register with * on IAX. It keeps rejecting the request telling that XXX not dynamic host. rejected
any idea
THX
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030520/a8a5907d/attachment.htm
2013 Feb 19
4
[LLVMdev] ARM LNT test-suite Buildbot
Hi Folks,
Looks like our LNT ARM buildbot with the vectorizer is running and
producing good results. There are only 11 failures:
FAIL: MultiSource/Applications/Burg/burg.execution_time (1 of 1104)
FAIL: MultiSource/Applications/ClamAV/clamscan.execution_time (2 of 1104)
FAIL: MultiSource/Applications/lemon/lemon.execution_time (3 of 1104)
FAIL:
2008 Jan 26
3
[LLVMdev] Test Results
Sorry, I forgot to mention. It's a PPC PowerBook G4 running Mac OS X
10.4.11.
-bw
On Jan 25, 2008, at 6:14 PM, Dale Johannesen wrote:
> What target?
>
> On Jan 25, 2008, at 6:06 PM, Bill Wendling wrote:
>
>> Here are my test results for the 2.2 prerelease.
>>
>> Built objDir == srcDir, release, and with the pre-built LLVM-GCC
>> binary.
>>
2010 Jan 22
2
[LLVMdev] status of EH tests in llvm test-suite
Hi,
I'm using the release version of llvm 2.6. In the
llvm/projects/test-suite directory, there are several tests that are
commented out from running, or not running via a define statement. In
particular, I am inquiring about the status of the EH tests since some
tests seem to be enabled to run by default, but some aren't. From
looking at your tests, I've noticed the following:
2006 Nov 15
1
PAM authentication to Active Directory
Hello list,
I want to authenticate (only authenticate) through active directory with PAM. I googled around and everything I found, wheter it is forum posts or howtos, it always talks about winbind and joining the linux machine to the windows domain. I do not which to do this, I only want to get PAM to authenticate with the AD and then everything else is local.
Should I use pam_winbind ?
2006 May 20
3
Navigation between DB Items with active Record
Hi,
I am having troubles to figure out how to move from one record to the
other without using <find_by_sql> or other ugly tricks. So far, I have
managed to do a lot of stuff without it but I decided that I need to
learn how it works this weekend! So I need your help to figure that
out...
I have the following 4 models:
class Client < ActiveRecord::Base
has_many :client_variations