ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Ivan Adzhubey <iadzhubey@rics.bwh.harvard.edu>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] Shared memory - HELP PLEASE!
Date: Tue, 6 Apr 2004 17:06:51 -0400
Message-ID: <20040406170651.21738773.iadzhubey@rics.bwh.harvard.edu> (raw)
In-Reply-To: <20040406095040.GB8799@master.mivlgu.local>

On Tue, 6 Apr 2004 13:50:40 +0400
Sergey Vlasov <vsu@altlinux.ru> wrote:

> > С этим я уже разобрался, но видимо что-то еще сломано (пардон,
> > пропатчено ;). Процесс запрашивает блок shm, форкает другой и этот
> > другой уже не может к сегменту обращаться. Причем это как-то связано
> > с размером, блок должен быть или достаточно большой или очень
> > маленький. Точнее пока не разобрался, нет времени. Но обидно что эти
> > же программы прекрасно работают на всех других ядрах, кроме
> > альтовского. Неохота честно говоря тратить время на научный проект
> > по выявлению различий. Может кто-то из разработчиков все же примет
> > на себя труд потестировать? Программы могу выслать. Или вот хотя бы
> > тест из модуля IPC::SharedSimple прогнать.
> 
> search.cpan.org именно такого модуля не находит - где его брать?
> 
> Тесты IPC::ShareLite у меня на новом ядре проходили (после
> отключения shm_destroy_unused).  Только там после ошибки надо
> чистить руками, иначе следующий запуск не проходит из-за оставшихся
> объектов IPC (собственно, именно этим SysV IPC и отвратителен -
> CONFIG_HARDEN_SHM как раз и делает его поведение более предсказуемым
> хотя бы для shm).

Извините, перепутал с другим модулем, имелся в виду конечно
IPC::ShareLite.

А в каком ядре появилась эта возможность? У меня не видно:

# uname -r
2.4.25-std-smp-alt1

# ls -l /proc/sys/kernel/
-rw-r--r--  1 root proc 0 Apr  6 17:05 acct
-rw-------  1 root proc 0 Apr  6 17:05 cad_pid
-rw-------  1 root proc 0 Apr  6 17:05 cap-bound
-rw-r--r--  1 root proc 0 Apr  6 17:05 core_pattern
-rw-r--r--  1 root proc 0 Apr  6 17:05 core_setuid_ok
-rw-r--r--  1 root proc 0 Apr  6 17:05 core_uses_pid
-rw-r--r--  1 root proc 0 Apr  6 17:05 ctrl-alt-del
-rw-r--r--  1 root proc 0 Apr  6 17:05 domainname
-rw-r--r--  1 root proc 0 Apr  6 17:05 hostname
-rw-r--r--  1 root proc 0 Apr  6 17:05 hotplug
-rw-r--r--  1 root proc 0 Apr  6 17:05 modprobe
-rw-r--r--  1 root proc 0 Apr  6 17:05 msgmax
-rw-r--r--  1 root proc 0 Apr  6 17:05 msgmnb
-rw-r--r--  1 root proc 0 Apr  6 17:05 msgmni
-r--r--r--  1 root proc 0 Apr  6 17:05 osrelease
-r--r--r--  1 root proc 0 Apr  6 17:05 ostype
-rw-r--r--  1 root proc 0 Apr  6 17:05 overflowgid
-rw-r--r--  1 root proc 0 Apr  6 17:05 overflowuid
-rw-r--r--  1 root proc 0 Apr  6 17:05 panic
-rw-r--r--  1 root proc 0 Apr  6 17:05 printk
dr-xr-xr-x  2 root proc 0 Apr  6 17:05 random
-rw-r--r--  1 root proc 0 Apr  6 17:05 real-root-dev
-rw-r--r--  1 root proc 0 Apr  6 17:05 rtsig-max
-r--r--r--  1 root proc 0 Apr  6 17:05 rtsig-nr
-rw-r--r--  1 root proc 0 Apr  6 17:05 sem
-rw-r--r--  1 root proc 0 Apr  6 17:05 shmall
-rw-r--r--  1 root proc 0 Apr  6 17:05 shmmax
-rw-r--r--  1 root proc 0 Apr  6 17:05 shmmni
-rw-r--r--  1 root proc 0 Apr  6 17:05 sysrq
-rw-r--r--  1 root proc 0 Apr  6 17:05 tainted
-rw-r--r--  1 root proc 0 Apr  6 17:05 threads-max
-r--r--r--  1 root proc 0 Apr  6 17:05 version

-- 
Иван


  reply	other threads:[~2004-04-06 21:06 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-24 22:17   ` Ivan Adzhubey
2004-03-25  4:14     ` Eugene Ostapets
2004-03-25  4:36       ` Ivan Adzhubey
2004-03-25  4:43         ` Denis S. Filimonov
2004-03-25  4:50           ` Ivan Adzhubey
2004-03-25  5:04         ` Eugene Ostapets
2004-03-25  6:53           ` Ivan Adzhubey
2004-03-25  7:44           ` Serj
2004-03-25  8:28             ` Ivan Adzhubey
2004-03-25  5:09         ` Mike Lykov
2004-03-25  5:23           ` Ivan Adzhubey
2004-03-25  5:28             ` Mike Lykov
2004-03-25  5:30               ` Ivan Adzhubey
2004-03-25  6:42         ` Grigory Batalov
2004-03-25  7:05           ` Ivan Adzhubey
2004-03-25  7:17             ` Ivan Adzhubey
2004-03-25  7:29               ` Ivan Adzhubey
2004-03-25  7:59                 ` Ivan Adzhubey
2004-03-25  7:44               ` Grigory Batalov
2004-03-25  8:09                 ` Ivan Adzhubey
2004-03-25  8:24                 ` Ivan Adzhubey
2004-03-25 11:54                   ` Sergey Vlasov
2004-03-25  4:22     ` Denis S. Filimonov
2004-03-25 12:22     ` Sergey Vlasov
2004-03-25 12:58       ` [JT] снова проблемы от security fixes? (WAS: Re: [sisyphus] Shared memory - HELP PLEASE!) Andrei Bulava
2004-03-25 13:12         ` Sergey Vlasov
2004-04-06  8:57     ` [sisyphus] Shared memory - HELP PLEASE! Sergey Vlasov
2004-04-06  9:08       ` Ivan Adzhubey
2004-04-06  9:24         ` Dmitry V. Levin
2004-04-06  9:50         ` Sergey Vlasov
2004-04-06 21:06           ` Ivan Adzhubey [this message]
2004-04-07  6:25             ` Sergey Vlasov
2004-04-07 16:12               ` 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=20040406170651.21738773.iadzhubey@rics.bwh.harvard.edu \
    --to=iadzhubey@rics.bwh.harvard.edu \
    --cc=sisyphus@altlinux.ru \
    /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