Displaying 8 results from an estimated 8 matches for "38c38".
Did you mean:
3838
2011 Mar 15
2
Feature request: txtProgressBar with ability to write to arbitrary stream
...te(rep.int(char, nb-.nb), collapse=""), file = file)
27c27
< "\r", paste(rep.int(char, nb), collapse=""), sep = "")
---
> "\r", paste(rep.int(char, nb), collapse=""), sep =
"", file = file)
38c38
< cat("\r", paste(rep.int(char, nb), collapse=""), sep = "")
---
> cat("\r", paste(rep.int(char, nb), collapse=""), sep =
"", file = file)
42c42
< "\r", paste(rep.int(char, nb),...
2019 Jan 02
2
Solr
...single problems
On January 2, 2019 08:16:33 Joan Moreau via dovecot <dovecot at dovecot.org>
wrote:
> and the first line of the diff is :
> < this file, see http://wiki.apache.org/solr/SolrConfigXml.
> ---
>> this file, see http://wiki.apache.org/solr/SolrConfigXml.
> 38c38
> < <luceneMatchVersion>6.4.1</luceneMatchVersion>
> ---
>> <luceneMatchVersion>7.5.0</luceneMatchVersion>
>
> So, are you running 6.4.1 or 7.5.0 ????
>
> On 2019-01-02 08:12, Joan Moreau wrote:
>> The real main differecne seems coming from &...
2019 Jan 02
0
Solr
and the first line of the diff is :
< this file, see http://wiki.apache.org/solr/SolrConfigXml.
---
> this file, see http://wiki.apache.org/solr/SolrConfigXml.
38c38
< <luceneMatchVersion>6.4.1</luceneMatchVersion>
---
> <luceneMatchVersion>7.5.0</luceneMatchVersion>
So, are you running 6.4.1 or 7.5.0 ????
On 2019-01-02 08:12, Joan Moreau wrote:
> The real main differecne seems coming from "diffconfig.xml"
>
&...
2003 Jan 24
0
[Bug 473] New: cannot update password using PAM on HP-UX system that has been tsconverted
...-pam.h | more
1c1
< /* $Id: auth-pam.h,v 1.3 2002/05/14 16:35:43 cvsuser Exp $ */
---
> /* $Id: auth-pam.h,v 1.11 2001/03/27 06:12:24 djm Exp $ */
18c18
< void do_pam_chauthtok(struct passwd *pw);
---
> void do_pam_chauthtok(void);
diff auth-pam.c /extra/openssh-3.1p1/auth-pam.c | more
38c38
< RCSID("$Id: auth-pam.c,v 1.3 2002/05/14 16:35:43 cvsuser Exp $");
---
> RCSID("$Id: auth-pam.c,v 1.42 2002/02/05 01:40:47 djm Exp $");
146d145
<
326c325
< void do_pam_chauthtok(struct passwd *pw)
---
> void do_pam_chauthtok(void)
329,331d327
< uid_t cur...
2019 Jan 02
0
Solr
...> On January 2, 2019 08:16:33 Joan Moreau via dovecot <dovecot at dovecot.org> wrote:
>
> and the first line of the diff is :
>
> < this file, see http://wiki.apache.org/solr/SolrConfigXml.
> ---
>> this file, see http://wiki.apache.org/solr/SolrConfigXml.
> 38c38
> < <luceneMatchVersion>6.4.1</luceneMatchVersion>
> ---
>> <luceneMatchVersion>7.5.0</luceneMatchVersion>
>
> So, are you running 6.4.1 or 7.5.0 ????
>
> On 2019-01-02 08:12, Joan Moreau wrote:
>
> The real main differecne seems coming...
2005 Oct 20
4
read.fwf doesn't work with header = TRUE (PR#8226)
...fwf(..., header = TRUE) does not work properly since:
1/ the original header is printed on the console and not in FILE;
2/ the different 'parts' of the header should be separated with tabs
to work with the call to read.table.
Here is a suggested fix for src/library/utils/R/read.fwf.R:
38c38,40
< cat(FILE, headerline, "\n")
---
> headerline <- unlist(strsplit(headerline, " {1,}"))
> headerline <- paste(headerline, collapse = "\t")
> cat(file = FILE, headerline, "\n")
PS: my R is not updated by re...
2019 Jan 02
7
Solr
The real main differecne seems coming from "diffconfig.xml"
When I put yours, Solr delete (!) schema.xml and create a
"manage-schema" and starts complaining about useless types (tdates,
booleans, etc..) that are not needed for Mail fileds
When I put mine (from standard distribution of Arch), it keeps things as
they are (yeah !), does not complains about those useless types
2013 Aug 27
4
Is: Xen 4.2 and using 'xl' to save/restore is buggy with PVHVM Linux guests (v3.10 and v3.11 and presumarily earlier as well). Works with Xen 4.3 and Xen 4.4. Was:Re: FAILURE 3.11.0-rc7upstream(x86_64) 3.11.0-rc7upstream(i386)\: 2013-08-26 (tst001)
...216 0 xen-dyn-event eth0-tx
32,33c32,33
< RES: 3825 3369 Rescheduling interrupts
< CAL: 169 165 Function call interrupts
---
> RES: 3833 3383 Rescheduling interrupts
> CAL: 169 174 Function call interrupts
38c38
< MCP: 1 1 Machine check polls
---
> MCP: 1 2 Machine check polls
Starting net testcase..
Starting netserver at port 12865
Starting netserver at hostname 0.0.0.0 port 12865 and family AF_UNSPEC
Aug 14 18:02:43 g-pvops init: starting pid 2697, tty '...