ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] fglrx and shm
Date: Tue, 10 Apr 2007 00:03:22 +0400
Message-ID: <20070409200322.GA4014@procyon.home> (raw)
In-Reply-To: <200704091516.54107.iadzhubey@rics.bwh.harvard.edu>

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

On Mon, Apr 09, 2007 at 03:16:54PM -0400, Ivan Adzhubey wrote:
> Вот заметил после последнего обновления (но не факт, что не раньше 
> отвалилось):
> 
> $ fgl_glxgears
> Using GLX_SGIX_pbuffer
> FGLTexMgr: open of shared memory object failed (Permission denied)
> __FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
> FGLTexMgr: open of shared memory object failed (Permission denied)
> __FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
> FGLTexMgr: open of shared memory object failed (Permission denied)
> __FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
> ...

Покажите вывод grep tmpfs /proc/mounts и ls -ld /dev/shm

> Не пойму, как починить. Указание shared memory в /etc/fstab:
> 
> tmpfs /dev/shm tmpfs defaults 0 0
> 
> в Сизифе то работало, то не работало, то само по себе без прописывания в fstab 
> монтировалось (udev?). Какая ситуация сейчас и что надо сделать, чтобы GLX с 
> fglrx нормально заработало?

Сейчас ситуация с /dev/shm следующая:

 - Если в момент запуска сервиса udevd в /dev/shm уже было что-то
   смонтировано, эта ФС переносится в новый /dev без потери
   содержимого (через mount -n --move).  Эта ситуация может иметь
   место в случае наличия в fstab записи для /dev/shm и запуске udevd
   не из rc.sysinit (при загрузке с noudev).

 - Если в fstab есть любая запись для /dev/shm, при запуске сервиса
   udevd из rc.sysinit монтирование /dev/shm не выполняется
   (предполагается, что оно будет выполнено при дальнейшей обработке
   rc.sysinit); если же udevd запускается позже, /dev/shm монтируется
   в соответствии с записью в fstab (здесь имеется небольшой баг -
   игнорируется опция noauto, которая в принципе может использоваться
   для запрета монтирования /dev/shm; помимо случая, когда при
   загрузке используется опция noudev, игнорирование noauto возможно
   после service udevd umount при последующем запуске udevd).

   (При внимательном просмотре этого места в скрипте обнаружился баг -
   чтобы запись для /dev/shm была распознана, необходимо, чтобы между
   первым и вторым полями в этой строке присутствовал ровно один
   пробел или символ табуляции; к тому же пропущен "^" в начале,
   поэтому закомментированная строка также будет распознана как
   обычная - возможно, это и вызвало проблему.)

 - Если записи для /dev/shm в fstab нет, при запуске udevd (в том
   числе из rc.sysinit) в /dev/shm монтируется tmpfs с опциями по
   умолчанию (mode=1777, размер - половина физической памяти).

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

  reply	other threads:[~2007-04-09 20:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-09 19:16 Ivan Adzhubey
2007-04-09 20:03 ` Sergey Vlasov [this message]
2007-04-10  0:49   ` Ivan Adzhubey

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=20070409200322.GA4014@procyon.home \
    --to=vsu@altlinux.ru \
    --cc=sisyphus@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 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