similar to: Samba 3.4.17 -Solaris10_U10- make- Fatal error with talloc

Displaying 20 results from an estimated 200 matches similar to: "Samba 3.4.17 -Solaris10_U10- make- Fatal error with talloc"

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 their > application. 3.4.17 is working on Solaris 9 and Solaris 10_U5. But
2012 Jun 13
2
Samba 64 bit compilation
Which platform? If on Solaris 10 sparc, GCC (either 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, > >
2008 Aug 25
3
Performance of scp with OpenSSH - 5.1p1
Hello All, As the release notes of SSH-4.7 version says that a new MAC algorithm (UMAC-64 - RFC4418) was introduced with OpenSSH-4.7 which gives much better performance, I was tempted to check out the enhanced speed provided with new version. So I downloaded OpenSSH-5.1p1 and build it on Solaris 10 with Sun Compiler CC. My test setup:- 1. Two Sunfire 440 with 2 CPU (1281 MHz) and 4GB RAM. 2.
2016 Mar 04
3
Samba4 Homes share
Hi guys I have configured a samba4 ADDC. It working well but users homes share did not display. How can we solve this problem. Please help me.
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
2013 Dec 17
2
How to Position a Network Interface in Physical PCI Slot
Hi , I would like to assign a Network Interface card to Physical Slot X in the virtual machine, I have gone through the XML file definition[Now i have some idea on how to position the Network Interface in Logical PCI Slot.] I am NOT interested in using a PCI Pass-through from the Host. currently running Fedora 19 with libvirt 1.2.0 I would like to create an network interface card on
2004 Aug 18
3
How to make RTP Packets NOT passing thru Asterisk?
Hello All, Currently my setup uses Xlite and Asterisk and i found that all the RTP voice packets are transfered via the asterisk server from one xlite to another. Is there any possibility that we can make all the RTP Packets to be transfered directly between the two clients once the connection is established?. Any one please help me. Thanks and Regards, Senthil Murugan.V
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);''%>
2008 Feb 25
3
Query regarding libvorbis
Dear all, I recently downloaded libvorbis from the Xiph.org website. I would like to compile it using a cross compiler because I would like to import it to the filesystem of an embedded machine. Hence, I tried to alter the CC of the makefile and change it to the directory of the cross compiler instead of the original gcc that was there. However, the change did not get implemented, and further to
2016 May 27
1
Samba Server is not operational
Hi I have installed samba4 server on centos 7 .It is running successfully. when more then 40 clients connect with the server we unable to connect with the server. server refused the connections. SSH service also not working. What is the problem? Please help me
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/.
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:
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:
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
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 --
2013 May 01
2
Build 3.6.12 on Solaris 8
All, I need to build samba 3.6.12 on solaris 8 using studio 12. Has anyone accomplished this and willing to share tips, tricks, or notes? -Kevin
2012 Apr 16
2
Problems accessing Windows shares 3.5.8 vs 3.6.3
I am trying to get Samba up and working on Solaris 10. I have a seperate discussion going on about my problems getting Samba 358 on Solaris 10 to authenticate to a Windows 2008R2 domain (See XXXX) As a different solution I have downloaded the source code for 3.6.3 and compiled it The provlem I am having is it won't work with my Windows machines at all i.e. Using the 3.5.8 binary I can