ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Что с rsync?
@ 2004-11-20 14:39 Alexey Borovskoy
  2004-11-20 15:22 ` Dmitry V. Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Borovskoy @ 2004-11-20 14:39 UTC (permalink / raw)
  To: devel

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

Доброй ночи.

Наступил на грабли. Не могу докачать ни через rsync, ни через 
lftp get -c. Закачка заново начинается нормально, докачка 
обламывается.

Строка запуска rsync:
rsync --progress --partial --stats -z

$date
Вск Ноя 21 02:31:52 PETT 2004

$ rsync-alt-sisyphus asterisk-1.0.2-alt1.src.rpm ./
From: rsync.altlinux.ru::ALTLinux/Sisyphus/files/SRPMS/
Source: asterisk-1.0.2-alt1.src.rpm
Dest: ./
Welcome to ALT Linux Team public rsync server!

rsync error: timeout in data send/receive (code 30) at io.c(153)
rsync: connection unexpectedly closed (122 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at 
io.c(342)
rsync: connection unexpectedly closed (122 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at 
io.c(342)

-- 
Алексей.
GPG key fingerprint
DBB3 1832 13C6 5C96 4A58  4AFF 78F7 159F 66AD 8D7E

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

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

* Re: [devel] Что с rsync?
  2004-11-20 14:39 [devel] Что с rsync? Alexey Borovskoy
@ 2004-11-20 15:22 ` Dmitry V. Levin
  2004-11-20 18:49   ` Alexey Borovskoy
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry V. Levin @ 2004-11-20 15:22 UTC (permalink / raw)
  To: ALT Devel discussion list

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

Hi,

On Sun, Nov 21, 2004 at 02:39:23AM +1200, Alexey Borovskoy wrote:
> Наступил на грабли. Не могу докачать ни через rsync, ни через 
> lftp get -c. Закачка заново начинается нормально, докачка 
> обламывается.
> 
> Строка запуска rsync:
> rsync --progress --partial --stats -z

Зачем вам -z?

> $date
> Вск Ноя 21 02:31:52 PETT 2004
> 
> $ rsync-alt-sisyphus asterisk-1.0.2-alt1.src.rpm ./
> From: rsync.altlinux.ru::ALTLinux/Sisyphus/files/SRPMS/
> Source: asterisk-1.0.2-alt1.src.rpm
> Dest: ./
> Welcome to ALT Linux Team public rsync server!
> 
> rsync error: timeout in data send/receive (code 30) at io.c(153)
> rsync: connection unexpectedly closed (122 bytes read so far)
> rsync error: error in rsync protocol data stream (code 12) at 
> io.c(342)

Можно команду полностью и без камуфляжа?


-- 
ldv

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

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

* Re: [devel] Что с rsync?
  2004-11-20 15:22 ` Dmitry V. Levin
@ 2004-11-20 18:49   ` Alexey Borovskoy
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Borovskoy @ 2004-11-20 18:49 UTC (permalink / raw)
  To: ALT Devel discussion list

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

* Воскресенье 21 Ноябрь 2004 03:22 "Dmitry V. Levin" 
<ldv@altlinux.org>

> Hi,
>
> On Sun, Nov 21, 2004 at 02:39:23AM +1200, Alexey Borovskoy 
wrote:
> > Наступил на грабли. Не могу докачать ни через rsync, ни
> > через lftp get -c. Закачка заново начинается нормально,
> > докачка обламывается.
> >
> > Строка запуска rsync:
> > rsync --progress --partial --stats -z
>
> Зачем вам -z?
>
> > $date
> > Вск Ноя 21 02:31:52 PETT 2004
> >
> > $ rsync-alt-sisyphus asterisk-1.0.2-alt1.src.rpm ./
> > From: rsync.altlinux.ru::ALTLinux/Sisyphus/files/SRPMS/
> > Source: asterisk-1.0.2-alt1.src.rpm
> > Dest: ./
> > Welcome to ALT Linux Team public rsync server!
> >
> > rsync error: timeout in data send/receive (code 30) at
> > io.c(153) rsync: connection unexpectedly closed (122 bytes
> > read so far) rsync error: error in rsync protocol data
> > stream (code 12) at io.c(342)
>
> Можно команду полностью и без камуфляжа?

#!/bin/bash

echo "From: rsync.altlinux.ru::ALTLinux/Sisyphus/files/SRPMS/"
echo "Source: $1"
echo "Dest: $2"

rsync --progress --partial --stats -v \
    rsync.altlinux.ru::ALTLinux/Sisyphus/files/SRPMS/$1 $2

-- 
Алексей.
GPG key fingerprint
DBB3 1832 13C6 5C96 4A58  4AFF 78F7 159F 66AD 8D7E

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

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

end of thread, other threads:[~2004-11-20 18:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-20 14:39 [devel] Что с rsync? Alexey Borovskoy
2004-11-20 15:22 ` Dmitry V. Levin
2004-11-20 18:49   ` Alexey Borovskoy

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