ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] leafnode
@ 2005-06-12 19:14 Andrey Konovalov aka Krapa
  2005-06-13 11:00 ` [Comm] leafnode Michael Shigorin
  0 siblings, 1 reply; 6+ messages in thread
From: Andrey Konovalov aka Krapa @ 2005-06-12 19:14 UTC (permalink / raw)
  To: community

 Здравствуйте. Я так понимаю, что сабж не умеет по локальной сети ньюсы 
раздавать? Или я не так понимаю?
-- 
Мы видим сны не для того, чтоб просыпаться, поэтому - пока...

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

* [Comm] Re: leafnode
  2005-06-12 19:14 [Comm] leafnode Andrey Konovalov aka Krapa
@ 2005-06-13 11:00 ` Michael Shigorin
  2005-06-13 12:04   ` Andrey Konovalov aka Krapa
  2005-06-13 12:13   ` Andrey Konovalov aka Krapa
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Shigorin @ 2005-06-13 11:00 UTC (permalink / raw)
  To: community

On Mon, Jun 13, 2005 at 01:14:03AM +0600, Andrey Konovalov aka Krapa wrote:
> Здравствуйте. Я так понимаю, что сабж не умеет по локальной
> сети ньюсы раздавать? Или я не так понимаю?

Не так:

~> telnet news nntp
Trying 10.xxx.xxx.xxx...
Connected to news.
Escape character is '^]'.
200 Leafnode NNTP Daemon, version 1.11.3.rel running at xxx.xxx (my fqdn: xxx.xxx.xxx)

См. /etc/xinetd*

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [Comm] Re: leafnode
  2005-06-13 11:00 ` [Comm] leafnode Michael Shigorin
@ 2005-06-13 12:04   ` Andrey Konovalov aka Krapa
  2005-06-13 12:10     ` Michael Shigorin
  2005-06-13 12:11     ` Eugene Ostapets
  2005-06-13 12:13   ` Andrey Konovalov aka Krapa
  1 sibling, 2 replies; 6+ messages in thread
From: Andrey Konovalov aka Krapa @ 2005-06-13 12:04 UTC (permalink / raw)
  To: community

В сообщении от Пн 13 Июнь 2005 17:00 Michael Shigorin написал(a):
> On Mon, Jun 13, 2005 at 01:14:03AM +0600, Andrey Konovalov aka Krapa wrote:
> > Здравствуйте. Я так понимаю, что сабж не умеет по локальной
> > сети ньюсы раздавать? Или я не так понимаю?
>
> Не так:
>
> ~> telnet news nntp
> Trying 10.xxx.xxx.xxx...
> Connected to news.
> Escape character is '^]'.
> 200 Leafnode NNTP Daemon, version 1.11.3.rel running at xxx.xxx (my fqdn:
> xxx.xxx.xxx)
>
> См. /etc/xinetd*

Правлю /etc/xinetd.d/leafnode по документации - и ничего. Можно Ваш глянуть?

-- 
Мы видим сны не для того, чтоб просыпаться, поэтому - пока...

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

* [Comm] Re: leafnode
  2005-06-13 12:04   ` Andrey Konovalov aka Krapa
@ 2005-06-13 12:10     ` Michael Shigorin
  2005-06-13 12:11     ` Eugene Ostapets
  1 sibling, 0 replies; 6+ messages in thread
From: Michael Shigorin @ 2005-06-13 12:10 UTC (permalink / raw)
  To: community

On Mon, Jun 13, 2005 at 06:04:31PM +0600, Andrey Konovalov aka Krapa wrote:
> > См. /etc/xinetd*
> Правлю /etc/xinetd.d/leafnode по документации - и ничего. Можно
> Ваш глянуть?

Практически штатный пакетный:

---
service nntp
{
        disable = no
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = news
        server          = /usr/sbin/leafnode
        log_on_failure  += USERID
        only_from       = xxx.xxx.xxx.xxx/24
}
---

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [Comm] Re: leafnode
  2005-06-13 12:04   ` Andrey Konovalov aka Krapa
  2005-06-13 12:10     ` Michael Shigorin
@ 2005-06-13 12:11     ` Eugene Ostapets
  1 sibling, 0 replies; 6+ messages in thread
From: Eugene Ostapets @ 2005-06-13 12:11 UTC (permalink / raw)
  To: community

13.06.05, Andrey Konovalov aka Krapa<krapa uraltc.ru> написал(а):
> > ~> telnet news nntp
> > См. /etc/xinetd*
> Правлю /etc/xinetd.d/leafnode по документации - и ничего. Можно Ваш глянуть?
> 
[root@eugene root]# grep -R only_from /etc/xinetd.{d,conf}
/etc/xinetd.conf:	only_from = 127.0.0.1
На мысль не наводит? :)

-- 
С уважением,
Евгений Остапец
uin: 23747217
jid: eugene_ostapets@jabber.ru

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

* Re: [Comm] Re: leafnode
  2005-06-13 11:00 ` [Comm] leafnode Michael Shigorin
  2005-06-13 12:04   ` Andrey Konovalov aka Krapa
@ 2005-06-13 12:13   ` Andrey Konovalov aka Krapa
  1 sibling, 0 replies; 6+ messages in thread
From: Andrey Konovalov aka Krapa @ 2005-06-13 12:13 UTC (permalink / raw)
  To: community

В сообщении от Пн 13 Июнь 2005 17:00 Michael Shigorin написал(a):
> On Mon, Jun 13, 2005 at 01:14:03AM +0600, Andrey Konovalov aka Krapa wrote:
> > Здравствуйте. Я так понимаю, что сабж не умеет по локальной
> > сети ньюсы раздавать? Или я не так понимаю?
>
> Не так:
>
> ~> telnet news nntp
> Trying 10.xxx.xxx.xxx...
> Connected to news.
> Escape character is '^]'.
> 200 Leafnode NNTP Daemon, version 1.11.3.rel running at xxx.xxx (my fqdn:
> xxx.xxx.xxx)
>
> См. /etc/xinetd*

Все, разобрался. xinetd.conf править надо было. Спасибо.

-- 
Мы видим сны не для того, чтоб просыпаться, поэтому - пока...

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

end of thread, other threads:[~2005-06-13 12:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-12 19:14 [Comm] leafnode Andrey Konovalov aka Krapa
2005-06-13 11:00 ` [Comm] leafnode Michael Shigorin
2005-06-13 12:04   ` Andrey Konovalov aka Krapa
2005-06-13 12:10     ` Michael Shigorin
2005-06-13 12:11     ` Eugene Ostapets
2005-06-13 12:13   ` Andrey Konovalov aka Krapa

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