ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] сборка в tmpfs
@ 2007-01-10 12:49 Alexey Morsov
  2007-01-10 16:13 ` Dmitriy Khanzhin
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Morsov @ 2007-01-10 12:49 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

Привет,

Захотел тут собирать на tmpfs.
Взял у господина Lost-а скриптик

morsov@alexey ~/RPM/SRPMS $ cat `which tmphsh`
#!/bin/sh
mkdir -p ~/tmp/HSH
for link in cache repo
do
  ln -sf ~/HSH/$link ~/tmp/HSH/
done
hsh ~/tmp/HSH --lazy-cleanup "$@

Но ничего собрать не получается. На этапе загрузки пакетов в хешер
происходят ошибки:

vhosts-filesystem-0.2-alt1
groupadd: unable to open group file
error: execution of %pre scriptlet from crontab-control-1.1-alt1 failed,
exit status 10
error:   install: %pre scriptlet failed (2), skipping
crontab-control-1.1-alt1
setproctitle-0.3-alt1
warning: group crontab does not exist - using root
warning: group crontab does not exist - using root
warning: group crontab does not exist - using root
warning: group crontab does not exist - using root
warning: group crontab does not exist - using root
warning: group crontab does not exist - using root
vixie-cron-4.1.20060426-alt1
control: No such facility: crontab
control: No such facility: at
crontabs-1.8-alt1
logrotate-3.6.2-alt3
libkrb5-1.5.1-alt2
groupadd: unable to open group file
error: execution of %pre scriptlet from libsasl2-2.1.22-alt1 failed, exit
status 10
error:   install: %pre scriptlet failed (2), skipping libsasl2-2.1.22-alt1
libldap2.3-2.3.30-alt1
warning: user apache2 does not exist - using root
warning: group apache2 does not exist - using root
warning: group apache2 does not exist - using root
warning: group webmaster does not exist - using root

Если собирать без tmpfs (просто на диске) все собирается на ура.

Что это может быть?

PS: Дома такое возникло - думал память - у меня там после смены проца и
приложения преродически выпадают. Но на работе комп пашет месяцами и
ничего не падает :(


-- 

С уважением,
Алексей Морсов
системный администратор ЗАО "ИК "Риком-Траст"

ICQ: 196-766-290
Jabber: samurai@www.fondmarket.ru
www.ricom.ru
www.fondmarket.ru

NP: Music is over :(


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

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

* Re: [sisyphus] сборка в tmpfs
  2007-01-10 12:49 [sisyphus] сборка в tmpfs Alexey Morsov
@ 2007-01-10 16:13 ` Dmitriy Khanzhin
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitriy Khanzhin @ 2007-01-10 16:13 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Alexey Morsov wrote:
> Привет,
Привет!
> 
> Захотел тут собирать на tmpfs.

Не знаю, правильно или нет, я сделал тупо-влоб :-) :
Подмонтировал каталог ~/BUILD на tmpfs (вот строчка из fstab):
/dev/shm        /home/diman/BUILD     tmpfs   size=768m       0       0

и собираю скриптиком:
hsh ~/BUILD --target=x86_64 \
--apt-config=/home/diman/apt/apt.conf.SS.x86_64 $*

В данном случае для архитектуры x86_64, аналогично и для i586.
Все работает, скорость заметно выше, чем на диске.

> Взял у господина Lost-а скриптик
> 
> morsov@alexey ~/RPM/SRPMS $ cat `which tmphsh`
> #!/bin/sh
> mkdir -p ~/tmp/HSH
> for link in cache repo
> do
>   ln -sf ~/HSH/$link ~/tmp/HSH/
> done
> hsh ~/tmp/HSH --lazy-cleanup "$@
> 
> Но ничего собрать не получается. На этапе загрузки пакетов в хешер
> происходят ошибки:
> 
> vhosts-filesystem-0.2-alt1
> groupadd: unable to open group file
> error: execution of %pre scriptlet from crontab-control-1.1-alt1 failed,
> exit status 10
> error:   install: %pre scriptlet failed (2), skipping
> crontab-control-1.1-alt1
> setproctitle-0.3-alt1
> warning: group crontab does not exist - using root
> warning: group crontab does not exist - using root
> warning: group crontab does not exist - using root
> warning: group crontab does not exist - using root
> warning: group crontab does not exist - using root
> warning: group crontab does not exist - using root
> vixie-cron-4.1.20060426-alt1
> control: No such facility: crontab
> control: No such facility: at
> crontabs-1.8-alt1
> logrotate-3.6.2-alt3
> libkrb5-1.5.1-alt2
> groupadd: unable to open group file
> error: execution of %pre scriptlet from libsasl2-2.1.22-alt1 failed, exit
> status 10
> error:   install: %pre scriptlet failed (2), skipping libsasl2-2.1.22-alt1
> libldap2.3-2.3.30-alt1
> warning: user apache2 does not exist - using root
> warning: group apache2 does not exist - using root
> warning: group apache2 does not exist - using root
> warning: group webmaster does not exist - using root
> 
> Если собирать без tmpfs (просто на диске) все собирается на ура.
> 
> Что это может быть?
> 
> PS: Дома такое возникло - думал память - у меня там после смены проца и
> приложения преродически выпадают. Но на работе комп пашет месяцами и
> ничего не падает :(
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/sisyphus


-- 
Rgrds, jinn.


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

end of thread, other threads:[~2007-01-10 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-10 12:49 [sisyphus] сборка в tmpfs Alexey Morsov
2007-01-10 16:13 ` Dmitriy Khanzhin

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