Results 524 comments of TJ Saunders

And does the textual mapping of the `EPERM` errno value vary across different versions of Solaris?

Does Solaris have both `TCP_KEEPALIVE` and `SO_KEEPALIVE` defined? Are they defined as the exact same thing for some reason?

Hmm. I've not heard of any reports along these lines before. Let's see if we can get some more details. Would it be possible to add the following to your...

What are the command-line options you use, to start your FIFO-related Perl script? I'm wondering if there's a discrepancy between the path you tell the script to use, and the...

The version of ProFTPD you are running is 10 years old, so I want to see whether it's something that has been addressed in newer versions -- or if it's...

The permissions on your `/var/log/proftpd/` directory: ``` drwxr-x---. 2 0 0 72 Nov 13 10:19 /var/log/proftpd ``` indicate that it is owned by user "root", group "root". In addition, it...

I'm not aware of anything in how ProFTPD uses the PAM API that would result in the behavior you're seeing. How might I reproduce this locally? That is, how/where might...

What FTP/FTPS client are you using? I ask because different FTP clients use different FTP commands for listing files, and for parsing the format of the file listing in order...

Hmm. I'll take a look to see if this can be done simply -- it may not. My first thought was that you might consider using [mod_sftp_sql](http://www.proftpd.org/docs/contrib/mod_sftp_sql.html), such that the...

If you are looking to have more of your ProFTPD configured obtained from a SQL database, you might also look into https://github.com/Castaglia/proftpd-mod_conf_sql Although that module is more for pulling the...