Displaying 20 results from an estimated 536 matches for "straying".
Did you mean:
staying
2005 Dec 11
1
bug? in making security/isakmpd
Hi!
There is a little problem in the security/isakmpd port. There are some
gen*.sh scripts in it, which generate some C header (and src) files.
These scripts are using awk, tr, etc - some generic UNIX tools. One of
the tools has problems with some localisations, so these scripts
generate incorrect C-code. Eg, I have Hungarian localisation set, so I
have the following in my environ:
SUGGESTION: Proposal to mitigate problem with stray processes left behind by parallel::makeCluster()
2019 Mar 18
2
SUGGESTION: Proposal to mitigate problem with stray processes left behind by parallel::makeCluster()
(Bcc: CRAN)
This is a proposal helping CRAN and alike as well as individual
developers to avoid stray R processes being left behind that might be
produced when an example or a package test fails to set up a
parallel::makeCluster().
ISSUE
If a package test sets up a PSOCK cluster and then the master process
dies for one reason or the other, the PSOCK worker processes will
remain running for 30
SUGGESTION: Proposal to mitigate problem with stray processes left behind by parallel::makeCluster()
2019 Mar 27
0
SUGGESTION: Proposal to mitigate problem with stray processes left behind by parallel::makeCluster()
The problem causing the stray worker processes when the master fails to
open a server socket to listen to connections from workers is not
related to timeout in socketConnection(), because socketConnection()
will fail right away. It is caused by a bug in checking the setup
timeout (PR 17391).
Fixed in 76275.
Best
Tomas
On 3/18/19 2:23 AM, Henrik Bengtsson wrote:
> (Bcc: CRAN)
>
>
2007 Mar 08
1
reading a text file with a stray carriage return
Hi,
I'm hoping someone has a suggestion for handling a simple problem. A
client gave me a comma separated value file (call it x.csv) that has
an id and name and address for about 25,000 people (25,000 records).
I used read.table to read it, but then discovered that there are stray
carriage returns on several records. This plays havoc with read.table
since it starts a
2016 Apr 05
1
Re: [PATCH 3/7] customize: add support for pvvxsvc
On Tue, Apr 05, 2016 at 01:47:29PM +0200, Cédric Bosdonnat wrote:
> The output of the first boot scripts is available in the guest as
> -F<C:\Program Files\Red Hat\Firstboot\log.txt>.
> +F<C:\Program Files\Guestfs\Firstboot\log.txt>.
Changing this path is fine, but let's split it into a separate patch.
> + let services = ["rhsrvany.exe";
2011 Nov 25
2
[LLVMdev] LLVM 2.9 - JIT problem on Windows
> > Now, I may be wrong, but I was under the impression that a call to
> > InitializeNativeTarget was recommended, if not compulsory, so. why
> > commenting it out not only makes my LLVM code still work, but also
> > prevent my application from generating the above error.?!
>
> My bet is that your code is writing through a stray pointer. By removing the
> call to
1999 Feb 23
2
rw0632 makes stray .Rhistory orphans
If you start Rterm/Rgui from the cmd (NT4.4) command line, the .Rhistory and
.RData files are created/used in the current directory.
I think, R should honor HOME or even the USERPROFILE variable.
Regards
Karl
PS: is this the correct list for such reports or would it be better to use
r-devel?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
1999 Feb 23
2
rw0632 makes stray .Rhistory orphans
If you start Rterm/Rgui from the cmd (NT4.4) command line, the .Rhistory and
.RData files are created/used in the current directory.
I think, R should honor HOME or even the USERPROFILE variable.
Regards
Karl
PS: is this the correct list for such reports or would it be better to use
r-devel?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
2019 Nov 28
3
[PATCH] remove stray `;` after function definitions
On 2019-11-27, Damien Miller <djm at mindrot.org> wrote:
> applied, thanks. Surprised the fairly aggressive set of -W flags we use
> by default didn't catch this...
This can be caught with -Wpedantic, which seems to catch a few more
instances of this, as well as passing non-void pointers to printf for
the `%p` format specifier. Patches attached for these.
However, it also catches
2019 Nov 27
2
[PATCH] remove stray `;` after function definitions
This is not valid in ISO C.
---
ssh-sk.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ssh-sk.c b/ssh-sk.c
index 2b25c42f..3d6ac3d0 100644
--- a/ssh-sk.c
+++ b/ssh-sk.c
@@ -153,7 +153,7 @@ sshsk_free_enroll_response(struct sk_enroll_response *r)
freezero(r->signature, r->signature_len);
freezero(r->attestation_cert, r->attestation_cert_len);
freezero(r,
2012 Apr 18
0
[LLVMdev] Build warnings and errors
On Apr 18, 2012, at 1:03 PM, Eric Christopher <echristo at apple.com> wrote:
>
> On Apr 18, 2012, at 1:00 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
>> Jim's comment handles the tablegen stuff...
>>
>> On Wed, Apr 18, 2012 at 10:50 AM, Sean Silva <silvas at purdue.edu> wrote:
>> At the bottom there is a failure when building
2016 Jan 04
1
Bug#805508: [PATCH] tools: allow configure time choice of libexec subdirectory.
Ian Campbell writes ("Re: [PATCH] tools: allow configure time choice of libexec subdirectory."):
> I somehow slipped a stray ` in there and didn't notice, sorry.
This looks like a reasonable change aside from that but we should
definitely do some build tests at commit time.
With the stray ` removed:
Acked-by: Ian Jackson <ian.jackson at eu.citrix.com>
Ian.
2015 Sep 24
2
x2go on CentOS6
> The errors you posted were from the client. Assuming you can ssh into
> the remote machine without a problem, do you see error messages there
> on the server?
Thanks, Akemi, you have hit the nail on the head!
The spurious error message was caused by a statement in .cshrc that created output, a stray unescaped exclamation mark in an alias definition. And that with me preaching to my
2012 Apr 18
1
[LLVMdev] Build warnings and errors
On Apr 18, 2012, at 1:07 PM, Andrew Trick <atrick at apple.com> wrote:
> On Apr 18, 2012, at 1:03 PM, Eric Christopher <echristo at apple.com> wrote:
>
>>
>> On Apr 18, 2012, at 1:00 PM, Chandler Carruth <chandlerc at google.com> wrote:
>>
>>> Jim's comment handles the tablegen stuff...
>>>
>>> On Wed, Apr 18, 2012 at
2012 Apr 18
2
[LLVMdev] Build warnings and errors
On Apr 18, 2012, at 1:00 PM, Chandler Carruth <chandlerc at google.com> wrote:
> Jim's comment handles the tablegen stuff...
>
> On Wed, Apr 18, 2012 at 10:50 AM, Sean Silva <silvas at purdue.edu> wrote:
> At the bottom there is a failure when building the clang driver, complaining about finding `DEFAULT_SYSROOT`
>
> I'm building with ninja (generated by
2011 Nov 25
0
[LLVMdev] LLVM 2.9 - JIT problem on Windows
> > > Now, I may be wrong, but I was under the impression that a call to
> > > InitializeNativeTarget was recommended, if not compulsory, so. why
> > > commenting it out not only makes my LLVM code still work, but also
> > > prevent my application from generating the above error.?!
> >
> > My bet is that your code is writing through a stray pointer.
2005 Sep 20
7
Recommendation for HTML editor
I was playing around with Nvu, and discovered it has serious problems.
Mainly that it reformats one's code regardless of whether or not one
selects the "Don't reformat code" option.
I know there are a few HTML editors out there, so I'm not asking if they
exist. What I'm wondering if there are those on this list who may have a
recommendation for one they like and why.
2013 Oct 17
5
[PATCH] common/initcall: Extern linker symbols with correct types.
Coverity IDs 1054956, 1054957
Coverity pointed out that we applying array operations based on an expression
which yielded singleton pointers. The problem is actually that the externs
were typed incorrectly.
Correct the extern declaration to prevent straying into undefined behaviour,
and relying on the lenience of GCC to work.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Keir Fraser <keir@xen.org>
CC: Jan Beulich <JBeulich@suse.com>
---
xen/common/kernel.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-...
2009 Mar 12
0
More on close_cnum(1284)
Hello again
I have one more followup question. it looks to me like the server is
restarting here just after it closes the shares:
[2009/03/12 09:13:34, 1, pid=7541] /SourceCache/samba/samba-187.8/
samba/source/smbd/service.c:close_cnum(1284)
hwi-eas149 (172.26.15.62) closed connection to service encodedrive8
[2009/03/12 09:13:34, 1, pid=7539] /SourceCache/samba/samba-187.8/
2012 Apr 19
2
Problems with dhcp
Hi, my dhcp configuration seems to be somewhat off
1) I don''t put dhcp on any interface, however, there is no problem
starting dhcp client on my net interfaces eth0, eth1
2) shorewall isn''t "started" on eth0 because it detected there was no IP
3) When I plug in the network cable I guess netfilter isn''t fully
limiting eth0?
4) At some point during the