Displaying 20 results from an estimated 4000 matches similar to: "server gave bad signature for RSA key 0 - ?"
2011 Jan 03
2
[LLVMdev] Question of executing AutoRegen.sh to regen configure file
On Mon, Jan 3, 2011 at 11:01 AM, Eric Christopher <echristo at apple.com> wrote:
> On Dec 26, 2010, at 8:38 AM, Lu Mitnick wrote:
>> $diff configure configure.bak
>>
>> 1394c1394
>> < --enable-optimized Compile with optimizations enabled (default is YES)
>> ---
>> > --enable-optimized Compile with optimizations enabled (default is
2011 Jan 03
0
[LLVMdev] Question of executing AutoRegen.sh to regen configure file
On Dec 26, 2010, at 8:38 AM, Lu Mitnick wrote:
> Hello all,
>
> I download the src of llvm 2.8 and run ./autoconf/AutoRegen.sh
>
> However there is a little difference between origin configure file and the generated one
>
> $diff configure configure.bak
>
> 1394c1394
> < --enable-optimized Compile with optimizations enabled (default is YES)
> ---
2012 Apr 18
2
problem extracting data from a set of list vectors
Dear useRs,
A colleague has sent me several batches of output I need to process, and I'm struggling with the format to the point that I don't even know how to extract a test set to upload here. My apologies, but I think that my issue is straightforward enough (for some of you, not for me!) that you can help in the absence of a test set. Here is the scenario:
# Data sets are lists:
>
2015 May 27
1
FREAK/Logjam, and SSL protocols to use
Quoting Gedalya <gedalya at gedalya.net>:
> On 05/27/2015 09:55 AM, Rick Romero wrote:
>> Quoting Gedalya <gedalya at gedalya.net>:
>>
>>> On 05/26/2015 10:37 AM, Ron Leach wrote:
>>>> https://weakdh.org/sysadmin.html
>>>>
>>>> includes altering DH parameters length to 2048, and re-specifying the
>>>> allowable
2012 Jul 29
4
Simple x,y Plot
Dear Community,
i have read in a table with two column from a *txt-File. What i get is a
data-frame wit two column.
After that i allocate this 2 column to x and y. Plotting this, i obtain a
picture that looks like a bar plot (something like a grid).
Is that because x and y is in factor-formatted? A conversion with
"asnumeric" doesnt work. I get a vector with "NA".
Here is my
2015 May 27
2
FREAK/Logjam, and SSL protocols to use
Quoting Gedalya <gedalya at gedalya.net>:
> On 05/26/2015 10:37 AM, Ron Leach wrote:
>> https://weakdh.org/sysadmin.html
>>
>> includes altering DH parameters length to 2048, and re-specifying the
>> allowable cipher suites - they give their suggestion.
>
> It looks like there is an error on this page regarding regeneration. In
> current dovecots
2002 Jun 17
4
(Demo CD available) Has anyone tested AutoCad 2000 with any recent wine ?
AutoDesk now offers a free 15 day demo CD of AutoCad. I hope some of the talanted wine developers take the opportunity to get the CD and try to get it to work.
http://usa.autodesk.com/adsk/item/0,,616392-123112,00.html
In my opinion there are two windows application that are more important than others and that is AutoCad and Quark express. Linux does not have good alternatives to theese, and for
2012 Apr 02
2
[LLVMdev] Build Error
I am getting a build error after doing a "make update" and then running
"make clean all":
gmake[4]: *** No rule to make target
`/home/ryan/llvm/llvm_core/trunk/Release+Asserts/lib/ocaml/llvm.cmi',
needed by
`/home/ryan/llvm/llvm_core/trunk/bindings/ocaml/transforms/ipo/Release+Asserts/llvm_ipo.cmi'.
Stop.
gmake[4]: Leaving directory
2004 Dec 29
3
inclusion of figlet source
Why is figlet source included in xen? Wouldn''t it make more sense to alter
xen/Makefile, to have compile.h built from a .in, and the figlet view of the
version info, and have the upstream developers regen the figlet part when the
version changes?
I''m willing to modify the build system to do this. I''m also fixing several
other poor implementation of things.
2006 Mar 24
3
Triggering on close of a written file.
I have just started my first ''serious'' dtrace script and can use some
advice.
I want to have a probe triggered when close() occurs after a
succesfull write of /etc/hosts ( I want to regenerate the nameserver
zone files
from /etc/hosts after it has changed)
At the moment I have the following code:
syscall::open*:entry,
syscall::creat*:entry
{
self->file=arg0;
2011 Apr 01
1
[LLVMdev] Fatal error
Hi Everyone,
When I compile llvm 2.8 with the option --disable-optimized
--enable-assertions on
Leopard with Ocaml 3.11, I get the following fatal error when it starts to
build
the ocaml docs.
llvm[1]: Installing HTML documentation
llvm[1]: Building ocamldoc documentation
llvm[3]: Documenting llvm.odoc
llvm[3]: Documenting llvm_bitreader.odoc
llvm[3]: Documenting llvm_bitwriter.odoc
llvm[3]:
2020 May 09
2
CentOS 8 and xvidtune and Nouveau
I have an old laptop W530 I put CentOS 8 on.
I was trying to install xvidtune - seems to not be available ? Thought that
was part of X.
Also trying to get Nouveau to be a higher resolution than 1024x768. I
found the wiki, but adding video= to the kernel command line and regen grub
did not do anything. Other documentation there seemed OLD.
Anyone know how to correctly get Nouveau in
2012 Apr 03
0
[LLVMdev] Build Error
Hi Ryan,
Sometimes the configure machinery can get confused. I haven't seen this particular error, so I don't know for sure if that's happening here, though. Try running "./config.status" from the build directory.
Perhaps unrelated, but it looks like you're building inside the source tree. I'd recommend not doing that, as it's not too uncommon for that to run
2010 Dec 26
2
[LLVMdev] Question of executing AutoRegen.sh to regen configure file
Hello all,
I download the src of llvm 2.8 and run ./autoconf/AutoRegen.sh
However there is a little difference between origin configure file and the
generated one
$diff configure configure.bak
1394c1394
< --enable-optimized Compile with optimizations enabled (default is
YES)
---
> --enable-optimized Compile with optimizations enabled (default is
NO)
I am wondering to know
2010 Dec 25
4
[LLVMdev] Question of autotools about adding a new target for LLVM
Hello all,
I am a beginner of LLVM and want to add a new Target for LLVM. I follow the
document (http://llvm.org/docs/WritingAnLLVMBackend.html)
to modify autotools/configure.ac. However when I type ./AutoRegen.sh
There is an error that "Your autoconf was not detected as being 2.60"
I download the source of autoconf 2.60 and install it. And there is the
other error that
"Your
2002 Feb 28
3
PANIC and delayed drive mapping?
Hiya!
Samba 2.0.7 on HP-UX 11.0.
When a user tries to map a drive, the smb.log shows the following:
NOTE: the stanza ending in PANIC repeats 3 times, snipped here for brevity
=====================================
[2002/02/28 11:12:43, 1] smbd/server.c:(641)
smbd version 2.0.7 started.
Copyright Andrew Tridgell 1992-1998
[2002/02/28 11:12:43, 1] smbd/files.c:(215)
file_init: Information
2008 Nov 19
1
HELPA
I have a problem in ssh login without password
Systems: vmware-centos 5.2: 192.168.0.4 vista copssh: 192.168.0.2
[192.168.0.4 $] ssh-keygen -t dsa
[192.168.0.4 $] scp -p id_dsa.pub tester at 192.168.0.2:.ssh
[192.168.0.2 $] cat .ssh/id_dsa.pub >> .ssh/authorized_keys
[192.168.0.2 $] chmod 700 .ssh
[192.168.0.2 $] chmod 600 .ssh/authorized_keys
[192.168.0.4 $] ssh id at 192.168.0.2
2006 Oct 27
2
Telnet and SSH login problems with Red Hat Enterprise ES4
Hello
We have successfully set up Red Hat Enterprise Linux ES4 and we are now
trying to connect remote clients to connect to it.
The problems we are having are as follows:
a) If we set connect with telnet, we get the login prompt. If we
use any valid login name & password combination (including root), we get
the response "Login incorrect" and then the login prompt comes back.
How
2007 Feb 08
2
Disabling Password authenitication with SSH
Hello everyone,
We are setting up a server at work, and we have run into something that
I am not sure how to resolve.
We have set up sshd (OpenSSH server) on the machine. We have placed ssh
keys into each user's home directory that needs to access the system
(and they work). We want to disable everyone from logging in, using a
password, utilizing ssh keys only to access the system.
I have
2006 Apr 28
4
can someone help DRY a noob? thanks...
hi all
i''m trying to pass a variable name right round the block and need a hand
to ease my aching brain.
##in my sidebar i have
<li><%= SidebarItem(''catalogue'') %></li>
<li><%= SidebarItem(''provenance'') %></li>
<li><%= SidebarItem(''status'') %></li>
##linked to a