ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] rsync error
@ 2001-12-09  0:42 Aleksandr Blohin
  2001-12-10  9:59 ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Aleksandr Blohin @ 2001-12-09  0:42 UTC (permalink / raw)
  To: devel

Сегодня во время заливки файлов в cvs возникла проблема:

$ cvs_up 
Enter passphrase for key 'ххх': 
building file list ... done
chown . : Operation not permitted
chown . : Operation not permitted

Number of files: 2
Number of files transferred: 0
Total file size: 357493 bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 94
Total bytes written: 106
Total bytes read: 20

wrote 106 bytes  read 20 bytes  13.26 bytes/sec
total size is 357493  speedup is 2837.25
rsync error: partial transfer (code 23) at main.c(537)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Вот это что?
Это у меня или где?

--
Best regards
AB
--
				... In nomine Altli, et Ctrli, et Spititus Deli, Reset!




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

* Re: [devel] rsync error
  2001-12-09  0:42 [devel] rsync error Aleksandr Blohin
@ 2001-12-10  9:59 ` Dmitry V. Levin
  2001-12-10 11:08   ` Re[2]: " Aleksandr Blohin
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2001-12-10  9:59 UTC (permalink / raw)
  To: devel

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

On Sun, Dec 09, 2001 at 02:42:50AM +0200, Aleksandr Blohin wrote:
> Сегодня во время заливки файлов в cvs возникла проблема:
> 
> $ cvs_up 
> Enter passphrase for key 'ххх': 
> building file list ... done
> chown . : Operation not permitted
> chown . : Operation not permitted
> 
> Number of files: 2
> Number of files transferred: 0
> Total file size: 357493 bytes
> Total transferred file size: 0 bytes
> Literal data: 0 bytes
> Matched data: 0 bytes
> File list size: 94
> Total bytes written: 106
> Total bytes read: 20
> 
> wrote 106 bytes  read 20 bytes  13.26 bytes/sec
> total size is 357493  speedup is 2837.25
> rsync error: partial transfer (code 23) at main.c(537)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Вот это что?
> Это у меня или где?

Это просто расширенная диагностика в новой версии rsync.


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@alt-linux.org
ALT Linux Team      http://www.altlinux.ru/
Fandra Project      http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.

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

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

* Re[2]: [devel] rsync error
  2001-12-10  9:59 ` Dmitry V. Levin
@ 2001-12-10 11:08   ` Aleksandr Blohin
  2001-12-10 11:39     ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Aleksandr Blohin @ 2001-12-10 11:08 UTC (permalink / raw)
  To: Dmitry V. Levin

Hello Dmitry,

Monday, December 10, 2001, 11:59:22 AM, you wrote:

>> rsync error: partial transfer (code 23) at main.c(537)
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> Вот это что?
>> Это у меня или где?

DVL> Это просто расширенная диагностика в новой версии rsync.

То-есть это можно понимать так -- была ошибка, но сама операция
копирования была выполнена успешно и это лишь констатация факта?

-- 
Best regards,
 Aleksandr                            mailto:sass@uustoll.ee





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

* Re: [devel] rsync error
  2001-12-10 11:08   ` Re[2]: " Aleksandr Blohin
@ 2001-12-10 11:39     ` Dmitry V. Levin
  2001-12-10 11:51       ` Re[2]: " Aleksandr Blohin
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2001-12-10 11:39 UTC (permalink / raw)
  To: devel

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

On Mon, Dec 10, 2001 at 01:08:11PM +0200, Aleksandr Blohin wrote:
> >> rsync error: partial transfer (code 23) at main.c(537)
> >> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >> Вот это что?
> >> Это у меня или где?
> 
> DVL> Это просто расширенная диагностика в новой версии rsync.
> 
> То-есть это можно понимать так -- была ошибка, но сама операция
> копирования была выполнена успешно и это лишь констатация факта?

Я бы не стал этого утверждать, скорее наоборот, скопировалось не все.
Если программа rsync завершилась с ненулевым кодом возврата, значит,
не вся работа была успешно завершена.


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@alt-linux.org
ALT Linux Team      http://www.altlinux.ru/
Fandra Project      http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.

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

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

* Re[2]: [devel] rsync error
  2001-12-10 11:39     ` Dmitry V. Levin
@ 2001-12-10 11:51       ` Aleksandr Blohin
  0 siblings, 0 replies; 5+ messages in thread
From: Aleksandr Blohin @ 2001-12-10 11:51 UTC (permalink / raw)
  To: Dmitry V. Levin

Hello Dmitry,

Monday, December 10, 2001, 1:39:02 PM, you wrote:

DVL> Я бы не стал этого утверждать, скорее наоборот, скопировалось не все.
DVL> Если программа rsync завершилась с ненулевым кодом возврата, значит,
DVL> не вся работа была успешно завершена.

Я этого опасался, однако Станислав мне сообщил, что пакет собирается.

-- 
Best regards,
 Aleksandr                            mailto:sass@uustoll.ee





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

end of thread, other threads:[~2001-12-10 11:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-09  0:42 [devel] rsync error Aleksandr Blohin
2001-12-10  9:59 ` Dmitry V. Levin
2001-12-10 11:08   ` Re[2]: " Aleksandr Blohin
2001-12-10 11:39     ` Dmitry V. Levin
2001-12-10 11:51       ` Re[2]: " Aleksandr Blohin

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