Quote:
Could it be that you have a strange umask value configured?
Can you try to run umask and post the settings... It should usually be something like 022 [/B]
|
Code:
Echelon$ umask
0022
So my umask value is not a problem.
Hmm...
Like i say before - under 2.6.4.89 "i dont have" this problem.
But check this out:
rm -rf ~/.phex
java -jar /usr/local/phex_2.6.4.89/phex.jar
And look what i get inside of my ~/.phex:
Code:
-r---wS--- 1 zafir users 376 Feb 4 13:28 sharedlibrary.xml
So i think that i have that "wicked file permission problem " since long time,
but i have discover it now thanks to that annyoing windows popup in 2.8.2.92...
I have "chmod 777" to sharedlibrary.xml and now Phex have chmod it to:
Code:
----rwsr-- 1 zafir users 37195 Feb 4 13:53
Pretty wicked !
Or maybe this is a Java bug, because when i have upgrade Phex i decide
to install Sun JDK.
So i have "upgrade" my Java from jre1.5.0_05 to jre1.5.0_02-b09
(that version is shipped with "jdk1.5.0_02").
What you think ?