Displaying 6 results from an estimated 6 matches for "meranda".
Did you mean:
veranda
2009 Mar 26
1
ideas on picking stopwords
I'm looking at adding some stopwords to my indexing procedure, and was
wondering if anyone had any good rules of thumb on how to pick which
words to blacklist. It all seems a little... well... vague. Although I
guess it kind of depends on the sort of documents you're wanting to index.
My current idea is to write a little script to output the terms with the
highest frequency in my
2007 Aug 28
1
flintlock fork causes hang in Apache+Python+mod_python
...ase lock could not
be obtained because it is held by another process.
Has anybody experienced this problem? I've never
seen a process locking mechanism before which uses
this fork/cat style mechanism. Is it possible that this
could be confusing the python interpreter GIL or
something?
Deron Meranda
2002 Jul 12
2
HP-UX slow login problem found?
...th -O3 -march=2.0
Now, if all goes well, you'll have a new libcrypto.a. Compile and
link OpenSSH against that one and you should see fast logins, finally!
Note, both the server (sshd) and the client (ssh) need to be
recompiled/relinked, as both generate their half of the DH parameters.
Deron Meranda
2002 Jul 26
1
HP-UX 11 Corrupted MAC errors
...e OpenSSL
libraries in Apache/mod_ssl and have not seen any errors there yet.
Any obvious thoughts before I spend a lot of time tracing through the
packet and crypto code? The obvious first question to answer; is this
OpenSSL or OpenSSH...I just don't know yet, but I suspect the later.
Deron Meranda
2002 Aug 30
1
LIBCRYPTO?
Hi all,
I have a question about OpenSSH configuration. In Makefile there is defined
LIBS=$(LIBCRYPTO), but the problem is that the version of OpenSSL that I'm
using holds only the version LIBCRYPT. When adding LIBCRYPT to the Makefile
I get:
sshd.elf2flt: In function `key_regeneration_alarm':
/.../ssh/sshd.c:252: undefined reference to `RSA_free'
/.../ssh/sshd.c:253: undefined
2004 Apr 28
5
Corrupted MAC on input
I am experiencing similar issues as noted in this bug
id:
http://bugzilla.mindrot.org/show_bug.cgi?id=510
I am ssh'ing from a dchp'd address to a nat'd address
(tried both hostname & ip). after a successful login,
I launch an X app. Shortly thereafter I get:
"Disconnecting: Corrupted MAC on input."
I was not experiencing this problem w/3.7, but I
cannot place full