Displaying 20 results from an estimated 3318 matches for "gordon".
2015 Oct 31
3
use pssh to restart a service
...n): session closed
for user bluethundr
No change in the logs after making the suggested change to disable tty:
[root at logs:~] #cat /etc/sudoers.d/bluethundr
Defaults:myuser !requiretty, visiblepw
Got the same exact message!
Anything else I can try?
Thanks
On Sat, Oct 31, 2015 at 5:34 PM, Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 10/31/2015 02:04 PM, Tim Dunphy wrote:
>
>> pssh -h es_list "/bin/sudo -S /bin/systemctl restart elasticsearch"
>>
>
> The default configuration prohibits use if input echo can't be disabled.
> That...
2008 Mar 27
2
Proper noun stemming
...nyone had a solution for the following problem.
I user QueryParser to stem my documents before adding them to a
database. During the stemming process I would like to find a way of
keeping proper nouns that span two or more words together as a phrase.
For example "New York" or "Gordon Brown" or "Prime Minister" get spilt
up. I see the STEM_SOME allows some operators, but I can't see how
these might help in this situation.
Any ideas would be appreciated as always.
Many thanks
Colin
2016 Jan 22
4
How to get UEFI setting by shell?
...r CentOS7.1?
If I set secure boot off, insmod test.ko will be successful.
w.k.
------------------ Original ------------------
From: "??????";<304702903 at qq.com>;
Date: Fri, Jan 22, 2016 03:07 PM
To: "eero.volotinen"<eero.volotinen at iki.fi>; "gordon.messmer"<gordon.messmer at gmail.com>;
Cc: "centos"<centos at centos.org>;
Subject: Re: [CentOS] How to get UEFI setting by shell?
volotinen and gordon.messmer:
thank you for your answers.
w.k.
------------------ Original ------------------
F...
2020 Sep 26
18
[Bug 3213] New: openssh 8.3p1 will not use any type of RSA key for legacy servers if ssh-rsa is not in PubkeyAcceptedKeyTypes
...edKeyTypes
Product: Portable OpenSSH
Version: 8.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: gordon.messmer at gmail.com
Created attachment 3446
--> https://bugzilla.mindrot.org/attachment.cgi?id=3446&action=edit
return correct key type name when connected to openssh server < 7.8
I could be wrong about all of the following, so let me just prefix
everything with, "To the best of...
1998 Jun 22
1
R-beta: data(foo) - Error in sub(...
...give:
> data(iris)
Error in sub(pattern, replacement, x, ignore.case, extended) : invalid regular
expression
> > help(iris)
Error in gsub(pattern, replacement, x, ignore.case, extended) : invalid regular
expression
> data()
Data sets in package `base':
[list output includes iris]
gordon
Gordon M. Harrington Mail: 3720 Village Place, #6308
Professor Emeritus Waterloo, IA 50702-5848
University of Northern Iowa Phone: 319-291-8535
gordon.harrington at uni.edu Fax: 319-291-8324
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -...
2011 Sep 22
3
[LLVMdev] Returning i1 type ints from C code ?
...pt as one, internally) from a C function compiled with llvm-gcc. My thought from searching around was that it might take rewriting (or at least writing a wrapper to %trunc the result) in assembly. I'm fairly new to LLVM so I may have missed something important.
Any thoughts ?
Thanks much,
Gordon Keiser
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110921/d5e19fc2/attachment.html>
2016 Apr 27
3
Create a new variable and concatenation inside a "for" loop
...
"(R is case sensitive, so "C" has no such problem)."
Well, not quite. Try ?C
To add to the previous comments, Dr. Gordon appears to need to do
her/his homework and spend some time with an R tutorial or two before
posting further here. There are many good ones on the web. Some
recommendations can be found here:
https://www.rstudio.com/online-learning/#R
Cheers,
Bert
Bert Gunter
"The trouble with having an ope...
2015 Nov 02
2
use pssh to restart a service
Hey Gordon,
Sorry, man my bad! Disabling the tty requirement for my sudo user does
indeed work. I had a type-o in the sudoers file, and when I corrected it,
my sudo command via pssh started working!
#pssh -i -h es_list "/bin/sudo /bin/systemctl restart elasticsearch; sleep
10"
[1] 20:31:32 [SUCC...
2013 Aug 21
2
[LLVMdev] Broken PLT on ARM from R183966
Cool, I'll file a bug tomorrow at work and add you to the CC list.
Thanks!
Gordon Keiser
Software Development Engineer
Arxan Technologies
gkeiser at arxan.com www.arxan.com
Protecting the App EconomyT
> -----Original Message-----
> From: Eric Christopher [mailto:echristo at gmail.com]
> Sent: Tuesday, August 20, 2013 9:47 PM
> To: Gordon Keiser
> Cc: llvmdev...
2020 Nov 16
3
(C8) root on mdraid
Sun, 15 Nov 2020 14:16:48 -0800
Gordon Messmer <gordon.messmer at gmail.com>:
> On 11/15/20 3:32 AM, ?ukasz Posadowski wrote:
> > Do anyone can suggest what else I forgot to do?
>
>
> Use metadata version 1.2 instead of 0.9.
>
> You need for the filesystem to be not visible until after the RAID is
>...
2016 Jun 22
2
Install C7 VM on C6 Host
I would think the same as Gordon that as long as your 64-bit VM
virtualization is running properly there should be no problem running C7 on
a VM running under C6. May I ask what the initial doubt was based upon? Has
anybody out there had such an issue before?
Cheers,
Boris.
On Tue, Jun 21, 2016 at 7:30 PM, Gordon Messmer <g...
2016 Apr 28
0
Create a new variable and concatenation inside a "for" loop
...ed below. The use of ?c? was because I was using Matlab, otherwise I know that a new variable shouldn?t have the same name as the name of a function.
Regards,
Fabiana
-----Original Message-----
From: Bert Gunter [mailto:bgunter.4567 at gmail.com]
Sent: 27 April 2016 21:18
To: Jeff Newmiller
Cc: Gordon, Fabiana; r-help at R-project.org
Subject: Re: [R] Create a new variable and concatenation inside a "for" loop
...
"(R is case sensitive, so "C" has no such problem)."
Well, not quite. Try ?C
To add to the previous comments, Dr. Gordon appears to need to do her/his...
2009 Oct 21
6
Virtual Box on snv_125 - bridged network broken?
I recently updated to snv_125 and now bridged networks for my
VirtualBox guests can''t move any network traffic. I''ve tried both
VirtualBox 3.0.4 and 3.0.8 with no success. Any ideas?
Thanks,
Gordon
--
This message posted from opensolaris.org
2006 Mar 15
5
Strange MEMDISK problem with XP Bootfloppy images
...Since I couldn't get that to work I tried other avenues. I tried a FreeDOS
bootdisk and it worked fine every time! It even ran ghost which is what I
wanted. Now I am just curious as to why the XP/MSDOS boot disk would not
work.
Has anyone else experienced the above? Any suggestions?
Regards,
Gordon Mills
2011 Sep 22
0
[LLVMdev] Returning i1 type ints from C code ?
Hi Gordon,
Clang can do it if you include <stdbool.h> . I found this out when writing a LibC wrapper library for LLVM Bitcode.
--Sam
>________________________________
>From: Gordon Keiser <gkeiser at arxan.com>
>To: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu>
&...
2016 Apr 27
3
Create a new variable and concatenation inside a "for" loop
...ve a 2 X 10 matrix X and suppose I want to calculate the sin () for each 2 x 2 sub-matrix of and stored in a matrix A. Then the code would be something like this,
for i=1:5
A(:, 2*i-1:2*i)= sin(X(:, 2*i-1:2*i)) % the ":" symbol indicates all rows
end
Many Thanks,
Fabiana
Dr Fabiana Gordon
Senior Statistical Consultant
Statistical Advisory Service, School Of Public Health,
Imperial College London
1st Floor, Stadium House, 68 Wood Lane,
London W12 7RH.
Tel: 020 7594 1749
Email: fabiana.gordon at imperial.ac.uk<mailto:fabiana.gordon at imperial.ac.uk>
Web: www.imperial.ac.uk/r...
2013 Aug 21
2
[LLVMdev] Broken PLT on ARM from R183966
...his
> patch, the FastISel will switch back to DAG lowering mechanism if (1) there
> is a function call in the basic block and (2) the relocation model is PIC.
> Please have a look. Hoping the patch will help.
>
> Sincerely,
> Logan
>
>
> On Wed, Aug 21, 2013 at 10:17 AM, Gordon Keiser <gkeiser at arxan.com> wrote:
>>
>> Cool, I'll file a bug tomorrow at work and add you to the CC list.
>>
>> Thanks!
>> Gordon Keiser
>> Software Development Engineer
>> Arxan Technologies
>> gkeiser at arxan.com www.arxan.com
>&g...
2008 Jun 12
2
[LLVMdev] code generation order revisited.
On Tue, 06 May 2008 16:06:35 -0400, Gordon Henriksen wrote:
> On 2008-05-06, at 13:42, Hendrik Boom wrote:
>
>> One more question. I hope you're not getting tired of me already. Does
>> generating LLVM code have to proceed in any particular order?
>>
>> Of course, if I am writing LLVM assembler by appendi...
2015 Oct 09
1
vino-server on Centos 6.7
On Fri, Oct 9, 2015 at 12:29 PM, Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 10/08/2015 05:43 PM, Milton Plasencia wrote:
>
>> I uncheck only Allow other users ?view? and leave without change
>> ?control? your desktop,
>> and the screen (active session) remain freeze, close the connection and
&...
2016 Jan 22
1
回复: How to get UEFI setting by shell?
...secure boot off, insmod test.ko will be successful.
> w.k.
>
> ------------------ Original ------------------
> From: "??????";<304702903 at qq.com>;
> Date: Fri, Jan 22, 2016 03:07 PM
> To: "eero.volotinen"<eero.volotinen at iki.fi>; "gordon.messmer"<
> gordon.messmer at gmail.com>;
> Cc: "centos"<centos at centos.org>;
> Subject: Re: [CentOS] How to get UEFI setting by shell?
>
>
>
> volotinen and gordon.messmer:
>
> thank you for your answers.
>
> w.k.
>
>
&g...