You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(6) |
Nov
(8) |
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(19) |
Feb
(15) |
Mar
(10) |
Apr
(8) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(31) |
Sep
(111) |
Oct
(52) |
Nov
(72) |
Dec
(42) |
| 2006 |
Jan
(21) |
Feb
(32) |
Mar
(33) |
Apr
(24) |
May
(15) |
Jun
(40) |
Jul
(32) |
Aug
(19) |
Sep
(38) |
Oct
(37) |
Nov
(63) |
Dec
(37) |
| 2007 |
Jan
(18) |
Feb
(39) |
Mar
(69) |
Apr
(49) |
May
(71) |
Jun
(59) |
Jul
(71) |
Aug
(85) |
Sep
(46) |
Oct
(14) |
Nov
(25) |
Dec
(56) |
| 2008 |
Jan
(24) |
Feb
(77) |
Mar
(104) |
Apr
(44) |
May
(41) |
Jun
(11) |
Jul
(31) |
Aug
(59) |
Sep
(44) |
Oct
(86) |
Nov
(66) |
Dec
(93) |
| 2009 |
Jan
(88) |
Feb
(41) |
Mar
(49) |
Apr
(135) |
May
(22) |
Jun
(31) |
Jul
(60) |
Aug
(71) |
Sep
(76) |
Oct
(18) |
Nov
(52) |
Dec
(20) |
| 2010 |
Jan
(8) |
Feb
(50) |
Mar
(35) |
Apr
(48) |
May
(46) |
Jun
(84) |
Jul
(38) |
Aug
(61) |
Sep
(51) |
Oct
(31) |
Nov
(17) |
Dec
(18) |
| 2011 |
Jan
(51) |
Feb
(14) |
Mar
(17) |
Apr
(23) |
May
(15) |
Jun
(11) |
Jul
(5) |
Aug
(5) |
Sep
(15) |
Oct
(8) |
Nov
(5) |
Dec
(25) |
| 2012 |
Jan
(2) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(27) |
Jun
(32) |
Jul
(36) |
Aug
(10) |
Sep
(16) |
Oct
(3) |
Nov
(13) |
Dec
(7) |
| 2013 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
(9) |
Jul
(5) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(3) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
(6) |
Feb
|
Mar
|
Apr
(10) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
| 2018 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
1
(2) |
|
2
(4) |
3
(3) |
4
(2) |
5
(5) |
6
(2) |
7
(2) |
8
(2) |
|
9
|
10
(2) |
11
(2) |
12
(1) |
13
(5) |
14
(1) |
15
|
|
16
|
17
(1) |
18
|
19
|
20
(2) |
21
(2) |
22
|
|
23
|
24
(1) |
25
|
26
|
27
(3) |
28
(4) |
29
(4) |
|
30
(1) |
31
(1) |
|
|
|
|
|
|
From: Irfan M. <irf...@gm...> - 2005-10-13 17:10:50
|
Thanks a lot. This was really helpful. On 10/13/05, Jost Boekemeier <jos...@ya...> wrote: > Hi Mohammed, > > > knows where the jvm > > gets initialized and started so that i can set some > > env variables that > > when the RunJavaBridge executable exists in the php > extension dir it will be called instead of java, > please see the "java command" from phpinfo() for > details. > > On RedHat Fedora the following could be used: > > # rename RunJavaBridge > mv /usr/lib/php/modules/RunJavaBridge \ > /usr/lib/php/modules/RunJavaBridge.bin > > # create a custom RunJavaBridge script > cat >/usr/lib/php/modules/RunJavaBridge <<\EOF1 > #!/bin/sh > # This is a custom script which calls the JVM > # with additional arguments. > > $java=3D$1; shift > $args=3D"$@"; > $myArgs=3D"-Dphp.java.bridge.threads=3D30"; > > exec /usr/lib/php/modules/RunJavaBridge.bin \ > $java \ > $myArgs \ > $args > EOF1 > > # make our script executable. > chmod +x /usr/lib/php/modules/RunJavaBridge > > (The above example calls the saved RunJavaBridge.bin > because it still carries the javabridge_t security > context. If you don't have Security Enhanced Linux or > if you have tagged your RunJavaBridge script with > javabridge_t, you can remove the old RunJavaBridge.bin > and call java directly.) > > Regards, > Jost Boekemeier > > > > > > > > ___________________________________________________________ > Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmeld= en: http://mail.yahoo.de > |
|
From: Jost B. <jos...@ya...> - 2005-10-13 16:33:33
|
Hi Mohammed,
> knows where the jvm
> gets initialized and started so that i can set some
> env variables that
when the RunJavaBridge executable exists in the php
extension dir it will be called instead of java,
please see the "java command" from phpinfo() for
details.
On RedHat Fedora the following could be used:
# rename RunJavaBridge
mv /usr/lib/php/modules/RunJavaBridge \
/usr/lib/php/modules/RunJavaBridge.bin
# create a custom RunJavaBridge script
cat >/usr/lib/php/modules/RunJavaBridge <<\EOF1
#!/bin/sh
# This is a custom script which calls the JVM
# with additional arguments.
$java=$1; shift
$args="$@";
$myArgs="-Dphp.java.bridge.threads=30";
exec /usr/lib/php/modules/RunJavaBridge.bin \
$java \
$myArgs \
$args
EOF1
# make our script executable.
chmod +x /usr/lib/php/modules/RunJavaBridge
(The above example calls the saved RunJavaBridge.bin
because it still carries the javabridge_t security
context. If you don't have Security Enhanced Linux or
if you have tagged your RunJavaBridge script with
javabridge_t, you can remove the old RunJavaBridge.bin
and call java directly.)
Regards,
Jost Boekemeier
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
|
|
From: Irfan M. <irf...@gm...> - 2005-10-13 02:59:28
|
how to pass env variables at jvm startup? i need to pass some other environment variables to the vm. i am using gentoo with apache2 and php5; if anyone knows where the jvm gets initialized and started so that i can set some env variables that will be real helpful. right now when apache2 is started the php-java-bridge is started with the parameters specified in the java.ini. i just need to find out where and how the jvm is initialized. thanks a lot. Irfan |
|
From: Irfan M. <irf...@gm...> - 2005-10-13 02:38:18
|
how to pass env variables at jvm startup? i need to pass some other environment variables to the vm. i am using gentoo with apache2 and php5; if anyone knows where the jvm gets initialized and started so that i can set some env variables that will be real helpful. right now when apache2 is started the php-java-bridge is started with the parameters specified in the java.ini. i just need to find out where and how the jvm is initialized. thanks a lot. Irfan |
|
From: Andreas K. <ako...@we...> - 2005-10-13 02:14:41
|
Jost Boekemeier schrieb:
>Anyway, a strace `which javac` test.java 2>strace.log
>should give some insight.
>
>
Seems I can't ececut anything from java.
if I type:
/opt/ibm-jdk-bin-1.4.2/bin/javac
I only get
"Killed"
on commandline.
When I use strace, the end is:
open("/opt/ibm-jdk-bin-1.4.2/jre/bin/libjitc.so", O_RDONLY) = 20
read(20, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300}\1"...,
512) = 512
fstat64(20, {st_mode=S_IFREG|0755, st_size=2492116, ...}) = 0
mmap2(NULL, 3870384, PROT_READ|PROT_EXEC, MAP_PRIVATE, 20, 0) = 0x2f510000
mmap2(0x2f75f000, 61440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED,
20, 0x24e) = 0x2f75f000
mmap2(0x2f76e000, 1388208, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2f76e000
close(20) = 0
mprotect(0x2f510000, 2420736, PROT_READ|PROT_WRITE) = 0
mprotect(0x2f510000, 2420736, PROT_READ|PROT_EXEC) = 0
open("/etc/mtab", O_RDONLY) = 20
fstat64(20, {st_mode=S_IFREG|0644, st_size=105, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x2e6cf000
read(20, "/dev/hda3 / ext3 rw,noatime 0 0\n"..., 4096) = 105
close(20) = 0
munmap(0x2e6cf000, 4096) = 0
open("/proc/stat", O_RDONLY) = 20
fstat64(20, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x2e6cf000
read(20, "cpu 8076674 231275 3399085 7254"..., 4096) = 713
read(20, "", 4096) = 0
close(20) = 0
munmap(0x2e6cf000, 4096) = 0
uname({sys="Linux", node="rainbow", ...}) = 0
+++ killed by SIGKILL +++
My kernel-version is 2.4.31, with grsecurity patches (PAX...), perhaps
it has something to do with that?
I have never used Java on Linux, so perhaps I'm missing something.
It's strange, I can execute "java", but "javac" gets killed somehow.
regards
Andreas
|