search for: functionnality

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

Did you mean: functionality
2011 Jan 21
1
End of NSS port
...ully 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 each installation context (no ssl, openssl and nss) and in interoperability context (no ssl/openssl, no ssl/nss, openssl/nss). Due to my "not-well" english, probably that a pass must be done on documentation and error messages by better english-speaking. I was happy...
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 a 2000000+ documents index), so the only choice left was to incorporate its support into Ferret itself. I added this couple of features: -...
2007 Nov 23
1
what''s the best way to deal with class/inheritence
sorry to cross post to dev/users. -dev was not the best option ;-) Hi to all puppet masters: functionnality I need is quite simple: classes/ one .pp file per class, example: class mail-gateway { ...service/host/templates... definitions } -> this should set all that''s needed to setup a given system "rôle" in the system (installing packages, config files with variables (templates...
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) Email: anne.piotet@m-td.com
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 Neighborhood browsing at AD mode (with LMB/DMB roles for instance) .
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
Hello, I''m looking for a cross-browsers library based on prototype.js that wraps XML dom. I tried to extend XML dom elements by using Object.extend and Element.extend without success. It works fine 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
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, currently time spent in a kvm guest is accumulated
2009 Mar 24
2
Sage - net user
...ple client over a network. This server is on my Ubuntu machine and the clients are under windows XP. It looks like the client accounts needs to exist on the server. So I thought a net user would do the stuff but I didn't manage to do it with wine net.exe. I think it doesn't implement this functionnality. I need a piece of advice, does someone know Sage and has installed it successfully ? Is it possible to manage windows accounts throught wine ? Please excuse my english if it's not correct, if I'm not clear I can answer any question that could help
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 mxn core ;) ++ b_b
2000 May 03
1
Pb with password
...is 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 file "/etc/pam.d/sshd". I am right ? If yes (and also if NO ) please can somebedy tell my the solution, and eventually send me the correct version of the file "/etc/pam.d/sshd" -- Xavier COUDIN <xavier.coudin at wanadoo.fr> membre de l'AFUL-Lorra...