ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] A: Прошу пропустить alterator-vm-0.4.5-alt1 (was: Re: [#152177] EPERM (try 2) alterator-vm.git=0.4.5-alt1)
  @ 2015-10-27 14:38 ` Aleksey Avdeev
  0 siblings, 0 replies; only message in thread
From: Aleksey Avdeev @ 2015-10-27 14:38 UTC (permalink / raw)
  To: Timur Aitov; +Cc: ALT Linux Team development discussions


[-- Attachment #1.1: Type: text/plain, Size: 2769 bytes --]

Приветствую.

  Прошу пропустить в Сизиф alterator-vm-0.4.5-alt1
(<http://git.altlinux.org/tasks/152177/>):

27.10.2015 16:55, Girar Builder awaiter robot пишет:
> http://git.altlinux.org/tasks/152177/logs/events.2.1.log
> 
> 2015-Oct-27 13:53:57 :: task #152177 for sisyphus resumed by solo:
> #100 removed
> #200 build 0.4.5-alt1 from /people/solo/packages/alterator-vm.git
> 2015-Oct-27 13:53:58 :: [i586] #200 alterator-vm.git 0.4.5-alt1: build start
> 2015-Oct-27 13:53:58 :: [x86_64] #200 alterator-vm.git 0.4.5-alt1: build start
...
> 2015-Oct-27 13:55:59 :: gears inheritance check OK
> 2015-Oct-27 13:55:59 :: srpm inheritance check OK
> girar-check-perms: access to alterator-vm DENIED for solo: does not belong to approved builders list: timonbl4 
> alterator-vm: Operation not permitted
> 2015-Oct-27 13:55:59 :: acl check FAILED
> 2015-Oct-27 13:55:59 :: task #152177 for sisyphus EPERM

  В данном пакете обработка профилей (vm-profile.scm) доработана
следующим образом (см.
<https://lists.altlinux.org/pipermail/devel/2015-October/200316.html>):

1. Добавлена поддержка параметров для fsim (при обработке игнорируются
параметры не поддерживаемые используемым EVMS плагином).

2. В список допустимых fsim добавлены Ext2/3/4 (полный эквивалент
Ext2/3), Ext4, Ext3 и Ext3. (При этом использование конкретного
Ext{4,3,2} перекрывает значения "extents" и "journal" заданные как
параметры fsim.)

  Пример -- если alterator-vm-0.4.5-alt1 задействовать совместно с
прилагаемым vm-profile.scm, то после разбивки по умолчанию (с полной
очисткой диска) получим:

1. В /tmp/fstab (приложен) видно, что:

а) Для разделов используются заданные ФС.

б) По /root видно, что явно заданный Ext4, перекрыл ("extents" . #f),
заданный как параметр.

2. Файловые системы смонтированны в /mnt/destination так, как они
описаны в /tmp/fstab.

3. Метки созданных файловых систем совпадают с заданными в
соответствующих параметрах "vollabel" (кроме SWAPFS -- похоже что там
параметр "vollabel" не поддерживается).

-- 

С уважением. Алексей.

[-- Attachment #1.2: fstab --]
[-- Type: text/plain, Size: 513 bytes --]

UUID=1aacaf7f-7a6f-4bdd-a021-9cdf3faac173	/	ext4	relatime	1	1
UUID=c45eb71b-b9d9-47d4-8bd3-434cb2e9514b	/boot	ext2	nodev,nosuid,noexec,relatime	1	2
UUID=A6EA-4810	/boot/efi	vfat	umask=0,quiet,showexec,iocharset=utf8,codepage=866	1	2
UUID=16eb0ec7-9d7d-42f4-a08e-5649e41ba4a0	/home	ext4	nosuid,relatime	1	2
UUID=458436ca-f320-44b2-b6db-8cad412c8993	/usr	ext3	nodev,relatime	1	2
UUID=cc865815-5de0-4091-89b0-28908a594556	/var	xfs	nosuid,relatime	1	2
UUID=5a030bef-4c2e-4e5d-9460-a6e6e6cd2a98	swap	swap	defaults	0	0

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.3: vm-profile.scm --]
[-- Type: text/x-scheme; name="vm-profile.scm", Size: 738 bytes --]

((test
  (title . "Setup for test")
  (action . trivial)
  (actiondata ("swap" (size 1048576 . 2097152) (fsim . ("SWAPFS" ("vollabel" . "swap"))) (methods raid plain))
              ("/boot" (size . 204800) (fsim . ("Ext2" ("extents" . #f) ("journal" . #f) ("vollabel" . "boot"))) (methods raid plain))
              ("/" (size . 1048576) (fsim . ("Ext4" ("extents" . #f) ("vollabel" . "root"))) (methods raid plain))
              ("/usr" (size . 4194304) (fsim . ("Ext3" ("vollabel" . "usr"))) (methods raid plain))
              ("/home" (size . 2097152) (fsim . ("Ext2/3/4" ("vollabel" . "home"))) (methods raid plain))
              ("/var" (size 4194304 . #t) (fsim . ("XFS" ("vollabel" . "var"))) (methods raid plain)))))

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-27 14:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-27 14:38 ` [devel] A: Прошу пропустить alterator-vm-0.4.5-alt1 (was: Re: [#152177] EPERM (try 2) alterator-vm.git=0.4.5-alt1) Aleksey Avdeev

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