Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2009 15:16:03 +0300
From:      Nikos Vassiliadis <nvass9573@gmx.com>
To:        alexus <alexus@gmail.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: proftpd TLS
Message-ID:  <4A115183.8080100@gmx.com>
In-Reply-To: <6ae50c2d0905171301y2d92a7b1mc3598295de12ecc2@mail.gmail.com>
References:  <6ae50c2d0905171301y2d92a7b1mc3598295de12ecc2@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
alexus wrote:
> i just enable TLS for my proftpd and in tls.log I'm getting following messages
> 
> mod_tls/2.2.1[45739]: error locking passphrase into memory: Operation
> not permitted
> mod_tls/2.2.1[45739]: TLS/TLS-C requested, starting TLS handshake

 From the error message, I can suspect that proftpd tries to
use mlock(2) to lock some page in physical memory. That's
typical behavior with programs dealing with sensitive data,
as passwords. The mlock system call can only by used by the
superuser. Is proftpd running with superuser privileges?

Nikos



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A115183.8080100>