ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Как увеличить wlimit_time_idle в hasher?
@ 2018-05-21  7:05 Антон Мидюков
  2018-05-21  8:34 ` Gleb Fotengauer-Malinovskiy
  0 siblings, 1 reply; 4+ messages in thread
From: Антон Мидюков @ 2018-05-21  7:05 UTC (permalink / raw)
  To: ALT Devel discussion list

Добрый день!

Захотелось мне попробовать собирать дистрибутивы для aarch64. Но 
столкнулся с проблемой низкой производительности своего железа.

Сборка рвётся во время установки пакетов:

<13>May 21 06:29:38 rpmi: fbset-1:2.1-alt2 1452374000 installed

hasher-priv: master: idle time limit (600 seconds) exceeded
hsh-install: Packages installation failed.
mki-invalidate-cache: has started executing for 'build-image'.
make[2]: *** [/usr/share/mkimage/targets.mk:111: build-image] Error 1
Command exited with non-zero status 2
23:32.92 20%CPU 105324k


В $HOME/.hasher/config лимиты у меня расширены так:

wlimit_time_short=360000
wlimit_time_long=360000

Явно в ошибке речь идёт о другом лимите. Подозрения падают на

wlimit_time_idle
               This option specifies idle time limit, in seconds. Idle 
time is a period when child process produces no output.

В $HOME/.hasher/config его добавление ничего не меняет, а если добавлять 
параметры лимитов в /etc/hasher-priv/system или 
/etc/hasher-priv/user.d/USER, то ругается, что опция неправильная.

В связи с этим возник вопрос,  а куда писать опции,  описанные в man 
hasher-priv.conf? И в каком man описаны wlimit_time_short и 
wlimit_time_long?

-- 
С уважением, Антон Мидюков <antohami@altlinux.org>



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

* Re: [devel] Как увеличить wlimit_time_idle в hasher?
  2018-05-21  7:05 [devel] Как увеличить wlimit_time_idle в hasher? Антон Мидюков
@ 2018-05-21  8:34 ` Gleb Fotengauer-Malinovskiy
  2018-05-21  8:41   ` Антон Мидюков
  0 siblings, 1 reply; 4+ messages in thread
From: Gleb Fotengauer-Malinovskiy @ 2018-05-21  8:34 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Mon, May 21, 2018 at 02:05:59PM +0700, Антон Мидюков wrote:
> Добрый день!
> 
> Захотелось мне попробовать собирать дистрибутивы для aarch64. Но 
> столкнулся с проблемой низкой производительности своего железа.
> 
> Сборка рвётся во время установки пакетов:
> 
> <13>May 21 06:29:38 rpmi: fbset-1:2.1-alt2 1452374000 installed
> 
> hasher-priv: master: idle time limit (600 seconds) exceeded
> hsh-install: Packages installation failed.
> mki-invalidate-cache: has started executing for 'build-image'.
> make[2]: *** [/usr/share/mkimage/targets.mk:111: build-image] Error 1
> Command exited with non-zero status 2
> 23:32.92 20%CPU 105324k
> 
> 
> В $HOME/.hasher/config лимиты у меня расширены так:
> 
> wlimit_time_short=360000
> wlimit_time_long=360000

Проблема в mkimage -- он запускает hasher через env -i, так что переменная
HOME просто теряется и этот конфиг вообще не используется.

http://git.altlinux.org/gears/m/..git?p=mkimage.git;f=tools/mki-sh-image-prepare;h=27a2980ee1aae3607c567a6db294c4c944c09403#l19

Проблема в том что так было с самого начала и у кого-то наверняка
сломается сборка образов если просто начать сохранять эту переменную.

-- 
glebfm

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* Re: [devel] Как увеличить wlimit_time_idle в hasher?
  2018-05-21  8:34 ` Gleb Fotengauer-Malinovskiy
@ 2018-05-21  8:41   ` Антон Мидюков
  2018-05-21  9:38     ` Alexey V. Vissarionov
  0 siblings, 1 reply; 4+ messages in thread
From: Антон Мидюков @ 2018-05-21  8:41 UTC (permalink / raw)
  To: devel

21.05.2018 15:34, Gleb Fotengauer-Malinovskiy пишет:
> On Mon, May 21, 2018 at 02:05:59PM +0700, Антон Мидюков wrote:
>> Добрый день!
>>
>> Захотелось мне попробовать собирать дистрибутивы для aarch64. Но
>> столкнулся с проблемой низкой производительности своего железа.
>>
>> Сборка рвётся во время установки пакетов:
>>
>> <13>May 21 06:29:38 rpmi: fbset-1:2.1-alt2 1452374000 installed
>>
>> hasher-priv: master: idle time limit (600 seconds) exceeded
>> hsh-install: Packages installation failed.
>> mki-invalidate-cache: has started executing for 'build-image'.
>> make[2]: *** [/usr/share/mkimage/targets.mk:111: build-image] Error 1
>> Command exited with non-zero status 2
>> 23:32.92 20%CPU 105324k
>>
>>
>> В $HOME/.hasher/config лимиты у меня расширены так:
>>
>> wlimit_time_short=360000
>> wlimit_time_long=360000
> Проблема в mkimage -- он запускает hasher через env -i, так что переменная
> HOME просто теряется и этот конфиг вообще не используется.
>
> http://git.altlinux.org/gears/m/..git?p=mkimage.git;f=tools/mki-sh-image-prepare;h=27a2980ee1aae3607c567a6db294c4c944c09403#l19
>
> Проблема в том что так было с самого начала и у кого-то наверняка
> сломается сборка образов если просто начать сохранять эту переменную.
Вот оно что. А кроме правки mki-sh-image-prepare, что-нибудь сделать 
можно? Общестистемно в /etc/ никакой конфиг поправить нельзя?

-- 
С уважением, Антон Мидюков <antohami@altlinux.org>



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

* Re: [devel] Как увеличить wlimit_time_idle в hasher?
  2018-05-21  8:41   ` Антон Мидюков
@ 2018-05-21  9:38     ` Alexey V. Vissarionov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey V. Vissarionov @ 2018-05-21  9:38 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On 2018-05-21 15:41:16 +0700, Антон Мидюков wrote:

 >> Проблема в mkimage -- он запускает hasher через env -i, так
 >> что переменная HOME просто теряется и этот конфиг вообще не
 >> используется.
 >> Проблема в том что так было с самого начала и у кого-то
 >> наверняка сломается сборка образов если просто начать
 >> сохранять эту переменную.
 > Вот оно что. А кроме правки mki-sh-image-prepare, что-нибудь
 > сделать можно? Общестистемно в /etc/ никакой конфиг поправить
 > нельзя?

Сейчас - нет. Хотя по уму следовало бы затаскивать пачку общих
настроек из /etc и потом переопределять часть из них через ~/


-- 
Alexey V. Vissarionov
gremlin ПРИ altlinux ТЧК org; +vii-cmiii-ccxxix-lxxix-xlii
GPG: 0D92F19E1C0DC36E27F61A29CD17E2B43D879005 @ hkp://keys.gnupg.net

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

end of thread, other threads:[~2018-05-21  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-21  7:05 [devel] Как увеличить wlimit_time_idle в hasher? Антон Мидюков
2018-05-21  8:34 ` Gleb Fotengauer-Malinovskiy
2018-05-21  8:41   ` Антон Мидюков
2018-05-21  9:38     ` Alexey V. Vissarionov

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