search for: pradeep

Displaying 20 results from an estimated 87 matches for "pradeep".

2007 Aug 04
2
[Q]lguest git repo location?
...repository state from http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git"]. i do not know what i am doing wrong. Coming back to point - Do you maintain a lguest git repository somewhere? So that i can clone it and experiment with it? Thanks a lot for lguest. Regards, -- Pradeep
2007 Aug 04
2
[Q]lguest git repo location?
...repository state from http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git"]. i do not know what i am doing wrong. Coming back to point - Do you maintain a lguest git repository somewhere? So that i can clone it and experiment with it? Thanks a lot for lguest. Regards, -- Pradeep
2019 Jul 27
2
Help on Optimization Remarks
...to look for information about "loop vectorize pass" and other emitted pass in the official llvm passes documentaiton here <https://llvm.org/docs/Passes.html> but it is not there. Please let me know where to find information about passes emitted in the optimization report. Regards, Pradeep -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190727/f9c8061e/attachment.html>
2006 May 01
5
Adding classes without script\generate
...ne (irb), but when I try to instantiate it in another controller, I get "uninitialized constant" error. If I try using script\generate Model ClassName, it adds "< ActiveRecord::Base", where as I need to inherit another class. ClassName < ActiveRecord::Base Thanks, Pradeep -- Posted via http://www.ruby-forum.com/.
2010 Oct 07
2
[LLVMdev] libcpu with m88k
...76.gcc benchmark from SPEC CPU 2000) that I am trying to run using this emulator, but I am running into errors when trying to run it. Has anyone been able to successfully use the m88k emulator from libcpu? Any suggestions/tips on how to get it working would be greatly appreciated. Thanks, Pradeep.
2006 May 01
7
where should I put my hand-coded classes
I have a class that is hand-coded (not generated using generator). Is there a preferred location for the file. app/components ? does it matter? Thanks, -- Posted via http://www.ruby-forum.com/.
2010 Oct 07
0
[LLVMdev] libcpu with m88k
What kinds of errors are you getting? On Thu, Oct 7, 2010 at 9:36 AM, Pradeep Ramachandran <pramach2 at uiuc.edu> wrote: > Hi, > I recently downloaded and installed the libcpu package (from http://libcpu.org > ) that uses llvm as the backend on my linux machine. I have a piece of > Motorola 88100 code (essentially the output of the 176.gcc benchmark > fr...
2018 Nov 17
2
Finding which optimization passes have failed
Dear LLVM community, How to find out which optimization passes have been performed and which passes have failed? Regards, Pradeep Kumar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181117/20c7ad68/attachment.html>
2006 Apr 22
3
Ajax call not being made on a Sortable list
...to the "order" method. I do not see any log activity in the development log nor do I see any errors there. The server log only doesn''s show any activity. However for all other calls, I see messages in the log. What am I missing here, any help would be appreciated. Thanks, Pradeep -- Posted via http://www.ruby-forum.com/.
2003 Jan 30
1
Samba File Sharing- Some Doubts?
...e/she need to have account on my machine or his domain account is enough? 4. Who will authenticate the users for file sharing, my linux box or windows domain controller? If so, how should I configure samba? If anyone has already explored these issues , pls share with me. Thanks in advance. Pradeep
2007 Feb 19
5
Structure of the Xen source code
...ant to start studying the Xen code what would be the correct path to follow. By path i mean is which the directory i should start digging first? If a doc about code organisation of the Xen can be given that will be great. Any other links or pointer''ll be appreciated. Thanks in Advance pradeep DISCLAIMER: ----------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator...
2007 Mar 12
14
paging mechanism clarification
...rom the domU and treats it as a normal virtual address and finds the page frame using regualr paging mechanism. And this whole 2 level paging consitutes Xen''s shadow page tables. Right? Is my understanding of Xen''s paging mechanism correct?or am i missing something? Thank you -pradeep DISCLAIMER: ----------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator...
2016 Nov 03
0
Samba domain join issues
Still looking for some suggestions, recommendations or pointers on this issue. Kinda stuck with it. It was working well couple of months back and suddenly stopped working. No known changes were happned on both sides except installing and then uninstalling MS16-077 patch. Thanks, Pradeep On Tuesday, November 1, 2016, Pradeep Rawat <pradeeprawat85 at gmail.com> wrote: > We are running Solaris 10 on the domain member. > ------------------------------------ > Oracle Solaris 10 8/11 s10x_u10wos_17b X86 > Copyright (c) 1983, 2011, Oracle and/or its affiliates. All...
2009 Oct 07
1
Save plot to text file
...harts in all, of different types, and some are multi-plots (plot(new=T)). Is there a way to 'save' or 'dump just the x-y coordinates to a text/ASCII file, like x,y1,y2,y3 or even (x,y1), append (x,y2), append (x,y3)... Any help will be gratefully acknowledged. Thanks & warm regards, pradeep [[alternative HTML version deleted]]
2006 May 01
3
Using Classes in Rails
I am a beginner so please excuse me, if i am doing something totally wrong. I have created a class using "wsdl2ruby.rb" and here is what it looks like: class ServiceSoap < ::SOAP::RPC::Driver DefaultEndpointUrl = "http://balrog/services/SearchWorker/service.asmx" MappingRegistry = ::SOAP::Mapping::Registry.new Methods = [ ... -- Posted via
2016 Oct 31
5
Samba domain join issues
Hi All, I am having an issue with Samba joining an active directory domain. When I run 'net ads join -S mydomaincontrollerFQDN -U adminuser command I get this error: Failed to join domain: failed to lookup DC info for domain 'MYDOMAIN.COM' over rpc: Logon failure The credentials we entered are for sure correct but if we see our domain controller it count it
2011 May 02
32
[PATCH] blkback: Fix block I/O latency issue
...o Dom-0 block I/O subsystem. The new I/O is dispatched as soon as one of the previous I/Os completes. As a result of this issue, the block I/O latency performance is degraded for some workloads on Xen guests using blkfront-blkback stack. The following change addresses this issue: Signed-off-by: Pradeep Vincent <pradeepv@amazon.com> diff --git a/drivers/xen/blkback/blkback.c b/drivers/xen/blkback/blkback.c --- a/drivers/xen/blkback/blkback.c +++ b/drivers/xen/blkback/blkback.c @@ -383,6 +383,12 @@ static int do_block_io_op(blkif_t *blkif) cond_resched(); } + /* If blkback might go to s...
2007 Nov 13
5
how to ensure signature compliance while mocking in ruby
On 13/11/2007, Pradeep Gatram <pradeep.gatram at gmail.com> wrote: > > Let me put my dilemma as an example. Take a look at a snippet from > FooTest. > > #using mocha > def test_method1 > Bar.expects(:method2).with(''param1'', ''param2'').once > Foo.method1...
2018 Jun 04
1
Vlan on vhostuser interfaces
...> <driver rx_queue_size='1024'> <host mrg_rxbuf='on'/> </driver> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> -- Thanks and Regards, Pradeep.K.S.
2008 Mar 21
1
modifying bandwidth
Hi, Pradeep: I believe you had some questions about modifying bandwidth for flows/VNICs. I believe that should be fine in the recently released bits, could you please check and lets know if you still have any questions about this. Bandwidth limits can be modified using: links: dladm set-linkprop -p maxbw=&...