Re: URGENT: proftpd on solaris 8 problem.

From: Nacho Bermejo (foo_at_foo.com)
Date: 08/29/03


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>



Relevant Pages

  • Re: Network Time Protocol (NTP) client support question
    ... The z/9 cannot be a SNTP client, but there are hardware features to sync ... the PCI standard is big on absolute statements such as ... Keep in mind that the TOD clock represents GMT. ...
    (bit.listserv.ibm-main)
  • Re: Question abut threads
    ... I dont have any particular reason for 8 ports except that I have 8 clients ... TcpClient client = listener.AcceptTcpClient; ... encodings it would be. ... StringBuilder to accumulate the string, ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Port Forwarding XP Client
    ... 59101 and 6320 from the XP client to the internet. ... First could you tell me what the three ports are in aid of? ... from client to the internet. ... SBS Server on the router. ...
    (microsoft.public.windows.server.sbs)
  • Re: OT:Tiscali
    ... year.However i know some of these isp's use throttling during peak ... pretty sure I got the best provider. ... Also for your P2P client, its a good idea to manually forward your ... Step by step walkthrough on how to forward your ports for P2P ...
    (uk.sport.football.clubs.celtic)
  • Re: sms advanced client installation problem
    ... > client machines to the SMS site. ... > installion of Advanced Client on machines. ... > The user configured for push installation is a domain administrator. ... > India Standard Time> ...
    (microsoft.public.sms.admin)

Loading