Re: [galaxy-dev] proftpd sftp setup doesn't work

2017-03-22 Thread Tiago Macedo
You don't really need to specify the tls version. The error when loading the modules is likely due to the way you compiled proftpd. I double checked your first message and you have the modules compiled, so your setup should be fine without those lines. As I mentioned before, you need to

Re: [galaxy-dev] proftpd sftp setup doesn't work

2017-03-22 Thread Rui Wang
Hi Tiago, Thanks so much for your suggestions! Please see inline. On Wed, Mar 22, 2017 at 9:08 AM, Tiago Macedo wrote: > Hi Rui, > > Are you trying to set up proftpd (with sftp) to use galaxy user > credentials read from a postgresql database? Do you have the

Re: [galaxy-dev] proftpd sftp setup doesn't work

2017-03-22 Thread Tiago Macedo
Hi Rui, Are you trying to set up proftpd (with sftp) to use galaxy user credentials read from a postgresql database? Do you have the postgresql part working on regular ftp? 1- The proftpd version on ubuntu 16.04's repository works fine, you don't need to compile it yourself (unless you

[galaxy-dev] proftpd sftp setup doesn't work

2017-03-22 Thread Rui Wang
Hi Folks, I'm trying to set up the ftp for the local galaxy instance. I got the regular ftp working, but not the sftp. After a few hours attempts, I'm wondering what I'm missing. Here is the related info: 1. Configure the build install_user=bioinfoadmin install_group=bioinfoadmin ./configure