Every jdk app I run responds with "Killed" and exits

We are having a very frustrating time dealing with an issue affecting every java or jdk application we run. We've tried upgrading to jdk 1.4.2-06 and 1.4.2-07 with no luck. Does anybody have any ideas what's going on or how I can fix this? This is very urgent to get this up and running on this server, so I really appreciate any prompt responses. Take a look, it's the craziest thing I've ever seen. And don't forget it was working fine until after we upgraded an email server which automatically upgraded other libraries in this system. I'm really not sure when this started happening so I'm not sure if the email server side effects had anything to do with this. This is happening for all versions of the jdk installed:
[root@supra bin]# ls -lah
total 1.7M
drwxr-xr-x 2 root bin 4.0K Jan 25 01:54 .
drwxr-xr-x 8 root root 4.0K Jan 25 01:54 ..
-rwxr-xr-x 1 root bin 65K Jan 15 15:08 appletviewer
-rwxr-xr-x 1 root bin 65K Jan 15 15:12 extcheck
-rwxr-xr-x 1 root bin 1.1K Jan 15 15:22 HtmlConverter
-rwxr-xr-x 1 root bin 65K Jan 15 14:58 idlj
-rwxr-xr-x 1 root bin 65K Jan 15 15:00 jar
-rwxr-xr-x 1 root bin 65K Jan 15 15:00 jarsigner
-rwxr-xr-x 1 root bin 63K Jan 15 14:52 java
-rwxr-xr-x 1 root bin 65K Jan 15 14:53 javac
-rwxr-xr-x 1 root bin 65K Jan 15 14:53 javadoc
-rwxr-xr-x 1 root bin 65K Jan 15 14:54 javah
-rwxr-xr-x 1 root bin 65K Jan 15 15:09 javap
-r-xr-xr-x 1 root bin 1.7K Jan 15 15:09 java-rmi.cgi
-rwxr-xr-x 1 root bin 65K Jan 15 15:12 jdb
-rwxr-xr-x 1 root bin 65K Jan 15 14:59 keytool
-rwxr-xr-x 1 root bin 65K Jan 15 15:00 kinit
-rwxr-xr-x 1 root bin 65K Jan 15 15:00 klist
-rwxr-xr-x 1 root bin 65K Jan 15 15:00 ktab
-rwxr-xr-x 1 root bin 65K Jan 15 15:10 native2ascii
-rwxr-xr-x 1 root bin 65K Jan 15 15:11 orbd
-rwxr-xr-x 1 root bin 65K Jan 15 15:00 policytool
-rwxr-xr-x 1 root bin 65K Jan 15 15:09 rmic
-rwxr-xr-x 1 root bin 65K Jan 15 15:09 rmid
-rwxr-xr-x 1 root bin 65K Jan 15 15:09 rmiregistry
-rwxr-xr-x 1 root bin 65K Jan 15 15:10 serialver
-rwxr-xr-x 1 root bin 65K Jan 15 15:11 servertool
-rwxr-xr-x 1 root bin 65K Jan 15 15:11 tnameserv
[root@supra bin]# pwd
/usr/java/j2sdk1.4.2_07/bin
[root@supra bin]# ./java
Killed
[root@supra bin]# ./javah
Killed
[root@supra bin]# ./javac
Killed
[root@supra bin]# ./appletviewer
Killed
[root@supra bin]# ./keytool
Killed
[root@supra bin]# ./rmic
Killed
[root@supra bin]# ./jar
Killed
[root@supra bin]# ./javadoc
Killed
[root@supra bin]#

Hi amorrow, thanks for the help! Yes, this is linux, Redhat 9. uname -a output:
[root@supra root]# /bin/uname -a
Linux supra 2.4.28-grsec #1 Thu Jan 13 02:22:17 EST 2005 i686 i686 i386 GNU/Linux
[root@supra root]#
any ideas about this?
[root@supra root]# /usr/bin/strace /usr/java/j2sdk1.4.2_07/bin/java > /tmp/a.tmp 2>&1
[root@supra root]# cat /tmp/a.tmp
execve("/usr/java/j2sdk1.4.2_07/bin/java", ["/usr/java/j2sdk1.4.2_07/bin/java"], [* 22 vars */]) = 0
uname({sys="Linux", node="supra", ...}) = 0
brk(0) = 0x8063dd4
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2982a000
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=17636, ...}) = 0
old_mmap(NULL, 17636, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2982b000
close(3) = 0
open("/lib/i686/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200A\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=93268, ...}) = 0
old_mmap(NULL, 325088, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x29830000
old_mmap(0x2983d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xd000) = 0x2983d000
old_mmap(0x29840000, 259552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x29840000
close(3) = 0
open("/lib/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\30"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=15900, ...}) = 0
old_mmap(NULL, 13176, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x29880000
old_mmap(0x29883000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0x29883000
close(3) = 0
open("/lib/i686/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300Z\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1548424, ...}) = 0
old_mmap(NULL, 1275588, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x29884000
old_mmap(0x299b6000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x132000) = 0x299b6000
old_mmap(0x299b9000, 9924, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x299b9000
close(3) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x299bc000
munmap(0x2982b000, 17636) = 0
brk(0) = 0x8063dd4
brk(0x8064dd4) = 0x8064dd4
brk(0) = 0x8064dd4
brk(0x8065000) = 0x8065000
set_thread_area({entry_number:-1 -> -1, base_addr:0x8064040, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = -1 ENOSYS (Function not implemented)
modify_ldt(1, {entry_number:0, base_addr:0x8064040, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}, 16) = 0
getpid() = 29032
rt_sigaction(SIGRTMIN, {0x29837e10, [], SA_RESTORER, 0x298ac5d8}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x29837e60, [], SA_RESTORER, 0x298ac5d8}, NULL, 8) = 0
rt_sigaction(SIGRT_2, {0x29838820, [], SA_RESTORER, 0x298ac5d8}, NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [33], NULL, 8) = 0
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0x5b67502c, 31, (nil), 0}) = 0
readlink("/proc/self/exe", "/usr/java/j2sdk1.4.2_07/bin/java", 4095) = 32
access("/usr/java/j2sdk1.4.2_07/lib/i386/libjava.so", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/java/j2sdk1.4.2_07/jre/lib/i386/libjava.so", F_OK) = 0
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/jvm.cfg", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=671, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2982b000
read(3, "#\n# @(#)jvm.cfg\t1.7 03/01/23\n# \n"..., 4096) = 671
read(3, "", 4096) = 0
close(3) = 0
munmap(0x2982b000, 4096) = 0
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/libjvm.so", {st_mode=S_IFREG|0755, st_size=5192831, ...}) = 0
getgid32() = 0
getegid32() = 0
getuid32() = 0
geteuid32() = 0
getpid() = 29032
rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0
execve("/usr/java/j2sdk1.4.2_07/bin/java", ["/usr/java/j2sdk1.4.2_07/bin/java"...], [* 23 vars */]) = 0
uname({sys="Linux", node="supra", ...}) = 0
brk(0) = 0x805ee44
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x21f99000
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/tls/i686/mmx/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/tls/i686/mmx", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/tls/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/tls/i686", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/tls/mmx/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/tls/mmx", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/tls", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/i686/mmx/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/i686/mmx", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/i686", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/mmx/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/mmx", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/tls/i686/mmx/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/tls/i686/mmx", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/tls/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/tls/i686", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/tls/mmx/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/tls/mmx", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/tls", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/i686/mmx/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/i686/mmx", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/i686", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/mmx/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/mmx", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/tls/i686/mmx/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/tls/i686/mmx", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/tls/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/tls/i686", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/tls/mmx/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/tls/mmx", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/tls", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/i686/mmx/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/i686/mmx", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/i686", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/mmx/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/mmx", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/../lib/i386/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/java/j2sdk1.4.2_07/jre/../lib/i386", 0x5f6e5e00) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=17636, ...}) = 0
old_mmap(NULL, 17636, PROT_READ, MAP_PRIVATE, 3, 0) = 0x21f9a000
close(3) = 0
open("/lib/i686/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200A\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=93268, ...}) = 0
old_mmap(NULL, 325088, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x21f9f000
old_mmap(0x21fac000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xd000) = 0x21fac000
old_mmap(0x21faf000, 259552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x21faf000
close(3) = 0
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\30"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=15900, ...}) = 0
old_mmap(NULL, 13176, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x21fef000
old_mmap(0x21ff2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0x21ff2000
close(3) = 0
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/i686/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300Z\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1548424, ...}) = 0
old_mmap(NULL, 1275588, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x21ff3000
old_mmap(0x22125000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x132000) = 0x22125000
old_mmap(0x22128000, 9924, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x22128000
close(3) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2212b000
munmap(0x21f9a000, 17636) = 0
brk(0) = 0x805ee44
brk(0x805fe44) = 0x805fe44
brk(0) = 0x805fe44
brk(0x8060000) = 0x8060000
set_thread_area({entry_number:-1 -> -1, base_addr:0x805f0a0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = -1 ENOSYS (Function not implemented)
modify_ldt(1, {entry_number:0, base_addr:0x805f0a0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}, 16) = 0
getpid() = 29032
rt_sigaction(SIGRTMIN, {0x21fa6e10, [], SA_RESTORER, 0x2201b5d8}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x21fa6e60, [], SA_RESTORER, 0x2201b5d8}, NULL, 8) = 0
rt_sigaction(SIGRT_2, {0x21fa7820, [], SA_RESTORER, 0x2201b5d8}, NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [33], NULL, 8) = 0
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0x5f6e640c, 31, (nil), 0}) = 0
readlink("/proc/self/exe", "/usr/java/j2sdk1.4.2_07/bin/java", 4095) = 32
access("/usr/java/j2sdk1.4.2_07/lib/i386/libjava.so", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/java/j2sdk1.4.2_07/jre/lib/i386/libjava.so", F_OK) = 0
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/jvm.cfg", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=671, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x21f9a000
read(3, "#\n# @(#)jvm.cfg\t1.7 03/01/23\n# \n"..., 4096) = 671
read(3, "", 4096) = 0
close(3) = 0
munmap(0x21f9a000, 4096) = 0
stat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/libjvm.so", {st_mode=S_IFREG|0755, st_size=5192831, ...}) = 0
getgid32() = 0
getegid32() = 0
getuid32() = 0
geteuid32() = 0
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/libjvm.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\332\t"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=5192831, ...}) = 0
old_mmap(NULL, 4371592, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x2212c000
old_mmap(0x2252a000, 114688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x3fd000) = 0x2252a000
old_mmap(0x22546000, 70792, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x22546000
close(3) = 0
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=17636, ...}) = 0
old_mmap(NULL, 17636, PROT_READ, MAP_PRIVATE, 3, 0) = 0x21f9a000
close(3) = 0
open("/lib/libnsl.so.1", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p<\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=91624, ...}) = 0
old_mmap(NULL, 85184, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x22558000
old_mmap(0x2256a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x11000) = 0x2256a000
old_mmap(0x2256b000, 7360, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2256b000
close(3) = 0
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/i686/libm.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2004\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=212020, ...}) = 0
brk(0) = 0x8060000
brk(0x8061000) = 0x8061000
old_mmap(NULL, 138496, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x2256d000
old_mmap(0x2258e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x20000) = 0x2258e000
close(3) = 0
munmap(0x21f9a000, 17636) = 0
getpid() = 29032
open("/etc/mtab", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=218, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x21f9a000
read(3, "/dev/sda3 / ext3 rw 0 0\nnone /pr"..., 4096) = 218
close(3) = 0
munmap(0x21f9a000, 4096) = 0
open("/proc/stat", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x21f9a000
read(3, "cpu 5523406 82167 2079465 71176"..., 4096) = 321
read(3, "", 4096) = 0
close(3) = 0
munmap(0x21f9a000, 4096) = 0
open("/etc/mtab", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=218, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x21f9a000
read(3, "/dev/sda3 / ext3 rw 0 0\nnone /pr"..., 4096) = 218
close(3) = 0
munmap(0x21f9a000, 4096) = 0
open("/proc/meminfo", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x21f9a000
read(3, " total: used: free:"..., 4096) = 526
close(3) = 0
munmap(0x21f9a000, 4096) = 0
gettimeofday({1106786921, 484755}, NULL) = 0
lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/java", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/java/j2sdk1.4.2_07", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/java/j2sdk1.4.2_07/jre", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/java/j2sdk1.4.2_07/jre/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/libjvm.so", {st_mode=S_IFREG|0755, st_size=5192831, ...}) = 0
open(".hotspotrc", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/endorsed", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory)
rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSEGV, {0x21faa4f0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x2201b5d0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPIPE, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPIPE, {0x21faa4f0, ~[], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2201b5d0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCHLD, {0x21faa4f0, ~[], SA_RESTORER|SA_RESTART|SA_SIGINFO|SA_NOCLDSTOP, 0x2201b5d0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGBUS, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGBUS, {0x21faa4f0, ~[], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2201b5d0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGILL, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGILL, {0x21faa4f0, ~[], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2201b5d0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGFPE, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGFPE, {0x21faa4f0, ~[], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2201b5d0}, {SIG_DFL}, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=2147483647}) = 0
open("/proc/self/stat", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x21f9a000
read(3, "29032 (java) R 28580 28580 16744"..., 4096) = 149
read(3, "", 4096) = 0
close(3) = 0
munmap(0x21f9a000, 4096) = 0
open("/proc/sys/vm/heap-stack-gap", O_RDONLY) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigaction(SIGUSR2, {0x21faa4f0, [RTMIN], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2201b5d0}, NULL, 8) = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
setrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/native_threads/libhpi.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220+\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=33188, ...}) = 0
old_mmap(NULL, 35584, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x2258f000
old_mmap(0x22597000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x7000) = 0x22597000
close(3) = 0
brk(0) = 0x8061000
brk(0x8062000) = 0x8062000
geteuid32() = 0
brk(0) = 0x8062000
brk(0x8063000) = 0x8063000
socket(PF_UNIX, SOCK_STREAM, 0) = 3
connect(3, {sa_family=AF_UNIX, path="/var/run/.nscd_socket"}, 110) = -1 ENOENT (No such file or directory)
close(3) = 0
open("/etc/nsswitch.conf", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=1686, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x21f9a000
read(3, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 4096) = 1686
read(3, "", 4096) = 0
close(3) = 0
munmap(0x21f9a000, 4096) = 0
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/client/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/java/j2sdk1.4.2_07/jre/lib/i386/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=17636, ...}) = 0
old_mmap(NULL, 17636, PROT_READ, MAP_PRIVATE, 3, 0) = 0x21f9a000
close(3) = 0
open("/lib/libnss_files.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\35\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=52492, ...}) = 0
old_mmap(NULL, 47068, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x22598000
old_mmap(0x225a3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xa000) = 0x225a3000
close(3) = 0
munmap(0x21f9a000, 17636) = 0
open("/etc/passwd", O_RDONLY) = 3
fcntl64(3, F_GETFD) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=1144, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x21f9a000
read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 1144
close(3) = 0
munmap(0x21f9a000, 4096) = 0
open("/tmp/hsperfdata_root", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
brk(0) = 0x8063000
brk(0x8064000) = 0x8064000
lstat64("/tmp/hsperfdata_root", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents64(3, /* 3 entries */, 4096) = 80
kill(26728, SIG_0) = -1 ESRCH (No such process)
unlink("/tmp/hsperfdata_root/26728") = 0
getdents64(3, /* 0 entries */, 4096) = 0
close(3) = 0
mkdir("/tmp/hsperfdata_root", 0755) = -1 EEXIST (File exists)
lstat64("/tmp/hsperfdata_root", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/tmp/hsperfdata_root/29032", O_RDWR|O_CREAT|O_TRUNC, 0600) = 3
ftruncate(3, 16384) = 0
mmap2(NULL, 16384, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0) = 0x21f9a000
close(3) = 0
sched_getscheduler(0x7168) = 0
sched_getparam(0x7168, 0x5f6e45a8) = 0
sched_getscheduler(0x7168) = 0
sched_getparam(0x7168, 0x5f6e45a4) = 0
mmap2(0xe000, 12288, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xe000
mprotect(0xe000, 12288, PROT_NONE) = 0
getpid() = 29032
sched_getscheduler(0x7168) = 0
sched_getparam(0x7168, 0x5f6e4558) = 0
mmap2(0x4000, 40960, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4000
sigaltstack({ss_sp=0x4000, ss_flags=0, ss_size=40960}, NULL) = 0
rt_sigaction(SIGHUP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT USR2 TERM CHLD], NULL, 8) = 0
+++ killed by SIGKILL +++
[root@supra root]#

Similar Messages

  • TS1702 what is the point of the Ipod touch(2nd generation)?Every single app Is not compatible with it.Seems like a complete ripoff to me.My phone was alot cheaper and does way more.Very frustrated with this device.

    what is the point of the Ipod Touch(2nd generation)?Every single app is not compatible with it.Am I missing something?My cell phone cost 1/2 as much and does way more.This is why I don't normally purchase any apple products.Overpriced flashlight,that's about all it does.

    There are still some apps compatible, with the 2G. Also, since September, Apple has now allowed download the last version of apps that were compatible with the 2G but have been updated to no longer be compatibles
    To more easily find compatible apps:
    iOSSearch - search the iTunes store for compatible apps.
    Apple Club - filter apps by iOS version.
    App Store: Downloading Older Versions of Apps on iOS - Apple Club
    App Store: Install the latest compatible version of an app

  • Photoshop CS6 keeps crashing. I am using a brand new IMAC, I have 16GB RAM recently updated as it was running slow with 8GB and lots of hardrive space. When it crashes, i lose all my presents and it changes my preferences, it also fails to save or produce

    Photoshop CS6 keeps crashing. I am using a brand new IMAC, I have 16GB RAM recently updated as it was running slow with 8GB and lots of hardrive space. When it crashes, i lose all my presents and it changes my preferences, it also fails to save or produce a recovered file despite settings asking it to do so every 5 mins now. When i try to report the problem, it says it has found an issue and gives me a link to a solution....but wont let me click on the link.... PLEASE HELP! It's killing my productivity.

    If the crash started right after you added RAM, it could be a bad Ram dimm. You can try this - change the amount of RAM in Photoshop to 4G, this should stop Photoshop from using the higher ram. If it doesn't crash, it's probably the ram. Or run a diagnostic app. You don't say when it crashes, what you're doing when it crashes - it there a pattern? Did it ever work on this computer? Did it work on your previous computer? Without a lot of data, it could be related to the new computer... What OS version? Did you recently update it? Have you updated Photoshop to the most recent update?
    Do you have any plug-ins loaded? Try restarting Photoshop, and immediately press & hold the shfit key to turn off plug-ins.

  • When making a call, sometimes, my iPhone 5 , gets stuck on 'Calling' than I have to press END..but still nothing happens, than when I press HOME button, the call app keeps running in the background and it keeps saying CALLING... please help

    When making a call, sometimes, my iPhone 5 , gets stuck on 'Calling' than I have to press END..but still nothing happens, than when I press HOME button, the call app keeps running in the background and it keeps saying CALLING... than I have to wait 2 - 3 minutes and call again.
    please help

    Has nothing to do with the SIM or master reset.  This has been done to my phone.  The SIM once and the factory reset many times over.  You all just sold us a bad piece of equipment and have us by the tail with our contracts so none of us can get a new phone without paying full price or re-upping our contract.  I just got off the phone last night with your high up tech people (you know, the hidden number we get once we tear into your support people enough), they went into my phone again and still didn't find anything wrong.  I about got fired from my job for not getting my calls and texts.  The BBB has now been contacted, and I feel your end should shore this up for all of us!

  • How do it get my app to show up with message and mail when the user press "share contact" on the iPhone

    Hi Everyone
    Would like to check if it is possible to let my app show up togather with message and mail app when the user clicks on "share contact" from their contact edit.
    Thanks in advance.

    Check that you still have the "Bookmarks Toolbar items" placed on the Bookmarks Toolbar
    * Make sure that you have the "Bookmarks Toolbar" visible: "View > Toolbars"
    * Check in "View > Toolbars > Customize" that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    * If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the Customize window onto the Bookmarks Toolbar
    * If you do not see the "Bookmarks Toolbar items" then click the "Restore Default Set" button
    See also:
    * http://kb.mozillazine.org/Toolbar_customization

  • Hello every body .. my ipad blocked with icloud and i dont remember the email or even birthday i've wrote I just remember the security question ... what can i do in this case to restor my email working ?? thx

    hello every body .. my ipad blocked with icloud and i dont remember the email or even birthday i've wrote I just remember the security questions ... what can i do in this case to restor my email back ?? thx

    Do you mean that the iPad is on the activation screen ? If it is then does it not show the first letter of your email address and the provider e.g. similar to :
    If that is what you are seeing then you don't remember any email account that you had starting with that letter with that provider ? If not then do you know if you have any of the account's downloads in your computer's iTunes library : Recovering a forgotten iTunes Store account name ?
    Or see if you can find it via http://appleid.apple.com : Apple ID: How to find your Apple ID
    If you cant remember or find your id then you won't be able to use your iPad

  • E72: every single app is running

    This morning a new issue has arises on my E72.
    In the menu, every single app and subfolder is marked with the green running circle.
    Of course none is running. Checking running apps only shows menu and standby.
    Not a big issue and reboot fixes it, but still...

    Got my E-72 about 3 month ago. What you'r discribing happened once to me about 1.5 month ago. After that it dit not happen anymore. Until now. Don't know  how it happened,
    CPB

  • [FIXED] Compiz runs only with emerald and crashes with metacity

    Hey,
    I currently try to use a metacity theme and have compiz enabled but apparently that's something compiz doesn't really like.
    One think i noticed in fusion-icon is that the entire metacity option under: "Select Window Devorator" is just not there.. (or was that always the case?)
    Oke, things i have done so far:
    - Search this forum (obviously) nothing found with a solution
    - Searched the wiki (same results)
    - in gconf-editor /desktop/gnome/session/required_components/windowmanager set to compiz (like said in the Compiz wiki page on archlinux.org
    - disabled metacity as compositing manager (tried with enabled as well but the same results)
    - right now i have the compiz bash script from ubuntu (tweaked a little) and that starts up compiz just fine but not with metacity
    And incase you want the script:
    #!/bin/sh
    # Compiz Manager wrapper script
    # Copyright (c) 2007 Kristian Lyngstøl <[email protected]>
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    # GNU General Public License for more details.
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    # Contributions by: Treviño (3v1n0) <[email protected]>, Ubuntu Packages
    # Much of this code is based on Beryl code, also licensed under the GPL.
    # This script will detect what options we need to pass to compiz to get it
    # started, and start a default plugin and possibly window decorator.
    COMPIZ_BIN_PATH="/usr/bin/" # For window decorators and compiz
    PLUGIN_PATH="/usr/lib/compiz/"
    GLXINFO="/usr/bin/glxinfo"
    KWIN="/usr/bin/kwin"
    METACITY="/usr/bin/metacity"
    XFWM="/usr/bin/xfwm"
    COMPIZ_NAME="compiz" # Final name for compiz (compiz.real)
    # For Xgl LD_PRELOAD
    LIBGL_NVIDIA="/usr/lib/nvidia/libGL.so.1.2.xlibmesa"
    LIBGL_FGLRX="/usr/lib/fglrx/libGL.so.1.2.xlibmesa"
    # Minimum amount of memory (in kilo bytes) that nVidia cards need
    # to be allowed to start
    # Set to 262144 to require 256MB
    NVIDIA_MEMORY="65536" # 64MB
    NVIDIA_SETTINGS="nvidia-settings" # Assume it's in the path by default
    # For detecting what driver is in use, the + is for one or more /'s
    XORG_DRIVER_PATH="/usr/lib/xorg/modules/drivers/+"
    FALLBACKWM="xterm"
    if [ x"$KDE_FULL_SESSION" = x"true" ]; then
    FALLBACKWM="${KWIN}";
    elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then
    FALLBACKWM="${METACITY}"
    elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then
    FALLBACKWM="${XFWM}"
    fi
    FALLBACKWM_OPTIONS="--replace $@"
    # Driver whitelist
    WHITELIST="nvidia intel ati radeon i810 fglrx"
    # blacklist based on the pci ids
    # See http://wiki.compiz-fusion.org/Hardware/Blacklist for details
    #T=" 1002:5954 1002:5854 1002:5955" # ati rs480
    #T="$T 1002:4153" # ATI Rv350
    #T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12" # intel 965
    T="$T 8086:2a02 " # Intel GM965
    T="$T 8086:3577 8086:2562 " # Intel 830MG, 845G (LP: #259385)
    BLACKLIST_PCIIDS="$T"
    unset T
    COMPIZ_OPTIONS="--ignore-desktop-hints --replace"
    COMPIZ_PLUGINS="core"
    ENV=""
    # Use emerald by default if it exist
    USE_EMERALD="yes"
    # No indirect by default
    INDIRECT="no"
    # Default X.org log if xset q doesn't reveal it
    XORG_DEFAULT_LOG="/var/log/Xorg.0.log"
    # Set to yes to enable verbose
    VERBOSE="yes"
    # Echos the arguments if verbose
    verbose()
    if [ "x$VERBOSE" = "xyes" ]; then
    printf "$*"
    fi
    # abort script and run fallback windowmanager
    abort_with_fallback_wm()
    if [ "x$SKIP_CHECKS" = "xyes" ]; then
    verbose "SKIP_CHECKS is yes, so continuing despite problems.\n"
    return 0;
    fi
    if [ "x$CM_DRY" = "xyes" ]; then
    verbose "Dry run failed: Problems detected with 3D support.'n"
    exit 1;
    fi
    verbose "aborting and using fallback: $FALLBACKWM \n"
    if [ -x $FALLBACKWM ]; then
    exec $FALLBACKWM $FALLBACKWM_OPTIONS
    else
    printf "no $FALLBACKWM found, exiting\n"
    exit 1
    fi
    # Check if we run with the Software Rasterizer, this happens e.g.
    # when a second screen session is opened via f-u-a on intel
    check_software_rasterizer()
    verbose "Checking for Software Rasterizer: "
    if glxinfo 2> /dev/null | egrep -q '^OpenGL renderer string: Software Rasterizer' ; then
    verbose "present. \n";
    return 0;
    else
    verbose "Not present. \n"
    return 1;
    fi
    # Check for non power of two texture support
    check_npot_texture()
    verbose "Checking for non power of two support: "
    if glxinfo 2> /dev/null | egrep -q '(GL_ARB_texture_non_power_of_two|GL_NV_texture_rectangle|GL_EXT_texture_rectangle|GL_ARB_texture_rectangle)' ; then
    verbose "present. \n";
    return 0;
    else
    verbose "Not present. \n"
    return 1;
    fi
    # Check for presence of FBConfig
    check_fbconfig()
    verbose "Checking for FBConfig: "
    if [ "$INDIRECT" = "yes" ]; then
    $GLXINFO -i | grep -q GLX.*fbconfig
    FB=$?
    else
    $GLXINFO | grep -q GLX.*fbconfig
    FB=$?
    fi
    if [ $FB = "0" ]; then
    unset FB
    verbose "present. \n"
    return 0;
    else
    unset FB
    verbose "not present. \n"
    return 1;
    fi
    # Check for TFP
    check_tfp()
    verbose "Checking for texture_from_pixmap: "
    if [ $($GLXINFO 2>/dev/null | grep -c GLX_EXT_texture_from_pixmap) -gt 2 ] ; then
    verbose "present. \n"
    return 0;
    else
    verbose "not present. \n"
    if [ "$INDIRECT" = "yes" ]; then
    unset LIBGL_ALWAYS_INDIRECT
    INDIRECT="no"
    return 1;
    else
    verbose "Trying again with indirect rendering:\n";
    INDIRECT="yes"
    export LIBGL_ALWAYS_INDIRECT=1
    check_tfp;
    return $?
    fi
    fi
    # Check wether the composite extension is present
    check_composite()
    verbose "Checking for Composite extension: "
    if xdpyinfo -queryExtensions | grep -q Composite ; then
    verbose "present. \n";
    return 0;
    else
    verbose "not present. \n";
    return 1;
    fi
    # Detects if Xgl is running
    check_xgl()
    verbose "Checking for Xgl: "
    if xvinfo | grep -q Xgl ; then
    verbose "present. \n"
    return 0;
    else
    verbose "not present. \n"
    return 1;
    fi
    # Check if the nVidia card has enough video ram to make sense
    check_nvidia_memory()
    if [ ! -x "$NVIDIA_SETTINGS" ]; then
    return 0
    fi
    MEM=$(${NVIDIA_SETTINGS} -q VideoRam | egrep Attribute\ \'VideoRam\'\ .*: | cut -d: -f3 | sed 's/[^0-9]//g')
    if [ $MEM -lt $NVIDIA_MEMORY ]; then
    verbose "Less than ${NVIDIA_MEMORY}kb of memory and nVidia";
    return 1;
    fi
    return 0;
    # Check for existence if NV-GLX
    check_nvidia()
    if [ ! -z $NVIDIA_INTERNAL_TEST ]; then
    return $NVIDIA_INTERNAL_TEST;
    fi
    verbose "Checking for nVidia: "
    if xdpyinfo | grep -q NV-GLX ; then
    verbose "present. \n"
    NVIDIA_INTERNAL_TEST=0
    return 0;
    else
    verbose "not present. \n"
    NVIDIA_INTERNAL_TEST=1
    return 1;
    fi
    # Check if the max texture size is large enough compared to the resolution
    check_texture_size()
    # Check how many screens we've got and iterate over them
    N=$(xdpyinfo | grep -i "number of screens" | sed 's/.*[^0-9]//g')
    for i in $(seq 1 $N); do
    verbose "Checking screen $i"
    TEXTURE_LIMIT=$(glxinfo -l | grep GL_MAX_TEXTURE_SIZE | sed -n "$i s/^.*=[^0-9]//g p")
    RESOLUTION=$(xdpyinfo | grep -i dimensions: | sed -n -e "$i s/^ *dimensions: *\([0-9]*x[0-9]*\) pixels.*/\1/ p")
    VRES=$(echo $RESOLUTION | sed 's/.*x//')
    HRES=$(echo $RESOLUTION | sed 's/x.*//')
    verbose "Comparing resolution ($RESOLUTION) to maximum 3D texture size ($TEXTURE_LIMIT): ";
    if [ $VRES -gt $TEXTURE_LIMIT ] || [ $HRES -gt $TEXTURE_LIMIT ]; then
    verbose "Failed.\n"
    return 1;
    fi
    verbose "Passed.\n"
    done
    return 0
    # check driver whitelist
    running_under_whitelisted_driver()
    LOG=$(xset q|grep "Log file"|awk '{print $3}')
    if [ "$LOG" = "" ]; then
    verbose "xset q doesn't reveal the location of the log file. Using fallback $XORG_DEFAULT_LOG \n"
    LOG=$XORG_DEFAULT_LOG;
    fi
    if [ -z "$LOG" ];then
    verbose "AIEEEEH, no Log file found \n"
    verbose "$(xset q) \n"
    return 0
    fi
    for DRV in ${WHITELIST}; do
    if egrep -q "Loading ${XORG_DRIVER_PATH}${DRV}_drv\.so" $LOG &&
    ! egrep -q "Unloading ${XORG_DRIVER_PATH}${DRV}_drv\.so" $LOG;
    then
    return 0
    fi
    done
    verbose "No whitelisted driver found\n"
    return 1
    # check pciid blacklist
    have_blacklisted_pciid()
    OUTPUT=$(lspci -n)
    for ID in ${BLACKLIST_PCIIDS}; do
    if echo "$OUTPUT" | egrep -q "$ID"; then
    verbose "Blacklisted PCIID '$ID' found \n"
    return 0
    fi
    done
    OUTPUT=$(lspci -vn | grep -i VGA)
    verbose "Detected PCI ID for VGA: $OUTPUT\n"
    return 1
    build_env()
    if check_nvidia; then
    ENV="__GL_YIELD=NOTHING "
    fi
    if [ "$INDIRECT" = "yes" ]; then
    ENV="$ENV LIBGL_ALWAYS_INDIRECT=1 "
    fi
    if check_xgl; then
    if [ -f ${LIBGL_NVIDIA} ]; then
    ENV="$ENV LD_PRELOAD=${LIBGL_NVIDIA}"
    verbose "Enabling Xgl with nVidia drivers...\n"
    fi
    if [ -f ${LIBGL_FGLRX} ]; then
    ENV="$ENV LD_PRELOAD=${LIBGL_FGLRX}"
    verbose "Enabling Xgl with fglrx ATi drivers...\n"
    fi
    fi
    ENV="$ENV FROM_WRAPPER=yes"
    if [ -n "$ENV" ]; then
    export $ENV
    fi
    build_args()
    if [ "x$INDIRECT" = "xyes" ]; then
    COMPIZ_OPTIONS="$COMPIZ_OPTIONS --indirect-rendering "
    fi
    if [ ! -z "$DESKTOP_AUTOSTART_ID" ]; then
    COMPIZ_OPTIONS="$COMPIZ_OPTIONS --sm-client-id $DESKTOP_AUTOSTART_ID"
    fi
    if check_nvidia; then
    if [ "x$INDIRECT" != "xyes" ]; then
    COMPIZ_OPTIONS="$COMPIZ_OPTIONS --loose-binding"
    fi
    fi
    # Execution begins here.
    # Read configuration from XDG paths
    if [ -z "$XDG_CONFIG_DIRS" ]; then
    test -f /etc/xdg/compiz/compiz-manager && . /etc/xdg/compiz/compiz-manager
    for f in /etc/xdg/compiz/compiz-manager.d/*; do
    test -e $f && . $f
    done
    else
    OLD_IFS=$IFS
    IFS=:
    for CONFIG_DIR in $XDG_CONFIG_DIRS
    do
    test -f $CONFIG_DIR/compiz/compiz-manager && . $CONFIG_DIR/compiz/compiz-manager
    for f in $CONFIG_DIRS/compiz/compiz-manager.d/*; do
    test -e $f && . $f
    done
    done
    IFS=$OLD_IFS
    unset OLD_IFS
    fi
    if [ -z "$XDG_CONFIG_HOME" ]; then
    test -f $HOME/.config/compiz/compiz-manager && . $HOME/.config/compiz/compiz-manager
    else
    test -f $XDG_CONFIG_HOME/compiz/compiz-manager && . $XDG_CONFIG_HOME/compiz/compiz-manager
    fi
    # Don't use compiz when running the failsafe session
    if [ "x$GNOME_DESKTOP_SESSION_ID" = "xFailsafe" ]; then
    abort_with_fallback_wm
    fi
    if [ "x$LIBGL_ALWAYS_INDIRECT" = "x1" ]; then
    INDIRECT="yes";
    fi
    # if we run under Xgl, we can skip some tests here
    if ! check_xgl; then
    # if vesa or vga are in use, do not even try glxinfo (LP#119341)
    if ! running_under_whitelisted_driver || have_blacklisted_pciid; then
    abort_with_fallback_wm
    fi
    # check if we have the required bits to run compiz and if not,
    # fallback
    if ! check_tfp || ! check_npot_texture || ! check_composite || ! check_texture_size; then
    abort_with_fallback_wm
    fi
    # check if we run with software rasterizer and if so, bail out
    if check_software_rasterizer; then
    verbose "Software rasterizer detected, aborting"
    abort_with_fallback_wm
    fi
    if check_nvidia && ! check_nvidia_memory; then
    abort_with_fallback_wm
    fi
    if ! check_fbconfig; then
    abort_with_fallback_wm
    fi
    fi
    # load the ccp plugin if present and fallback to plain gconf if not
    if [ -f ${PLUGIN_PATH}libccp.so ]; then
    COMPIZ_PLUGINS="$COMPIZ_PLUGINS ccp"
    elif [ -f ${PLUGIN_PATH}libgconf.so ]; then
    COMPIZ_PLUGINS="$COMPIZ_PLUGINS glib gconf"
    fi
    # enable gnomecompat if we run under gnome
    if [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ] && [ ! -e ~/.compiz-gnomecompat ]; then
    verbose "running under gnome seesion, checking for gnomecompat\n"
    if ! gconftool -g /apps/compiz/general/allscreens/options/active_plugins|grep -q gnomecompat; then
    verbose "adding missing gnomecompat\n"
    V=$(gconftool -g /apps/compiz/general/allscreens/options/active_plugins|sed s/mousepoll,/mousepoll,gnomecompat,/)
    if ! echo $V|grep -q gnomecompat; then
    verbose "can not add gnomecompat, reseting\n"
    gconftool --unset /apps/compiz/general/allscreens/options/active_plugins
    else
    gconftool -s /apps/compiz/general/allscreens/options/active_plugins --type list --list-type=string $V
    fi
    touch ~/.compiz-gnomecompat
    fi
    fi
    # get environment
    build_env
    build_args
    if [ "x$CM_DRY" = "xyes" ]; then
    verbose "Dry run finished: everything should work with regards to Compiz and 3D.\n"
    verbose "Execute: ${COMPIZ_BIN_PATH}${COMPIZ_NAME} $COMPIZ_OPTIONS "$@" $COMPIZ_PLUGINS \n"
    exit 0;
    fi
    ${COMPIZ_BIN_PATH}${COMPIZ_NAME} $COMPIZ_OPTIONS "$@" $COMPIZ_PLUGINS || exec $FALLBACKWM $FALLBACKWM_OPTIONS
    That's it so far.
    So again what i try to do is running compiz with metacity decorations.
    I hope someone can help me here,
    Mark.
    Last edited by markg85 (2009-06-28 00:26:04)

    whoops wrote:
    Wait, what, I thought metacity isn't as window decorator, it is a window manager, right? I don't really get what you're trying to do... maybe install compiz-decorator-gtk and use it instead of emerald?
    edit: aaah, yes, I think you're missing compiz-decorator-gtk, try that, look at fusion icon "window decorator" option again.
    Strange.. i was under the impression that pacman -S compiz-fusion would install GTK and QT decorators... guess not.
    This issue is fixed now. Running metacity decorations now WITH compiz.

  • HP 7210 running correctly with Tiger and Classic ?

    I would like to buy a new printer which would be running
    perfectly under Tiger and Classic.
    Did you test this one with success?
    I'm asking this question because:
    - The HP web server isn't sufficiently clear about this
    point.
    - The technical persons I got on the phone at HP hotline
    were worse.
    Could you advise me a color printer (with scanner and
    copier) which is running without a problem on:
    - Panther,
    - Tiger,
    - Classic on Tiger?
    dan    

    Classic printing is a mixed bag. I do know Cannon's website actually lists certain printers as compatible with Classic. I haven't seen such specifications in any other manufacturer's website. I might add though, some printers can be made Classic compatible with these articles' info:
    http://docs.info.apple.com/article.html?artnum=300849
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh660.html
    I suggest getting the printer from a place with a liberal return policy so if neither of these work, you can try another printer.
    What program do you need that you don't have to be Mac OS X native? Perhaps I can recommend an alternative which is.

  • Developing flex apps that use blazeds with flexbuilder and eclipse

    Hi all,
    Im new to Flex. I'm trying to setup my development environment. What I've noticed is that when blazeds is started and I run a flex project, it creates a folder in the blazeds root folder named $ProjectName-debug (replace $ProjectName with the actual project name). Once this folder is created, and the flash page is accessed, it cannot be deleted until blazeds is actually stopped. The files on that folder seem to be locked. While this folder is locked, eclipse cannot seem to re-build the project (specifically clean). Thus every small change I make to the project, I'm currently having to stop blazeds, clean the flex project, start blazeds, run the flex project.What makes things worse is that I have to start our application along with blazeds so it can retrieve the data from the app (which takes a few minutes).
    I'm wondering if other people are having to go through this pain or if they've figured out a way to get around this. I would ideally like to have a way where I'm able to rebuild the project and hit f5 and reload the page and see the changes. I understand this is not possible with debug.
    If anyone has figured out a way to incorporate blazeds to their development environment in a more practical way, please let me know. We just switched from tapestry/gwt to flex. We used to be able to update on the go thus development was much simpler.
    Regards,
    Udam

    Hi Udam. I don't seem to have that problem. I'm using the FlashBuilder 4 (formerly FlexBuilder) beta so maybe it is a bug in the version of FlexBuilder you are using, although it could also be something else in your environment.
    When I clean the project in FlashBuilder 4 it deletes all the assets from the $ProjectName-debug directory and then rebuilds the project. It doesn't attempt to delete the $ProjectName-debug directory itself.
    If you are not using the FlashBuilder 4 beta I would try using that and see if it resolves the problem for you. If that fixes things then you know it is an issue with the version of FlexBuilder you are using.
    If that doesn't do it, it could be an issue with the application server you are using or maybe something else in your environment.
    If you still have problems after trying this with FlashBuilder 4 please reply back with as much information about your environment as you can such as what application server you are using, what OS you have, what browser you are testing with, if you have FlexBuilder and BlazeDS running on the same machine or separate machines, etc.
    Thanks.
    -Alex

  • Finder running slow with SSD and NAS on Mavericks

    I'm having serious slowness issues with the Finder in Mavericks. Initially I thought it was because I upgraded from 10.8 to 10.9, but I'm still having the slow finder issue in a clean install of Mavericks.
    I thought this was related to my NAS, but it also seems to be the case with my SSD.
    Here is what I've done so far:
    - Clean install of Mavericks done.
    - Tried the following fix from this site: http://osxdaily.com/2013/11/13/fix-finder-slow-high-cpu-use-mac-os-x/
    to rebuild the “com.apple.finder.plist” Finder preference file.
    rm ~/Library/Preferences/com.apple.finder.plist&&killall Finder
    Still no luck, here are screenshots of my settings for your reference, any suggestions?
    Finder Preferences set as follows:
    Trim is enabled:
    Here is my systems specs:

    If the crash started right after you added RAM, it could be a bad Ram dimm. You can try this - change the amount of RAM in Photoshop to 4G, this should stop Photoshop from using the higher ram. If it doesn't crash, it's probably the ram. Or run a diagnostic app. You don't say when it crashes, what you're doing when it crashes - it there a pattern? Did it ever work on this computer? Did it work on your previous computer? Without a lot of data, it could be related to the new computer... What OS version? Did you recently update it? Have you updated Photoshop to the most recent update?
    Do you have any plug-ins loaded? Try restarting Photoshop, and immediately press & hold the shfit key to turn off plug-ins.

  • My app store is stuck with featured and whats hot screens from a month or more ago! How can I get it to update???

    My app store has the "featured" an d"whats hot" screens from some time ago, and it doesnt change or update!!! I can find any app by searching fine. Please help!

    If you have a Mac I would recommend that your install Printopia. Here is a link to it:
    http://www.ecamm.com/mac/printopia/
    With Printopia, any printer that you can connect to your Mac will appear on your iPad as long as they are on the same wi-fi network. Try Printopia to see if that border goes away. Good luck!

  • CS3 script runs slow with CS4 and CS5

    I have written a table transformation script for InDesign CS3, which formats an imported Excel table.
    With InDesign CS3 the script runs well. Now I tried the same script with InDesign CS4 and CS5 and it runs very slow. It's about 10 times slower than with CS3.
    I tried to turn off redrawing, but this didn't help. It even got slower again!
    Does someone has made similar experiences? Could you solve the performance issue?
    Do scripts in CS4/CS5 generally run slower than in CS3?
    Does CS4 differ so much to CS3 that the script runs 10 times slower?
    What can I do to improve the execution performance?
    Thanks for any tips / advices etc.

    I now have made some tests with profile / timing. Here are the results.
    you find the code snipped below. It iterates first over all rows and then over all cells inside of the row. In the cell iteration, the function hasGapInLineBelow(...) does more iterations.
    The example is with a table of 42 rows and 9 cells.
    I have compared CS3 and CS5
    there are 3 test cases:
    for 1/1 means: first for-loop is in iteration 1 and second for loop is in iteration 1 (statements for first row and first cell done)
    for 1/9 means: first for-loop is in iteration 1 and second for loop is in iteration 9 (statements for first row and all 9 cells of the row done)
    for 2/9 means: first for-loop is in iteration 2 and second for loop is in iteration 2 (statements for second row and all 9 cells of the row done)
    it's strange that normal variable assignments take lot of time (like the statement startPos = indexLeftNeightbourOfCurrentCell;) -> I don't understand why this can be so time consuming!?!
    it's also strange why in "for 1/9" and "for 2/9" variable assignments take much longer than in "for 1/1"...
    could I use another data type than array for the variable isMergedRow? Which one?
    do you know any performance optimizations?
    in which time unit ExtendScript Toolkit shows the measured periods?
    how are the times calculated in loops? Are these the times sumed up over all iterations or is it just the time for a single statement?

  • Documents to Go Desktop App will not sync with iPhone and iPad

    This used to work perfectly and now, it just stopped being able to sync.  The desktop shows that my devices are disconnected?  I've uninstalled and reinstalled and the desktop app won't recognize any devices.  Any ideas??  I'm using Windows 7 PC and syncing to iPhone 4 and iPad.  hanks.

    This user tip might help you understand how accounts work with Address Book.
    First check that all your settings are correct, that contact syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the contacts you are adding are added to your 'iCloud' group and not an 'On My Mac', 'On My Phone' or other non iCloud group (you can do this by checking in groups), non iCloud contacts will not sync.
    If you are sure that everything is set up correctly and your contacts are in the iCloud group, you might try unchecking contact syncing in the iCloud settings, restarting your device and then re-enabling contact syncing.

  • Is it possible to run Rosetta with LION and if yes, where may i find it ?

    J'ai mis en marche Lion et, malheureusement, je ne peux plus utiliser Go LIve, et Ragtime car ils tournaient sous Rosetta .
    Y a-t-il une solution ?

    For these situations (Quicken Deluxe 2002, Microsoft Word/Excel 2004, Adobe Photoshop GS), I run Snow Leopard (with Rosetta) in Parallels 7 within Lion.  Installing it in French would be an interesting challenge!

Maybe you are looking for