Public bug reported:

Binary package hint: vsftpd

Example of configuration added in /etc/vsftpd.conf : 
=========================================
ssl_enable=YES
validate_cert=YES
ca_certs_file=/home/eric/PKILOCAL/cacert.pem
rsa_cert_file=/home/eric/PKILOCAL/cert.pem
rsa_private_key_file=/home/eric/PKILOCAL/priv.key
=========================================

$ sudo service vsftpd start
[sudo] password for eric: 
vsftpd start/running, process 3166
$ ps -ef | grep -E "(vsftpd|3166)" | grep -v grep

On the contrary, it works when launching directly the vsftpd daemon : 
$ sudo vsftpd
Enter PEM pass phrase:

$ ps -ef | grep -E "[v]sftpd"
root      3206  1298  0 08:00 pts/0    00:00:00 vsftpd

Could there be also a prompt for the passphrase with vsftpd launched
with upstart ?

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: vsftpd 2.2.2-3ubuntu6
ProcVersionSignature: Ubuntu 2.6.32-22.36-genusername 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Sun Jul 11 07:51:58 2010
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: vsftpd

** Affects: vsftpd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386 lucid

-- 
Unable to start vsftpd with upstart if private key
https://bugs.launchpad.net/bugs/604185
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to