ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: sisyphus@lists.altlinux.org
Subject: [sisyphus] rsync.altlinux.org - changed mtime of some *.src.rpm in Sisyphus
Date: Mon, 23 Aug 2010 12:11:54 +0400
Message-ID: <20100823081154.GA6119@atlas.home> (raw)

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

Hello!

Вот уже несколько раз за последний месяц у некоторых файлов *.src.rpm
в репозитории Sisyphus почему-то меняется mtime, на следующий день
возвращается назад.  Например, сегодня:

$ rsync --no-motd rsync.altlinux.org::ALTLinux/Sisyphus/files/SRPMS/4th\*
-rw-r--r--      372028 2010/07/16 15:26:04 4th-3.5c3-alt4.src.rpm
-rw-r--r--     1137749 2010/07/16 15:26:04 4th-doc-pdf-3.5c3-alt3.src.rpm
$ rsync --no-motd rsync.altlinux.org::archive/Sisyphus/2010/08/23/files/SRPMS/4th\*
-rw-r--r--      372028 2010/07/16 15:26:04 4th-3.5c3-alt4.src.rpm
-rw-r--r--     1137749 2010/07/16 15:26:04 4th-doc-pdf-3.5c3-alt3.src.rpm

(т.е., портится и основной репозиторий, и archive).

Вчера mtime было правильным:

$ rsync --no-motd rsync.altlinux.org::archive/Sisyphus/2010/08/22/files/SRPMS/4th\*
-rw-r--r--      372028 2008/12/27 04:06:05 4th-3.5c3-alt4.src.rpm
-rw-r--r--     1137749 2009/01/24 01:04:31 4th-doc-pdf-3.5c3-alt3.src.rpm

А вот ещё несколько дней с неверным mtime:

$ rsync --no-motd rsync.altlinux.org::archive/Sisyphus/2010/08/16/files/SRPMS/4th\*
-rw-r--r--      372028 2010/07/16 15:26:04 4th-3.5c3-alt4.src.rpm
-rw-r--r--     1137749 2010/07/16 15:26:04 4th-doc-pdf-3.5c3-alt3.src.rpm
$ rsync --no-motd rsync.altlinux.org::archive/Sisyphus/2010/08/09/files/SRPMS/4th\*
-rw-r--r--      372028 2010/07/16 15:26:04 4th-3.5c3-alt4.src.rpm
-rw-r--r--     1137749 2010/07/16 15:26:04 4th-doc-pdf-3.5c3-alt3.src.rpm
$ rsync --no-motd rsync.altlinux.org::archive/Sisyphus/2010/08/02/files/SRPMS/4th\*
-rw-r--r--      372028 2010/07/16 15:26:04 4th-3.5c3-alt4.src.rpm
-rw-r--r--     1137749 2010/07/16 15:26:04 4th-doc-pdf-3.5c3-alt3.src.rpm

Содержимое файлов при этом совпадает - отличается только mtime.
Происходит это уже несколько раз с некоторым примерно одним и тем же
набором src.rpm суммарным размером более 6 ГБ, в результате при
попытке создания локального зеркала с сохранением нескольких
предыдущих срезов теряется куча места.

$ rsync --no-motd rsync.altlinux.org::archive/Sisyphus/2010/08/23/files/SRPMS/ > list-20100823  
$ rsync --no-motd rsync.altlinux.org::archive/Sisyphus/2010/08/22/files/SRPMS/ > list-20100822
$ ( export LC_ALL=C; cat list-20100823 list-20100822 | grep -v '\.$' | sort -k5,5 -s | uniq | uniq -f4 -d ) > bad-mtime
$ wc -l bad-mtime
4742 bad-mtime
$ awk 'BEGIN { s=0 } { s=s+$2 } END { print s }' bad-mtime
6772609324

Хорошо бы найти источник этого безобразия и починить.

-- 
Sergey Vlasov

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

             reply	other threads:[~2010-08-23  8:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-23  8:11 Sergey Vlasov [this message]
2010-08-23 14:57 ` Andrey Liakhovets
2010-08-23 19:47   ` Andrey Liakhovets
2010-08-23 20:11 ` Dmitry V. Levin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100823081154.GA6119@atlas.home \
    --to=vsu@altlinux.ru \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

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

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


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