Displaying 20 results from an estimated 25 matches for "prabu".
Did you mean:
prabhu
2012 Jun 13
2
Samba 64 bit compilation
...ither from Sun or sunfreeware.com) should
be 64-bit by default.
GCC from Sunfreeware for Solaris 10 x86 will compile 32-bit by default.
For Solaris, you are better off using Sun Studio and Dmake. Actually,
you are better off just using the compiled version from Oracle/Sun.
On 06/13/12 02:08, prabu.murugan at emc.com wrote:
> Hi,
>
> Have tried to compile samba 64 bit. By default it is compiling 32 bit. Google doesn't give much info about it.
> Please share your experience on 64bit samba.
>
> Thanks,
> Prabu
>
2012 May 17
3
Samba compilation issue
On 05/17/12 11:15, prabu.murugan at emc.com wrote:
>
> Hi,
>
> As a security concern we are upgrading samba to 3.4.17.
>
> I tried all possible option to compile samba 3.4.17 on Solaris 10_U10.
> But it is not going through.
>
>
>
> User requirement is to compile samba 3.4.17 to support t...
2012 May 15
1
Samba 3.4.17 -Solaris10_U10- make- Fatal error with talloc
Hi,
This is Prabu. I am trying to compile samba on Solaris 10_U10.
I have posted the same in bugzilla. https://bugzilla.samba.org/show_bug.cgi?id=8939
User requirement is to compile samba 3.4.17 to support their application. 3.4.17 is working on Solaris 9 and Solaris 10_U5. But not on Solaris 10_U10.
./configure an...
2008 Aug 25
3
Performance of scp with OpenSSH - 5.1p1
...131 14.1
I do not see any higher throughput (20%) with the 5.1p1 (with UMAC-64)
than 4.5p1. The above results clearly says it is not increasing the
performance by 20%. Did I something here?.
Also does UMAC-64 have a impact on scp also or my understanding is
wrong?.
Thanks inadvance
Senthil Prabu.S
--
Senthil Prabu.S
2013 Nov 28
1
Cocaine::CommandNotFoundError while using ffmpeg
Hi,
I am using paperclip-ffmpeg gem to create thumbnail for video rails
3.2.12
while uploading following error occurs
[paperclip] [ffmpeg] ffprobe "/tmp/Wildlife_512kb20131128-2794-191vy86.mp4"
2>&1
Completed 500 Internal Server Error in 918ms
Cocaine::CommandNotFoundError (Cocaine::CommandNotFoundError):
please provide me solution
--
You received this message
2011 Aug 31
9
undefined method `model_name' for NilClass:Class in rails 3.0.0
Hi,
i got search which shows following error
ActionView::Template::Error (undefined method `model_name'' for
NilClass:Class):
1: <%= form_for(@employee) do |e| %>
2: EMP ID<%= e.text_field :id %><br>
3: <%= e.submit ''search'', :controller => ''employees'', :action =>
''search1'' %>
2011 Sep 09
2
acst_as_solr error
hi,
i am using https://github.com/mattmatt/acts_as_solr
it shows the following error
"undefined method ''each'' for "
for this
results = Employee.find_by_solr(@id)
results.each do |emp|
puts emp.id
end
where plugin does not contains "each" method in acts_as_solr/libs/
search_results.rb
so for me each is not working with ActsAsSolr::SearchResults
2011 Sep 21
5
problem with submit button in rails 3
hi,
i am using <%= s.submit ''Product save'' %>
when i click it, following error appears
" Routing Error
uninitialized constant ProductsController"
could any one provide me solution ?
thanks,
-pab
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send
2011 Sep 14
5
rjs error TypeError: element.getElementsByTagName is not a function in rails 3+jquery
hi,
i am using rails 3.0.10
i am trying with sample application for searching data from table and
updating
my search.html.erb file is
<%= form_for (@employee) do |s|%
<div id ="search_details">
<%= s.text_field :name%>
<%= s.text_field :emp_id, :onfocus =>
''sal(document.getElementById(''employee_name'').value);''%>
2006 Jan 19
0
database connectivity problem in instant rails
How can i connect databse with ruby on instant rails.
any kind of tutorial of docs availble for that.
thanx
prabu
--
Posted via http://www.ruby-forum.com/.
2011 Oct 17
1
problem with auto increment in rails 3
hi,
i am tried to use auto increment field for user_id field but it
fails to do it
create_table :users,:id => false,:primary_key => ''user_id'', :force
=> true do |t|
t.integer :user_id,:auto_increment => true, :null => false
t.string :name
t.string :email
t.timestamps
end
is there any syntax to do auto increment in rails
2015 Oct 26
0
How to obtain optimized opus codec?
Hi all,
Currently I am working on a WebRTC based audio application that requires
opus codec to be integrated. For that purpose, I need optimized version of
opus codec. Can you please guide me in obtaining the same?
Regards,
Vignesh prabu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20151026/ec454910/attachment-0001.htm
2015 Oct 13
0
How to obtain optimized opus codec?
Hi all,
Currently I am working on a WebRTC based audio application that requires
opus codec to be integrated. For that purpose, I need optimized version of
opus codec. Can you please guide me in obtaining the same?
Regards,
Vignesh prabu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20151013/2758937a/attachment-0001.htm
2011 Dec 15
1
problem with starting mongrel gem
Hi,
I have installed mongrel gem and when i tried to start
mongrel_rails start its causing me following problem
mongrel_rails start
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
Requiring REXML
/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.0.10/lib/
active_support/dependencies.rb:239:in `require'': no such file to load
--
2011 Sep 08
8
acts_as_solr problem ActsAsSolr::SearchResults:
hi,
i am using acts_as_solr plugin when i tried with search
by
def search
puts "#####################"
# ids = params[:name]
@id = params[:query]
@emp = Employee.find_by_solr(@id)
puts "------------------------------#{@emp}"
respond_to do |format|
format.html{render :action => ''search''}
format.xml
end
2003 Dec 01
0
No subject
...How
> did you do it? Any help will be greatly appreciated. I just love getting
> to bed before 0200, and if I get this solved, I probably will.
>
> --
> David C. Rankin, J.D., P.E.
> ASEL -- Instrument
> Nacogdoches, Texas
> N31 34.7 W094 42.6
> 355 MSL
Return-Path: <prabusubroto@yahoo.com>
Delivered-To: samba@lists.samba.org
Received: from web14702.mail.yahoo.com (web14702.mail.yahoo.com
[216.136.224.119]) by lists.samba.org (Postfix) with SMTP id 54D27453E
for <samba@lists.samba.org>; Wed, 25 Jul 2001 02:16:55 -0700 (PDT)
Message-ID: <20010725092200...
2006 May 09
4
subdomain
hi,
how to create a subdomain outside the public directory
and how to redirect to the subdomain
--
Posted via http://www.ruby-forum.com/.
2006 Jan 18
0
how to connect database via instantrails
please help me to solve my problem
how to connect database via instantrails
is any codes is there
--
Posted via http://www.ruby-forum.com/.
2007 Apr 18
0
Reminder: HITBSecConf2007 - Malaysia: Call for Papers closing in 2 weeks
Greetings from sunny Malaysia! This is a reminder that the Call for
Papers for the upcoming HITBSecConf2007 - Malaysia is closing on the 1st
of May.
HITBSecConf2007 - Malaysia is set to take place from the 3rd till the
6th of September in Kuala Lumpur. Our event last year attracted over 600
attendees from all corners of the globe and this year we are expecting
this number to grow to well over
2008 May 03
0
Photos and Presentation Materials from HITBSecConf2008 - Dubai Released
The codes, tools, exploits, slides and other presentation goodies from
HITBSecConf2008 - Dubai are available for download! You will also find a
'bonus download' of the live recording of DJ Negative's set from the
HITB Post Conference Party at the URL below :)
http://conference.hitb.org/hitbsecconf2008dubai/materials/
The official photos from the training, conference and party have