ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Alexandr" <mirus@newmail.ru>
To: <community@altlinux.ru>
Subject: Re: [Comm] FTP
Date: Mon, 15 Dec 2003 02:43:30 +0300
Message-ID: <001e01c3c29c$14ed2b40$0c42a8c0@alex> (raw)
In-Reply-To: <005001c3c29a$4b107df0$0c42a8c0@alex>

> > В Пнд, 15.12.2003, в 01:59, Alexandr пишет:
> > > Установил FTP сервер - vsftpd, но он не хочет запускаться, пишет:
> > > [root@Server root]# service vsftpd start
> > > service: unrecognized service: vsftpd
> > > [root@Server root]# vsftpd
> > > 500 OOPS: vsftpd: does not run standalone, must be started from inetd
> > >
> > > Чего ему не хватает?
> >
> > Этот демон запускается не самостоятельно, а через xinet.d,
> > пропишите в конфигурации xinet.d запуск vsftpd и перезапустите xinet.d
>
> В директории /etc/xinetd.d есть файл vsftpd с содержимым:
> # default: off
> # description: The vsftpd FTP server.
> service ftp
> {
>         disable = no
>         socket_type     = stream
>         protocol        = tcp
>         wait            = no
>         user            = root
>         nice            = 10
>         rlimit_as       = 16M
>         server          = /usr/sbin/vsftpd
> #       server_args     =
> }
>
> сервис xinetd запущен, но при запуске пишет тоже самое:
> [root@Server xinetd.d]# vsftpd
> 500 OOPS: vsftpd: does not run standalone, must be started from inetd

Нашел!
В файле /etc/xinetd.d было only_from = 127.0.0.0
Переправил на only_from = 192.168.0.0 и FTP сервер заработал!



  parent reply	other threads:[~2003-12-14 23:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-14 22:57 ` Lee Oleg V.
2003-12-14 23:29   ` Alexandr
2003-12-14 23:39     ` Lee Oleg V.
2003-12-14 23:43     ` Alexandr [this message]
2003-12-15 22:42       ` [Comm] vsftpd Alexandr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001e01c3c29c$14ed2b40$0c42a8c0@alex' \
    --to=mirus@newmail.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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