Displaying 20 results from an estimated 25 matches for "subbu".
Did you mean:
subbuf
2004 Jan 23
1
getent passwd problem (please it's quite URGENT)
...dce-dfs --with-afs --with-smbwrapper
[root@fileserver bin]# ./wbinfo -ug
RAHEJA+sysfmg
RAHEJA+Guest
RAHEJA+TsInternetUser
RAHEJA+IUSR_IFLEXPPSERVER-3
RAHEJA+IWAM_IFLEXPPSERVER-3
RAHEJA+administrator
RAHEJA+krbtgt
RAHEJA+B8D03373-F7A1-4033-8
RAHEJA+newu
RAHEJA+user1
RAHEJA+user2
RAHEJA+user3
RAHEJA+subbu
RAHEJA+Domain Computers
RAHEJA+Domain Controllers
RAHEJA+Schema Admins
RAHEJA+Enterprise Admins
RAHEJA+Cert Publishers
RAHEJA+Domain Admins
RAHEJA+Domain Users
RAHEJA+Domain Guests
RAHEJA+Group Policy Creator Owners
RAHEJA+RAS and IAS Servers
RAHEJA+DnsAdmins
RAHEJA+DnsUpdateProxy
RAHEJA+Exchange D...
2008 Sep 11
12
pciback module not working
This issue was brought up about a year and a half ago. So I''ll bring
it up again and see if anything happens.
I''ve got an infiniband network and am attempting to pass the
infiniband card through the host and give it to the guest.
I''m working with standard CentOS 5.2 on both guest and host with their
provided xen (3.0.3 ish). I''ve also attempted to install the
2008 Sep 11
12
pciback module not working
This issue was brought up about a year and a half ago. So I''ll bring
it up again and see if anything happens.
I''ve got an infiniband network and am attempting to pass the
infiniband card through the host and give it to the guest.
I''m working with standard CentOS 5.2 on both guest and host with their
provided xen (3.0.3 ish). I''ve also attempted to install the
2007 May 15
3
Sending bulk SMS messages from Rails app
...What are the components I would need?
2. Do I need a GSM modem? If yes how would it integrate with my app?
3. Does my hosting provider needs to have a GSM modem?
4. Does sending an SMS cost anything? If yes how much would a single SMS cost?
Any help would be greatly appreciated.
Warmest regards
-subbu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2008 Feb 21
9
Difference between nginx and mongrel
...inal URL: http://www.highscalability.com/friends-sale-architecture-300-million-page-view-month-facebook-ror-app
It all looks like greek and latin if we don''t understand the
difference between these two.
Can somebody shed some light on this? Any books or material for me to refer?
Thanks
-subbu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2010 Aug 18
2
[LLVMdev] Using ValueSymbolTable...
Hi all,
I have a question regarding populating ValueSymbolTable of a Function.
Is it that ValueSymbolTable is populated automatically whenever an alloca
instruction is created using IRBuilder or do we need to explicitly
populate??
If we need to populate explicitly, the insert method in ValueSymbolTable is
private, so how can we do it?
Currently, I am trying to access the symbol table as below:
2010 Aug 18
0
[LLVMdev] Using ValueSymbolTable...
subramanyam wrote:
>
> Hi all,
> I have a question regarding populating ValueSymbolTable of a Function.
> Is it that ValueSymbolTable is populated automatically whenever an alloca
> instruction is created using IRBuilder or do we need to explicitly
> populate??
It's maintained by LLVM for you, by Value::setName and other methods.
Nick
2010 Aug 18
3
[LLVMdev] Using ValueSymbolTable...
...:StringMap<ValueTy, AllocatorTy>::operator=(const
llvm::StringMap<ValueTy, AllocatorTy>&) [with ValueTy = llvm::Value*,
AllocatorTy = llvm::MallocAllocator]: Assertion `RHS.empty() && "assignment
from non-empty stringmap not implemented yet!"' failed.
Regards,
subbu
--
View this message in context: http://old.nabble.com/Using-ValueSymbolTable...-tp29461430p29468905.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 Sep 28
0
[LLVMdev] ExecutionEngine::create returns 0
...cutionEngine::create(Module*) method.
>
Not surprising since you're dereferencing a NULL pointer.
> Here is the error I get when I run HowToUseJIT example
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x080b02f6 in llvm::ExecutionEngine::getTargetData () at /home/subbu/llvm/install/include/llvm/ExecutionEngine/ExecutionEngine.h:167
> 167 const TargetData *getTargetData() const { return TD; }
>
Is that using 2.6 or something newer? My guess is that, of course, you don't have a target data. You'll need to debug why you can't seem to create on...
2007 Aug 08
0
In guest domains, zones not booting if it is on ZFS file system
...e system. Zone configuration and installation went on successfully, but it does not boot. No messages on the console. So, i installed it on a UFS file system, then local zones were running.
Is there any limitation to run local zone on ZFS file system, inside a guest domain?
Thanks & regards,
Subbu
--
This messages posted from opensolaris.org
2007 Feb 15
1
Running the DRb script
Hi,
I seem to have rather silly problem. I''m trying to run the script for
the DRb server in the acts_as_ferret trunk for setting up a centralized
index server. When I try to run script/runner
vendor/plugins/acts_as_ferret/script/ferret_server, I get a ruby error
/opt/csw/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/runner.rb:27:
undefined local variable or method `vendor''
2012 Dec 10
1
Creating an R package in windows- where to put images?
My R version: 2.15.1- windows
While creating an R package in windows, i want to include an image (a .gif
image) that will finally be in the package. A function in my package will
call the gif image. Where should i put the images before running "Rcmd
build mypkg" or "Rcmd INSTALL --build mypkg", so that after creating the
package, the .zip file / .tar.gz/ .tgz would have the
2008 Jun 06
0
A facebook-like platform in Rails
Hi,
I have been thinking about creating a Rails application as a platform
that should let other applications run on my base application.
Something similar to Facebook. What are my best approaches?
Thanks much.
-subbu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2010 Sep 28
2
[LLVMdev] ExecutionEngine::create returns 0
Hendrik Boom-2 wrote:
>
> On Tue, 10 Jun 2008 07:07:35 +0530, Mahadevan R wrote:
>
>>> Now to compare it in detail with the much smaller program I've got and
>>> maybe I'll figure out what's wrong with my call to
>>> ExecutionEngine::create.
>>
>> That call is perfectly valid, actually. It works for me when linked
>> with:
2008 Mar 17
2
Dynamic actions and views
Hi,
I have a set of messages stored in the db. These are email messages
that I have to send based on some condition. This is not the way I had
been doing all these days. I used to create an action in my controller
(class Notifier < ActionMailer::ARMailer) and then create an rhtml
file with the email content and then say
Notifier::deliver_my_email_message to send out the emails. But now
that I
2005 Jan 31
0
Domain users are not able to login through ftp.
..._pass
#dtlogin account optional /usr/lib/security/$ISA/pam_krb5.so.1
#other account optional /usr/lib/security/$ISA/pam_krb5.so.1
#other session optional /usr/lib/security/$ISA/pam_krb5.so.1
#other password optional /usr/lib/security/$ISA/pam_krb5.so.1 try_first_pass
Thanks & Regards
subbu
+91-80-57596014
DISCLAIMER:
This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-m...
2005 Jan 13
0
getent passwd problem
...I-FLEX.COM
> Valid starting Expires Service principal
> 01/14/05 01:42:55 01/14/05 09:43:20
> krbtgt/OPAL.I-FLEX.COM@OPAL.I-FLEX.COM
> Kerberos 4 ticket cache: /tmp/tkt0
> klist: You have no tickets cached
Thanks and Regards,
Subbu
Iflex Centre,
Iflex solutions Ltd.
Bangalore-+91-80-57596014
DISCLAIMER:
This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this...
2005 Jan 13
2
samba3+ADS
.../tmp/krb5cc_0
Default principal: support@OPAL.I-FLEX.COM
Valid starting Expires Service principal
01/14/05 01:42:55 01/14/05 09:43:20
krbtgt/OPAL.I-FLEX.COM@OPAL.I-FLEX.COM
Kerberos 4 ticket cache: /tmp/tkt0
klist: You have no tickets cached
Thanks and Regards,
Subbu
Iflex Centre,
Iflex solutions Ltd.
Bangalore-+91-80-57596014
DISCLAIMER:
This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this...
2010 Jul 29
2
[LLVMdev] Converting Machine code to LLVM IR
Hi everyone,
There are tools to convert machine code to an assembly language.
Is there any similar tool to convert X86 machine code to LLVM IR?
thanks in advance
--
View this message in context: http://old.nabble.com/Converting-Machine-code-to-LLVM-IR-tp29294146p29294146.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 Aug 18
1
[LLVMdev] Using ValueSymbolTable...
Anton Korobeynikov-2 wrote:
>
>> I am getting the following error when trying to fetch the symbol table
>> using
>> getValueSymbolTable()
> Why do you want to do this?
>
>
>
>
I want to access some of the variables created in the function.
--
View this message in context: http://old.nabble.com/Using-ValueSymbolTable...-tp29461430p29469794.html
Sent from