View previous topic :: View next topic |
Author |
Message |
LucasX n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Austin_Powers/Austin_Powers_-_Mustafa.gif)
Joined: 08 Sep 2003 Posts: 46
|
Posted: Tue Jun 01, 2004 3:50 pm Post subject: problems with proftpd |
|
|
I have a problem with proftpd. The problem occured a few days ago. When booting gentoo
the computer says something like: "invalid Group: -G -g proftpd".
And when I try to connect to my machine from another machine it says:
#ncftp>open -u <user> <IP.ADDRESS.>
Could not set out of band inline mode: Invalid argument.
Remote host has closed the connection.
Sleeping 20 seconds...
My /etc/proftpd/proftpd.conf looks like this:
------------------------------------------------------
ServerName "ProFTPD Default Installation"
ServerType standalone
DefaultServer on
RequireValidShell off
AuthPAM off
AuthPAMConfig ftp
# Port 21 is the standard FTP port.
Port 21
Umask 022
MaxInstances 30
User proftpd
Group proftpd
<Directory />
AllowOverwrite on
</Directory>
<Anonymous ~ftp>
User ftp
Group ftp
UserAlias anonymous ftp
DisplayLogin welcome.msg
DisplayFirstChdir .message
<Limit WRITE>
DenyAll
</Limit>
</Anonymous>
MaxClients 1
------------------------------------------------------------ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
UberLord Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/16007251014200867ea775c.gif)
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|