Re: ProFTPD No longer works

2013-08-18 Thread Jasper Frumau
Somehow ProFTDP stopped working. The proper way to (re)start it was sudo /opt/local/etc/LaunchDaemons/org.macports.proftpd/proftpd.wrapper start Why it did not run anymore is not clear, but this worked. All the other standard startup commands did not. On Mon, Aug 19, 2013 at 10:10 AM, Ryan Sch

Re: ProFTPD No longer works

2013-08-18 Thread Ryan Schmidt
On Aug 18, 2013, at 21:55, Jasper Frumau wrote: > Thanks Ryan. I did figure it out in the end. See > http://serverfault.com/questions/531685/proftp-on-macports-connection-refused > . Thanks for getting back to me on this! Glad you got it working, though it's not clear to me from that what the

Re: ProFTPD No longer works

2013-08-18 Thread Jasper Frumau
I just tried to update a local WordPress installation using ProFTPD, but > > the connection did not work. Trying FTP locally only give me a connection > > refused: > > > > ftp localhost > > Trying ::1... > > ftp: Can't connect to `::1': Connection refused

Re: ProFTPD No longer works

2013-08-17 Thread Ryan Schmidt
On Aug 17, 2013, at 01:11, Jasper Frumau wrote: > I just tried to update a local WordPress installation using ProFTPD, but > the connection did not work. Trying FTP locally only give me a connection > refused: > > ftp localhost > Trying ::1... > ftp: Can't connect to

ProFTPD No longer works

2013-08-16 Thread Jasper Frumau
I just tried to update a local WordPress installation using ProFTPD, but the connection did not work. Trying FTP locally only give me a connection refused: ftp localhost Trying ::1... ftp: Can't connect to `::1': Connection refused Trying 127.0.0.1... ftp: Can't connect to `127.0.0

Re: proftpd port...

2013-04-23 Thread Lawrence Velázquez
On Apr 23, 2013, at 9:04 AM, SH Development wrote: > I have contacted the maintainer directly with no response. What is the > proper way to see this gets done or take over the port if it's not being > updated? File an update ticket. http://guide.macports.org/chunked/project.html#project.tick

proftpd port...

2013-04-23 Thread SH Development
The proftpd port is now a couple of versions behind. I have basically modified the port for my own local use to keep it up to date, but it should be updated in the tree. I have contacted the maintainer directly with no response. What is the proper way to see this gets done or take over the

Re: proftpd

2012-03-04 Thread M. Daniel Becque
I'll file the ticket and edit the port file as a stopgap measure. I was wondering what i would need to change. Thanks -dan On Sat, Mar 3, 2012 at 10:01 PM, Daniel Ericsson wrote: > On 4 mar 2012, at 02:07, M. Daniel Becque wrote: > > Does anyone know if sftp is included in the

Re: proftpd

2012-03-03 Thread Daniel Ericsson
On 4 mar 2012, at 02:07, M. Daniel Becque wrote: > Does anyone know if sftp is included in the proftpd build? It's not by default and there is no variant to turn it on either. You can submit a ticket with a request for enhancement of the port to allow for this at: https://trac.macp

Re: proftpd

2012-03-03 Thread Mike Savory
Hi Dan Yes, the proftpd port file builds with mod_tls and not mod_sftp. sftp is really based on SCP and as you say is very different. Mike On Mar 3, 2012, at 6:29 PM, M. Daniel Becque wrote: > Mike, > I see what you mean but looking at the documentation for mod_tls lets me know > tha

Re: proftpd

2012-03-03 Thread M. Daniel Becque
ooks like it... > > depends_lib port:openssl > set modules mod_tls > configure.args-append --with-modules=[join $modules :] > > Mike > > On Mar 3, 2012, at 5:07 PM, M. Daniel Becque wrote: > > Does anyone know if sftp is included in the proftpd build? > > > _

Re: proftpd

2012-03-03 Thread Mike Savory
Hi Dan Looks like it... depends_lib port:openssl set modules mod_tls configure.args-append --with-modules=[join $modules :] Mike On Mar 3, 2012, at 5:07 PM, M. Daniel Becque wrote: > Does anyone know if sftp is included in the proftpd bu

proftpd

2012-03-03 Thread M. Daniel Becque
Does anyone know if sftp is included in the proftpd build? dan ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: Proftpd error log

2010-02-22 Thread Jasper Frumau
I read that in 2008 syslog logging did not work at http://www.proftpd.org/docs/NEWS-1.3.2 : - Bug 3104 - Syslog logging does not work on Mac OS X. . But I hope they have found a solution or work around by now. Anybody around here who did? I'd hate to drop proftpd now that I got it ru

Proftpd error log

2010-02-22 Thread Jasper Frumau
I got MacPorts proftpd running a week or so ago. Now when I want to download a theme for Wordpress to my local installation I get a white screen where WP should say installed successfully. I wanted to check my proftpd error log. Anyone any clues where the logs are at

Re: ProFTPD | Add group and user FTP

2010-02-08 Thread Jasper Frumau
I found the right intel via Google on installing ProFTPD on OSX @ http://www.unibia.com/unibianet/os-x/install-proftpd This particular piece of information made my day: "ProFTPD will by default use PAM to get system account information. This first needs to be enabled in OS X, otherwise

Re: ProFTPD | Add group and user FTP

2010-02-07 Thread Peter B. West
On 08/02/2010, at 2:06 AM, Jasper Frumau wrote: > On Sun, Feb 7, 2010 at 6:47 PM, Jasper Frumau wrote: > > ... > 'cat /etc/passwd' -- the user names are the first thing in the lines. That's > how it works on other unices, anyway. OS X seems to have put my username > somewhere else; there are

Re: ProFTPD | Add group and user FTP

2010-02-07 Thread Glenn English
On Feb 7, 2010, at 10:59 AM, Jasper Frumau wrote: > When I try to connect to ProFTPD locally I get: > > $ ftp jas...@localhost > Trying ::1... > ftp: Can't connect to `::1': Connection refused > Trying fe80::1%lo0... > ftp: Can't connect to `fe80::1%lo0

Re: ProFTPD | Add group and user FTP

2010-02-07 Thread Bradley Giesbrecht
On Feb 7, 2010, at 5:58 AM, Jasper Frumau wrote: I just added ProFTPD and I am adjusting the ProFTPD configuration file. I need to add ftp user and group. I went to system preferences > accounts and added group ftp. When I wanted to add user ftp it said the name was already reserved

Re: ProFTPD | Add group and user FTP

2010-02-07 Thread Jasper Frumau
When I try to connect to ProFTPD locally I get: $ ftp jas...@localhost Trying ::1... ftp: Can't connect to `::1': Connection refused Trying fe80::1%lo0... ftp: Can't connect to `fe80::1%lo0': Connection refused Trying 127.0.0.1... Connected to localhost. 220 ProFTPD 1.3.2c Ser

Re: ProFTPD | Add group and user FTP

2010-02-07 Thread Jasper Frumau
On Sun, Feb 7, 2010 at 6:47 PM, Jasper Frumau wrote: > > > On Sun, Feb 7, 2010 at 6:19 PM, Glenn English wrote: > >> >> On Feb 7, 2010, at 7:44 AM, Jasper Frumau wrote: >> >> > I just added ProFTPD and I am adjusting the ProFTPD configuration file. >>

Re: ProFTPD | Add group and user FTP

2010-02-07 Thread Jasper Frumau
On Sun, Feb 7, 2010 at 6:19 PM, Glenn English wrote: > > On Feb 7, 2010, at 7:44 AM, Jasper Frumau wrote: > > > I just added ProFTPD and I am adjusting the ProFTPD configuration file. I > need to add ftp user and group. I went to system preferences > accounts and > added

Re: ProFTPD | Add group and user FTP

2010-02-07 Thread Jasper Frumau
When I ran: $proftpd -t I got: Checking syntax of configuration file 192.168.10.189 - PRIVS_ROOT: unable to seteuid(): Operation not permitted 192.168.10.189 - PRIVS_ROOT: unable to setegid(): Operation not permitted 192.168.10.189 - PRIVS_RELINQUISH: unable to seteuid(PR_ROOT_UID): Operation

ProFTPD | Add group and user FTP

2010-02-07 Thread Jasper Frumau
I just added ProFTPD and I am adjusting the ProFTPD configuration file. I need to add ftp user and group. I went to system preferences > accounts and added group ftp. When I wanted to add user ftp it said the name was already reserved. I decided to abort and remove newly created group fpt.. S

Using proftpd mod_wrap module?

2009-12-18 Thread Randall Perry
Is it possible to use this Proftpd module on OS 10.4 to control access via tcpwrappers? I tried compiling myself and got errors. Installed the macports version and see it's not compiled in. -- Randall Perry ___ macports-users mailing list mac

Re: ProFTPD not up to date and won't install with +mysql4

2008-04-17 Thread Ryan Schmidt
On Apr 17, 2008, at 6:47 PM, Peter Farsinsen wrote: Just tried to install ProFTPD with MySQL support - none of the MySQL mirrors seems to be responding, and it therefore won't install. Anyway, didn't notice that the ProFTPD version is bit outdated until I saw the the mysql4 v

ProFTPD not up to date and won't install with +mysql4

2008-04-17 Thread Peter Farsinsen
Hi, Just tried to install ProFTPD with MySQL support - none of the MySQL mirrors seems to be responding, and it therefore won't install. Anyway, didn't notice that the ProFTPD version is bit outdated until I saw the the mysql4 variant. Is the port broken/left/outdated or is my in

Re: proftpd update 1.3.0a

2006-12-06 Thread Jin Hyung Park
I made a patch, and a new Portfile.. could the committer apply my patch? :) On 12/6/06, Mark Hollenbeck <[EMAIL PROTECTED]> wrote: Hallo! I hope, that this is the right place to ask my question. Does anybody know, if there will be a portupdate for proftpd 1.3.0a? http://www.proftpd.o

proftpd update 1.3.0a

2006-12-06 Thread Mark Hollenbeck
Hallo! I hope, that this is the right place to ask my question. Does anybody know, if there will be a portupdate for proftpd 1.3.0a? http://www.proftpd.org/ It has been released at November, 27th Thanks a lot, Mark ___ macports-users mailing list