Displaying 20 results from an estimated 28 matches for "10506".
Did you mean:
1050
2007 Dec 10
2
bug in by.data.frame, R-2.6.1 (PR#10506)
by() fails for 1-column matrices and dataframes:
X <- data.frame(a=1:10)
g <- gl(2,5)
by(X, g, colMeans)
Suggested fix:
--- by-old.R 2007-12-10 15:26:22.501086600 +0100
+++ by.R 2007-12-10 15:25:58.390477200 +0100
@@ -26,7 +26,7 @@
IND[[1]] <- INDICES
names(IND) <- deparse(substitute(INDICES))[1]
} else IND <- INDICES
- FUNx <-
2016 Jan 12
4
[v3,11/41] mips: reuse asm-generic/barrier.h
...local definitions and pull in
> asm-generic/barrier.h instead.
>
This statement doesn't fit MIPS barriers variations. Moreover, there is
a reason to extend that even more specific, at least for
smp_store_release and smp_load_acquire, look into
http://patchwork.linux-mips.org/patch/10506/
- Leonid.
2016 Jan 12
4
[v3,11/41] mips: reuse asm-generic/barrier.h
...local definitions and pull in
> asm-generic/barrier.h instead.
>
This statement doesn't fit MIPS barriers variations. Moreover, there is
a reason to extend that even more specific, at least for
smp_store_release and smp_load_acquire, look into
http://patchwork.linux-mips.org/patch/10506/
- Leonid.
2011 Nov 24
3
Problem with lmtp proxy
...***************************************************
dovecot [2011-11-24 15:53:39] [warning] master: Warning: Killed with signal 15 (by pid=10437 uid=0 code=kill)
dovecot [2011-11-24 15:53:40] [info] master: Dovecot v2.0.16 starting up (core dumps disabled)
dovecot [2011-11-24 15:53:50] [debug] lmtp(10506): Debug: none: root=, index=, control=, inbox=, alt=
dovecot [2011-11-24 15:53:50] [info] lmtp(10506): Connect from local
dovecot [2011-11-24 15:53:50] [debug] auth: Debug: Loading modules from directory: /usr/lib64/dovecot/auth
dovecot [2011-11-24 15:53:50] [err] auth: Error: ldap_bind
dovecot [20...
2014 Apr 15
1
[Announce] Samba 4.0.17 Available for Download
...ould have an option for the dir to install perl
files and do not glob.
* BUG 10474: s3-spoolssd: Don't register spoolssd if epmd is not running.
* BUG 10481: s3-rpc_server: Fix handling of fragmented rpc requests.
o Gustavo Zacarias <gustavo at zacarias.com.ar>
* BUG 10506: Make 'smbreadline' build with readline 6.3.
#######################################
Reporting bugs & Development Discussion
#######################################
Please discuss this release on the samba-technical mailing list or by
joining the #samba-technical IRC channel on irc.f...
2014 Apr 15
1
[Announce] Samba 4.0.17 Available for Download
...ould have an option for the dir to install perl
files and do not glob.
* BUG 10474: s3-spoolssd: Don't register spoolssd if epmd is not running.
* BUG 10481: s3-rpc_server: Fix handling of fragmented rpc requests.
o Gustavo Zacarias <gustavo at zacarias.com.ar>
* BUG 10506: Make 'smbreadline' build with readline 6.3.
#######################################
Reporting bugs & Development Discussion
#######################################
Please discuss this release on the samba-technical mailing list or by
joining the #samba-technical IRC channel on irc.f...
2008 Aug 10
1
[LLVMdev] thread class patch to llvm/system
...ska
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080810/47f6f0c1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: thread.patch
Type: text/x-diff
Size: 10506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080810/47f6f0c1/attachment.patch>
2006 Aug 14
0
anyone else having trouble with assert_tag :content ?
Hi everyone,
In an integration test I have assert_tag :content => /Quantity/
and this always fails, even though Quantity does exist in the html.
Similarly, I have assert_no_tag :content => /Quantity/ , and this fails even
when Quantity *doesn''t* exist in the html.
Am I missing something here?
Thanks
Daniel
2016 Jan 12
0
[v3,11/41] mips: reuse asm-generic/barrier.h
...gt; >asm-generic/barrier.h instead.
> >
> This statement doesn't fit MIPS barriers variations. Moreover, there is a
> reason to extend that even more specific, at least for smp_store_release and
> smp_load_acquire, look into
>
> http://patchwork.linux-mips.org/patch/10506/
>
> - Leonid.
Fine, but it matches what current code is doing. Since that
MIPS_LIGHTWEIGHT_SYNC patch didn't go into linux-next yet, do
you see a problem reworking it on top of this patchset?
--
MST
2016 Jan 12
0
[v3,11/41] mips: reuse asm-generic/barrier.h
...016 at 05:14:14PM -0800, Leonid Yegoshin wrote:
> This statement doesn't fit MIPS barriers variations. Moreover, there is a
> reason to extend that even more specific, at least for smp_store_release and
> smp_load_acquire, look into
>
> http://patchwork.linux-mips.org/patch/10506/
Dude, that's one horrible patch.
1) you do not make such things selectable; either the hardware needs
them or it doesn't. If it does you _must_ use them, however unlikely.
2) the changelog _completely_ fails to explain the sync 0x11 and sync
0x12 semantics nor does it provide a publicly...
2016 Jan 14
1
[v3,11/41] mips: reuse asm-generic/barrier.h
On Thu, Jan 14, 2016 at 01:45:44PM -0800, Leonid Yegoshin wrote:
> On 01/14/2016 01:34 PM, Paul E. McKenney wrote:
> >On Thu, Jan 14, 2016 at 12:46:43PM -0800, Leonid Yegoshin wrote:
> >>On 01/14/2016 12:15 PM, Peter Zijlstra wrote:
> >>>On Thu, Jan 14, 2016 at 11:42:02AM -0800, Leonid Yegoshin wrote:
> >>>>An the only point - please use an appropriate
2016 Jan 14
1
[v3,11/41] mips: reuse asm-generic/barrier.h
On Thu, Jan 14, 2016 at 01:45:44PM -0800, Leonid Yegoshin wrote:
> On 01/14/2016 01:34 PM, Paul E. McKenney wrote:
> >On Thu, Jan 14, 2016 at 12:46:43PM -0800, Leonid Yegoshin wrote:
> >>On 01/14/2016 12:15 PM, Peter Zijlstra wrote:
> >>>On Thu, Jan 14, 2016 at 11:42:02AM -0800, Leonid Yegoshin wrote:
> >>>>An the only point - please use an appropriate
2014 Apr 17
0
[Announce] Samba 4.1.7 Available for Download
...ould have an option for the dir to install perl
files and do not glob.
* BUG 10474: s3-spoolssd: Don't register spoolssd if epmd is not running.
* BUG 10481: s3-rpc_server: Fix handling of fragmented rpc requests.
o Gustavo Zacarias <gustavo at zacarias.com.ar>
* BUG 10506: Make 'smbreadline' build with readline 6.3.
#######################################
Reporting bugs & Development Discussion
#######################################
Please discuss this release on the samba-technical mailing list or by
joining the #samba-technical IRC channel on irc.f...
2014 Apr 17
0
[Announce] Samba 4.1.7 Available for Download
...ould have an option for the dir to install perl
files and do not glob.
* BUG 10474: s3-spoolssd: Don't register spoolssd if epmd is not running.
* BUG 10481: s3-rpc_server: Fix handling of fragmented rpc requests.
o Gustavo Zacarias <gustavo at zacarias.com.ar>
* BUG 10506: Make 'smbreadline' build with readline 6.3.
#######################################
Reporting bugs & Development Discussion
#######################################
Please discuss this release on the samba-technical mailing list or by
joining the #samba-technical IRC channel on irc.f...
2013 Jul 17
2
Dovecot 2.2.4 does not create home directory?
...Credentials:
6062bc903ac97de43f0b5d33ebe8c1a63bb9ae1a88ec39cf6fd85a645de8c63a
Jul 17 12:49:41 auth: Debug: client passdb out: OK 1 user=
test at example.com
Jul 17 12:49:41 auth: Debug: master in: REQUEST 2206334977 10501
1 49e1fcdcc5e1c2becb50c3b47d31cdeb session_pid=10506
Jul 17 12:49:41 auth: Debug:
sql(test at example.com,192.168.1.2,<RONGFqLhrgDAqAPO>):
SELECT concat('/var/spool/vmail/', home) AS home, concat('maildir:',
maildir) AS mail FROM users WHERE email = 'test at example.com' AND enabled = 1
Jul 17 12:49:41 auth: Debug: maste...
2014 Apr 16
1
Samba 4.0.17 Available for Download
...install perl
>?????? files and do not glob.
>???? * BUG 10474: s3-spoolssd: Don't register spoolssd if epmd is not running.
>???? * BUG 10481: s3-rpc_server: Fix handling of fragmented rpc requests.
>
>
> o?? Gustavo Zacarias <gustavo at zacarias.com.ar>
>???? * BUG 10506: Make 'smbreadline' build with readline 6.3.
>
>
> #######################################
> Reporting bugs & Development Discussion
> #######################################
>
> Please discuss this release on the samba-technical mailing list or by
> joining t...
2012 Mar 21
1
enableJIT() and internal R completions (was: [ESS-bugs] ess-mode 12.03; ess hangs emacs)
...) at /home/sds/src/emacs/trunk/src/keyboard.c:3390
> #36 0x00000000004fa9e5 in get_input_pending (flags=1, addr=0xb5a970) at /home/sds/src/emacs/trunk/src/keyboard.c:6739
> #37 0x00000000004fd06a in detect_input_pending_run_timers (do_display=1) at /home/sds/src/emacs/trunk/src/keyboard.c:10506
> #38 0x00000000005a82e0 in wait_reading_process_output (time_limit=30, microsecs=0, read_kbd=<optimized out>, do_display=1,
> wait_for_cell=11970946, wait_proc=<optimized out>, just_wait_proc=0) at /home/sds/src/emacs/trunk/src/process.c:4733
> #39 0x000000000041add...
2012 Oct 03
0
ggplot2 problem
...A NA
10502 48.25 28.00 0.7240156084 0.168157496 0.1659213190 -0.0273323866
10503 48.25 28.00 0.7243703441 NA NA NA
10504 48.25 28.00 0.7247250798 0.156438489 0.1544699680 -0.0247392356
10505 48.25 28.00 0.7250798155 NA NA NA
10506 48.25 28.00 0.7254345513 NA NA NA
10507 48.25 28.00 0.7257892870 0.186324323 0.1841726470 -0.0282345410
10508 48.25 28.00 0.7261440227 NA NA NA
10509 48.25 28.00 0.7264987584 0.204793234 0.2025646052 -0.0301305379
10510 48.25 28.00 0.7...
2008 Apr 22
3
R 2.7.0 is released
...& as && and | as ||.
o ps.options(reset = TRUE) had not reset for a long time.
o paste() and file.path() no longer allow NA_character_ for
their 'sep' and 'collapse' arguments.
o by() failed for 1-column matrices and dataframes. (PR#10506)
However, to preserve the old behaviour, the default method
when operating on a vector still passes subsets of the vector
to FUN, and this is now documented.
o Better behaviour of str.default() for non-default
'strict.width' (it was calling str() rathe...
2008 Apr 22
3
R 2.7.0 is released
...& as && and | as ||.
o ps.options(reset = TRUE) had not reset for a long time.
o paste() and file.path() no longer allow NA_character_ for
their 'sep' and 'collapse' arguments.
o by() failed for 1-column matrices and dataframes. (PR#10506)
However, to preserve the old behaviour, the default method
when operating on a vector still passes subsets of the vector
to FUN, and this is now documented.
o Better behaviour of str.default() for non-default
'strict.width' (it was calling str() rathe...