search for: navin

Displaying 20 results from an estimated 34 matches for "navin".

Did you mean: anvin
2012 Dec 11
6
Latitudinal mean of values in a data frame
...15086053, 0.18607724, 0.13330366) dframe=data.frame(Lat, Value) i would like to find latitudinal mean such that my output looks like the below: Lat Value 69 0.18 70 0.16 I am thankful for any ideas how to perform this or which function i should look into. Thanks a lot for your time, Cheers, Navin
2002 Mar 14
4
Samba client issues
.../local/samba/lib/codepages/unicode_map.ISO8859-1 does not exist. smbfs: failed to load nls 'iso8859-1' Why do I need smb.conf file???? Is there no way I can override it? How do I get those codepage files in? What is the message on nls??? Any input would be very appreciated. Thanks a lot. Navin Boppuri
2013 May 27
2
libvirt for Citrix XenServer
Hi, Can someone send me the build steps how to build for Citrix XenServer ? I want to build a version of libvirt for Citrix XenServer. Regards, Navin
2013 May 28
0
Re: libvirt for Citrix XenServer
________________________________ From: Prasad [prasad@mukhedkar.com] Sent: Tuesday, May 28, 2013 7:33 PM To: Parakkal, Navin S Subject: Re: [libvirt-users] libvirt for Citrix XenServer On 05/27/2013 12:13 PM, Parakkal, Navin S wrote: Hi, Can someone send me the build steps how to build for Citrix XenServer ? I want to build a version of libvirt for Citrix XenServer. Regards, Navin __________________________________...
2013 May 28
1
Re: libvirt for Citrix XenServer
Hi Eric, Thanks for your response. ________________________________________ From: Eric Blake [eblake@redhat.com] Sent: Tuesday, May 28, 2013 9:07 PM To: Parakkal, Navin S Cc: libvirt-users@redhat.com; Daniel P. Berrange Subject: Re: [libvirt-users] libvirt for Citrix XenServer On 05/27/2013 12:43 AM, Parakkal, Navin S wrote: >> Hi, >> Can someone send me the build steps how to build for Citrix XenServer ? I want to build a version of libvirt for Cit...
2012 Jul 18
1
virDomainMemoryStats call
...Y_STAT_MAJOR_FAULT and VIR_DOMAIN_MEMORY_STAT_MINOR_FAULT. The version of libvirt 0.9.11 on Fedora 16 . How to get all the counters filled up ? Should I take a specific version of qemu or should I do some config settings so that these values are filled up ? P.S. Please copy me in reply Regards, Navin Parakkal HP Software -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120718/356df9c7/attachment.htm>
2012 Apr 08
1
Avoid loop with the integrate function
...ction from time=0 to the time value in every row. I have to perform this integration over thousands of rows with different parameters in each row. Could someone please suggest if there is an efficient/faster/easier way to do this by avoiding the loops ? Thank you so much for your help and time. -- Navin Goyal ##################### dose<-10 time<-0:5 id<-1:5 data1<-expand.grid(id,time,dose) names(data1)<-c("ID","TIME", "DOSE") data1<-data1[order(data1$ID,data1$TIME),] ed<-data1[!duplicated(data1$ID) , c("ID","DOSE")] set.seed(...
2006 Feb 23
4
MySQL Duplicate Key Error
...plicate entry ''1'' for key 1: INSERT INTO privileges (`created_on`, `delete`, `name`, `designation_id`, `section_id`, `updated_on`, `modify`, `id`, `create`, `description`, `department_id`, `view`) VALUES(''2006-02-22 18:21:56'', ''0'', ''Navin'', 0, 0, ''2006-02-22 18:25:18'', ''0'', 1, ''0'', ''Samuel'', 0, ''1'') ============================================ What I dont understand is that after successlly creating the row in the table, why is the...
2006 Aug 15
2
Apache & FCGI: Premature end of script headers:
Hi, I have quite a problem right now. After finish of development I installed rails with fcgi and apache on my production env. Everything seems to be configured ok, but once I while I get the famous error message: " Premature end of script headers: dispatch.fcgi" I cant see any generel configuration problem, as sometimes everything is running fine. Maybe it is a problem related to
2012 Aug 09
1
[libvirt] virDomainMemoryStats call
...he counter at that particular time ? I was of the opinion that is cummulative like the /proc counters but this counter seems to go backwards ie next snapshot value is less than the current one which makes me think these are snapshot values . I'm using RHEL 6.3 libvirt version 0.9.10. Regards, Navin
2013 Feb 13
1
Host information from libvirt KVM/Xen
...utilization metrics from libvirt for the guests (VM's) remotely . Is it possible to get the Host Cpu stat's through libvirt ? I didn't find any information regarding the host cpu cycles and memory utilization to collect them remotely. Libvirt is installed on all the hosts. Regards, Navin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130213/5d546a58/attachment.htm>
2013 May 28
2
Usual number of guests on a host
Hi, Can someone tell us what is the usual number of guests on a typical host in a production environment ? Has someone tested this ? What number does it scale to ? We have around 150 per host running fine. Regards, Navin
2014 Sep 16
1
qemu:///system and qemu:///session
...try from root virsh -c qemu:///system i don't see the vms created by testuser. How do i make it appear in the root's virsh ie the vms created by testuser ? I need this because i need information for global VM statistics created by all users. Can someone help me regarding this ? Regards, Navin
2012 Apr 05
1
integrate function - error -integration not occurring with last few rows
...comb3$integral=0 q<-0 for (m in i:length(comb3$ID)) { q<-q+1 comb3$integral[q]<-integrate(hz.func1, lower=0, upper=comb3$TIME[q], bshz=comb3$bshz[q],beta1=comb3$beta1[q], change=comb3$disprog[q], other=comb3$frac[q])$value } #comb3[comb3$TIME==3, ] # #tail(comb3) -- Navin Goyal [[alternative HTML version deleted]]
2020 Sep 30
4
How to use ssh -i with a key from ssh-agent rather than from a file?
On Wed, Sep 30, 2020 at 03:35:43PM +1000, Damien Miller <djm at mindrot.org> wrote: > On Wed, 30 Sep 2020, raf wrote: > > > Hi, > > > > I have a VM with a git repository whose origin is on > > github. I have several keys known to github, so I needed > > to set git's core.sshcommand config parameter in the > > repository to something like this:
2006 Aug 14
0
SCGI on Apache 2 send_file Error
...127.0.0.1] (500)Unknown error: scgi: Unknown error: error reading response headers, referer: http://localhost/qual_reports/generate_final_release_report I have no idea why this should be happening and the scgi.log does not show any error either! Any help will be highly appreciated. -- Regards, Navin Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060814/4dfafb40/attachment.html
2012 Oct 11
1
Error in file(file, "rt") : cannot open the connection
...s and Settings\\....\\two") data= read.csv("data.csv", header=T) head(data) info <- list( saspath="\"C:/Program Files/SAS/SASFoundation/9.2", output="C:\\Documents and Settings\\...\\two",device="tiff", ........... ) Thanks -- Navin Goyal [[alternative HTML version deleted]]
2013 May 28
0
Re: libvirt for Citrix XenServer
On 05/27/2013 12:43 AM, Parakkal, Navin S wrote: > Hi, > Can someone send me the build steps how to build for Citrix XenServer ? I want to build a version of libvirt for Citrix XenServer. Fedora doesn't build for xenserver by default, because the development headers for xenserver are not under a free license. However, you...
2013 Jun 19
0
Migration between 2 hosts
...work ? Say we want to migrate a VM from host A - > B , does it create a process on B, copy all the data of the process on A to B and then once done kill process on A. Is it how it happens ? Can someone tell me how the copying of data between process on A and new process on B is done ? Regards, Navin
2013 Aug 16
0
RHEV hosts
...ts as there are too many of them and it is configured by vdsm . What certs should i take from host so that i can use it in the client so that i can connect to multiple hosts from the client using virsh or virt-manager . I need tls as remote protocol as i'm trying to automate commands. Regards, Navin