search for: jadhav

Displaying 20 results from an estimated 30 matches for "jadhav".

2013 Jul 09
1
Sending carbon copy mails from R
.... If I specify multiple recipients in to field, then they all receive individual emails and not carbon copies My sample code is require(sendmailR) header <- list(cc="b.mali@abc.com") to <- c("<v.naik@abc.com>","<j.nair@abc.com>","<a.jadhav@abc.com>") from <- "toto@abc.com" sendmail(from, to, "hello", "test", headers=header, control=list(smtpServer="xyz.smtp.net")) In above code, cc doesn't work. b.mali@abc.com never receives any email. Also, recipients only see their email...
2003 Sep 25
3
configuring TE410P for four E1 PRI lines
...span=1,0,0,ccs,hdb3,crc4 span=2,0,0,ccs,hdb3,crc4 span=3,0,0,ccs,hdb3,crc4 span=4,0,0,ccs,hdb3,crc4 bchan=1-15,17-31 dchan=16 bchan=32-46,48-62 dchan=47 bchan=63-77,79-93 dchan=78 bchan=94-108,110-124 dchan=109 loadzone = us defaultzone = us ----------EOF------- Thanks, Rahul -- Rahul Arvind Jadhav Sr. Software Engineer (VoIP) NetYantra India Pvt. Ltd --------------------------
2008 Mar 12
1
Help in estimating HURST parameter
...d to install to estimate the hurst parameter in R. I have tried installing all the possible options but still it doesnt work. basically i want to use 9 functions to estimate hurst parameter like aggvarfit, rsfit, etc. i will be very thankful if u could be of some help. -- Regards, Deepak Jadhav. [[alternative HTML version deleted]]
2003 Dec 24
4
coding logic and syntax in R
..., in each set whenever zero appears, rest all observations become zero. For example; If the column has: 111110111111011111111111111111111.... The output should look like: 111110000111000000111111111111111... I hope this makes sense. Thank you in anticipation, Pravin Pravin Jadhav [[alternative HTML version deleted]]
2013 Jul 12
3
Xen Balloon Driver on PVHVM CentOS6
Hi List, I'm trying to work out the balloon driver on CentOS6 HVM but it seems to be not working with default 2.6.32 or newer 3.4 kernel. Does balloon driver work on HVM linux guests with Linux Kernel 3.4 from centos repo ? PV is fine and is able to balloon. My host is Xen 4.1.2 with dom0 as 3.4.46-8.el6.centos.alt.x86_64 My guest is CentOS6.4 with kernel 3.4.46-8.el6.centos.alt.x86_64
2013 Jul 11
4
Xen Balloon Driver on PVHVM
Hi List, I''m trying to work out the balloon driver on CentOS6 HVM but it seems to be not working with default 2.6.32 or newer 3.4 kernel. Does balloon driver work on HVM linux guests with Linux Kernel 3.4 from centos repo ? PV is fine and is able to balloon. Thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org
2013 Jul 11
4
Xen Balloon Driver on PVHVM
Hi List, I''m trying to work out the balloon driver on CentOS6 HVM but it seems to be not working with default 2.6.32 or newer 3.4 kernel. Does balloon driver work on HVM linux guests with Linux Kernel 3.4 from centos repo ? PV is fine and is able to balloon. Thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org
2004 Aug 06
0
Re: Please confirm your message
...uot;><speex-dev@xiph.org></a>; Tue, 15 Apr 2003 14:41:36 +0530 Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:3E9BCDA5.7090802@netyantra.com"><3E9BCDA5.7090802@netyantra.com></a> Date: Tue, 15 Apr 2003 14:45:17 +0530 From: Rahul Arvind Jadhav <a class="moz-txt-link-rfc2396E" href="mailto:rahul@netyantra.com"><rahul@netyantra.com></a> Organization: NetYantra India Pvt. Ltd User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Vers...
2011 Aug 20
2
hetlp_type text doen't work on Ubuntu
Hi, I' using Ubuntu 10.10/11.04 and on both of the systems help doesn't work unless I set options(help_type="html"). I hate to change context and help_type='html' distracts me. I want text based help inside console. Where should I look to fix this problem? -- Amol
2020 Jun 17
7
[Bug 3182] New: openssh-8.2 make ClientAliveCountMax=0 disable the connection
https://bugzilla.mindrot.org/show_bug.cgi?id=3182 Bug ID: 3182 Summary: openssh-8.2 make ClientAliveCountMax=0 disable the connection Product: Portable OpenSSH Version: 8.2p1 Hardware: ARM64 OS: Linux Status: NEW Severity: security Priority: P5 Component: sshd
2016 Mar 08
1
How to measure memory utilizatin of guest when dommemstat reports "RSS" is more than "ACTUAL"?
How to measure memory utilizatin of guest when dommemstat reports "RSS" is more than "ACTUAL"? Following is the output on RHEL 6.6 # dommemstat 1 actual 16777216 rss 16890372 # dommemstat 2 actual 16777216 rss 16460516 I found following article on Redhat which suggests that this is normal/expected? https://access.redhat.com/solutions/2017943 Now we use following
2003 Dec 24
0
AW: coding logic and syntax in R
...<- rep(letters[1:4], each = 8) ## your sets Sp.In <- split(In, Sets) logical <- sapply(Sp.In, function(x) any(x == 0)) c(as.matrix(data.frame(Sp.In))* rep(!logical, each = 8)) ## for equal sets This could give you a hint Thomas -----Urspr?ngliche Nachricht----- Von: Pravin [mailto:jadhavpr at vcu.edu] Gesendet: Mittwoch, 24. Dezember 2003 08:27 An: r-help at stat.math.ethz.ch Betreff: [R] coding logic and syntax in R Hello, I am a beginner in R programming and recently heard about this mailing list. Currently, I am trapped into a simple problem for which I just can't fin...
2004 Jan 01
4
force fixed format
Hello, A small problem I can't solve > p <- 0.0001 > p [1] 1e-04 How can I force the printout of p to 0.0001? I have tried 'format', 'round', 'signif', 'print' in different combinations without success. Fredrik Lundgren
2004 Apr 29
0
randomization test
...bset=trial==i) #Fit the NLME function by trial rand.loglik[i,]<-matrix(od.fit$logLik) #Extract loglikelihood } I don't mind if the solution is applicable in R or Splus. Thanks, Pravin Pravin Jadhav [[alternative HTML version deleted]]
2004 Sep 18
0
Pharmacokinetics using R
...erization of the model , I don't understand how come sparse sampling in generic "Phenobarb" data does not have a problem in R or S. BTW, the exact same code for "Phenobarb" runs in R and S-Plus w/o any modification needed. Thank you in anticipation. Pravin Pravin Jadhav [[alternative HTML version deleted]]
2013 Jan 08
0
Re: txftrans.c:4498 -- TXF_HARD_ERROR
Apologies for missing Subject. On Wed, Jan 9, 2013 at 3:21 AM, Rushikesh Jadhav <2rushikeshj@gmail.com>wrote: > Hello List, > > Please help me in diagnosing below error in /var/log/messages > > HVM1[16586]: txftrans.c:4498 -- TXF_HARD_ERROR (0xC01A002B) for RM: > fffff8800d099000 > > Im unable to find any google reference related to above C file...
2013 Jan 15
0
Re: txftrans.c:4498 -- TXF_HARD_ERROR
On Fri, 2013-01-11 at 19:05 +0000, Rushikesh Jadhav wrote: > Its a simple Windows 2008 VM with default xs-tools PV drivers hosted > on XCP1.1 with Xen 3.4.2. It has 2 drives Local C: and iSCSI LUN D: > Local VM Disk format is lvm over iscsi and the extra disk is directly > mounted via iSCSI using iSCSI initiator within VM. Is there an...
2014 Nov 05
0
why RODBC on windows 7 with Sybase, returns garbage?
...ver name. If you don't give full server name, then the server has to be registered with ODBC management tool so that it can be picked up automatically. Regards, Alok From: James Mathew [via R] [mailto:ml-node+s789695n4699208h81 at n4.nabble.com] Sent: Wednesday, November 05, 2014 5:04 AM To: Jadhav, Alok (KFET 63) Subject: Re: why RODBC on windows 7 with Sybase, returns garbage? Hi Alok and all, I am trying to connect to sybase from R with the RODBC package. I am using native sybase driver "Adaptive server Enterprise" and using the following example code. conn <- sprintf(&quot...
2011 Oct 13
1
how to return a matrix of strings from c to R ?
I am a bit confused about usage of R internal functions. I am able to send a char vector from C to R but not sure on how to send a vector of strings etc. My code looks like this. <code> SEXP result = PROTECT(Rf_allocMatrix(STRSXP,s->n_rics,s->n_fields)); int i,j; for (i=0; i < s->n_rics; i++) { for (j=0; j < s->n_fields; j++) {
2013 Oct 23
0
Fwd: [dilos-dev] DilOS 1.3.4 has been release
...- CentOS 6.4 64bit - DilOS 64bit - OI 64bit Windows 2008R2 64bit work well as HVM guest. all work well with pygrub from the box. you can find info how to install dilos-xen-dom0 and examples for PV/HVM guests here: https://dilos-dev.atlassian.net/wiki/display/DS/Xen Many thanks to Rushikesh Jadhav from ESDS Group for his contribution with build env and tests of Xen on DilOS and all others. -- Best regards, Igor Kozhukhov *dilos-dev* | Archives<https://www.listbox.com/member/archive/196203/=now> <https://www.listbox.com/member/archive/rss/196203/25094954-df9210ac> | Modi...