search for: functionnalities

Displaying 20 results from an estimated 124 matches for "functionnalities".

Did you mean: functionalities
2011 Jan 21
1
End of NSS port
Hi all, I am pleased to announce that NSS port of NUT is finished. Port is fully functionnal (same functionnalities as openssl, and a not-activated-by-default client certificate validation function) and successfully tested by myself (external tests are pending, Frederic Bohe is planned for) with a test matrix which will be uploaded to the web site soon (by Arnaud), tested functionnality by functionnality in eac...
2006 May 17
1
Functionnal testing : Watir vs Selenium
Hello, I wonder if some of you have evaluated these two solutions and how they compares each other. What did you liked or disliked ? And may be are you aware of others functionnal testing tools usable with and integrated with Ruby ? Thanks -- Posted via http://www.ruby-forum.com/.
2007 Jun 13
2
Delete the fixtures on a functionnal test
Hi, Since couple a day, I block with the delete of my fixtures in my functionnals test. In my controller, I need test a redirect if there are no value. But i load my fixtures in start of my test and in a specific test I want delete all. Only in this method, not in other method. In API, I discover the method delete_existing_fixtures, who seem the good practice, but I can''t find how use
2007 Jan 17
2
Dump and load functionnalities? Test patch provided
Hello everyone, We need to create backups of our index, but there are a few constraints: - our application shouldn''t go offline for that - it has to be done quickly Ferret doesn''t seem to have this kind of functionnality (though I''m very new to Ferret, I may be wrong), and I figured that I couldn''t do it using plain Ruby (it''s way too slow, try with
2007 Nov 23
1
what''s the best way to deal with class/inheritence
...host. example: dns_server=$special_dns_server_for_this_host. i''ve tried many combination of "node xxx inherits yyy", "include classes", "include classes { key => value }", "global" and classes specific variables, ... never reached to required functionnalities. every times something breaks. what i need is advice/example/know issues/... to points me on the RIGHT way to do these kind of setup. Is me taking the problem by the wrong side or this kind of setup no possible with the current state of puppet ? And i know puppet is a declarative language, but th...
2006 Mar 08
7
Function could determine the caller action ?
Is it possible to determine which action call the function ? In example, func_test in ApplicationController could determine which action from SiteController is calling her ? in class ApplicationController I have def func_test if ( calling from index ) return "1" end if ( calling from contact ) return "2" end end and in class SiteController def
2005 May 26
2
warnings from hist(): parameter XXX couldn't be set in high-level plot functionN
Hello - This is not a real problem, just an annoyance. Sometimes, but not always, I get a set of strange warnings from hist(). Example follows. ############################ #Produce a histogram of start dates for a set of field measurements. # I didn't reproduce all the dates, because not sure it's relevant, but here's a sample. # Note the invalid date in the fifth element. >
2009 Nov 13
1
[PATCH server] Replace the occurence of the type @qmfc.object(Qmf::Query.new(:class => "xxx", 'key' => search_key)) for @qmfc.object(Qmf::Query.new(:class => "xxx"), 'key' => search_key) else the search on the key is not functionnal.
This fix db-omatic that cannot recover the node on wich the vm run for example. We have not investigate far away but that can be due to a change on the ruby-qmf API. Signed-off-by: Michel Loiseleur <mloiseleur at linagora.com> --- src/db-omatic/db_omatic.rb | 10 ++++++---- src/libvirt-list.rb | 6 +++--- src/matahari-list.rb | 4 ++-- 3 files changed, 11
2004 May 12
4
missing values imputation
What R functionnalities are there to do missing values imputation (substantial proportion of missing data)? I would prefer to use maximum likelihood methods ; is the EM algorithm implemented? in which package? Thanks Anne ---------------------------------------------------- Anne Piotet Tel: +41 79 359 83 32 (mobile)...
2006 Jun 28
3
[Fwd: [ruby] win32-service : RegisterServiceCtrlHandlerEx]
Thoughts? -------------- next part -------------- An embedded message was scrubbed... From: "Romuald du Song" <rdusong at gmail.com> Subject: [ruby] win32-service : RegisterServiceCtrlHandlerEx Date: Mon, 26 Jun 2006 00:02:10 +0200 Size: 2587 Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20060628/8f12e8f1/attachment-0001.mht
2019 May 22
2
Samba4 machine fails to join in samba3 domain
Louis is right, you should upgrade, but, in the meantime, try adding 'ntlm auth = yes' to your smb.conf, see if that helps. > > Also try running the following commands: > > net getlocalsid > > net getdomainsid > > Rowland > Yes they should upgrade, I totally agree. I've allready migrated samba3 domain to samba4 domain , but in this case the samba4 one is
2016 Apr 14
2
BADLOCK - samba 3.6.23 and Trust relationship
Hi, Due to "Red Hat Vulnerability Response: BADLOCK", an automatic samba package RHEL5 update was apply on our system. This broke "The trust relationship between this workstation and the primary domain failed" (error message logon client) in my environnement production. So, I use now 3.6.23-12.el5_11, I see they are new directive for smb.conf and some others more restrict
2015 Dec 01
2
Functionality of Nmbd at Active Directory mode of Samba4 !
As I know runnig of Nmbd at Acitve Directory mode is quite unofficial now (but possible) . I will not ask why it is not reccomded to run Nmbd within Samba4 started at AD mode. But if somebody can tell, you are wellcome. But when nmb code implementation is planned to AD part ? That is when nmb functionnality adding to Samba4 acting as AD is planned ? To bring possibiity to use full-forced
2005 Oct 12
5
Redundant firewall
Hi, I hope this is not OT. I searched through the archives but didn''t find anything really answering my question. I want to create a cluster of two firewalls with Linux-HA so that if the primary fail, the secondary firewall will take over. Note that I don''t care about syncing states between firewalls, they will just have to reconnect :) It''s a typical
2011 Oct 31
2
ROR : Need help to finish a website related to Starcraft 2
Hi, I am sorry if its not the place but today im pretty desperate. During the past six month, I have been working on a Starcraft 2 event and we finally managed to get everyone on board (sponsors, players, casters, etc.) The competition will start on january but it happens that our website which is in beta and has been done in ROR is not 100% functionnal (simply because the man that did it has
2008 Jun 20
5
About prototype.js and xml dom
...with firefox (Object.extend) but don''t work with IE (msxml). I suppose that IE objects are not ''prototype based'' objects. Is there a way to go around this issue like prototype did it with HTML dom elements. I''m surprised notice that prototype do not provide such functionnalities because we are often led to deal with xml data with Ajax requests. I suspect that it''s not easy or even not possible.... Thanks for your help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rai...
2007 Aug 20
1
Réf. : Re: [PATCH 0/4] Virtual Machine Time Accounting
> Laurent Vivier wrote: > functionnalities: > > > - allow to measure time spent by a CPU in a virtual CPU. > > - allow to display in /proc/state this value by CPU > > - allow to display in /proc/<pid>/state this value by process > > - allow KVM to use these 3 previous functionnalities > > > > So,...
2009 Mar 24
2
Sage - net user
Hi i'm very new to this community. I'm trying to figure out an installation of Sage (http://www.sage.co.uk/) under an Ubuntu sevrer 8.04 with Xfce and Wine. Actually there is a Sage server which is a windows service that allow users to share files between multiple client over a network. This server is on my Ubuntu machine and the clients are under windows XP. It looks like the client
2011 Jun 10
0
pull request for reverse geocoder
Hi everyone, I''ve made a pull request on github since april for reverse geocoder implementation : https://github.com/mapstraction/mxn/pull/61 I need this functionnality to complete my work on GIS module for SPIP : http://zone.spip.org/trac/spip-zone/browser/_plugins_/gis/trunk Just let me know if we can put this functionnality in mxn or if i had to make it aside and keep it away of
2000 May 03
1
Pb with password
Hi I am trying to user OpenSSH under Linux RH 5.2 I am facing this problem : OpenSSH is working almost well, with with 1 big and SERIOUS exception : whatever the password I give (except empty password) , the connection is accepted. This make anybody can me intrusion into my computer by giving any kind of password. I belive the problem is coming from the PAM functionnality, an especially the