Re: URGENT: proftpd on solaris 8 problem.
From: Nacho Bermejo (foo_at_foo.com)
Date: 08/29/03
- Next message: Trust No One®: "Re: free x86 solaris"
- Previous message: Paul Eggert: "Re: typeof"
- In reply to: Anthony Mandic: "Re: URGENT: proftpd on solaris 8 problem."
- Next in thread: Stefan: "Re: URGENT: proftpd on solaris 8 problem."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 29 Aug 2003 09:39:11 +0200
"Anthony Mandic" <ad@hotmail.com> escribió en el mensaje
news:bim5j6$atb3t$2@ID-200644.news.uni-berlin.de...
> Nacho Bermejo <foo@foo.com> wrote:
> > hi,
>
> Hi! Exciteablenestingduckies!!!
>
> > last week I installed proftpd 1.2.8 from sources in
> > 4 solaris servers. All the installations are identical..
> > But now I have a problem in 1 server, I couldnt
> > list directory contents for root filesystem.( / ).
> > This error only occurs in 1 server, and only in
> > root filesystem. Im looking for errors in proftpd.conf,
> > and in / but I cant find any error.
>
> How about posting more detail, such as this luser did:
>
>
http://groups.google.com/groups?q=ftp+port++proftpd+%22Timeout+detected%22&hl=en&lr=lang_en&ie=UTF-8&safe=off&scoring=d&selm=d73a9de0.0302060845.6862887c%40posting.google.com&rnum=2
>
> And tell us about any firewalling stuff, and whether the exact same
> client fails on the other boxen and whether they are on the same
> subnet as each other or the client.
>
> -am 2003
- All clients and servers are on the same subnet.
- There is no firewall
- Clients: filezilla 2.1.9a, Solaris 8 and solaris 9 ftp client, windows xp
ftp client.
- I´ve tryed standard ports and nonstandar ports, Active and passive ftp,
standalone and inetd...
This is my proftpd.conf:
ServerIdent on "Ftp Service ready."
ServerType inetd
DefaultServer on
RootLogin on
ExtendedLog /var/adm/ftplog.extended ALL
SystemLog /var/adm/ftplog
SyslogLevel debug
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 30
# Set the user and group that the server normally runs at.
User nobody
Group nogroup
# Normally, we want files to be overwriteable.
<Directory /*>
AllowOverwrite on
</Directory>
# A basic anonymous configuration, no upload directories.
<Anonymous /interface/logs>
User ftp
Group ftp
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp
# Limit the maximum number of anonymous logins
MaxClients 10
# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
DisplayLogin welcome.msg
DisplayFirstChdir .message
# Limit WRITE everywhere in the anonymous chroot
<Limit WRITE>
DenyAll
</Limit>
</Anonymous>
- Next message: Trust No One®: "Re: free x86 solaris"
- Previous message: Paul Eggert: "Re: typeof"
- In reply to: Anthony Mandic: "Re: URGENT: proftpd on solaris 8 problem."
- Next in thread: Stefan: "Re: URGENT: proftpd on solaris 8 problem."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|