Displaying 8 results from an estimated 8 matches for "tvd".
Did you mean:
tv
2011 Oct 12
2
tlsv1 alert - unknown ca!
Hi,
I have setup puppet (2.7.5) on 2 different machines on ec2.
Puppet master config
1. Ruby - 1.9.3
2. OS - Amazon linux image
3. runs from root user
Puppet agent config
1. Ruby - 1.9.3
2. OS - centos
3. runs from root user
When i run the agent, it throws an error "unknown ca" (can been seen
in tcpdump/server logs) and closes the SSL connection immediately. I
tried following things
2013 Jun 16
3
Backend for Lucene format indexes-How to get doclength
Hi, all:
I have wrote a demo patch for Backend for Lucene format indexes, Lucene
version is 3.6.2.
http://lucene.apache.org/core/3_6_2/fileformats.html
Now, this demo patch just support the basic features in Lucene. Compound
File(.cfs/.cfe)?term vector(.tvx/.tvd/.tvf)
delete document(.del) are not supported, skip list in .fdx is not supported
too
example/quest.cc is used to test this demo. query like this:
field_name:term, or file_name:term1 AND field_name:term2
Until now, I found some data needed for BM25 in Xapian are not existed in
Lucene:
1. docleng...
2012 Feb 16
1
uncaught exception of type NoMethodError: undefined method `<=>'
Hi,
i''ve upgraded many of my client machines to version 2.7.10 lately and
since on some clients (server is running 2.7.10) i get the following
error (running puppetd -tvd --noop --trace):
/usr/lib/ruby/1.8/puppet/simple_graph.rb:181:in `<=>''
/usr/lib/ruby/1.8/puppet/simple_graph.rb:181:in `sort''
/usr/lib/ruby/1.8/puppet/simple_graph.rb:181:in `find_cycles_in_graph''
/usr/lib/ruby/1.8/puppet/simple_graph.rb:221:in
`report_cycles_in_gra...
1999 Dec 10
1
*** BUG? ***
Hi!
I've installed RedHat 6.1 on a Pentium 233. I'm using samba 2.0.5a which
came with RH6.1. On another PC (Pentiun-II 400) I've installed Windows
NT 4.0. These two PC's are connected to the same network. I've
configured Samba to share the home directories on the Linux System. I'm
able to reach my own homedir from NT. Within NT I've assigned this share
to drive L.
2004 Feb 09
0
Returned mail (PR#6561)
...b[????????D;c??4<???G?????>)O?R????7V??*?????X???iH?????3??Z?NQ??ETX?F;???H?X?g?C??}?]Jd?c
F???q|
g????tF??)Eq?N?*w#c??lu^?????
????????X????r????????O???
?1?6?N?B?I?Fg;9?r??b f3*"?
?
N?nk?x?yEs?~c?a]2?????F??
?!???Y??UWr???EL??BJ??(?p?P?v)?$?9?1?2????S???#?)???
P?Nne????d?????g4?h?????7?tVD?'l????fo{?????&?m?OQS?P?c?1
/_?N??????
\?-?%/#??X???L?4%???a8??
------=_NextPart_000_0004_BE1058A6.9BCDFCC0
Content-Type: text/plain;
name="DELETED0.TXT"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="DELETED0.TXT"
RmlsZSBhdHRhY2htZW50O...
2003 Dec 01
0
No subject
...e ?
Thanks.
_________________________________________________________________
Tilichargez MSN Explorer gratuitement ` l'adresse
http://explorer.msn.fr/intl.asp
Return-Path: <edevolder@eft.be>
Delivered-To: samba@samba.org
Received: from grimmy.dmz.eft.be (cable-195-162-204-33.customer.tvd.be
[195.162.204.33]) by lists.samba.org (Postfix) with ESMTP id 785E444A3
for <samba@samba.org>; Tue, 7 Aug 2001 03:06:49 -0700 (PDT)
Received: from interscan.dmz.eft.be (interscan.dmz.eft.be
[192.168.2.20]) by grimmy.dmz.eft.be (8.9.3/8.9.3) with SMTP id
OAA27956 for <samba@samba...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...u?DMq(n;l&D at pX32N#RD80(W$s{
zXN|w0(yC%zGC at Dhz6sD(mw;2gPzq{MmhNN;HlWq8l_?;X5_4*ou5?&LQ|6{;L(J#x
zhwHvS|Mr`n$t$@N8mX}pFh{-FA=h)Xt2$5I(PYNVdb at 5-<aI~%30$#W1AW|NikP$?
z24dq67%=<u%8br)Z^m)$9h%`4<1LjBOH1aRxhE^&Or73&{j4EM0fY*9BNQ787QfhZ
zjtr&Z0UhI%Y@)C|8TuFnxW}zOI0orRK5tvd{nfE4Tv|GMc$FTgi%47S1!!Z>?f}CD
zmkiwUkj`ddPa7e$GVN?U875T@<eeP$U)Q)#^M3&F8V`VudQdsWb at 4}(?H9p?HB;Y&
z*ZO6I%d!FPJ?PTw0o_mjoN`KTp+E?h08+uMEoYiu`0^W8Kv(<^k)S(?0j at +c{oBcu
zWo-vG&pXbR4^*a!xz<5uO?wFbN|cwLrzTgpb-nay;}7X*Uj{G5k}JhD{eQ#(bDnl<
zR|l_V4!!LTwGbV*5*o;M{InXZKr9qw4;!n...
2002 Feb 28
2
lost status code
Rsync reports the status code of the remote command. So in some
situations the status code is successful when the command fails.
Rsync of a remote file to a local read-only directory fails, but
exits with $status = 0. I'd like to get $status = 23. Is it
possible?
Local copy fails with status = 23
> mkdir /tmp/nowrite
> chmod -w /tmp/nowrite
> rsync /etc/group /tmp/nowrite || echo