ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] Как запустить telnetсервер?
@ 2001-07-27 20:18 Alex A. Puchkov
  2001-07-28 11:49 ` Sergei
  0 siblings, 1 reply; 5+ messages in thread
From: Alex A. Puchkov @ 2001-07-27 20:18 UTC (permalink / raw)
  To: Рассылка
	по AltLinux

Приветствую!

Задача стоит в том, чтобы запустить в xinetd telnet сервер, а также talk 
сервер. Что сделал я: из документации из файла примерной конфигурации вырезал 
куски и вставил их как файлы в директорию /etc/xinet.d Вот эти файлы:

Файл talk:
service talk
{
	socket_type		= dgram
	wait				= yes
	user				= root
	server			= /usr/sbin/in.talkd
}

Файл telnet:
# Telnet 
#
service telnet
{
	flags				= REUSE
	socket_type		= stream	
	wait				= no
	user				= root
#	server			= /usr/etc/in.telnetd
#^^^ Такого файла вообще нет и не только в этой директории
# В README что-то говорится, что для встроенных сервисов не надо указывать
# сервер, и в качестве примера приведен telnet
	log_on_failure += USERID
}
Логи выдрать не могу так как по команде fgrep -r telnet >telnet создается 
файл на 70 мегабайт с куей мусора в нем. Так что-же делать?

Благодарю!

-- 
>> С уважением, "Alex A. Puchkov" <mailex@nm.ru>



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

end of thread, other threads:[~2001-07-29  5:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-27 20:18 [mdk-re] Как запустить telnetсервер? Alex A. Puchkov
2001-07-28 11:49 ` Sergei
2001-07-28 16:15   ` Alex A. Puchkov
2001-07-28 23:50     ` Alex Savvin
2001-07-29  5:18     ` [mdk-re] Re[2]: " Angelique

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