Summary: | emege ant fails (dev-java/ant-1.5.4-r1) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Yogesh <ysharma> |
Component: | New packages | Assignee: | Adrian Almenar <aalmenar> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Yogesh
2003-12-08 11:01:57 UTC
Are you using GRSecurity ? Yes, with HIGH Security option. Then the problem is GRsecurity killing your Java VM. You can try this (Options taken from blackdown-jdk ebuild, remeber to change <your Java VM here>): for paxkills in "jar" "javac" "java" do chpax -pemsv /opt/<your Java VM here>/bin/$paxkills done chpax -pemsv /opt/<your Java VM here>/jre/bin/java_vm "you should have seen lots of chpax output above now" "make sure the grsec ACL contains those entries also" "because enabling it will override the chpax setting" "on the physical files - help for PaX and grsecurity" "can be given by #gentoo-hardened + pappy@gentoo.org" Resolved as INVALID since its not really a java problem, it a GRSecurity misconfigured. |