>>> On 5/6/2014 at 11:45 AM, Mark Pace <[email protected]> wrote: > Starting vsftpd startproc: exit status of parent of /usr/sbin/vsftpd: 1 > > So I'm trying to find out what that message is trying to tell me.
I used strace to figure this out. (strace -f -s200 vsftpd) It looks like you need to have either the certificate and private key in one file, or you have to point to both files: rsa_cert_file=/path/to/rsacert.pem rsa_private_key_file=/path/to/rsakey.pem Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
