* [Comm] ProFTP
@ 2004-03-21 16:33 Igo
2004-03-21 20:41 ` Arcady V. Ivanov
0 siblings, 1 reply; 4+ messages in thread
From: Igo @ 2004-03-21 16:33 UTC (permalink / raw)
To: community
Есть ALT orange установил из него ProFtp и появилось два вопроса
вот конфиг
ServerName "ProFTPD TEST Installation"
ServerType standalone
#ServerType initd
DefaultServer on
DefaultRoot ~
Port 21
User nobody
Group nobody
AuthUserFile /etc/ftp.passwd
AuthGroupFile /etc/ftp.group
SystemLog /var/log/proftpd/PFTEST.syslog
TransferLog /var/log/proftpd/PFTEST.xferlog
IdentLookups off
RequireValidShell off
UseFtpUsers off
UseReverseDNS off
WtmpLog off
Umask 022
MaxInstances 5
<Directory />
AllowOverwrite on
</Directory>
1. настроил его, работает нормально как standalone, но если делаю
ServerType initd (естественно service proftpd stop; service xinetd
restart) то немогу войти, в логах ничего а Far говорит привешение время
ожидания. Хочется его через xinetd запустить.
Когда Far пытается воойти
netstat -pan --inet|grep 21
tcp 0 0 0.0.0.0:21 0.0.0.0:*
LISTEN 27788/xinetd
tcp 0 0 мойIP:21 откудаIP:12221 ESTABLISHED
28193/xinetd
Что не так?
2. Монтейнеры выкинули из него mod_quota, а это нужно как быть?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] ProFTP
2004-03-21 16:33 [Comm] ProFTP Igo
@ 2004-03-21 20:41 ` Arcady V. Ivanov
2004-03-22 4:51 ` Igo
0 siblings, 1 reply; 4+ messages in thread
From: Arcady V. Ivanov @ 2004-03-21 20:41 UTC (permalink / raw)
To: community
Igo пишет:
> Есть ALT orange установил из него ProFtp и появилось два вопроса
>
> вот конфиг
>
> ServerName "ProFTPD TEST Installation"
> ServerType standalone
> #ServerType initd
> DefaultServer on
> DefaultRoot ~
> Port 21
> User nobody
> Group nobody
> AuthUserFile /etc/ftp.passwd
> AuthGroupFile /etc/ftp.group
> SystemLog /var/log/proftpd/PFTEST.syslog
> TransferLog /var/log/proftpd/PFTEST.xferlog
> IdentLookups off
> RequireValidShell off
> UseFtpUsers off
> UseReverseDNS off
> WtmpLog off
> Umask 022
> MaxInstances 5
> <Directory />
> AllowOverwrite on
> </Directory>
>
>
> 1. настроил его, работает нормально как standalone, но если делаю
> ServerType initd (естественно service proftpd stop; service xinetd
> restart) то немогу войти, в логах ничего а Far говорит привешение
> время ожидания. Хочется его через xinetd запустить.
> Когда Far пытается воойти
> netstat -pan --inet|grep 21
> tcp 0 0 0.0.0.0:21 0.0.0.0:*
> LISTEN 27788/xinetd
> tcp 0 0 мойIP:21 откудаIP:12221 ESTABLISHED
> 28193/xinetd
>
> Что не так?
>
Разрешите обслуживание в /etc/xinetd.d/proftpd:
disable = no
--
Sincerely yours. Arcady. http://www.help0.ru
---------------------------------
Linux forever! No alternatives!!!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] ProFTP
2004-03-21 20:41 ` Arcady V. Ivanov
@ 2004-03-22 4:51 ` Igo
2004-03-24 15:01 ` Igo
0 siblings, 1 reply; 4+ messages in thread
From: Igo @ 2004-03-22 4:51 UTC (permalink / raw)
To: community
Arcady V. Ivanov пишет:
> Igo пишет:
>
>> Есть ALT orange установил из него ProFtp и появилось два вопроса
>>
>> вот конфиг
>>
>> ServerName "ProFTPD TEST Installation"
>> ServerType standalone
>> #ServerType initd
>> DefaultServer on
>> DefaultRoot ~
>> Port 21
>> User nobody
>> Group nobody
>> AuthUserFile /etc/ftp.passwd
>> AuthGroupFile /etc/ftp.group
>> SystemLog /var/log/proftpd/PFTEST.syslog
>> TransferLog /var/log/proftpd/PFTEST.xferlog
>> IdentLookups off
>> RequireValidShell off
>> UseFtpUsers off
>> UseReverseDNS off
>> WtmpLog off
>> Umask 022
>> MaxInstances 5
>> <Directory />
>> AllowOverwrite on
>> </Directory>
>>
>> 1. настроил его, работает нормально как standalone, но если делаю
>> ServerType initd (естественно service proftpd stop; service xinetd
>> restart) то немогу войти, в логах ничего а Far говорит привешение
>> время ожидания. Хочется его через xinetd запустить.
>> Когда Far пытается воойти
>> netstat -pan --inet|grep 21
>> tcp 0 0 0.0.0.0:21 0.0.0.0:*
>> LISTEN 27788/xinetd
>> tcp 0 0 мойIP:21 откудаIP:12221 ESTABLISHED
>> 28193/xinetd
>>
>> Что не так?
>>
> Разрешите обслуживание в /etc/xinetd.d/proftpd:
>
> disable = no
>
>
это естественно было сделано и проверено netstat на 21 порте висел xinetd
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] ProFTP
2004-03-22 4:51 ` Igo
@ 2004-03-24 15:01 ` Igo
0 siblings, 0 replies; 4+ messages in thread
From: Igo @ 2004-03-24 15:01 UTC (permalink / raw)
To: community
Igo пишет:
> Arcady V. Ivanov пишет:
>
>> Igo пишет:
>>
>>> Есть ALT orange установил из него ProFtp и появилось два вопроса
>>>
>>> вот конфиг
>>>
>>> ServerName "ProFTPD TEST Installation"
>>> ServerType standalone
>>> #ServerType initd
>>> DefaultServer on
>>> DefaultRoot ~
>>> Port 21
>>> User nobody
>>> Group nobody
>>> AuthUserFile /etc/ftp.passwd
>>> AuthGroupFile /etc/ftp.group
>>> SystemLog /var/log/proftpd/PFTEST.syslog
>>> TransferLog /var/log/proftpd/PFTEST.xferlog
>>> IdentLookups off
>>> RequireValidShell off
>>> UseFtpUsers off
>>> UseReverseDNS off
>>> WtmpLog off
>>> Umask 022
>>> MaxInstances 5
>>> <Directory />
>>> AllowOverwrite on
>>> </Directory>
>>> 1. настроил его, работает нормально как standalone, но если
>>> делаю ServerType initd (естественно service proftpd stop; service
>>> xinetd restart) то немогу войти, в логах ничего а Far говорит
>>> привешение время ожидания. Хочется его через xinetd запустить.
>>> Когда Far пытается воойти
>>> netstat -pan --inet|grep 21
>>> tcp 0 0 0.0.0.0:21 0.0.0.0:*
>>> LISTEN 27788/xinetd
>>> tcp 0 0 мойIP:21 откудаIP:12221 ESTABLISHED
>>> 28193/xinetd
>>>
>>> Что не так?
>>>
>> Разрешите обслуживание в /etc/xinetd.d/proftpd:
>>
>> disable = no
>>
>>
> это естественно было сделано и проверено netstat на 21 порте висел xinetd
>
Отвечу сам себе если кто вдруг конфиг копировать будет
#ServerType initd
#ServerType inetd
а вот с quote так и не разобрался
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-03-24 15:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-21 16:33 [Comm] ProFTP Igo
2004-03-21 20:41 ` Arcady V. Ivanov
2004-03-22 4:51 ` Igo
2004-03-24 15:01 ` Igo
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git