ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Доступ к incoming
@ 2003-03-17 21:41 Andrey Brindeew
  2003-03-17 21:47 ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Andrey Brindeew @ 2003-03-17 21:41 UTC (permalink / raw)
  To: Devel

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

Hi!

Вопрос первый: как правильно осуществляется доступ к incoming?

Вот что у меня в ~/.ssh/config:

====
Host incoming
    HostName cvs.altlinux.org
    User alt_abr
    Protocol 2
    ForwardX11 no
    ForwardAgent no
    Compression no
====

При подаче следующей команды меня отфутболивают:

$ rsync incoming:/
Permission denied (publickey).
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)

Можно ли просматривать содержимое incoming и брать оттуда файлы (не
дожидаясь, пока они попадут в Сизиф)?

-- 
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely"
(C) Larry Wall.

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

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

* Re: [devel] Доступ к incoming
  2003-03-17 21:41 [devel] Доступ к incoming Andrey Brindeew
@ 2003-03-17 21:47 ` Dmitry V. Levin
  2003-03-18 21:18   ` [devel] " Konstantin Lepikhov
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2003-03-17 21:47 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Tue, Mar 18, 2003 at 12:41:15AM +0300, Andrey Brindeew wrote:
> Вопрос первый: как правильно осуществляется доступ к incoming?

in_XXX

> Вот что у меня в ~/.ssh/config:
> 
> ====
> Host incoming
>     HostName cvs.altlinux.org
>     User alt_abr

User in_abr

>     Protocol 2
>     ForwardX11 no
>     ForwardAgent no
>     Compression no
> ====
> 
> При подаче следующей команды меня отфутболивают:
> 
> $ rsync incoming:/
> Permission denied (publickey).
> rsync: connection unexpectedly closed (0 bytes read so far)
> rsync error: error in rsync protocol data stream (code 12) at io.c(165)
> 
> Можно ли просматривать содержимое incoming и брать оттуда файлы (не
> дожидаясь, пока они попадут в Сизиф)?

Конечно.
Только имейте в виду, что файлы при попадании в Сизиф удаляются из
incoming не сразу.


--
ldv

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

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

* [devel] Re: Доступ к incoming
  2003-03-17 21:47 ` Dmitry V. Levin
@ 2003-03-18 21:18   ` Konstantin Lepikhov
  2003-03-18 22:00     ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Konstantin Lepikhov @ 2003-03-18 21:18 UTC (permalink / raw)
  To: devel

Hi Dmitry!

Tuesday 18, at 12:47:11 AM you wrote:

> On Tue, Mar 18, 2003 at 12:41:15AM +0300, Andrey Brindeew wrote:
> > Вопрос первый: как правильно осуществляется доступ к incoming?
> 
> in_XXX
> 
> > Вот что у меня в ~/.ssh/config:
> > 
> > ====
> > Host incoming
> >     HostName cvs.altlinux.org
> >     User alt_abr
> 
> User in_abr
> 
Е-мое! Ну так а что тогда здесь написано?

http://docs.altlinux.ru/alt/devel/ch02s09.html

- наглая деза для начинающих мантейнеров =)

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR



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

* Re: [devel] Re: Доступ к incoming
  2003-03-18 21:18   ` [devel] " Konstantin Lepikhov
@ 2003-03-18 22:00     ` Dmitry V. Levin
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry V. Levin @ 2003-03-18 22:00 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wed, Mar 19, 2003 at 12:18:22AM +0300, Konstantin Lepikhov wrote:
> > > Вопрос первый: как правильно осуществляется доступ к incoming?
> > 
> > in_XXX
> > 
> > > Вот что у меня в ~/.ssh/config:
> > > 
> > > ====
> > > Host incoming
> > >     HostName cvs.altlinux.org
> > >     User alt_abr
> > 
> > User in_abr
> > 
> Е-мое! Ну так а что тогда здесь написано?
> 
> http://docs.altlinux.ru/alt/devel/ch02s09.html
> 
> - наглая деза для начинающих мантейнеров =)

Очевидно, жизнь меняется, а документация отстаёт от жизни.


--
ldv

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

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

end of thread, other threads:[~2003-03-18 22:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-17 21:41 [devel] Доступ к incoming Andrey Brindeew
2003-03-17 21:47 ` Dmitry V. Levin
2003-03-18 21:18   ` [devel] " Konstantin Lepikhov
2003-03-18 22:00     ` Dmitry V. Levin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git