Displaying 20 results from an estimated 3318 matches for "gordons".
Did you mean:
gordon
2015 Oct 31
3
use pssh to restart a service
>
> What does the sudo log say?
This is all the secure logs say about the ssh session:
[root at logs:~] #tail -f /var/log/secure
Oct 31 19:15:20 logs sshd[24407]: Accepted publickey for bluethundr from
47.18.111.100 port 47469 ssh2: RSA
ae:62:1f:de:54:89:af:2c:10:16:0e:fd:8d:7e:81:06
Oct 31 19:15:21 logs sshd[24407]: pam_unix(sshd:session): session opened
for user bluethundr by (uid=0)
2008 Mar 27
2
Proper noun stemming
Hi All
I was wondering if anyone 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
2016 Jan 22
4
How to get UEFI setting by shell?
Hi,
another question.With secure boot on,
I make a kernel module test.ko
Then insmod test.ko:
[root at localhost linux]# insmod test.ko
insmod: ERROR: could not insert module test.ko: Required key not available
How can I sign my test.ko for CentOS7.1?
If I set secure boot off, insmod test.ko will be successful.
w.k.
------------------ Original ------------------
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
https://bugzilla.mindrot.org/show_bug.cgi?id=3213
Bug ID: 3213
Summary: openssh 8.3p1 will not use any type of RSA key for
legacy servers if ssh-rsa is not in
PubkeyAcceptedKeyTypes
Product: Portable OpenSSH
Version: 8.3p1
Hardware: Other
OS: Linux
Status: NEW
1998 Jun 22
1
R-beta: data(foo) - Error in sub(...
R-0.62.1 sparc-sun-solaris2.4:
demo(graphics) stops at:
> data("iris")
Error in sub(pattern, replacement, x, ignore.case, extended) : invalid regular
expression
or these direct entries 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) :
2011 Sep 22
3
[LLVMdev] Returning i1 type ints from C code ?
Hi,
I was wondering if there was any way to return an i1 type (or something that llvm would accept 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,
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
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 [SUCCESS] bluethundr at es3.jokefire.com
Stderr: sudo: sorry, you must have a tty to run sudo
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 at
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
> assembled, and the easiest way to do that is to put the
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 <gordon.messmer at gmail.com>
wrote:
> On 06/21/2016 04:06 PM,
2016 Apr 28
0
Create a new variable and concatenation inside a "for" loop
Maybe I wasn't clear about my query.
I'm very familiar with pre-allocation and vectorization and I had already wrote an R code for this problem in this way. My question wasn't about the most efficient way to solve the problem. It was about whether in R it was possible to use the same index used in the loop to create a new variable and store the results in as in the example showed
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
Hello all. I am pretty new to this list but I have looked through the
archives and did not see any reference to this problem.
I have an MS-DOS boot floppy image that I am trying to load using MEMDISK.
The disk is simply a boot floppy made using XPSP2. I have tried it on 4
different machines, all Dells. PowerEdge 2650 Server, Latitude D610
Notebook, Optiplex GX280 Desktop and Optiplex GX520
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>
>Sent: Wednesday, September 21, 2011 9:55 PM
>Subject: [LLVMdev] Returning i1 type
2016 Apr 27
3
Create a new variable and concatenation inside a "for" loop
Hello,
Suppose the you need a loop to create a new variable , i.e., you are not reading data from outside the loop. This is a simple example in Matlab code,
for i=1:5
r1=randn
r2=randn
r=[r1 r2]
c(i,:)=r; % creation of each row of c , % the ":" symbol indicates all columns. In R this would be [i,]
end
The output of interest is c which I'm creating inside the "for" loop
2013 Aug 21
2
[LLVMdev] Broken PLT on ARM from R183966
LGTM
On Wed, Aug 21, 2013 at 1:51 PM, Logan Chien <tzuhsiang.chien at gmail.com> wrote:
> Hi,
>
> I have created a workaround to deal with the PIC function call. With this
> 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
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 appending characters to
>> the
>> end of a sequential
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
>> now i can not
>> do a new connection, i remain
2016 Jan 22
1
回复: How to get UEFI setting by shell?
Hi,volotinen:
as it mentioned in your web link:
"Your on the right track your module need to be signed", my question how to sign test_file_system.ko?
thanks,
w.k.
------------------ ???? ------------------
???: "eero.volotinen";<eero.volotinen at iki.fi>;
????: 2016?1?22?(???) ??3:42
???: "CentOS mailing list"<centos at