* [gentoo-hardened] Can I fix this with paxctl?
@ 2009-01-26 0:00 Grant
2009-01-26 0:07 ` Javier J. Martínez Cabezón
2009-01-26 0:51 ` Thomas Sachau
0 siblings, 2 replies; 4+ messages in thread
From: Grant @ 2009-01-26 0:00 UTC (permalink / raw
To: gentoo-hardened
I was trying to emerge icedtea6 from the java-overlay but the emerge
failed and I got:
PAX: execution attempt in: <anonymous mapping>,
3a1023fb6000-3a1024226000 3a1023fb6000
PAX: terminating task:
/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/gamma(gamma):9846,
uid/euid: 0/0, PC: 00003a1023fb6060, SP: 0000726eec6dbf38
PAX: bytes at PC: 85 f6 0f 84 11 00 00 00 0f ae f0 0f ae 3f 48 83 c7 20 ff ce
PAX: bytes at SP-8:
Can I fix this with paxctl? Do I need to provide more info from somewhere?
- Grant
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-hardened] Can I fix this with paxctl?
2009-01-26 0:00 [gentoo-hardened] Can I fix this with paxctl? Grant
@ 2009-01-26 0:07 ` Javier J. Martínez Cabezón
2009-01-26 0:51 ` Thomas Sachau
1 sibling, 0 replies; 4+ messages in thread
From: Javier J. Martínez Cabezón @ 2009-01-26 0:07 UTC (permalink / raw
To: gentoo-hardened
Please read what PaX does...
2009/1/26 Grant <emailgrant@gmail.com>:
> I was trying to emerge icedtea6 from the java-overlay but the emerge
> failed and I got:
>
> PAX: execution attempt in: <anonymous mapping>,
> 3a1023fb6000-3a1024226000 3a1023fb6000
> PAX: terminating task:
> /var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/gamma(gamma):9846,
> uid/euid: 0/0, PC: 00003a1023fb6060, SP: 0000726eec6dbf38
> PAX: bytes at PC: 85 f6 0f 84 11 00 00 00 0f ae f0 0f ae 3f 48 83 c7 20 ff ce
> PAX: bytes at SP-8:
>
> Can I fix this with paxctl? Do I need to provide more info from somewhere?
>
> - Grant
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-hardened] Can I fix this with paxctl?
2009-01-26 0:00 [gentoo-hardened] Can I fix this with paxctl? Grant
2009-01-26 0:07 ` Javier J. Martínez Cabezón
@ 2009-01-26 0:51 ` Thomas Sachau
2009-01-26 16:54 ` Grant
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Sachau @ 2009-01-26 0:51 UTC (permalink / raw
To: gentoo-hardened
[-- Attachment #1: Type: text/plain, Size: 847 bytes --]
Grant schrieb:
> I was trying to emerge icedtea6 from the java-overlay but the emerge
> failed and I got:
>
> PAX: execution attempt in: <anonymous mapping>,
> 3a1023fb6000-3a1024226000 3a1023fb6000
> PAX: terminating task:
> /var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/gamma(gamma):9846,
> uid/euid: 0/0, PC: 00003a1023fb6060, SP: 0000726eec6dbf38
> PAX: bytes at PC: 85 f6 0f 84 11 00 00 00 0f ae f0 0f ae 3f 48 83 c7 20 ff ce
> PAX: bytes at SP-8:
>
> Can I fix this with paxctl? Do I need to provide more info from somewhere?
>
> - Grant
>
>
use a kernel with softmode or without pax or try to patch it. Related bug:
https://bugs.gentoo.org/show_bug.cgi?id=244901
--
Thomas Sachau
Gentoo Linux Developer
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 315 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-hardened] Can I fix this with paxctl?
2009-01-26 0:51 ` Thomas Sachau
@ 2009-01-26 16:54 ` Grant
0 siblings, 0 replies; 4+ messages in thread
From: Grant @ 2009-01-26 16:54 UTC (permalink / raw
To: gentoo-hardened
>> I was trying to emerge icedtea6 from the java-overlay but the emerge
>> failed and I got:
>>
>> PAX: execution attempt in: <anonymous mapping>,
>> 3a1023fb6000-3a1024226000 3a1023fb6000
>> PAX: terminating task:
>> /var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product/gamma(gamma):9846,
>> uid/euid: 0/0, PC: 00003a1023fb6060, SP: 0000726eec6dbf38
>> PAX: bytes at PC: 85 f6 0f 84 11 00 00 00 0f ae f0 0f ae 3f 48 83 c7 20 ff ce
>> PAX: bytes at SP-8:
>>
>> Can I fix this with paxctl? Do I need to provide more info from somewhere?
>>
>> - Grant
>>
>>
>
> use a kernel with softmode or without pax or try to patch it. Related bug:
> https://bugs.gentoo.org/show_bug.cgi?id=244901
>
> --
> Thomas Sachau
Thank you, I just stick with icedtea6-bin.
- Grant
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-01-26 16:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26 0:00 [gentoo-hardened] Can I fix this with paxctl? Grant
2009-01-26 0:07 ` Javier J. Martínez Cabezón
2009-01-26 0:51 ` Thomas Sachau
2009-01-26 16:54 ` Grant
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox