Displaying 20 results from an estimated 162 matches for "follwoing".
Did you mean:
following
2004 Aug 27
2
Using regular expression in dialplan
...l,
Did anyone manage to make the GotoIf command work with regular expression ?
I would like to make the following thing:
${DTMSeq} contains a menu choice. Only 1, 2 and 3 are allowed menu choices.
If
DTMFSeq contains 1 or 2 or 3 => OK, Goto 4
else
Goto 2
I've tried the follwoing syntax but it is alway going to 2 whatever
the value of DTMFSeq:
exten => s,1,GotoIf($[${DTMFSeq} : 123]?4:2)
exten => s,2,SetVar(InvalidCount=$[${InvalidCount} + 1])
....
exten => s,4,SetVar(Result=ok)
The only way I managed to make it work is the following :
exten => s,1,GotoIf($[$...
2016 Jan 15
1
Error in socketConnection(master, port = port, blocking = TRUE, open = "a+b", : cannot open the connection
...>
> stopCluster(cl)
Now I am trying to create a cluster of 2 nodes (one in my local machine and another remote machine) by using "makePSOCKcluster" command. Both machine have identical settings and connected by SSH. OS is Ubuntu 14.04 LTS & R version 3.2.1. I have executed the follwoing command to create cluster but getting the following error message and R Session is getting hanged.
cl<-makePSOCKcluster(c(rep("soumen at 10.10.2.32",1)),outfile='',homogeneous=FALSE,port=11001)
soumen at 10.10.2.32's password:
starting worker pid=2324 on soumen-HP-ProBook...
2003 Sep 09
2
logistic regression for a data set with perfect separation
Dear R experts
I have the follwoing data
V1 V2
1 -5.8000000 0
2 -4.8000000 0
3 -2.8666667 0
4 -0.8666667 0
5 -0.7333333 0
6 -1.6666667 0
7 -0.1333333 1
8 1.2000000 1
9 1.3333333 1
and I want to know, whether V1 can predict V2: of course it can, since
there is a perfect separation between cases 1..6 and 7..9
How...
2011 Jan 11
3
RAID configuration suggestion???
...empty
Configuration 2:
PERC 6/E -- MD1000
PERC 6/E -- MD1000
Normally first MD1000 for database and second MD1000 for nightly backup. My co-worker told me there is NO difference on performance or battery life on botn configurations.
I would like listen to your opinion on follwoing:
1. which configuration have better performance?
2. put two MD1000 on same PERC 6/E adapter will cause battery life shorter?
3. other comment?
Thanks.
2005 Feb 11
3
How to solve error : "cannot allocate vector of size 1208235 Kb"
Howdy R gurus !
I am newbie to R
I use R 2.0.1 in Windows XP. When I run R
I got the follwoing memory error.
My physical memory size is 3 Gb.
My R got the memory problem when it reached to
about 2 Gb.
Thanks in advance,
> library(spdep)
> sfr.lagsarlm <- lagsarlm(sfr.data$Bldgsqft ~ sfr.data$Ncounty + sfr.data$Nugb + sfr.data$Ngroup, data=sfr.data, listw=sfr.listw, method="...
2011 Feb 24
2
[LLVMdev] Get Element Ptr inst
...#uses=1]
%tmp125 = getelementptr inbounds [2 x i16]* %tmp124, i64 0, i64 0, !dbg
!1051 ; <i16*> [#uses=1]
can I replace the 2nd one with
%tmp126 = getelementptr inbounds %struct.termbox* %termptr.1, i32 0, i32 5,
i64 0, i64 0 ; <i16*>
When I try to create this instruction i get the follwoing error,
opt: /home/vadve/aggarwa4/llvm27/llvm-2.7/include/llvm/Instructions.h:276:
const llvm::Type* llvm::checkType(const llvm::Type*): Assertion `Ty &&
"Invalid GetElementPtrInst indices for type!"' failed.
Thanks!
Arushi
-------------- next part --------------
An HTML atta...
2010 Jul 22
5
choosing a random sample by precentage
hi all
i have found the follwoing way to choose a random sample by sample size (200):
ten_per_T2000 <- F_T2000_All[sample(nrow(F_T2000_All), 200), ]
but i wondered if there is a way to choose a sample size by
precentage (10% etc..)
thx
ethan
2012 Nov 08
1
(problem in Integrate asterisk through LDAP (Invalid credential
...-------------------------------------------------
vim /etc/asterisk/extconfig.conf
sipusers => ldap,"dc=example,dc=com",sip
------------------------------------------------------------------------
vim /etc/asterisk/sip.conf
[general]
callevents=yes
rtcachefriends=yes
but i got the follwoing error :
PBX*CLI> module reload res_config_ldap.so
? ? -- Reloading module 'res_config_ldap.so' (LDAP realtime interface)
? == Parsing '/etc/asterisk/res_ldap.conf': ? == Found
[Nov ?8 09:38:06] WARNING[8687]: res_config_ldap.c:1750 ldap_reconnect: bind failed: Invalid credent...
2008 May 13
1
mongrel cluster not working
Hi
am a newbie to mongrel.. and configuring now mongrel cluster with
apache.
when i start mongrel as a stand alone instance my app is working fine,
by issuing the follwoing command.
mongrel_rails mongrel::start
when i start the mongrel cluster it is giving the following error.
mongrel_rails cluster::start
Status: 500 Internal Server Error Content-Type: text/html
500 Internal Server Error
help me please
--
Posted via http://www.ruby-forum.com/.
2002 Aug 25
1
what does this squid related error/message during setup mean?
Hello all,
i am getting the follwoing hint/error-message during rpm -ivh =
shorewall.rpm when installing on my linux systems:
insserv: warning, current runlevel(s) of script ''squid'' overwrites =
defaults.
is this of any relevance?=20
i have squid configured on my boxes... was just wondering if something =
wouldnt b...
2004 Aug 06
1
Building speexdec on win32
Hello ,
I had downloaded latest tar.gz of speex sources.
I am trying to build it on windows , by using the
Visual C project files. (dsp/dsw)
with libspeex I did succeed.
When I try to build speexdec (using the (dsp/dsw project files under
win32/speecdec)
I get the follwoing message dialog :
"browse for project ogg_static"
what to do ?
regards
sting
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
--- >8 ----
List archives: htt...
2006 Jul 03
1
Problem with try()
...denom<-try(.C("Denom",as.double(x),as.integer(n), as.integer(p),
as.double(param), as.double(delta),res=as.double(results)))
denomres=if (class(denom)=="try-error") NA else denom$res
Sometimes, it happens that the integration process fails with the follwoing error message
gsl: qags.c:553: ERROR: bad integrand behavior found in the integration interval
Default GSL error handler invoked.
and the whole simulation job is destroyed. My question is: why try() does not work and how to fix this problem?
Much thanks,
Leonid Landsman.
[[alternative HT...
2006 Jul 24
1
Saving R objects
I am trying to find the best way to save the follwoing object I am creating
library(multcomp)
data(recovery)
Dcirec<-simint(minutes~blanket, data=recovery, conf.level=0.9, alternative="less")
I am probably not doing it the most efficient way I think.
Here is what I am doing
a<-print(Dcirec)
write(a,file="mult_test.dat"...
2008 Jul 04
1
update search path for attached data
Dear list,
is there a way of updating the search path when using attach() for a data set.
I am overwriting a variable in a data frame. To update teh search path I do
the follwoing:
> attach(dataset)
> some data manipulation of dataset
> detach(dataset)
> attach(dataset) # to update the search path
Is there a way to avoid the numerous detach() and attach() commands?
Thanks in advance,
Ulrich Leopold
2010 Jul 25
1
error using "predict"
Hi
I am very new to R (so excuse me in advance if this is pretty trivial)
I am using the predict function to get prediction on a dataset from
another dataset using the follwoing command:
newpredT2003 = predict( object=out.model_T2003, newdata=aodmc_2003 , level = 0 )
yet i get this error:
Error in na.fail.default(list(AOD = c(0.092, 0.081, 0.086, 0.085, 0.09, :
missing values in object
Calls: predict ... model.frame.default -> <Anonymous> -> na.fail.defa...
2011 Apr 27
1
Reading file
Hi all,
I am trying to read Excel file usingthe follwoing commnad
library(RODBC)
data=odbcConnectExcel(file.choose())
sqlTables(data)
Bdat=sqlFetch(data, "test")
odbcClose(data)
head(Bdat)
1. The above script works if the Excel file is opened. If the excel file is
not opened then I get the following message "Ext...
2011 Jun 07
1
assign a cluster based on a variable
Hi,
I have two matrices of the following form:
cluster (n=18):
12062 1
12063 2
12064 2
12065 3
12066 5
KreisSA (n=2304)
12062
12062
12067
12065
12063
12067
I try to assign the cluster[,2] to KreisSAa by the follwoing loop:
n <- nrow(cluster)
KreisSAa <- numeric()
for(i in 1:n){
KreisSAa[KreisSA == cluster[i,1]] <- cluster[i,2]
}
The result is a vector of the length n=4608 where after the entry 2304
are just NA's
Has someone an idea what I do wrong?
Thanks for your help.
Dominik
2003 May 14
1
AS2.1 lock problem due to ext3?
Hi,
I installed AS2.1 kernel 2.4.9-e.16 and Emulex driver v4.21g to connect
Fujitsu raid through FC(fiber channel) cable.
I met the lock problem by the follwoing operations:
fdisk /dev/sdbX
e2mkfs -j /dev/sdbX
mount /dev/sdb1 /mnt/raid/X
// run 16 sample programs for each mount point
// pulled the FC cable and then some jobs abended.
// 1 or 2 jobs were still running.
// 'ps ax' showed the status D (disabled sleep)
kill procid // n...
2003 Mar 26
1
WARNING: The "printer driver location"option is deprecated
Hello
After upgrade to 2.2.8-1 woody fom 2.2.7a I get (apart from other problems)
the following error message:
WARNING: The "printer driver location"option is deprecated
As I use the Samba server only for printing, I'm not sure, what this means
to me, as I have the follwoing in my smb.conf:
printer driver file = /etc/samba/printers.def
Any help is really appreciated.
Thanks a lot in advance.
Mit freundlichen Gr??en / Yours sincerely,
Andre Dieball
2004 Jun 21
1
testing users created by smbldap-tool...help!
hey,
I can add and delete users using smbldap-tools just
fine. However, I can't log into the machine using the
users I created using the tool:'smbldap-useradd -m
testuser1' and set a password using'smbldap-passwd
testuser1'
I tried the follwoing:
[root@eaglex root]# ssh testuser1@eaglex
testuser1@eaglex's password:
Permission denied, please try again.
testuser1@eaglex's password:
Permission denied, please try again.
testuser1@eaglex's password:
Permission denied
(publickey,password,keyboard-interactive).
Then I logged into the...