ini pesan bila saya run dengan
/etc/usr/local/sbin/proftpd -c /usr/local/etc/proftpd.conf
Mar 31 11:03:21 alif proftpd[1292] alif.fng.com - /etc/shutmsg present: all
incoming connections will be refused.
lalu saya grep
1292 ?? Ss 0:00.00 proftpd: (accepting connections) (proftpd)
1299 ?? S 0:00.00 sh -c (ps -ax | grep proftpd) 2>&1
1300 ?? S 0:00.00 sh -c (ps -ax | grep proftpd) 2>&1
1302 ?? R 0:00.00 sh -c (ps -ax | grep proftpd) 2>&1
kalau lewat pid seperti ini
435 root /usr/libexec/getty Pc ttyv4
436 root /usr/libexec/getty Pc ttyv5
437 root /usr/libexec/getty Pc ttyv6
438 root /usr/libexec/getty Pc ttyv7
1292 nobody proftpd: (accepting connections) (proftpd)
2 root (pagedaemon)
3 root (vmdaemon)
4 root (bufdaemon)
ini konfigurasi proftpd.conf
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.
ServerName "ProFTPD Default Installation"
ServerType standalone
DefaultServer on
# 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 ~ftp>
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>
terima kasiih
----- Original Message -----
From: "Arman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 31, 2003 10:08 AM
Subject: Re: [linux-admin] pro ftpd tidak bisa diakses
> On Monday 31 March 2003 10:50, Arif wrote:
> > Mas agung barusan udah saya tambahin usr dan grup ftp
> > Dan pada proftpd. udah
> > User ftp
> > Group ftp
> > lalu saya run
> > dan tetap tidak bisa diakses (minta user dan password)
> > lalu satya grep hasilnya seperti ini
> > > ps -ax | grep proftpd
> > 1697 ?? Ss 0:00.00 proftpd: (accepting connections) (proftpd)
> > 1704 ?? S 0:00.00 sh -c (ps -ax | grep proftpd) 2>&1
> > 1705 ?? S 0:00.00 sh -c (ps -ax | grep proftpd) 2>&1
> > 1707 ?? R 0:00.00 sh -c (ps -ax | grep proftpd) 2>&1
> > apakah proftpd saya sudah running ?
>
> sudah, mestinya proftpdnya mas udah bisa terima koneksi tapi coba liat apa
> kata log. Kalau bisa pastekan juga kesini biar kita sama sama bahas.
>
> --
> Salam,
> Arman
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]