ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: [Comm] [comm] Rsync-сервер
  @ 2008-06-18 14:45 ` Pavlov Konstantin
  2008-06-18 16:16   ` Timur Batyrshin
  0 siblings, 1 reply; 4+ messages in thread
From: Pavlov Konstantin @ 2008-06-18 14:45 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

On Wed, Jun 18, 2008 at 05:42:48PM +0300, ruslan pisarev wrote:
> Доброе время суток!
> У нас такое поднять можно? Наверное в вики плохо смотрел, но не нашел...

Можно. Инструкция о четырех шагах:
# apt-get install rsync-server
# $EDITOR /etc/rsyncd.conf 
# $EDITOR /etc/xinetd.d/rsync
# service xinetd restart

-- 
--- Utvuk|home is now known as Utvuk|work
<AMorozov> Utvuk|work: телепорт? ;-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Comm] [comm] Rsync-сервер
  2008-06-18 14:45 ` [Comm] [comm] Rsync-сервер Pavlov Konstantin
@ 2008-06-18 16:16   ` Timur Batyrshin
  2008-06-18 16:27     ` Dmitry Lebkov
  0 siblings, 1 reply; 4+ messages in thread
From: Timur Batyrshin @ 2008-06-18 16:16 UTC (permalink / raw)
  To: ALT Linux Community general discussions


В письме от Срд, 18 Июн 2008, 18:45 Pavlov Konstantin
пишет:
>> У нас такое поднять можно? Наверное в
>> вики плохо смотрел, но не нашел...
>
> Можно. Инструкция о четырех шагах:
> # apt-get install rsync-server
> # $EDITOR /etc/rsyncd.conf
$EDITOR /etc/xinetd.conf
> # $EDITOR /etc/xinetd.d/rsync
> # service xinetd restart

Еще одну строчку пропустил, т.к. по
умолчанию xinetd только с локалхоста
принимает подключения.

-- 




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

* Re: [Comm] [comm] Rsync-сервер
  2008-06-18 16:16   ` Timur Batyrshin
@ 2008-06-18 16:27     ` Dmitry Lebkov
  2008-06-19  8:34       ` Timur Batyrshin
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Lebkov @ 2008-06-18 16:27 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Timur Batyrshin пишет:
> В письме от Срд, 18 Июн 2008, 18:45 Pavlov Konstantin
> пишет:
>>> У нас такое поднять можно? Наверное в
>>> вики плохо смотрел, но не нашел...
>> Можно. Инструкция о четырех шагах:
>> # apt-get install rsync-server
>> # $EDITOR /etc/rsyncd.conf
> $EDITOR /etc/xinetd.conf
>> # $EDITOR /etc/xinetd.d/rsync
>> # service xinetd restart
> 
> Еще одну строчку пропустил, т.к. по
> умолчанию xinetd только с локалхоста
> принимает подключения.

Зачем делать _ТАКОЕ_? Если нужно дать доступ "вообще всем"
только к какому-то сервису -- дописать 'only_from += 0.0.0.0/0'
в /etc/xinetd.d/[service].

Hint: man xinetd.conf -- в самом начале читать про 'assignment
operator'.

-- 
WBR, Dmitry Lebkov


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

* Re: [Comm] [comm] Rsync-сервер
  2008-06-18 16:27     ` Dmitry Lebkov
@ 2008-06-19  8:34       ` Timur Batyrshin
  0 siblings, 0 replies; 4+ messages in thread
From: Timur Batyrshin @ 2008-06-19  8:34 UTC (permalink / raw)
  To: community

On Thu, 19 Jun 2008 03:27:50 +1100
Dmitry Lebkov wrote:

> >>> У нас такое поднять можно? Наверное в
> >>> вики плохо смотрел, но не нашел...
> >> Можно. Инструкция о четырех шагах:
> >> # apt-get install rsync-server
> >> # $EDITOR /etc/rsyncd.conf
> > $EDITOR /etc/xinetd.conf
> >> # $EDITOR /etc/xinetd.d/rsync
> >> # service xinetd restart
> > 
> > Еще одну строчку пропустил, т.к. по
> > умолчанию xinetd только с локалхоста
> > принимает подключения.
> 
> Зачем делать _ТАКОЕ_? Если нужно дать доступ "вообще всем"
> только к какому-то сервису -- дописать 'only_from += 0.0.0.0/0'
> в /etc/xinetd.d/[service].

О, а вот этого не знал, спасибо за наводку, пойду везде поправлю как
полагается.

> Hint: man xinetd.conf -- в самом начале читать про 'assignment
> operator'.


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

end of thread, other threads:[~2008-06-19  8:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-18 14:45 ` [Comm] [comm] Rsync-сервер Pavlov Konstantin
2008-06-18 16:16   ` Timur Batyrshin
2008-06-18 16:27     ` Dmitry Lebkov
2008-06-19  8:34       ` Timur Batyrshin

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