Displaying 20 results from an estimated 2000 matches similar to: "bug? in making security/isakmpd"
2004 Jan 07
0
rekeying problem between isakmpd and cisco 7000
Hi,
I have a rekeying problem between FreeBSD4.9 (running isakmpd) and a Cisco
7000 box. The rekeying time of these two are not same, so even they new SAs
are created on isakmpd side, the tunnel doesn't work at all. On isakmpd
side, I know it creates new SA when SA life time passes 90%. But I don't
know when Cisco builds the new SAs. I don't have much knowledge on Cisco and
I cannot
2005 May 05
1
Help plead, Cisco to Linux ipsec syntax
I have the task to make an IPsec tunnel between a Cisco router and a
Linux router. The people that have set the Cisco router have sent me
this (Cisco) config file, but that doesn''t help me a lot since I don''t
understand nor ipsec nor Cisco syntax that well.
So, can anyone help me to make the ipsec configuration?
Second, what''s better to use ipsec-tools or isakmpd on
2005 Jan 14
1
debugging encrypted part of isakmp
Are there any tools to decode encrypted part of isakmp provided that
identities of both peers are known to me and that I am able to observe
the whole exchange ?
-- 
Andriy Gapon
2002 Aug 28
0
FreeBSD Security Notice FreeBSD-SN-02:05
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SN-02:05                                              Security Notice
                                                          The FreeBSD Project
Topic:          security issues in ports
Announced:      2002-08-28
I.   Introduction
Several ports in the FreeBSD Ports
2019 Apr 22
2
how can i get consumer-typeset exe in debug mode
Hi All,
I have made some changes in AArch64LoadStoreOptimizer.cpp file and with check-llvm all tests are passing successfully.
But in llvm-test suite some tests are failing, like consumer-typeset tests are failing.
Now I want to debug with 'consumer-typeset' exe from SANDBOX. But it is release build.
How can I debug this issue in this case and how can I get 'consumer-typeset'
2000 Dec 08
6
opensshd 2.3.0 (oBSD 2.8) ignores ME!
I have a problem I can not identify.
Two firewalls with OpenBSD 2.8
 sshd version OpenSSH_2.3.0
I do a 
ssh  root at 195.84.181.91 -v
SSH Version OpenSSH_2.3.0, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
debug: Reading configuration data /etc/ssh_config
debug: ssh_connect: getuid 0 geteuid 0 anon 0
debug: Connecting to 195.84.181.91 [195.84.181.91] port 22.
debug: Allocated
2019 Jan 05
2
empty list assertion
Hi,
I'm trying to do a Debug build for the 1st time and I keep getting this assertion:
llvm-tblgen: CodeGenDAGPatterns.cpp:64: llvm::EEVT::TypeSet::TypeSet(llvm::ArrayRef<llvm::MVT::SimpleValueType>): Assertion `!VTList.empty() && "empty list?"' failed.
I do not know what list this assertion is referring to. Does anyone know? I always did Release builds before
2017 Jul 11
2
Using new types v32f32, v32f64 in llvm backend not possible
Hello,
i want to work with these types v32f32, v32f64.... in llvm which are
undefined in the backend?
But v32i32, v32i64 are already defined so i am able to use these.
but for other types such as v32f32, v32f64 although i have defined them
appropriately in all the files like machinevaluetype.h,  valuetypes.cpp
etc. i have checked it many times but still getting the following error
when build in
2015 May 13
2
[LLVMdev] 3.6.1 -rc1 has been tagged. Testing begins.
On 12 May 2015 at 10:23, Renato Golin <renato.golin at linaro.org> wrote:
> ARM binary passes all tests / test-suite. Uploaded.
AArch64 looks ok, though my environment was a bit unstable and I had
to add a few include paths here and there.
The binary was uploaded into the server, in case someone wants to have
a look, but I'll have to fix my environment for the final release.
2019 Jan 06
2
empty list assertion
sorry, ignore my earlier email.
I followed this:
https://stackoverflow.com/questions/42881901/how-to-compile-some-modules-in-llvm-with-debug-mode-others-with-release-mode
and got the debug build completed.
On Sat, Jan 5, 2019 at 10:02 AM Peter Teoh <htmldeveloper at gmail.com> wrote:
> will this help?
>
>
>
2017 Jul 11
2
Using new types v32f32, v32f64 in llvm backend not possible
Thank you so much. it run fine.
Can you please resolve  following issue;
I now have support for v2048i32
but my backend supports v64i32
so ultimately v2048i32 needs to be split into 32 v64i32 instructions. the
only difference between 2 is if its orginally v2048i32 i want my registers
assignment from REG_A set. if its v64i32 originally, then i want registers
from set REG_B.
How to accomplish
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)
>
>
2010 May 12
1
Input encoding problem when using sweave with xetex
Hello
 
Because I want to use different true type fonts with latex, I''m using the
XeTeX typesetting engine for my sweave-documents. I''m using Lyx with Sweave
on a Windows 7 PC  and have set up LyX to work with XeTeX according to the
following instructions:
http://wiki.lyx.org/LyX/XeTeX
 
Because the input file for XeTeX is assumed to be in UTF-8 encoding, I set
the encoding
2017 Jul 12
2
Using new types v32f32, v32f64 in llvm backend not possible
I would be very grateful if you specify whether there is some way to
allocate registers (different order) / from different register sets to the
same instruction based on the vector width/ no of iterations.
I have tried several alternatives but could not succeed.
Also I have asked this question many times but no one responds.
Is there something wrong with this??
Kindly guide me.
Thank You
On
2013 Feb 16
1
Asterisk not return int value
Hello Everyone,
I have write a script following script for nagios
-- typeset -i CRITICAL;
#Positional parameter
CRITICAL=`echo $2`;
ME=`basename $0`;
#echo $CRITICAL
if [[ "$2" == "" ]]
then
echo NO INPUT!!! Usage ./$ME -c N
else
typeset -i ASCALLS;
ASCALLS=`asterisk -rx "core show channels" | grep active | grep call | awk
'{print $1}'`
#echo $ASCALLS;
2015 May 14
2
[LLVMdev] 3.6.1 -rc1 has been tagged. Testing begins.
On 14 May 2015 at 16:49, Renato Golin <renato.golin at linaro.org> wrote:
> MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset
This was a fluke. The test passed later on all subsequent runs.
> MultiSource/UnitTests/C++11/frame_layout/frame_layout
This one is a new test, and I believe it wasn't there in 3.6.0, so
it's ok to fail, since the patch hasn't been
2017 Oct 25
5
RFC: Switching to the new pass manager by default
On 10/25/2017 12:32 PM, Evgeny Astigeevich wrote:
>
> Hi Hal,
>
> I quickly checked the execution profile. It is real. The code changed 
> significantly. A number of the hottest regions changed. I’ll compare IRs.
>
Thanks. Obviously a 1000% execution performance regression seems 
problematic.
  -Hal
> JFYI FreeBench/fourinarow  time graph: 
>
2007 Feb 15
1
Proper way to typeset the symbol for R in LaTeX?
Hoping this is not off topic...
I am in the process of writing some tutorials for my students for  
learning R, and naturally I'm using Sweave for this. So suddenly a  
question occurred to me: LaTeX has a recommended way of typesetting  
the TeX and LaTeX symbols, via the \TeX and \LaTeX commands. Is there  
a similar command for the R symbol, or in general are there any  
2010 Jan 26
3
Formatting cgroup and factor level labels in Hmisc latex function
I'm trying to typeset at simple crosstable with the Hmisc latex function. And I have two problems.
1. How do I make all columns the same width? The Latex function seems very unwilling to break the 'cgroup' labels and the factor level labels. Please have look at this screenshot that shows my problem:
 >> http://hem.passagen.se/stpe9096/table.png
So, how can I make sure that the
2014 Sep 03
2
[LLVMdev] Testing the new CFL alias analysis
Hello everyone,
One of Google's summer interns, George Burgess IV, created an implementation of the CFL pointer-aliasing analysis algorithm, and this has now been added to LLVM trunk. Now we should determine whether it is worthwhile adding this to the default optimization pipeline. For ease of testing, I've added the command line option -use-cfl-aa which will cause the CFL analysis to be