Displaying 20 results from an estimated 1000 matches similar to: "Inhibiting swapping with mlock"
2013 Jan 13
4
tinc 1.1pre4 on Win7x64 --mlock prevents service from starting
c:\APPS\TINC\tincd.exe --mlock --net=mynet --config=C:\APPS\tinc\mynet
Without --mlock, the service starts OK.
With --mlock, the service fails to start.
2016 Feb 14
2
Qts - L --mLock option
Hi All
Going through the options tinc has . Can someone explain exactly what the
purpose is for -L option for the runtime command.
So does this mean that tinc will run in RAM and will not be saved in swap
(default) ?
================
-L, --mlock
Lock tinc into main memory. This will prevent sensitive data like
shared private keys to be written to the system
swap
2016 Feb 14
0
Qts - L --mLock option
On Sun, Feb 14, 2016 at 01:12:11PM +0300, Yazeed Fataar wrote:
> So as best practice running tinc I should include it ?
I personally see little value in it. If you want to enable it, be sure
to understand the implications of locking a process in RAM; you should
have more RAM than the tincd process memory will ever use, and you
should check that there are no resource limits that prevent tinc
2000 Feb 01
3
logging RSA key IDs
Hi. To compartmentalize things a bit (e.g., to help limit the damage
should one of my machines be hacked and my private RSA keys stolen) I
use different RSA key pairs on my different client machines.
So it occurs to me that it would be nice if ssh could log which key
was used when logging in to a particular account that has more than
one entry in .ssh/authorized_keys. Right now it simply says
2016 Feb 14
2
Qts - L --mLock option
So as best practice running tinc I should include it ?
Regards
Yazeed Fataar
<yazeedfataar at hotmail.com>
On Sun, Feb 14, 2016 at 1:08 PM, Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Sun, Feb 14, 2016 at 10:53:19AM +0300, Yazeed Fataar wrote:
>
> > Going through the options tinc has . Can someone explain exactly what the
> > purpose is for -L option for the
2016 Feb 14
0
Qts - L --mLock option
On Sun, Feb 14, 2016 at 10:53:19AM +0300, Yazeed Fataar wrote:
> Going through the options tinc has . Can someone explain exactly what the
> purpose is for -L option for the runtime command.
>
> So does this mean that tinc will run in RAM and will not be saved in swap
> (default) ?
Yes, that's exactly what it does.
--
Met vriendelijke groet / with kind regards,
Guus
1999 Dec 30
3
TCP port forwarding troubles?
Has anyone heavily exercised the TCP connection forwarding features in
openssh?
I use this feature quite extensively for secure web surfing. I run
a ssh command like this:
ssh -c blowfish -L3128:127.0.0.1:3128 squidmachine
Then I set up Netscape on my local machine to use 127.0.0.1:3128 as a
proxy server. Needless to say, this exercises the TCP connection
forwarding feature quite heavily. This
2012 Nov 22
1
Optimizing nested function with nlminb()
I am trying to optimize custom likelyhood with nlminb()
Arguments h and f are meant to be fixed.
example.R:
compute.hyper.log.likelyhood <- function(a, h, f) {
a1 <- a[1]
a2 <- a[2]
l <- 0.0
for (j in 1:length(f)) {
l <- l + lbeta(a1 + f[j], a2 + h - f[j]) - lbeta(a1, a2)
}
return(l)
}
compute.optimal.hyper.params <- function(start, limits, h_, f_) {
result
1999 Dec 24
5
ANNOUNCE: openssh-1.2.1pre20
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
openssh-1.2.1pre20 has been released at:
http://violet.ibs.com.au/openssh/files/
This release integrates more of Andre Lucas' portability patch, Ben
Taylor's utmpx patch and some cleanups and bugfixes of my own.
The auth-passwd failures should be fixed, as should lastlog support on
NetBSD.
Since Andre Lucas' patch included platform
1999 Dec 24
5
ANNOUNCE: openssh-1.2.1pre20
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
openssh-1.2.1pre20 has been released at:
http://violet.ibs.com.au/openssh/files/
This release integrates more of Andre Lucas' portability patch, Ben
Taylor's utmpx patch and some cleanups and bugfixes of my own.
The auth-passwd failures should be fixed, as should lastlog support on
NetBSD.
Since Andre Lucas' patch included platform
2010 Sep 06
3
likelyhood maximization problem with polr
Dear community,
I am currently trying to fit an ordinal logistic regression model with the
polr function. I often get the same error message :
"attempt to find suitable starting values failed", for example with :
require(MASS)
data(iris)
polr(Species~Sepal.Length+Sepal.Width+Petal.Length+Petal.Width,iris)
(I know the response variable Species should be nominal but I do as levels
2006 Mar 28
5
Your RoR 1.1 Adoption Prediction?
What is the likelyhood that major inexpensive webhosts like godaddy,
bluehost, etc. will upgrade to RoR 1.1? Is this going to be like PHP 5
where it has to percolate for a year or more before it becomes widly
available? Your thoughts?
Along the same lines... is it possible to adopt some of the new improved
Ajax / javascript capabilities without actually upgrading the ruby
installation?
2000 Apr 30
2
Problem finding openssl in openssh-2.0.0test1
Hi. I saw a new release appear today, and I pulled it down to see if
some residual problems in port forwarding from openssh-1.2.3 were
fixed.
The configure script had trouble finding the openssl package, even though
I had it installed in the standard place (/usr/local/ssl). I investigated
and found that the failed test compile was caused by two nonfatal compiler
warnings that memset and RAND_add
2007 Apr 18
1
[patch 5/9] Guest page hinting: mlocked pages.
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
From: Hubertus Franke <frankeh@watson.ibm.com>
From: Himanshu Raj <rhim@cc.gatech.edu>
[patch 5/9] Guest page hinting: mlocked pages.
Add code to get mlock() working with guest page hinting. The problem
with mlock is that locked pages may not be removed from page cache.
That means they need to be stable. page_make_volatile needs
2007 Apr 18
1
[patch 5/9] Guest page hinting: mlocked pages.
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
From: Hubertus Franke <frankeh@watson.ibm.com>
From: Himanshu Raj <rhim@cc.gatech.edu>
[patch 5/9] Guest page hinting: mlocked pages.
Add code to get mlock() working with guest page hinting. The problem
with mlock is that locked pages may not be removed from page cache.
That means they need to be stable. page_make_volatile needs
2016 Aug 12
6
postscreen and clamav on CentOS 6.8
A friend runs 6.8 but would like to add postscreen
to his email server. It is provided with postfix
version 2.8 and up. The newest postfix for 6.8
is 2.6.x. Any likelyhood it will be further
updated? Or is there another source for newer
postfix versions for CentOS 6.8?
Similar query for the clamav db, now at 0.99.1
with 0.99.2 out for quite some time.
Jon
--
Jon H. LaBadie
2005 May 17
3
Feature request: delete machine script
Hi everyone,
I am wondering what the likelyhood would be to get a "delete machine
script" implemented in the samba core that would delete a machine upon
successful un-join of a samba domain.
Alternatively, why is this not a good idea?
tom.
2012 Jul 20
1
fitting Ornstein-Uhlenbeck process by MAXIMUM LIKELYHOOD
Dear friends
i am trying to fit an Ornstein-Uhlenbeck process by MAXIMUM LIKELYHOOD
method.
i found these formulas on
http://www.sitmo.com/article/calibrating-the-ornstein-uhlenbeck-model/
this is the mean-reverting process
http://r.789695.n4.nabble.com/file/n4637271/process.txt process.txt
and this is the script that i am using.......
ouFit.ML=function(spread) {
n=length(spread)
2017 Oct 23
2
advantage of OPUS_SET_FORCE_CHANNELS(1)?
I'm using Opus for a networked ham radio communications receiver. Kudos
on the whole project; it sounds excellent even at low bit rates and the
API was surprisingly simple and easy to use. And god knows the world
needs a really good, general purpose, non-proprietary codec.
One question, though. Depending on the mode my receiver can generate
mono or stereo. Most operating modes are mono, but a
1999 Dec 09
2
ssh-keygen key length mismatch?
Scenario:
Use the ssh-keygen utility in openssh-1.2pre17 to generate a host key
Kill and restart sshd
Remove the old host key from ~/.ssh/known_hosts
Connect to the host using ssh.
I get this:
homer.ka9q.ampr.org$ ssh 199.106.106.3 who
The authenticity of host '199.106.106.3' can't be established.
Key fingerprint is 1024 a0:8d:17:f0:fa:a9:9f:6f:b5:d0:1c:d6:02:92:bd:5e.
Are you sure