ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] hasher error on update repository indices
@ 2004-03-12 14:28 Vitaly Ostanin
  2004-03-12 14:43 ` Sergey Vlasov
  0 siblings, 1 reply; 3+ messages in thread
From: Vitaly Ostanin @ 2004-03-12 14:28 UTC (permalink / raw)
  To: devel

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

Hello, All!

Обнаружил новое для себя сообщение hasher:

[vyt@vyt SRPMS]$ hsh -v /mnt/build alt-entities-0.8-alt1.src.rpm
hsh: changed working directory to `/mnt/build'
mkdir: создан каталог `lockdir'
mkaptbox: changed working directory to `/mnt/build'
/usr/share/hasher/mkaptbox: line 106: 12425 Bus error 
    "$prog_genbasedir" --topdir=repo --no-oldhashfile --bz2only 
--mapi ${target:-$def_target} hasher
mkaptbox: failed to update hasher repository indices.

hasher-0.9.8-alt1
rpm-4.0.4-alt36
rpm-build-4.0.4-alt36
apt-0.5.15cnc5-alt4

У меня недавно было жёсткое зависание системы в момент обновления 
rpm/apt и была забита мусором (это уже 5-я подстава от reiserfs) 
куча файлов, в том числе /usr/bin/rpm-build
После плясок с rescue удалось переустановить 
rpm/rpm-build/apt/hasher.

Так вот - кто-нибудь сталкивался с такой ошибкой, куда нужно 
смотреть, что читать?

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

* Re: [devel] hasher error on update repository indices
  2004-03-12 14:28 [devel] hasher error on update repository indices Vitaly Ostanin
@ 2004-03-12 14:43 ` Sergey Vlasov
  2004-03-12 15:01   ` [devel] " Vitaly Ostanin
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Vlasov @ 2004-03-12 14:43 UTC (permalink / raw)
  To: devel

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

On Fri, Mar 12, 2004 at 05:28:07PM +0300, Vitaly Ostanin wrote:
> Обнаружил новое для себя сообщение hasher:
> 
> [vyt@vyt SRPMS]$ hsh -v /mnt/build alt-entities-0.8-alt1.src.rpm
> hsh: changed working directory to `/mnt/build'
> mkdir: создан каталог `lockdir'
> mkaptbox: changed working directory to `/mnt/build'
> /usr/share/hasher/mkaptbox: line 106: 12425 Bus error 
>    "$prog_genbasedir" --topdir=repo --no-oldhashfile --bz2only 
> --mapi ${target:-$def_target} hasher

genbasedir с грохотом упал...

> mkaptbox: failed to update hasher repository indices.
> 
> hasher-0.9.8-alt1
> rpm-4.0.4-alt36
> rpm-build-4.0.4-alt36
> apt-0.5.15cnc5-alt4
> 
> У меня недавно было жёсткое зависание системы в момент обновления 
> rpm/apt и была забита мусором (это уже 5-я подстава от reiserfs) 
> куча файлов, в том числе /usr/bin/rpm-build
> После плясок с rescue удалось переустановить 
> rpm/rpm-build/apt/hasher.
> 
> Так вот - кто-нибудь сталкивался с такой ошибкой, куда нужно 
> смотреть, что читать?

Для начала rpm --verify --all 2>&1|tee verify.log от root, и
смотреть, что испортилось.

Кстати, попробуйте ядро 2.4.25-std из Сизифа - там вроде бы должна
улучшиться обработка аварийных ситуаций в reiserfs (приложен патч
data-logging).

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

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

* [devel] Re: hasher error on update repository indices
  2004-03-12 14:43 ` Sergey Vlasov
@ 2004-03-12 15:01   ` Vitaly Ostanin
  0 siblings, 0 replies; 3+ messages in thread
From: Vitaly Ostanin @ 2004-03-12 15:01 UTC (permalink / raw)
  To: ALT Devel discussion list

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

Sergey Vlasov пишет:
> On Fri, Mar 12, 2004 at 05:28:07PM +0300, Vitaly Ostanin wrote:
> 
>>Обнаружил новое для себя сообщение hasher:
>>
>>[vyt@vyt SRPMS]$ hsh -v /mnt/build alt-entities-0.8-alt1.src.rpm
>>hsh: changed working directory to `/mnt/build'
>>mkdir: создан каталог `lockdir'
>>mkaptbox: changed working directory to `/mnt/build'
>>/usr/share/hasher/mkaptbox: line 106: 12425 Bus error 
>>   "$prog_genbasedir" --topdir=repo --no-oldhashfile --bz2only 
>>--mapi ${target:-$def_target} hasher
> 
> 
> genbasedir с грохотом упал...

Ага... спасибо.

>>mkaptbox: failed to update hasher repository indices.
>>
>>hasher-0.9.8-alt1
>>rpm-4.0.4-alt36
>>rpm-build-4.0.4-alt36
>>apt-0.5.15cnc5-alt4
>>
>>У меня недавно было жёсткое зависание системы в момент обновления 
>>rpm/apt и была забита мусором (это уже 5-я подстава от reiserfs) 
>>куча файлов, в том числе /usr/bin/rpm-build
>>После плясок с rescue удалось переустановить 
>>rpm/rpm-build/apt/hasher.
>>
>>Так вот - кто-нибудь сталкивался с такой ошибкой, куда нужно 
>>смотреть, что читать?
> 
> Для начала rpm --verify --all 2>&1|tee verify.log от root, и
> смотреть, что испортилось.

Спасибо.

> Кстати, попробуйте ядро 2.4.25-std из Сизифа - там вроде бы должна
> улучшиться обработка аварийных ситуаций в reiserfs (приложен патч
> data-logging).

Поставил. Надеюсь, не скоро повторится :)

<skipped/>

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

end of thread, other threads:[~2004-03-12 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-12 14:28 [devel] hasher error on update repository indices Vitaly Ostanin
2004-03-12 14:43 ` Sergey Vlasov
2004-03-12 15:01   ` [devel] " Vitaly Ostanin

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