ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] помогите запустить vsftpd
@ 2008-01-27 19:25 Mikhail Kuligin
  2008-01-27 19:31 ` Andrey Rahmatullin
  2008-01-27 19:35 ` Roman V. Tutov
  0 siblings, 2 replies; 11+ messages in thread
From: Mikhail Kuligin @ 2008-01-27 19:25 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Пытаюсь поднять vsftpd по
http://www.freesource.info/wiki/AltLinux/Dokumentacija/NastrojjkaFTP&

внес исменения в /etc/xinetd.d/ (со строчки service ftp)
defaults
{
	log_type = SYSLOG authpriv info
	log_on_success = PID HOST DURATION
	log_on_failure = HOST
	instances = 100
	per_source = 5
	only_from = 127.0.0.1
}
service ftp
{
    socket_type
        = stream
    wait
        = no
    nice
        = 10
    user
        = root
    server
        = /usr/sbin/vsftpd
    server_args
        = -l
    instances
        = 4
    log_on_success
        += DURATION HOST USERID
    }
includedir /etc/xinetd.d

Перезапустил service xinetd restart
chkconfig xinetd on
chkconfig --list | grep xinet
xinetd          0:off   1:off   2:off   3:on    4:on    5:on    6:off

однако xinetd почему то постоянно не запущен
service xinetd start - пишет DONE, через несколько сек его опять нет в процессах
запустил /usr/sbin/vsftp от рута (от др пользователя не запускается)
имею
oot@budda ~ 21:00:10]# ps aux | grep vsftpd
root      4514  0.0  0.0   1672   476 pts/4    S    20:23   0:00
/usr/sbin/vsftpd
etstat -at | grep ftp
tcp        0      0 *:ftp                       *:*
     LISTEN

При попытке зайти на ftp локально под любым пользователем имею вот такие ошибки
cap_set_proc
500 OOPS: cap_set_proc

мой конфиг vsftpd
listen=YES
#port_enable=NO
#pasv_enable=NO
anonymous_enable=YES
#local_enable=YES
#write_enable=YES
#local_umask=022
#pasv_min_port=49152
#pasv_max_port=65535
#anon_upload_enable=YES
#anon_mkdir_write_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
#chown_uploads=YES
#chown_username=whoever
#xferlog_file=/var/log/vsftpd.log
#xferlog_std_format=YES
#idle_session_timeout=600
#data_connection_timeout=120
#nopriv_user=novsftpd
#async_abor_enable=YES
#ascii_upload_enable=YES
#ascii_download_enable=YES
#ftpd_banner=Welcome to blah FTP service.
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd/banned_emails
#chroot_list_enable=YES
#chroot_list_file=/etc/vsftpd/chroot_list
#ls_recurse_enable=YES
#hide_ids=YES
#use_localtime=YES

я подозреваю, что во первых от рута не секюрно и, возможно, проблемы
доступа именно от этого, подскажите как его все таки запустить?

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-01-28  7:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-27 19:25 [Comm] помогите запустить vsftpd Mikhail Kuligin
2008-01-27 19:31 ` Andrey Rahmatullin
2008-01-27 19:35 ` Roman V. Tutov
2008-01-27 19:47   ` Mikhail Kuligin
2008-01-27 19:51     ` Roman V. Tutov
2008-01-27 20:09     ` Motsyo Gennadi aka Drool
2008-01-27 20:51       ` Mikhail Kuligin
2008-01-27 21:53         ` Mikhail Kuligin
2008-01-27 22:37           ` Dmitry V. Levin
2008-01-28  6:16             ` Mikhail Kuligin
2008-01-28  7:55               ` Mikhail Kuligin

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