Displaying 20 results from an estimated 12103 matches for "obtain".
2003 Jul 31
3
Mutex problem in sip?
Hello,
CVS 07/31/03. Test with 130+ PSTN-to-SIP calls. Asterisk gets locked ...
grep -e "Error" -e "eventually" p-console
chan_sip.c line 1453 (sip_alloc): Error obtaining mutex: Device or resource
busy
chan_sip.c line 1453 (sip_alloc): Got it eventually...
chan_sip.c line 1453 (sip_alloc): Error obtaining mutex: Device or resource
busy
chan_sip.c line 1453 (sip_alloc): Got it eventually...
chan_sip.c line 1453 (sip_alloc): Error obtaining mutex: Device or resourc...
2009 Mar 23
1
Probleme Winbind:
Hi
i have a problems with winbind, all hours of the days, we have :
Mar 23 08:02:45 gw (ntlm_auth): could not obtain winbind domain name!
Mar 23 08:02:46 gw (ntlm_auth): [2009/03/23 08:02:46, 0]
utils/ntlm_auth.c:get_winbind_netbios_name(166)
Mar 23 08:02:46 gw (ntlm_auth): could not obtain winbind netbios name!
Mar 23 08:02:46 gw (ntlm_auth): [2009/03/23 08:02:46, 0]
utils/ntlm_auth.c:get_winbind_domain(140)...
2008 Dec 03
3
disable database
Hi,
How do I disabled asterisk to use database and storage voicemail in
directory.
Im getting the below error
[Dec 3 19:08:53] WARNING[4934]: app_voicemail.c:3430 inboxcount: Failed to
obtain database object for 'asterisk'!
[Dec 3 19:08:55] WARNING[5129]: app_voicemail.c:2353 last_message_index:
Failed to obtain database object for 'asterisk'!
[Dec 3 19:09:04] WARNING[4934]: app_voicemail.c:3430 inboxcount: Failed to
obtain database object for 'asterisk'!
[D...
2004 Jul 08
7
Problem with the grep function
Let me present to you my problem :
I have a character vector x and I would like to obtain the indices of the
elements of
this vector that yielded exactly a match.
For example, x=nom, pattern="b", I would to obtain 2 because "b" is on the
second position.
First program :
nom <- c("a","b","ab")
grep("b",nom)
2 3
Then I t...
2016 Sep 19
0
Error "Failed extended allocation RID pool operation..."
...SUBTREE,(objectClass=ntDSDsa),
The previous call succeeded....
The previous call succeeded
Iterating through the list of servers
Getting information for the server CN=NTDS
Settings,CN=LARKIN26,CN=Servers,CN=Default-First-Site
-Name,CN=Sites,CN=Configuration,DC=micore,DC=us
objectGuid obtained
InvocationID obtained
dnsHostname obtained
site info obtained
All the info for the server collected
Getting information for the server CN=NTDS
Settings,CN=LARKIN27,CN=Servers,CN=Default-First-Site
-Name,CN=Sites,CN=Configuration,DC=micore,DC=us
objectGuid obtained
InvocationI...
2005 Nov 25
3
obtaining a ROC curve
Hello,
I have a classification tree. I want to obtain a ROC curve for this test. What is the easiest way to obtain one?
-Anjali
---------------------------------
[[alternative HTML version deleted]]
2010 Nov 03
3
Lattice plots for images
Hello UseRs,
I need help on how to plot several raster images (such as those obtained
from a kernel-smoothed intensity function) in a layout
such as that obtained from the lattice package. I would like to obtain
something such as obtained from using the "levelplot" or "xyplot"
in lattice. I currently use:
>par(mfrow=c(3,3)
to set the workspace, but the res...
2009 Mar 14
1
obtaining the values for the hazard function in a cox regression
Hello ,
I am hoping for some advice regarding obtaining the values for the
hazard function in a cox regression that I have undertaken. I have a
model in the following form, analysed with the package survival (v.
2.34-1) and a log-log plot obtained using Design (v. 2.1-2).
For two variables, the lines in the survival curves crossed. The
statistic...
2007 Feb 19
1
Urgent: How to obtain the Consistent Standard Errors after apply 2SLS through tsls() from sem or systemfit("2SLS") without this error message !!!!!!!!!!!!!
Hi,
I am trying to obtain the heteroskedasticity consitent standard errors
(HCSE) after apply 2SLS. I obtain 2SLS through tsls from package sem or
systemfit:
#### tsls ####
library (sem)
Reg2SLS <-tsls(LnP~Sc+Ag+Ag2+Var+R+D,~I2+Ag+Ag2+Var+R+D)
summary (Reg2SLS)
#### systemfit ####
library (systemfit)
RS <- L...
2014 Jun 05
3
Cannot obtain CPU freq during vbox machine creation
Dear libvirt experts,
I can not instantiate even a simple machine when using the 'vbox' hypervisor:
s14% virt-install --connect=vbox:///session --virt-type vbox --name vtest --memory 500
ERROR cannot obtain CPU freq: No such file or directory
s14% virsh -c vbox:///session
błąd: cannot obtain CPU freq: No such file or directory
(1)
How to fix this error? The VirtualBox driver seems to be installed:
s14% virsh -V
Narzędzie wiersza poleceń virsh biblioteki libvirt 1.2.5
Proszę zobaczyć stronę WWW pod...
2009 Mar 31
2
error message obtained when plotting survival curves (error not previously obtained)
Hello,
I now receive an error message when obtaining a survival plot, which
was not previously received with the same code. I recently updated
all my packages. It does not seem to be a peculiarity of my data as I
receive the error using data available in R. A plot is produced but I
am uncertain regarding the error message.
> library(sur...
2007 Dec 19
3
Obtaining replicates numbers of a vector
Dear R-help,
I am trying to have a generic way to assess the replicates in a character
vector.
Say that I have the following vector:
x <- c('A','B','A','C','C','B')
I would like to obtain:
replicates <- c(1,1,2,1,2,2)
each number beeing the time we see the corresponding value in x.
Any clever and generic way to obtain that?
Eric
--
Eric Lecoutre
Consultant - Business & Decision
Business Intelligence & Customer Intelligence
[[alternative HTML version deleted]]
2013 Mar 11
3
How to obtain the original indices of elements after sorting
Dear All,
Suppose I have a vector X = (x_1, x_2, ...., x_n), X_sort = sort(X)
= (x_(1), x_(2), ... , x(n) ),
and I would like to know the original position of these ordered x_(i)
in X, how can I do it?
case 1: all values are unique
x <- c( 3, 5, 4, 6)
x.sort <- sort(x) #
# I would like to obtain a vector (1, 3, 2, 4) which indicates that 3
in x is still the 1st element in x.sort, 5 is at the 3rd position in
x.sort. etc.
case 2: some x_i's have the same value
x <- c(3, 3, 5, 5, 4, 4, 6, 6)
I would like to obtain a vector as (1, 2, 5, 6, 3, 4, 7, 8)
I do not want to use which and lo...
2016 Sep 19
2
Error "Failed extended allocation RID pool operation..."
On 9/19/2016 1:37 PM, Rowland Penny via samba wrote:
> On Mon, 19 Sep 2016 19:19:08 +0200
> Achim Gottinger via samba <samba at lists.samba.org> wrote:
>
>>
>> Am 19.09.2016 um 19:08 schrieb Achim Gottinger via samba:
>>>
>>> Am 19.09.2016 um 18:21 schrieb Rowland Penny via samba:
>>>> On Mon, 19 Sep 2016 11:57:38 -0400
>>>> Adam
2013 Mar 25
3
Obtaining the internal integer codes of a factor XXXX
Hi everyone,
I understand the process of obtaining the internal integer codes for
the raw values of a factor (using as.numeric() as below), but what is
the best way to obtain these codes for the levels() of a factor (since
the as.numeric() results don't really make clear which code maps to
which level)?
fdata<-factor(c("b",&qu...
2018 Apr 16
2
Question concerning llvm::BlockAddress class
Hi all,
I have a question concerning block address class in LLVM. I am currently
working on a project where I need to obtain and manipulate basic block
virtual addresses. I was searching the web and found the llvm::BlockAddress
class (http://llvm.org/doxygen/classllvm_1_1BlockAddress.html). With this
class I was able to obtain a printout like this:
i8* blockaddress(@func_name, %bb_label)
How do I obtain the virtual mem...
2001 May 07
12
profiles
I need help
I am not able to use profiles with samba 2.2.0
When I try to connect to the Domain
from a WinNT4 client
I obtain this REquest:
"It has been found a slow network connection
Do you want to obtain the Profile from the net or
do you want to use a local copy?"
A) If I choose the "obtain from the net" it complains:
"The Common Profile is not available
I am trying to use the local profile...
2002 Nov 29
2
Obtaining the variable names of a glm object
Is names(model1$coef) what you're looking for?
-----Original Message-----
From: Kenneth Cabrera [mailto:krcabrer at epm.net.co]
Sent: 29 November 2002 10:36
Cc: R-help at stat.math.ethz.ch
Subject: [R] Obtaining the variable names of a glm object
Hi, R users!
Suppose I make a model like this:
model1<-glm(resp~var1+var2+factor1+factor2+var1:factor1+var1:factor1+var2:factor2+var2:factor2,family=poisson)
where "resp" is a response variable (poisson distributed) "var1" and &quo...
2010 May 24
1
[LLVMdev] obtain programer-defined structure name.
Hi, I intend to trace the Use instructions of a variable object in its
lifecycle, so, the first step is to obtain the type of the object. However,
the datastructure object is complicated typed value, such as "struct file
*f" in linux kernel.
The problerm is what operations should be taken to obtain the type of Value
"struct *file", and locate or such type Value*s *in a procedure.
Have I ma...
2005 Jul 19
2
Obtaining argument name within a function
Dear all
How can I obtain the name of the argument passed in a function? Here is a
simplistic example of what I would like to obtain:
myfunction= function(name) {
print(paste("The parameter name was",unknownFunction(name))
}
myfunction(myobject)
[1] "The parameter name was myobject"
Thanks...