* [sisyphus] ovz kernel and quake3 segfault
@ 2006-09-21 9:23 Vitaly Ostanin
2006-09-21 10:38 ` Dmitry V. Levin
2006-09-25 10:08 ` [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault) Igor Zubkov
0 siblings, 2 replies; 15+ messages in thread
From: Vitaly Ostanin @ 2006-09-21 9:23 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 514 bytes --]
Здравствуйте.
Даже сидя на ядре ovz (2.6.16-ovz-smp-alt4), хочется иногда
запустить в quake3-client-smp-1.32b-alt1.
quake3 вылетает с segfault. В 2.6.16-std26-smp-alt9 он работал.
Это я совсем странного хочу?
kernel-image-ovz-smp-2.6.16-alt4
kernel-modules-alsa-ovz-smp-1.0.12-alt1.132624.4
kernel-modules-drm-ovz-smp-2006.09.15-alt1.132624.4
kernel-modules-nvidia-ovz-smp-1.0.8774-alt1.132624.4
quake3-client-smp-1.32b-alt1
--
Regards, Vyt
mailto: vyt@vzljot.ru
JID: vyt@vzljot.ru
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] ovz kernel and quake3 segfault
2006-09-21 9:23 [sisyphus] ovz kernel and quake3 segfault Vitaly Ostanin
@ 2006-09-21 10:38 ` Dmitry V. Levin
2006-09-21 10:46 ` Damir Shayhutdinov
2006-09-21 11:59 ` Vitaly Ostanin
2006-09-25 10:08 ` [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault) Igor Zubkov
1 sibling, 2 replies; 15+ messages in thread
From: Dmitry V. Levin @ 2006-09-21 10:38 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 757 bytes --]
Hi,
On Thu, Sep 21, 2006 at 01:23:00PM +0400, Vitaly Ostanin wrote:
> Даже сидя на ядре ovz (2.6.16-ovz-smp-alt4), хочется иногда
> запустить в quake3-client-smp-1.32b-alt1.
>
> quake3 вылетает с segfault. В 2.6.16-std26-smp-alt9 он работал.
>
> Это я совсем странного хочу?
В файле /proc/sys/kernel/exec-shield какое значение?
Если там 11, попробуйте поменять на 9.
$ fgrep -B6 kernel.exec-shield /etc/sysctl.conf
# Exec Shield bits:
# 0: off; vdso at STACK_TOP, 1 page below TASK_SIZE
# (1<<0) 1: on [also on if !=0]
# (1<<1) 2: noexecstack by default
# (1<<2) 4: vdso just below .text of main (unless too low)
# (1<<3) 8: vdso just below .text of PT_INTERP (unless too low)
kernel.exec-shield = 9
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] ovz kernel and quake3 segfault
2006-09-21 10:38 ` Dmitry V. Levin
@ 2006-09-21 10:46 ` Damir Shayhutdinov
2006-09-22 23:44 ` Dmitry V. Levin
2006-09-21 11:59 ` Vitaly Ostanin
1 sibling, 1 reply; 15+ messages in thread
From: Damir Shayhutdinov @ 2006-09-21 10:46 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
> $ fgrep -B6 kernel.exec-shield /etc/sysctl.conf
> # Exec Shield bits:
> # 0: off; vdso at STACK_TOP, 1 page below TASK_SIZE
> # (1<<0) 1: on [also on if !=0]
> # (1<<1) 2: noexecstack by default
> # (1<<2) 4: vdso just below .text of main (unless too low)
> # (1<<3) 8: vdso just below .text of PT_INTERP (unless too low)
> kernel.exec-shield = 9
Кстати, а per-application настройки exec shield можно как-нибудь сделать?
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] ovz kernel and quake3 segfault
2006-09-21 10:38 ` Dmitry V. Levin
2006-09-21 10:46 ` Damir Shayhutdinov
@ 2006-09-21 11:59 ` Vitaly Ostanin
2006-09-21 17:58 ` Konstantin A. Lepikhov
1 sibling, 1 reply; 15+ messages in thread
From: Vitaly Ostanin @ 2006-09-21 11:59 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 1039 bytes --]
Dmitry V. Levin пишет:
> Hi,
>
> On Thu, Sep 21, 2006 at 01:23:00PM +0400, Vitaly Ostanin wrote:
>> Даже сидя на ядре ovz (2.6.16-ovz-smp-alt4), хочется иногда
>> запустить в quake3-client-smp-1.32b-alt1.
>>
>> quake3 вылетает с segfault. В 2.6.16-std26-smp-alt9 он работал.
>>
>> Это я совсем странного хочу?
>
> В файле /proc/sys/kernel/exec-shield какое значение?
11
> Если там 11, попробуйте поменять на 9.
Поменял, заработало. Спасибо!
> $ fgrep -B6 kernel.exec-shield /etc/sysctl.conf
> # Exec Shield bits:
> # 0: off; vdso at STACK_TOP, 1 page below TASK_SIZE
> # (1<<0) 1: on [also on if !=0]
> # (1<<1) 2: noexecstack by default
> # (1<<2) 4: vdso just below .text of main (unless too low)
> # (1<<3) 8: vdso just below .text of PT_INTERP (unless too low)
> kernel.exec-shield = 9
А какое значение рекомендовано для сервера с функциональностью
sshd/subversion/nginx ? Как его узнать самому?
<skipped/>
--
Regards, Vyt
mailto: vyt@vzljot.ru
JID: vyt@vzljot.ru
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] ovz kernel and quake3 segfault
2006-09-21 11:59 ` Vitaly Ostanin
@ 2006-09-21 17:58 ` Konstantin A. Lepikhov
0 siblings, 0 replies; 15+ messages in thread
From: Konstantin A. Lepikhov @ 2006-09-21 17:58 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
Hi Vitaly!
Thursday 21, at 03:59:43 PM you wrote:
> А какое значение рекомендовано для сервера с функциональностью
> sshd/subversion/nginx ? Как его узнать самому?
вряд ли вам нужен для nginx execstack, так что 11 как раз самое то.
--
WBR et al.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] ovz kernel and quake3 segfault
2006-09-21 10:46 ` Damir Shayhutdinov
@ 2006-09-22 23:44 ` Dmitry V. Levin
0 siblings, 0 replies; 15+ messages in thread
From: Dmitry V. Levin @ 2006-09-22 23:44 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 658 bytes --]
On Thu, Sep 21, 2006 at 02:46:10PM +0400, Damir Shayhutdinov wrote:
> > $ fgrep -B6 kernel.exec-shield /etc/sysctl.conf
> > # Exec Shield bits:
> > # 0: off; vdso at STACK_TOP, 1 page below TASK_SIZE
> > # (1<<0) 1: on [also on if !=0]
> > # (1<<1) 2: noexecstack by default
> > # (1<<2) 4: vdso just below .text of main (unless too low)
> > # (1<<3) 8: vdso just below .text of PT_INTERP (unless too low)
> > kernel.exec-shield = 9
>
> Кстати, а per-application настройки exec shield можно как-нибудь сделать?
Конечно, можно. Например, noexecstack настраивается посредством
ELF'ового заголовка PT_GNU_STACK.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault)
2006-09-21 9:23 [sisyphus] ovz kernel and quake3 segfault Vitaly Ostanin
2006-09-21 10:38 ` Dmitry V. Levin
@ 2006-09-25 10:08 ` Igor Zubkov
2006-09-25 15:40 ` Damir Shayhutdinov
2006-09-26 3:08 ` Хихин Руслан
1 sibling, 2 replies; 15+ messages in thread
From: Igor Zubkov @ 2006-09-25 10:08 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
В сообщении от 21 сентября 2006 12:23 Vitaly Ostanin написал(a):
> Даже сидя на ядре ovz (2.6.16-ovz-smp-alt4), хочется иногда
> запустить в quake3-client-smp-1.32b-alt1.
>
> quake3 вылетает с segfault. В 2.6.16-std26-smp-alt9 он работал.
quake3 требуется уже давно обновить. есть желающие помочь?
--
Papa Roach - born with nothing, die with everything
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault)
2006-09-25 10:08 ` [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault) Igor Zubkov
@ 2006-09-25 15:40 ` Damir Shayhutdinov
2006-09-25 16:00 ` Igor Zubkov
2006-09-26 7:03 ` Alexey I. Froloff
2006-09-26 3:08 ` Хихин Руслан
1 sibling, 2 replies; 15+ messages in thread
From: Damir Shayhutdinov @ 2006-09-25 15:40 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
> quake3 требуется уже давно обновить. есть желающие помочь?
Я себе давно собрал ioquake3 для x86_64, играет отлично :) Его надо
запилить правда чтобы паки искал в /usr/share/games.
А чем помочь то?
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault)
2006-09-25 15:40 ` Damir Shayhutdinov
@ 2006-09-25 16:00 ` Igor Zubkov
2006-09-25 16:17 ` Damir Shayhutdinov
2006-09-26 7:03 ` Alexey I. Froloff
1 sibling, 1 reply; 15+ messages in thread
From: Igor Zubkov @ 2006-09-25 16:00 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 449 bytes --]
В сообщении от 25 сентября 2006 18:40 Damir Shayhutdinov написал(a):
> > quake3 требуется уже давно обновить. есть желающие помочь?
>
> Я себе давно собрал ioquake3 для x86_64, играет отлично :)
Не скромный вопрос, зачем собирал руками, чем версия из Сизифа не понравилась?
> Его надо
> запилить правда чтобы паки искал в /usr/share/games.
>
> А чем помочь то?
Временем. :)
Обновление бы на надо сделать до ioquake3...
--
Placebo - Come Home
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault)
2006-09-25 16:00 ` Igor Zubkov
@ 2006-09-25 16:17 ` Damir Shayhutdinov
2006-09-25 16:26 ` Igor Zubkov
0 siblings, 1 reply; 15+ messages in thread
From: Damir Shayhutdinov @ 2006-09-25 16:17 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
> В сообщении от 25 сентября 2006 18:40 Damir Shayhutdinov написал(a):
> > > quake3 требуется уже давно обновить. есть желающие помочь?
> >
> > Я себе давно собрал ioquake3 для x86_64, играет отлично :)
>
> Не скромный вопрос, зачем собирал руками, чем версия из Сизифа не понравилась?
Я версию из Сизифа давно видел, тогда она на x86_64 не собиралась. А
меня все, что не собирается на x86_64, не интересует :P.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault)
2006-09-25 16:17 ` Damir Shayhutdinov
@ 2006-09-25 16:26 ` Igor Zubkov
0 siblings, 0 replies; 15+ messages in thread
From: Igor Zubkov @ 2006-09-25 16:26 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 663 bytes --]
В сообщении от 25 сентября 2006 19:17 Damir Shayhutdinov написал(a):
> > В сообщении от 25 сентября 2006 18:40 Damir Shayhutdinov написал(a):
> > > > quake3 требуется уже давно обновить. есть желающие помочь?
> > >
> > > Я себе давно собрал ioquake3 для x86_64, играет отлично :)
> >
> > Не скромный вопрос, зачем собирал руками, чем версия из Сизифа не
> > понравилась?
>
> Я версию из Сизифа давно видел, тогда она на x86_64 не собиралась. А
> меня все, что не собирается на x86_64, не интересует :P.
А... Так в багзиллу бы повесил что нет сборки для x86_64. За отсутствием
feedback'a...
Сегодня вечером попробую собрать свежую версию.
--
Placebo - I Know
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault)
2006-09-25 10:08 ` [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault) Igor Zubkov
2006-09-25 15:40 ` Damir Shayhutdinov
@ 2006-09-26 3:08 ` Хихин Руслан
1 sibling, 0 replies; 15+ messages in thread
From: Хихин Руслан @ 2006-09-26 3:08 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 496 bytes --]
Здравствуйте Igor Zubkov
В сообщении от 25 сентября 2006 14:08 Igor Zubkov написал(a):
> В сообщении от 21 сентября 2006 12:23 Vitaly Ostanin написал(a):
> > Даже сидя на ядре ovz (2.6.16-ovz-smp-alt4), хочется иногда
> >
> > запустить в quake3-client-smp-1.32b-alt1.
> >
> >
> >
> > quake3 вылетает с segfault. В 2.6.16-std26-smp-alt9 он работал.
>
> quake3 требуется уже давно обновить. есть желающие помочь?
С удовольствием помогу - что требуется ?
--
С уважением Хихин Руслан
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault)
2006-09-25 15:40 ` Damir Shayhutdinov
2006-09-25 16:00 ` Igor Zubkov
@ 2006-09-26 7:03 ` Alexey I. Froloff
2006-09-26 7:41 ` Damir Shayhutdinov
1 sibling, 1 reply; 15+ messages in thread
From: Alexey I. Froloff @ 2006-09-26 7:03 UTC (permalink / raw)
To: ALT Linux Sisyphus
[-- Attachment #1: Type: text/plain, Size: 468 bytes --]
* Damir Shayhutdinov <lost404@> [060925 19:44]:
> > quake3 требуется уже давно обновить. есть желающие помочь?
> Я себе давно собрал ioquake3 для x86_64, играет отлично :) Его надо
> запилить правда чтобы паки искал в /usr/share/games.
%_libdir/games. Паки архитектурно-зависимые.
--
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
Inform-Mobil, Ltd. System Administrator
http://www.inform-mobil.ru/
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault)
2006-09-26 7:03 ` Alexey I. Froloff
@ 2006-09-26 7:41 ` Damir Shayhutdinov
2006-09-26 9:11 ` Alexey I. Froloff
0 siblings, 1 reply; 15+ messages in thread
From: Damir Shayhutdinov @ 2006-09-26 7:41 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
> > > quake3 требуется уже давно обновить. есть желающие помочь?
> > Я себе давно собрал ioquake3 для x86_64, играет отлично :) Его надо
> > запилить правда чтобы паки искал в /usr/share/games.
> %_libdir/games. Паки архитектурно-зависимые.
Да?
А я и не знал, брал, как дурак, из 32битной Винды и все в порядке было.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault)
2006-09-26 7:41 ` Damir Shayhutdinov
@ 2006-09-26 9:11 ` Alexey I. Froloff
0 siblings, 0 replies; 15+ messages in thread
From: Alexey I. Froloff @ 2006-09-26 9:11 UTC (permalink / raw)
To: ALT Linux Sisyphus
[-- Attachment #1: Type: text/plain, Size: 722 bytes --]
* Damir Shayhutdinov <lost404@> [060926 11:41]:
> > > > quake3 требуется уже давно обновить. есть желающие помочь?
> > > Я себе давно собрал ioquake3 для x86_64, играет отлично :) Его надо
> > > запилить правда чтобы паки искал в /usr/share/games.
> > %_libdir/games. Паки архитектурно-зависимые.
> Да?
> А я и не знал, брал, как дурак, из 32битной Винды и все в порядке было.
Ну вообще-то там game.dll (game.so) лежит. Либо в ~/.quake2/...
Вот если бы его научить ходить и в %_datadir и в %_libdir, то это
было бы правильней.
--
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
Inform-Mobil, Ltd. System Administrator
http://www.inform-mobil.ru/
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2006-09-26 9:11 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-21 9:23 [sisyphus] ovz kernel and quake3 segfault Vitaly Ostanin
2006-09-21 10:38 ` Dmitry V. Levin
2006-09-21 10:46 ` Damir Shayhutdinov
2006-09-22 23:44 ` Dmitry V. Levin
2006-09-21 11:59 ` Vitaly Ostanin
2006-09-21 17:58 ` Konstantin A. Lepikhov
2006-09-25 10:08 ` [sisyphus] quake3 (was: Re: ovz kernel and quake3 segfault) Igor Zubkov
2006-09-25 15:40 ` Damir Shayhutdinov
2006-09-25 16:00 ` Igor Zubkov
2006-09-25 16:17 ` Damir Shayhutdinov
2006-09-25 16:26 ` Igor Zubkov
2006-09-26 7:03 ` Alexey I. Froloff
2006-09-26 7:41 ` Damir Shayhutdinov
2006-09-26 9:11 ` Alexey I. Froloff
2006-09-26 3:08 ` Хихин Руслан
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