Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problems with proftpd
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
LucasX
n00b
n00b


Joined: 08 Sep 2003
Posts: 46

PostPosted: Tue Jun 01, 2004 3:50 pm    Post subject: problems with proftpd Reply with quote

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
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Tue Jun 01, 2004 3:57 pm    Post subject: Reply with quote

I'm betting that /etc/group got overwritten by a new baselayout and the proftpd user doesn't exist anymore.....
_________________
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum