problem with fujitsou siemens lcd monitor and red hat linux 9
Hi all, I recently set up a fujitsu siemens LCD monitor (3814FA) on my PC which haw a red-hat 9 linux and a win XP partition. When I had first started the red hat from the bootloader, the monitor showed me the following message "Video format not supported". Regadless the above event, when I start the winXP OS the monitor works correctly. Do you know What I have to do in order to work again in red hat linux? Thank you in advance, Kostas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
DevX Online Poll: Should Sun Distribute an Open Source Version of Java with IBM?
Hello, allow me to hightlight a new online poll on the DevX Developer site front page that asks: "Should Sun distribute an open source version of Java with IBM, as Big Blue suggested in its open letter?" Answers include: * No way. It'll just fragment Java even more. * Definitely. The open source community would be a better steward. * Maybe, but what's in it for Sun? * Either keep pace with .NET or open it up so I can. Cast your vote today @ http://www.devx.com/DevX/Poll/20576 - Gerald Gerald Bauer Viva! Free Java Now Campaign | http://viva.sourceforge.net The Java Republic | http://viva.sourceforge.net/republic __ Post your free ad now! http://personals.yahoo.ca -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
/tmp environment variable?
Is there a variable that can be set to select a different location for temporary files (other than /tmp)? -richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
JDK 1.4.2 hanging on futex
I'm having problem with SUN jdk 1.4.2. My application deadlocks when its trying to find the file size. When I do a strace -p pid, this is the output I get futex(0x9e21ff88, FUTEX_WAIT, 0, NULL) The thread dump shows the following: "RMI TCP Connection(1206)-10.0.102.3" daemon prio=1 tid=0xaa1125f0 nid=0x4690 waiting for monitor entry [a15a1000..a15a2854] at java.io.ExpiringCache.get(ExpiringCache.java:50) - waiting to lock <0x4ad90d78> (a java.io.ExpiringCache) at java.io.UnixFileSystem.canonicalize(UnixFileSystem.java:137) at java.io.File.getCanonicalPath(File.java:513) at java.io.FilePermission$1.run(FilePermission.java:218) at java.security.AccessController.doPrivileged(Native Method) at java.io.FilePermission.init(FilePermission.java:212) at java.io.FilePermission.(FilePermission.java:264) at java.lang.SecurityManager.checkRead(SecurityManager.java:863) at java.io.File.length(File.java:791) at com.zantaz.base.archiver.FileProxy.getSizeFromDisk(FileProxy.java:496) This app used to work without any problem in jdk1.3. Does anyone have any clue ?? Reg Veda -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JDK 1.4.2 hanging on futex
sometimes there is more information on the deadlock at the bottom of the thread dump (i think) including what thread was deadlocked with what... Veda N Ponnusamy wrote: I'm having problem with SUN jdk 1.4.2. My application deadlocks when its trying to find the file size. When I do a strace -p pid, this is the output I get futex(0x9e21ff88, FUTEX_WAIT, 0, NULL) The thread dump shows the following: "RMI TCP Connection(1206)-10.0.102.3" daemon prio=1 tid=0xaa1125f0 nid=0x4690 waiting for monitor entry [a15a1000..a15a2854] at java.io.ExpiringCache.get(ExpiringCache.java:50) - waiting to lock <0x4ad90d78> (a java.io.ExpiringCache) at java.io.UnixFileSystem.canonicalize(UnixFileSystem.java:137) at java.io.File.getCanonicalPath(File.java:513) at java.io.FilePermission$1.run(FilePermission.java:218) at java.security.AccessController.doPrivileged(Native Method) at java.io.FilePermission.init(FilePermission.java:212) at java.io.FilePermission.(FilePermission.java:264) at java.lang.SecurityManager.checkRead(SecurityManager.java:863) at java.io.File.length(File.java:791) at com.zantaz.base.archiver.FileProxy.getSizeFromDisk(FileProxy.java:496) This app used to work without any problem in jdk1.3. Does anyone have any clue ?? Reg Veda -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]