Strona 1 z 1

gproftpd - no such file or directory

: 24 lip 2009, 22:49
autor: Debiaq
Witam Serdecznie.
Zainstalowałem wczoraj GPROFTPD.. Od wczoraj walczę z konfiguracją.
Nie wiem co źle robię, cały czas wychodzi mi komunikat że nie ma takiego katalogu:

Poniżej moja konfiguracja:

Kod: Zaznacz cały

ServerType standalone
#DelayEngine off
DefaultServer on
Umask 022
ServerName "2xx.1xx.1xx.2xx"
ServerIdent on "My FTP Server"
ServerAdmin email@hotmail.com
IdentLookups off
UseReverseDNS off
Port 21
PassivePorts 49150 65534
#MasqueradeAddress None
TimesGMT off
MaxInstances 30
MaxLoginAttempts 5
TimeoutLogin 300
TimeoutNoTransfer 120
TimeoutIdle 120
DisplayLogin welcome.msg
DisplayChdir .message
User ftp
Group ftp
DirFakeUser off nobody
DirFakeGroup off nobody
DefaultTransferMode binary
AllowForeignAddress off
AllowRetrieveRestart on
AllowStoreRestart on
DeleteAbortedStores off
TransferRate RETR 220
TransferRate STOR 250
TransferRate STOU 250
TransferRate APPE 250
SystemLog /var/log/secure
RequireValidShell off
<IfModule mod_tls.c>
TLSEngine off
TLSRequired off
TLSVerifyClient off
TLSProtocol SSLv23
TLSLog /var/log/proftpd_tls.log
TLSRSACertificateFile /etc/gadmin-proftpd/certs/cert.pem
TLSRSACertificateKeyFile /etc/gadmin-proftpd/certs/key.pem
TLSCACertificateFile /etc/gadmin-proftpd/certs/cacert.pem
TLSRenegotiate required off
</IfModule>
<IfModule mod_ratio.c>
Ratios off
SaveRatios off
RatioFile "/restricted/proftpd_ratios"
RatioTempFile "/restricted/proftpd_ratios_temp"
CwdRatioMsg "Please upload first!"
FileRatioErrMsg "FileRatio limit exceeded, upload something first..."
ByteRatioErrMsg "ByteRatio limit exceeded, upload something first..."
LeechRatioMsg "Your ratio is unlimited."
</IfModule>
<Limit LOGIN>
  AllowUser waldemar
  DenyALL
</Limit>

<Anonymous /home/waldemar/ftp/>
User waldemar
Group ftp
AnonRequirePassword on
MaxClients 5 "The server is full, hosting %m users"
DisplayLogin welcome.msg
<Limit LOGIN>
Allow from all
Deny from all
</Limit>
AllowOverwrite on
<Limit LIST NLST  STOR STOU  RETR  RNFR RNTO  DELE  MKD XMKD SITE_MKDIR  RMD XRMD SITE_RMDIR  SITE  MTDM  PWD XPWD  SIZE  CDUP XCUP >
 AllowAll
</Limit>
<Limit APPE  SITE_CHMOD  SITE_CHGRP  STAT  CWD XCWD >
 DenyAll
</Limit>
</Anonymous>

Kiedy wbijam adres strony, wpisuje usera oraz password - wychodzi mi taki komunikat:
550:/ No such file or directory

Poniżej zapis z auth.log
Jul 24 23:53:19 waldemar proftpd: pam_unix(proftpd:session): session opened for user waldemar by (uid=0)
Jul 24 23:53:19 waldemar proftpd: pam_ck_connector(proftpd:session): cannot determine display-device
Jul 24 23:54:01 waldemar proftpd: pam_unix(proftpd:session): session opened for user waldemar by (uid=0)
Jul 24 23:54:01 waldemar proftpd: pam_ck_connector(proftpd:session): cannot determine display-device
Jul 24 23:55:19 waldemar proftpd: pam_unix(proftpd:session): session closed for user waldemar
Jul 24 23:55:21 waldemar proftpd: pam_unix(proftpd:session): session opened for user waldemar by (uid=0)
Jul 24 23:55:21 waldemar proftpd: pam_ck_connector(proftpd:session): cannot determine display-device
Jul 24 23:55:52 waldemar proftpd: pam_unix(proftpd:session): session closed for user waldemar
Jul 24 23:56:13 waldemar proftpd: pam_unix(proftpd:session): session opened for user waldemar by (uid=0)
Jul 24 23:56:13 waldemar proftpd: pam_ck_connector(proftpd:session): cannot determine display-device
Jul 24 23:57:21 waldemar proftpd: pam_unix(proftpd:session): session closed for user waldemar
Jul 24 23:58:04 waldemar proftpd: pam_unix(proftpd:session): session closed for user waldemar
Powiecie mi co robię nie tak :pt36: ??

Odp: gproftpd - no such file or directory

: 25 lip 2009, 13:01
autor: Debiaq
Nazwa tematu została zmieniona.
Podbijam ..

Czy ktoś mógłby pomóc ?

Odp: gproftpd - no such file or directory

: 25 lip 2009, 21:46
autor: atsuki
a co mowi log proftpd?

Odp: gproftpd - no such file or directory

: 30 wrz 2009, 22:10
autor: basis
Debiaq,
Czy znalazles rozwiazanie twojego problemu?

basis

Odp: gproftpd - no such file or directory

: 01 paź 2009, 01:26
autor: massive
Być może spróbuj odinstalować, następnie ponownie zainstalować go:

apt-get --purge remove proftpd && apt-get install proftpd (ustaw jako standalone)

przy domyślnej konfiguracji powinno logować się idealnie - potem tylko delikatnie popraw config i już. Jeżeli miałbyś problemy, polecam skorzystać z proftpd + mysql - google powie jak to zrobić !