From: Anton Farygin <rider@altlinux.com> To: devel@lists.altlinux.org Subject: Re: [devel] Как пройти сборку если требуется /dev/shm ? Date: Tue, 13 Jan 2015 14:55:13 +0300 Message-ID: <54B507A1.4080405@altlinux.com> (raw) In-Reply-To: <20150112193631.GA19013@altlinux.org> On 12.01.2015 22:36, Dmitry V. Levin wrote: > On Mon, Jan 12, 2015 at 10:12:06PM +0300, Anton Farygin wrote: >> On 12.01.2015 17:15, Dmitry V. Levin wrote: >>> On Mon, Jan 12, 2015 at 04:55:33PM +0300, Dmitry V. Levin wrote: >>>> On Mon, Jan 12, 2015 at 03:30:16PM +0300, Anton Farygin wrote: >>>>> On 01.01.2015 23:41, Dmitry V. Levin wrote: >>>> [...] >>>>>> Используйте hasher >= 1.3.23-alt1 и собирайте на >>>>>> tmpfs. >>>>> >>>>> Дима, а почему такое требование - tmpfs ? >>>> >>>> sem_open(3) требует, чтобы /dev/shm был на tmpfs (и >>>> доступен на запись). >>>> Строго говоря, если /dev/shm не на tmpfs, и >>>> /proc/mounts доступен на >>>> чтение, то sem_open(3) будет пытаться >>>> использовать первую попавшуюся в >>>> /proc/mounts точку монтирования на tmpfs. Если >>>> никаких tmpfs не нашлось, >>>> то sem_open(3) работать не будет. >>> >>> Начиная с glibc-2.19-16-g6fc8123, ramfs тоже подойдет. >> >> Ты не понял, ramfs у меня пробрасывается в >> виде диска в VM. >> >> Т.е. - о том, что это RamFS знает только хост >> система. Для виртуальной машины это >> обычный диск с файловой системой ext4. >> >> А почему ты не хочешь реализовать >> монтирование /dev/shm в сборочный чрут ? > > Поскольку я собираю на tmpfs, у меня уже давно все работает. :) Ну так надо тогда сказать, что hasher'ом можно пользоваться только на TMPFS со всеми вытекающими ограничениями. В некоторых местах большой tmpfs невозможен без свопа. > > Там возникнет конфликт прав доступа к chroot/dev/shm, который еще надо > придумать, как разрешить: > - если chroot/dev/shm уже на tmpfs, то псевдопользователь #2 должен иметь > доступ к нему на запись; А чем тебя не устраивает 777 на chroot/dev/shm ? > - если chroot/dev/shm должен быть смонтирован, то на права доступа к нему > налагаются сильные ограничения. >
next prev parent reply other threads:[~2015-01-13 11:55 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2014-12-29 14:32 Andrew V. Stepanov 2014-12-30 13:53 ` Andrew V. Stepanov 2014-12-31 13:57 ` Alexander Bokovoy 2015-01-01 20:41 ` Dmitry V. Levin 2015-01-12 12:30 ` Anton Farygin 2015-01-12 13:55 ` Dmitry V. Levin 2015-01-12 14:15 ` Dmitry V. Levin 2015-01-12 19:12 ` Anton Farygin 2015-01-12 19:36 ` Dmitry V. Levin 2015-01-13 11:55 ` Anton Farygin [this message] 2015-01-16 14:54 ` Dmitry V. Levin 2015-01-16 19:07 ` Anton Farygin 2015-01-16 19:54 ` Dmitry V. Levin 2015-01-16 20:06 ` Anton Farygin
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=54B507A1.4080405@altlinux.com \ --to=rider@altlinux.com \ --cc=devel@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 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