search for: wrench

Displaying 20 results from an estimated 89 matches for "wrench".

Did you mean: french
2015 Oct 21
6
Security implications of openssl098e on CentOS 7
On 10/21/2015 1:55 PM, Andrew Holway wrote: > Personally I would go round to that particular vendors office with a pipe > wrench and encourage them to do better however, unless this software is > transmitting credit card information then it seems that you could be > safe(ish) from the regulation standpoint. It really depends on the location > of the machine. Is it deep in the bowels of your high security nuclear &gt...
2006 Oct 16
11
Configuring a 3510 for ZFS
Hi folks, Myself and a colleague are currently involved in a prototyping exercise to evaluate ZFS against our current filesystem. We are looking at the best way to arrange the disks in a 3510 storage array. We have been testing with the 12 disks on the 3510 exported as "nraid" logical devices. We then configured a single ZFS pool on top of this, using two raid-z arrays. We are getting
2009 Apr 13
2
Random Forests Variable Importance Question
I am trying to use the random forests package for classification in R. The Variable Importance Measures listed are: -mean raw importance score of variable x for class 0 -mean raw importance score of variable x for class 1 -MeanDecreaseAccuracy -MeanDecreaseGini Now I know what these "mean" as in I know their definitions. What I want to know is how to use them. What I am trying to
2016 May 20
1
Ransomware?
...et, Greeting from the USA! I was stationed in Germany for three years in the seventies. I absolutely adored Germany and still miss it at times. An ftp server can be set up to require a username and password. And that can be different than the Windows user name and password. That should throw a wrench in the works! And there is always write only and read only accounts. Wonder if you would get away with that in Samba? -T -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Computers are like air conditioners. They malfunction when you open windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2004 Dec 23
1
Worthwile to use quotas?
I'm aware that dovecot doesn't support Maildir++ quotas yet (pity). However, is it still worthwhile to set up something like Postfix + Maildrop to use quotas, or is dovecot's lack of support just going to throw a wrench in the works? Thanks, :Peter
2008 Nov 25
0
RFC: Proposed new web site design
...thers mentioned, a >simple down arrow for the 'Download' icon might be better The use of the down arrow is intuitive as well. This may lead directly to an available download or download page. >The Development icon is really non-intuitive. Better alternatives would be >gears or a wrench (or both). +1 for gears with wrench. >- I think a big "Compatibility" link, as done in the re-layout, really >belongs onto the front page. I'm guessing many users will want to know >if their favorite app runs with wine before the download link even >becomes relevant, bo...
2003 Aug 27
0
In the beginning, there was mud...
A couple of days ago, I was given the task of replacing a mail server -- old hardware, network topology changes, and personnel changes led up to this. Now, the actual swapout of a mail server is relatively straightforward and (somewhat) easy to do. But this one had a wrench -- I had to authenticate off of an NT4 domain. There were some other, smaller, wrenches as well, but they have nothing to do with this story. Lost, I started out simple -- pam_smb_auth. I compiled this and examined the code and installed it and tried to authenticate, and recompiled and reinstall...
2007 Jun 22
0
[LLVMdev] a possible alternative for pre-legalize extended ValueTypes
...engths will always be a fixed > multiple of 2, > we can encode vector lengths for extended vector types as the log2 > of the > length, biased by one. Using only 6 bits gets us vector lengths up to > (2**64)-2, which Ought To Be Enough For Anyone. Yerk! This would throw a serious wrench in supporting non power of two vector lengths, which is needed by us. We needed to add v3f32 and v3i32 ValueTypes just to define our register file in the .td. -- Christopher Lamb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/piperm...
2018 Nov 09
2
Samba with OpenLDAP (not a DC)
...p-password> ? That part appeared to be under the the "optional" section so I did not. I will add that along with the samba schema as you mention. With write access to the Directory, what attributes does samba update? I'm concerned that our SASL passthrough attributes may throw a wrench in the works. If samba tries to update that attribute with a password from the Linux end (password sync?) we might have troubles elsewhere with logins. > You could try reading this: > > https://wiki.samba.org/index.php/Ldapsam_Editposix Thank you for the link. I will check it out. It...
2003 Jan 19
1
TC + IPsec and a Newbie
...My immediate need is to make sure ipsec traffic between two linux firewall/routers is given the greatest priority over all other traffic. In more detail I have a leg of a VPN that is running over ISDN. Previously if someone is surfing the web or god forbid trying to stream audio it throws a wrench into the IPsec works. Aside from blocking the streaming I need a way to make sure IPSec will be given as much preferance over other traffic types as possible. Would someone give me an example of commands I would need to enter into a script, or point me to a location that might have this situ...
2006 Apr 03
2
Problems with STI in has_many/belongs_to in Rails 1.1
I have a problem that surfaced in my attempt to upgrade my application to Rails 1.1. We have a STI model on the "belongs_to" side of a has_many/belongs_to relationship. All my unit tests for this model pass, and the relationships all seem to work fine. But in my functional tests, I''m getting errors. I''ve traced it back into the call to the has_many
2015 Mar 17
2
Docs strategy and tactics [RFC]
On Tue, Mar 17, 2015 at 3:30 AM, Shaun McCance <shaunm at redhat.com> wrote: > Just to throw another wrench in: I don't know what DigitalOcean's docs > are like, but Linode generally provides their guides for Ubuntu, Debian, > and CentOS. However, for whatever reason, they tend to do Ubuntu first. > So there are bunches of guides without CentOS versions. > > They do allow people ou...
2005 Mar 11
1
NuFone Configuration [problem]
Hello, I am trying to configure the my asterisk box here with the following **iax.conf*** [NuFone] type=peer host=switch-1.nufone.net secret=xxxxxx ***extensions.conf:*** exten => _1NXXNXXXXXX,1,Dial,IAX2/xxxxxxx@NuFone/${EXTEN} exten => _011N.,1,Dial,IAX2/xxxxxx@NuFone/${EXTEN} I have a couple of Xlite softphones and 2 analogue phones connected to a mediatrix 1102 connected to our lan.
2007 Jun 22
3
[LLVMdev] a possible alternative for pre-legalize extended ValueTypes
After doing a bunch of work for moving pre-legalize extended ValueTypes into a table in SelectionDAG, I may have just found a simpler approach. There are under 32 simple ValueType values, so we only really need 5 bits to represent those. ValueType is already a 32-bit type on most hosts; what if we make use of the remaining 27 bits instead of using an external table? If we can assume that vector
2010 Apr 11
0
[LLVMdev] Proposal: stack/context switching within a thread
...text is used to create context A, and then execution continues until context B is created with llvm.swapcontext(B, A), the region of memory between llvm.getcontextstacktop(A) and llvm.getcontextstacktop(B) can be saved and later restored when B is resumed. Of course that usage would throw a monkey wrench into a segmented stack scheme... it assumes that context stack areas actually behave like contiguous stacks. Not only that, it assumes that no pointers to a context's stack exist outside of the context... when the context is inactive, a pointer into a context's stack won't be valid! B...
2015 Mar 16
2
Docs strategy and tactics [RFC]
> On Mon, Mar 16, 2015 at 10:48 PM, Shaun McCance <shaunm at redhat.com> wrote: > I like putting focus on this. It provides people a resource for things > they actually want to do. Nobody wants just an operating system. I also > think it's a great avenue for getting community contributions. It's easy > to make a one-time contribution on a topic you know well without
2007 Sep 07
7
Simple websites (no DB?) with Rails??
I have been learning Rails and building small things over the last several months. Question I have that has been surprising difficult to figure out is this (I know it seems somewhat nonsensical but ignore that). I recently started getting a few requests for basic website to be built, small businesses, stores, even individual people. How would one about doing such a thing using Rails? I may not
2015 Mar 25
1
Docs strategy and tactics [RFC]
...ines up with our process, and that process is itself sane and doable. > > Regards, > > - - Karsten > > On 03/17/2015 03:21 AM, kunaal jain wrote: >> On Tue, Mar 17, 2015 at 3:30 AM, Shaun McCance <shaunm at redhat.com> >> wrote: >>> Just to throw another wrench in: I don't know what DigitalOcean's >>> docs are like, but Linode generally provides their guides for >>> Ubuntu, Debian, and CentOS. However, for whatever reason, they >>> tend to do Ubuntu first. So there are bunches of guides without >>> CentOS versio...
2009 Apr 21
6
[LLVMdev] ARM and lowerinvoke
...llc and specify -enable-correct-eh-support, llc asserts on me. It appears there's been some bitrot somewhere. SelectDAGBuild and SelectionDAGISel cooperate to track landing pads with CatchInfoLost and CatchInfoFound and make sure they're all handled. However, lowerinvoke throws a wrench into that by getting rid of the explicit invokes, so SelectionDAGISel never identifies any landing pads, and then complains with: Assertion failed: (FuncInfo->CatchInfoFound.size() == FuncInfo- >CatchInfoLost.size() && "Not all catch info was assigned to a landing pad!&qu...
2010 Apr 10
2
[LLVMdev] Proposal: stack/context switching within a thread
On the other hand, stack manipulation really ought to be handled by the target, since only the target knows the details of how the stack is laid out to begin with. Also, if we have stack manipulation calls in the IR, optimization quickly becomes very difficult. Unless we just allow optimizers to ignore the stack manipulations and assume they're doing the "right" thing. On the