[long] Permission problem in sqlplus

I have posted about this before - to summarize:
1. I have installed Oracle without problems
2. I can start the database and listern without problems
3. I can log in with sqlplus when I am the oracle dba user
- but when I try to log in from sqlplus as eg. root I get an
ORA-12546. I can start sqlplus, but when I give the user-name,
I get this error immediately.
Following below are a sqlnet.log and the output from strace on
sqlplus. Does anybody understand what they say? I notice that
it says '(PROGRAM=)' in the sqlnet.log, and that seems odd -
but I don't know if it is an error.
In the strace file, it seems to run fine until it forks - then
apparently the child exits (badly?) - at any rate "NTP13 0\n"
is read from handle 11 (the read handle of a pipe) - and sqlplus
starts looking for the message 'TNS-12546 ...', which is output.
Is this because of the missing '(PROGRAM=)'?
[sqlnet.log - my indentation of (DESCRIPTION... ]
Fatal NI connect error 12546, connecting to:
(DESCRIPTION=
(ADDRESS=
(PROTOCOL=beq)
(PROGRAM=/usr/local/oracle/bin/oracle)
(ARGV0=oracleORCL)
(ARGS=
'(DESCRIPTION=
(LOCAL=YES)
(ADDRESS=
(PROTOCOL=beq)
(DETACH=NO)
(CONNECT_DATA=
(CID=
(PROGRAM=)
(HOST=janpla)
(USER=root)
VERSION INFORMATION:
TNS for Linux: Version 8.0.5.0.0 - Production
Oracle Bequeath NT Protocol Adapter for Linux: Version
8.0.5.0.0 - Production
Time: 10-APR-99 15:27:27
Tracing not turned on.
Tns error struct:
nr err code: 12206
TNS-12206: TNS:received a TNS error during navigation
ns main err code: 12546
TNS-12546: TNS:permission denied
ns secondary err code: 12560
nt main err code: 516
TNS-00516: Permission denied
nt secondary err code: 13
nt OS err code: 0
[strace output]
read(0, "system\n", 4096) = 7
brk(0x8123000) = 0x8123000
brk(0x8124000) = 0x8124000
brk(0x8128000) = 0x8128000
brk(0x812e000) = 0x812e000
lstat(".", {st_mode=0, st_size=0, ...}) = 0
lstat("/", {st_mode=0, st_size=0, ...}) = 0
lstat("..", {st_mode=0, st_size=0, ...}) = 0
stat("..", {st_mode=0, st_size=0, ...}) = 0
open("..", O_RDONLY|O_NONBLOCK) = 9
fcntl(9, F_SETFD, FD_CLOEXEC) = 0
lseek(9, 0, SEEK_CUR) = 0
getdents(9, 0 328
12 328
28 328
52 328
68 328
84 328
100 328
116 328
132 328
148 328
164 328
180 328
196 328
212 328
228 328
244 328
260 328
276 328
292 328
308 328
/* 20 entries */, 3933) = 328
lstat("../root", {st_mode=0, st_size=0, ...}) = 0
close(9) = 0
brk(0x8131000) = 0x8131000
access("/usr/local/oracle/network/admin/sqlnet.ora", F_OK) = 0
open("/usr/local/oracle/network/admin/sqlnet.ora", O_RDONLY) = 9
fcntl(9, F_SETFD, FD_CLOEXEC) = 0
fstat(9, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x4038b000
read(9, "TRACE_LEVEL_CLIENT = OFF\r\n#sql"..., 4096) = 191
brk(0x8132000) = 0x8132000
read(9, "", 4096) = 0
close(9) = 0
munmap(0x4038b000, 4096) = 0
access("/root/.sqlnet.ora", F_OK) = -1 ENOENT (No such file
or directory)
access("/etc/intchg.ora", F_OK) = -1 ENOENT (No such file
or directory)
access("/usr/local/oracle/network/admin/intchg.ora", F_OK) = -1
ENOENT (No such file or directory)
access("/etc/tnsnav.ora", F_OK) = -1 ENOENT (No such file
or directory)
access("/usr/local/oracle/network/admin/tnsnav.ora", F_OK) = -1
ENOENT (No such file or directory)
lstat(".", {st_mode=0, st_size=0, ...}) = 0
lstat("/", {st_mode=0, st_size=0, ...}) = 0
lstat("..", {st_mode=0, st_size=0, ...}) = 0
stat("..", {st_mode=0, st_size=0, ...}) = 0
open("..", O_RDONLY|O_NONBLOCK) = 9
fcntl(9, F_SETFD, FD_CLOEXEC) = 0
lseek(9, 0, SEEK_CUR) = 0
getdents(9, 0 328
12 328
28 328
52 328
68 328
84 328
100 328
116 328
132 328
148 328
164 328
180 328
196 328
212 328
228 328
244 328
260 328
276 328
292 328
308 328
/* 20 entries */, 3933) = 328
lstat("../root", {st_mode=0, st_size=0, ...}) = 0
close(9) = 0
uname({sys="Linux", node="janpla", ...}) = 0
getuid() = 0
open("/etc/nsswitch.conf", O_RDONLY) = 9
fstat(9, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x4038b000
read(9, "#\n# /etc/nsswitch.conf\n#\n# An"..., 4096) = 1208
read(9, "", 4096) = 0
close(9) = 0
munmap(0x4038b000, 4096) = 0
open("/usr/local/oracle/lib/libnss_files.so.1", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/local/oracle/lib/libnss_files.so.1", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/local/oracle/lib/libnss_files.so.1", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/local/oracle/lib/libnss_files.so.1", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/local/oracle/lib/libnss_files.so.1", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/local/oracle/lib/libnss_files.so.1", O_RDONLY) = -1
ENOENT (No such file or directory)
open("libnss_files.so.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/etc/ld.so.cache", O_RDONLY) = 9
fstat(9, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 15867, PROT_READ, MAP_PRIVATE, 9, 0) = 0x4049d000
close(9) = 0
open("/lib/libnss_files.so.1", O_RDONLY) = 9
mmap(0, 4096, PROT_READ, MAP_PRIVATE, 9, 0) = 0x4038b000
munmap(0x4038b000, 4096) = 0
mmap(0, 32784, PROT_READ|PROT_EXEC, MAP_PRIVATE, 9, 0) =
0x404a1000
mprotect(0x404a8000, 4112, PROT_NONE) = 0
mmap(0x404a8000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED, 9, 0x6000) = 0x404a8000
mmap(0x404a9000, 16, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x404a9000
close(9) = 0
munmap(0x4049d000, 15867) = 0
open("/etc/passwd", O_RDONLY) = 9
fcntl(9, F_GETFD) = 0
fcntl(9, F_SETFD, FD_CLOEXEC) = 0
fstat(9, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x4038b000
read(9, "root:NAihe8YfHFB7Y:0:0:root:/roo"..., 4096) = 690
close(9) = 0
munmap(0x4038b000, 4096) = 0
brk(0x8134000) = 0x8134000
brk(0x8135000) = 0x8135000
gettimeofday({923750812, 340810}, NULL) = 0
gettimeofday({923750812, 341529}, NULL) = 0
open("/var/run/hostid", O_RDONLY) = -1 ENOENT (No such file
or directory)
uname({sys="Linux", node="janpla", ...}) = 0
gettimeofday({923750812, 346477}, NULL) = 0
getpid() = 546
open("/etc/resolv.conf", O_RDONLY) = 9
fstat(9, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x4038b000
read(9, "search dk \nnameserver 131.166.1"..., 4096) = 35
read(9, "", 4096) = 0
close(9) = 0
munmap(0x4038b000, 4096) = 0
open("/etc/hosts", O_RDONLY) = 9
fcntl(9, F_GETFD) = 0
fcntl(9, F_SETFD, FD_CLOEXEC) = 0
fstat(9, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x4038b000
read(9, "127.0.0.1\tjanpla\tjanpla.locald"..., 4096) = 36
close(9) = 0
munmap(0x4038b000, 4096) = 0
getpid() = 546
open("/var/run/hostid", O_RDONLY) = -1 ENOENT (No such file
or directory)
uname({sys="Linux", node="janpla", ...}) = 0
open("/etc/hosts", O_RDONLY) = 9
fcntl(9, F_GETFD) = 0
fcntl(9, F_SETFD, FD_CLOEXEC) = 0
fstat(9, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x4038b000
read(9, "127.0.0.1\tjanpla\tjanpla.locald"..., 4096) = 36
close(9) = 0
munmap(0x4038b000, 4096) = 0
getpid() = 546
brk(0x8136000) = 0x8136000
brk(0x8137000) = 0x8137000
gettimeofday({923750812, 375759}, NULL) = 0
gettimeofday({923750812, 377630}, NULL) = 0
brk(0x8138000) = 0x8138000
pipe([9, 10]) = 0
pipe([11, 12]) = 0
fork() = 550
--- SIGCHLD (Child exited) ---
sigprocmask(SIG_BLOCK, [PIPE], NULL) = 0
sigaction(SIGPIPE, {0x402d6734, ~[ILL ABRT BUS FPE SEGV XCPU XFSZ
UNUSED], 0}, {SIG_DFL}) = 0
sigprocmask(SIG_UNBLOCK, [PIPE], NULL) = 0
sigprocmask(SIG_BLOCK, [CHLD], NULL) = 0
sigaction(SIGCHLD, {0x402d6734, ~[ILL ABRT BUS FPE SEGV XCPU XFSZ
UNUSED], 0}, {SIG_DFL}) = 0
sigprocmask(SIG_UNBLOCK, [CHLD], NULL) = 0
close(9) = 0
close(12) = 0
read(11, "NTP13 0\n", 64) = 8
close(10) = 0
close(11) = 0
open("/root/sqlnet.log", O_WRONLY|O_APPEND|O_CREAT, 0666) = 9
fstat(9, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x4038b000
fstat(9, {st_mode=0, st_size=0, ...}) = 0
lseek(9, 50800, SEEK_SET) = 50800
fcntl(9, F_SETFD, FD_CLOEXEC) = 0
write(9, "\n\n****************************"..., 73) = 73
lseek(9, 0, SEEK_CUR) = 50873
write(9, "\nFatal NI connect error 12546, "..., 266) = 266
lseek(9, 0, SEEK_CUR) = 51139
gettimeofday({923750812, 415483}, NULL) = 0
write(9, "\n VERSION INFORMATION:\n\tTNS "..., 150) = 150
lseek(9, 0, SEEK_CUR) = 51289
write(9, " Time: 10-APR-99 15:26:52\n", 27) = 27
lseek(9, 0, SEEK_CUR) = 51316
write(9, " Tracing not turned on.\n", 25) = 25
lseek(9, 0, SEEK_CUR) = 51341
write(9, " Tns error struct:\n", 20) = 20
lseek(9, 0, SEEK_CUR) = 51361
write(9, " nr err code: 12206\n", 23) = 23
lseek(9, 0, SEEK_CUR) = 51384
open("/usr/local/oracle/network/mesg/tnsus.msb", O_RDONLY) = 10
fcntl(10, F_SETFD, FD_CLOEXEC) = 0
lseek(10, 0, SEEK_SET) = 0
read(10, "\25\23\"\1\23\3\t\t\0\0\0\0\0\0\0"..., 256) = 256
lseek(10, 512, SEEK_SET) = 512
read(10, "\2331\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
lseek(10, 1024, SEEK_SET) = 1024
read(10, "\t\0\22\0\32\0&\0-\0F\0N\0U\0\\\0"..., 142) = 142
lseek(10, 30208, SEEK_SET) = 30208
read(10, "\n\0\253/\0\0D\0\254/\0\0h\0\255"..., 512) = 512
write(9, " ", 4) = 4
lseek(9, 0, SEEK_CUR) = 51388
write(9, "TNS-12206: TNS:received a TNS er"..., 54) = 54
lseek(9, 0, SEEK_CUR) = 51442
write(9, " ns main err code: 12546\n", 28) = 28
lseek(9, 0, SEEK_CUR) = 51470
lseek(10, 32768, SEEK_SET) = 32768
read(10, "\16\0\3660\0\0\\\0\3670\0\0w\0\370"..., 512) = 512
write(9, " ", 4) = 4
lseek(9, 0, SEEK_CUR) = 51474
write(9, "TNS-12546: TNS:permission denied"..., 33) = 33
lseek(9, 0, SEEK_CUR) = 51507
write(9, " ns secondary err code: 12560"..., 33) = 33
lseek(9, 0, SEEK_CUR) = 51540
write(9, " nt main err code: 516\n", 26) = 26
lseek(9, 0, SEEK_CUR) = 51566
lseek(10, 14848, SEEK_SET) = 14848
read(10, "\16\0\1\2\0\0\\\0\2\2\0\0x\0\3\2"..., 512) = 512
write(9, " ", 4) = 4
lseek(9, 0, SEEK_CUR) = 51570
write(9, "TNS-00516: Permission denied\n", 29) = 29
lseek(9, 0, SEEK_CUR) = 51599
write(9, " nt secondary err code: 13\n", 30) = 30
lseek(9, 0, SEEK_CUR) = 51629
open("/usr/local/oracle/rdbms/mesg/oraus.msb", O_RDONLY) = 11
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
lseek(11, 0, SEEK_SET) = 0
read(11, "\25\23\"\1\23\3\t\t\0\0\0\0\0\0\0"..., 256) = 256
lseek(11, 512, SEEK_SET) = 512
read(11, "\303\35op\32t\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
lseek(11, 1536, SEEK_SET) = 1536
read(11, "\323\35\337\35\0\36\31\36%\36I\36"..., 512) = 512
lseek(11, 187904, SEEK_SET) = 187904
read(11, "\16\0\3670\0\0\\\0\3700\0\0s\0\371"..., 512) = 512
close(11) = 0
lseek(4, 512, SEEK_SET) = 512
read(4, "\264\2\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
lseek(4, 1024, SEEK_SET) = 1024
read(4, "\23\0\'\0005\0M\0]\0l\0\177\0\216"..., 512) = 512
lseek(4, 6656, SEEK_SET) = 6656
read(4, "\16\0\351\0\0\0\\\0\352\0\0\0\226"..., 512) = 512
write(1, "ERROR:\n", 7) = 7
write(1, "ORA-12546: TNS:permission denied"..., 33) = 33
write(1, "\n\n", 2) = 2
lseek(4, 512, SEEK_SET) = 512
read(4, "\264\2\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
lseek(4, 1024, SEEK_SET) = 1024
read(4, "\23\0\'\0005\0M\0]\0l\0\177\0\216"..., 512) = 512
lseek(4, 5632, SEEK_SET) = 5632
read(4, "\16\0\217\0\0\0\\\0\220\0\0\0w\0"..., 512) = 512
lseek(4, 512, SEEK_SET) = 512
read(4, "\264\2\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
lseek(4, 1024, SEEK_SET) = 1024
read(4, "\23\0\'\0005\0M\0]\0l\0\177\0\216"..., 512) = 512
lseek(4, 6144, SEEK_SET) = 6144
read(4, "\21\0\241\0\0\0n\0\242\0\0\0\201"..., 512) = 512
write(1, "Enter user-name: ", 17) = 17
read(0, <unfinished ...>
null

Hi Jan,
as far as I can see, it's the child having problems somewhere,
so as root do a strace -f sqlplus (which means follow, and you
have to be root because else you cannot follow setuid-programs
(sqlplus does a fork()-exec())).
you might compare the output with the output from oracle doing
an strace -f sqlplus (which is also allowed because the real
uid already is oracle).
I think (but I can't be sure) you have problems with an s-bit
somewhere.
you can send me the results if you want me to look at it.
(if you need it fast, send it at [email protected] or in this
forum)
Ronald
Jan (guest) wrote:
: I have posted about this before - to summarize:
: 1. I have installed Oracle without problems
: 2. I can start the database and listern without problems
: 3. I can log in with sqlplus when I am the oracle dba user
: fork() = 550
: --- SIGCHLD (Child exited) ---
: sigprocmask(SIG_BLOCK, [PIPE], NULL) = 0
null

Similar Messages

  • Permission Problems after Migration

    I have been overcoming numerous problems following a FireWire migration of files from a PowerBook G4 running OS 10.4.11 to a MacBook Pro running OS 10.6.2. Nothing seemed to make the transfer seamlessly, but I have managed, after great effort and help from this community, to get the following migrated "correctly" (version changes in parentheses):
    Address Book groups and cards (4.0.6 -> 5.0.1)
    iCal calendars (2.0.5 -> 4.0.1)
    Safari bookmarks (4.0.4 -> 4.0.3!)
    Mail local folders (2.1.3 -> 4.2)
    iTunes music (9.0.3 -> 9.0.3)
    iPhoto pix (5.0.4 -> 8.1.1) - but "rolls" to "events" still needs work
    The current problem is that a few of my files (so far, all password-protected Excel files) are Read-Only on my new machine. Not knowing that it might be an issue, I selected a different User Name on the new machine from the one used on the old machine. The machines are connected over the same network, and I have logged onto the old PB from the MBP successfully. Via Get Info, I have changed the permissions of these files from Read Only to Read and Write for Everyone, but I am still unable to save changes to these files. The Owner of these problem files is listed as the old computer's User Name. I doubt this is relevant, but I am also in the middle of changing from Office X to Office for Mac 2008. Using a tip from a MacWorld article of 3/28/08, I added the old User Name as an alias for the new User Name. This did not solve the problem.
    I would truly appreciate any tips that would solve this problem quickly. I am extremely disappointed that the migration has proven to be such a painstaking exercise, one which is not yet complete.
    Bob

    Baltwo, your suggestion solved the problem easily. I gave in and restored the new machine to factory conditions and then migrated over FireWire seamlessly, with everything completely organized as expected. There was never any option to enter a new username; the old username was part of the migration. I no longer have any file permission issues.
    I think the problem arose because I did not have a 9 pin FireWire cable when I started and attempted to migrate over the network - an option that was available. That did not work (due to permission problems!), but somehow I must have created a username on the new machine that ended up causing all of the problems.
    Thanks again for pointing to the exact solution to my problem.

  • Permission problem after latest update, computer can't shut shown

    after the latest update on Itunes and quicktime, my computer can't be shut down properly. I have to press the power button for long and force it to be shut down.
    After checking the permission, I find that there are looooots of permission problems. I don't know how to do with them:
    Started verify/repair permissions on disk disk0s2 Macintosh HD
    Permissions differ on "System/Library/Frameworks/CoreVideo.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "private/var/log/secure.log", should be -rw------- , they are -rw-r-----
    Permissions differ on "System/Library/Components/CoreMediaAuthoringPrivateComponents.component/Conten ts/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/Resources/AVC.plugin/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/Resources/IIDC.plugin/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/Resources/MPEGAudioDecoder.component/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/Resources/MPEGLayer2AudioEncoder.component/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/Resources/Tundra.component/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/Resources/VDC.plugin/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CodeRes ources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "Applications/QuickTime Player.app/Contents/CodeResources", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/AnnotationInspector.propPane/Contents/CodeResources ", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/AudioSettingsInspector.propPane/Contents/CodeResour ces", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/DataRefInspector.propPane/Contents/CodeResources", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/HintTrackInspector.propPane/Contents/CodeResources" , should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/NetworkInspector.propPane/Contents/CodeResources", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/SettingsInspector.propPane/Contents/CodeResources", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/VisualTrackInspector.propPane/Contents/CodeResource s", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/QuickTime/QuickTimeComponents.component/Contents/CodeResources" , should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/QuickTimeJava/QuickTimeJava.bundle/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/QuickTime/QuickTime3GPP.component/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/CodeResources" , should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/QuickTime/QuickTimeH264.component/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/CodeResourc es", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/QuickTime/QuickTimeImporters.component/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/QuickTime/QuickTimeMPEG.component/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/QuickTime/QuickTimeMPEG4.component/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/QuickTime/QuickTimeStreaming.component/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/QuickTime/QuickTimeVR.component/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/CodeResources", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "Library/Internet Plug-Ins/QuickTime Plugin.webplugin/Contents/CodeResources", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/Frameworks/QTKit.framework/Versions/A/Resources/QTKitIBPlugin.i bplugin/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/Spotlight/QuickTime.mdimporter/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "Library/Audio/Plug-Ins/HAL/iSightAudio.plugin/Contents/CodeResources", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/Frameworks/QuickTime.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTAdvance d.prefPane/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTAdvance d.prefPane/Contents/Resources/QTMediaKeys.bundle/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTAdvance d.prefPane/Contents/Resources/QTMime.bundle/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTAdvance d.prefPane/Contents/Resources/QTTransport.bundle/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTPlugIn. prefPane/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTRegiste r.prefPane/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTRegiste r.prefPane/Contents/Resources/QTAbout.bundle/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTStreami ng.prefPane/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTUpdate. prefPane/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "Applications/iTunes.app/Contents/CodeResources", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "Applications/iTunes.app/Contents/Frameworks/InternetUtilities.bundle/Contents/ CodeResources", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "Applications/iTunes.app/Contents/Resources/iTunesHelper.app/Contents/CodeResou rces", should be -rw-rw-r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/Components/AudioCodecs.component/Contents/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Permissions differ on "System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrwxr-xr-x
    Finished verify/repair permissions on disk disk0s2 Macintosh HD

    Ok...
    *"worst of all, my macbook is not working properly. Ever since the latest update of itunes 8.2 and Quicktime, I can never shut it down properly. I have to press the power button until it is forced to be shut down."*
    Try resetting the SMC. http://support.apple.com/kb/HT1411
    If you still can't shut down from the Apple Menu, try resetting the PRAM/NRAM, instructions here.
    http://support.apple.com/kb/HT1379
    Are you running anti virus software???

  • Back End Permission Problem

    Hi everyone,
    We encounter permission problems with our Visual Composer Applications.
    We have created three applications using the visual composer and accessing a BI-system as backend
    But the developer has super_user permissions and we dont want our endusers to have them.
    Therefor we created new roles only with the permission to see that specific report.
    But now, the users are not allwoed to see the data.
    The error says, that I should ckeck the permissions.
    Well, I did. The user can execute the queries I used directly with BEx - no problem, but within the VC-application not.
    So I assume  the problem are permissions in the portal.
    If I give the user super_user permissions it works, but thats not what I want.
    I want the user having minimal permissions in the portal.
    Is there somebody who can help me?
    Sincerely
    Mark

    Hi
    Your problem looks like portal authorization issue. There is separate role for 'End Users' to execute & view the portal iview. Just check with your EP administrator, he will solve the problem. There will be role like -
    *VC_Role.
    *eu_Role.
    Regards
    Sandeep

  • [MX 2004} Can't upload! The file may not exist, or there could be a permission problem

    I'm running MX 2004 on Windows XP. All's been well for the
    last few months, doing site maintenance at this part-time job. I
    get tangled up a bit in checking files in and out, coming from
    GoLive, and since there's no one else with FTP access, yesterday I
    told it to check the entire site in. I didn't have any changes I
    didn't want to commit, and I figured that would keep things a
    little neater.
    As of today, I can post revisions to existing pages, or
    resize image files, but when I create a new page, or try to place a
    new image file on an existing page, I can't upload it.
    So, to be clear: I have two pages already up on the site,
    index.html and apple.html, with a link between them. If I create
    new page banana.html and make a link to it from index, index.html
    will upload that revised link, but banana.html is refused with the
    message
    FTP error: The file may not exist, or there could be a
    permission problem
    I know the file doesn't exist (remotely); I just made it.
    I've gone to Prefs and disable Check In / Check Out, which didn't
    do me any good. What next?

    Can you open the FTP log, select one of these new files and
    upload it- then
    cut and paste relevant part of the ftp log?
    Also- does this site have a "host directory", a subfolder
    that your public
    files need to go into? If yes- is this folder listed in the
    host directory
    line of the remote server info?
    And odd past thing i've seen-
    Had hosting that used public_html as the public folder name.
    They also had a symbolic link named www that pointed to
    public_html
    Could upload/download existing files with www in "host
    directory" line of
    dw; but could not upload new files or work with files in
    subfolders.
    changing to public_html instead of the www symlink fixed this
    for me.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Permission problems after upgrade to 10.5 on early Power PC G5 Tower

    Permissions problems after upgrading to 10.5 on a client power PC (early) G5 tower.
    Problems include folders that are created on XServe via this client do not allow any one else including this client to access. All other clients running 10.5, which happen to be newer Intel machines do not have this problem. Repairing permissions, updating to 10.5.1, try to manually correct permissions have all failed to repair the situation. All clients log onto the XServe with the same user/password. This client has since been downgraded back to 10.4.9 and has no issues.
    The Xserve runs 10.3.9, any help would be greatly appreciated.
    We have read through the forums regarding permission problems after upgrading and even tried some tips found here.

    You really should check things out first before speaking.
    Here are the requirements for 10.5;
    Mac OS X v10.5 Leopard requires:
    A Mac computer with an Intel, PowerPC G5, or Power PC G4 (867 MHz or faster) processor
    512 MB memory or more
    A DVD drive for installation
    9 GB of available disk space or more
    Some features require a compatible Internet service provider, fees may apply.
    Some features require Apple's MobileMe service; fees apply.
    Allan

  • Looking for a way to solve permission problem in windows 7

    one of the biggest problems i have with this windows that even that i'm an administrator and the owner of the computer i always have permission problems folders i get a no access errors with files and folders even thoughe i should have full permisions i belive system restore doesn't work for me because permissions problem and i don't know what to do anymore i'v used uac i'v disable uac i downloaded a registry file to take owernship on files and folders and still problems so what can i do to solve all this problems?
    and to be honest i really don't like the way windows 7 behave with permisions this is my computer and i am an administrator why do i have to fight to access folders like System Volume Information,Recovery,Documents and Settings why do i get the lock icon when i take owenership and i'm on the users list but when i add users everyting is fine?
    10x in advance.:)

    Hello,
    This is by design. You cannot access the folder or files are protected by operation system even if your current user account is Administrator.
    System Volume Information is a hidden and protected system folder that the System Restore tools uses to store it information and restore points.
    In Recovery folder, there are two files: Winre.wim and boot.sdi. With these two files, you are able to boot the system to Windows Recovery Environment (WinRE) and do a repair without inserting a Windows 7 installation disc.
    If you want to access the protected folders like “System Volume Information”, use the following method, but I do not recommend you do this. It may cause some potential problems:
    1. Right click the System Volume Information folder and choose Properties.
    2. In Security tab, click Edit and then click Add. Type in “everyone”(without quote) and click Ok.
    3. Then “Everyone“ will be listed under ” Group or user names”, click Everyone, and check “allow” full control option.
    As BurrWalnut said, the “Documents and Settings”, it is a junction. A junction point is also a protected operating system folder that points to another folder. The junction point is an important part of application compatibility and does not contain any data or other files. In Windows Vista and Windows 7, the “Documents and Settings” folder has been replaced with “Users” folder. All of your user profiles are saved in C:\Users\User name folder.
    Thomas Lin

  • "How to Resolve ORA-29532 Java 2 Permission Problems in RDBMS 8.1.6 and 8.1.7"

    I'm in the process of publishing the following note (134280.1), titled "How to Resolve ORA-29532 Java 2
    Permission Problems in RDBMS 8.1.6 and 8.1.7".
    It will be accessible from Oracle Support's "Metalink" site.
    "How to Resolve ORA-29532 Java 2 Permission Problems in RDBMS 8.1.6 and 8.1.7".
    Problem Description
    Periodically an application running in the Enterprise Java Engine
    (EJE) formerly known as the "Oracle 8i JVM", "the JSERVER component", or
    the "Aurora JVM" will fail with a "java 2" permissions error having the
    following format :
    Note : Message shown below have been reformatted for easier readability.
    java.sql.SQLException: ORA-29532: Java call terminated by uncaught Java exception:
    usually followed by a detailed error message similar to one of the following
    messages :
    Example # 1
    java.security.AccessControlException: the Permission
    (java.net.SocketPermission hostname resolve)
    has not been granted by dbms_java.grant_permission to
    SchemaProtectionDomain(SCOTT|PolicyTableProxy(SCOTT))
    Example # 2
    java.security.AccessControlException: the Permission
    (java.util.PropertyPermission * read,write)
    has not been granted by dbms_java.grant_permission to
    SchemaProtectionDomain(SCOTT|PolicyTableProxy(SCOTT))
    Example # 3
    java.security.AccessControlException: the Permission
    (java.io.FilePermission \matt1.gif read)
    has not been granted by dbms_java.grant_permission to
    SchemaProtectionDomain(SCOTT|PolicyTableProxy(SCOTT))
    Explanation
    The java 2 permission stated in line # 2 of each of the above "Examples"
    has not been granted to the user specified in line 4 of the above "Examples".
    Solution Description
    The methodology to solve this issue is identical for all java 2 permissions
    cases.
    1) Format a call "dbms_java.grant_permission" procedure as described below.
    2) Logon as SYS or SYSTEM
    3) Issue the TWO commands shown below
    4) Logoff as SYS or SYSTEM
    5) Retry your application
    For Example # 1
    1) Logon as SYS or SYSTEM
    2) Issue the following commands :
    a) call dbms_java.grant_permission('SCOTT',
    'java.net.SocketPermission',
    'hostname',
    'resolve');
    b) commit;
    Note: Commit is mandatory !!
    3) Logoff as SYS or SYSTEM
    4) Retry your application
    For Example # 2
    1) Logon as SYS or SYSTEM
    2) Issue the following commands :
    a) call dbms_java.grant_permission('SCOTT',
    'java.util.PropertyPermission',
    'read,write');
    b) commit;
    Note: Commit is mandatory !!
    3) Logoff as SYS or SYSTEM
    4) Retry your application
    For Example # 3
    1) Logon as SYS or SYSTEM
    2) Issue the following commands :
    a) call dbms_java.grant_permission('SCOTT',
    'java.io.FilePermission',
    '\matt1.gif',
    'read');
    b) commit;
    Note: Commit is mandatory !!
    3) Logoff as SYS or SYSTEM
    4) Retry your application
    References
    For more details on java 2 permissions and security within the EJE, review
    Chapter 5, in the Java Developer's Guide. entitled,
    "Security For Oracle8i Java Applications"
    The RDBMS 8.1.7 version can be found at :
    http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/java.817/index.htm

    Hi, Don,
    I solved the problem of security exception I mentioned at java procedure topic as following:
    ORA-29532: Java call terminated by uncaught Java exception: java.lang.SecurityException
    I tried to use your solution as following:
    call dbms_java.grant_permission('SDE', 'java.net.SocketPermission', 'ORCL.COHPA.UCF.EDU','resolve');
    but SQL*plus gave me a error message:
    invalid collumn.
    What's the problem?
    However, I call a grant command as following:
    SQL> grant JAVASYSPRIV to sde;
    and then that exception is gone. What's the difference between dbms_java.grant_permission and grant command?
    Thanks
    Bing
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by don -- oracle support:
    I'm in the process of publishing the following note (134280.1), titled "How to Resolve ORA-29532 Java 2
    Permission Problems in RDBMS 8.1.6 and 8.1.7".
    It will be accessible from Oracle Support's "Metalink" site.
    "How to Resolve ORA-29532 Java 2 Permission Problems in RDBMS 8.1.6 and 8.1.7".
    Problem Description
    <HR></BLOCKQUOTE>
    null

  • Facing permission problem for accessing database

    {color:#0000ff}Hello All,
    I have just started in this forum. I am very new to j2me and facing problem and I need your help.
    I had successfully signed the application and it was working properly on device. Next I added login module in my application where I am accessing a PHP from server which is having MySQL DB connection for usercheck. When I try with unsigned jar it works properly and when I try using signed jar it is showing me wrong username/password. I think it is midlet permission problem.
    It would be very nice if someone can tell me what might be the possibilities that it is going wrong.
    Thank you.
    Regards,
    -Anuradha{color}.

    Signing MIDlet has nothing to do with how data is send over the network. So please be sure that your signed MIDlet is not corrupting your data.
    If you are receiving correct username / password at server side, then its server's responsibility to validate it Your MIDlet has posted the parameters right way.
    I would suggest you to check following things
    1) Check if server is validating the username / password.
    2) What response does server sends you back after validating username / password. Check on both ends.
    3) Check how your midlet processing the response from the server.
    4) Do you get any exceptions?
    but I am doing database connection through php which is on server, I hope it is not wrong way of doing it.Doesn't matter what technology is used at server side to connect to the database.

  • How do i fix this: error message- index.html - error occurred - An FTP error occurred - cannot put index.html. Access denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the ser

    that is...
    index.html - error occurred - An FTP error occurred - cannot put index.html. Access denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured.
    File activity incomplete. 1 file(s) or folder(s) were not completed.
    Files with errors: 1
    index.html
    thanks!

    It's under More Options triangle in the Manage Sites panel.  See screenshot:
    Nancy O.

  • Permission problems in my newly installed hard drive from iMac 1 TB Seagate Hard Drive Replacement Program. Is that normal?

    Just got back my iMac with a brand new replacement hard drive through the iMac 1 TB Seagate Hard Drive Replacement Program. With only apps installed, no files and fonts added, the hard drive already shows permission problems. Is that normal? The replacement hard drive is a Seagate again, ST31000528BAS. Do people like their replacement hard drive?

    Just now looking at these... Last recall 2009 MacbookPro Video issues, I waited 4 years and it took 4 trips to apple store with video of the machine problems... Days and months past, finally with stern discussion with manager, got resolved. Now Drive recall on work machine... better take advantage now. IF IT AIN'T BROKE DON'T FIX IT!
    Should have thought of it... Have TM full back up... (will look into clone next time, now that I see this). Take in 27iMac running 10.6.8, 5-7 days, what a joke, my boss will be happy to pay for a week without working. Finally get, "if you have TM back up, 3 days." Get machine back with 10.6.3, hit the R recovery, click TM back up, runs for 2 hours, reboots, looks great. Box up take back to office... update to install - OH CRAP, still running 10.6.3. Updates crash with error on install, BUG PROBELM, nothing runs.
    Call Apple... after hours, tells me to boot using 10.6.2 disk, wipe, reinstall OS, udate to 10.6.8, THEN do the restore. GREAT! Only thing 10.6.2 DVD won't read... now back on phone... take back to the store, Genius says, "Oh, can't boot a newer system w/ old disk, that's why it won't read." PROMISES it'll be fixed, if you leave it over night... GREAT!
    Pick up next day, supposedly, booted to disk, wiped drive, reinstalled, updated to 10.6.8 and did the RIGHT restore... Looks GREAT... apps run and 10.6.8 OS. Back to the office... CRAP!! not running right... fonts messed up, drop box app needs new install, cocktail needs upgrade, Fetch not working, memorized paths gone... back ups locked out of permissions... ***!!
    4 hours on phone with apple and still not solved. Evidently... either different account names caused problems... and/or they never restored personal "settings". Seems there are 3 ways to restor... Running Migration Assistant, Restoring after they load a new OS... or NOW WAITING for them to send me a bootable 10.6.3 disk and then boot from disk, w/o installing OS and doing a restore from TM.
    Can begin to make enough stink!! So now can't back up without doing a full 400 GB back up and possibly destroying any good back ups... can't work, liek having hands tied behind back. WAITING for solution! TICKED OFF!!!

  • Permission problems. new to snow lepored

    Hi i just recently bought an appple mac pro from ebay it came with snow lepored installed. i have been having some permission problems and need some help fixing then. here are the problems that are not getting repaired through the disk utility.
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/dt.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jce.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jconsole.ja r", should be lrwxr-xr-x , they are lrw-r--r-- .
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/management- agent.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    User differs on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib", should be 0, user is 95.
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/dt.jar", should be -rw-r--r-- , they are -rwxr-xr-x .
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/jce.jar", should be -rw-r--r-- , they are -rwxr-xr-x .
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/management -agent.jar", should be -rw-r--r-- , they are -rwxr-xr-x .
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/security/b lacklist", should be lrwxr-xr-x , they are lrw-r--r-- .
    User differs on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries", should be 0, user is 95.
    Permissions differ on "System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.b undle/Contents/Resources/Java/deploy.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Permissions differ on "System/Library/Java/Support/VisualVM.bundle/Contents/Home/profiler3/lib/deploy ed/jdk15/hpux-pa_risc2.0/libprofilerinterface.sl", should be -rw-r--r-- , they are -rwxr-xr-x .
    Permissions differ on "System/Library/Java/Support/VisualVM.bundle/Contents/Home/profiler3/lib/deploy ed/jdk15/hpux-pa_risc2.0w/libprofilerinterface.sl", should be -rw-r--r-- , they are -rwxr-xr-x .
    Permissions differ on "System/Library/Java/Support/VisualVM.bundle/Contents/Home/profiler3/lib/deploy ed/jdk16/hpux-pa_risc2.0/libprofilerinterface.sl", should be -rw-r--r-- , they are -rwxr-xr-x .
    Permissions differ on "System/Library/Java/Support/VisualVM.bundle/Contents/Home/profiler3/lib/deploy ed/jdk16/hpux-pa_risc2.0w/libprofilerinterface.sl", should be -rw-r--r-- , they are -rwxr-xr-x .
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/dt.jar", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jconsole.jar ", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/management-a gent.jar", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/dt.jar", should be lrwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/jce.jar", should be lrwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/management- agent.jar", should be lrwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/security/bl acklist", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle", should be drwxr-xr-x , they are lrwxr-xr-x .
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib", should be -rwxr-xr-x , they are lrwxr-xr-x .
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.
    any help with this would be greatly appreciated??

    Welcome. You can ignore these. We all get them.
    http://support.apple.com/kb/TS1448
    Staticuss wrote:
    i have been having some permission problems and need some help fixing then.
    Are there other issues?

  • Account rights and Permission problems!

    I have since few day´s MacKeeper installed, but even when I restart my Mac. I can´t use Internetsecurity because of permission problems I have no access to helperlaunch. My Account has Admin rights but helperlaunch get´s the information that I have not the rights to access. When I get a new Account with the same rights it will work. How can I change this at my Original Account?

    Open disk utility and repair permissions on your boot volume.
    Then, follow this to reset your user permissions:
    Turn on the Mac whilst holding down cmd + R. You can let go once you see a spinning dial. You will then see the ”Mac OS X Utilities” screen.
    On the top menu, click Utilities, then click Terminal.
    Type resetpassword and press Enter.
    Click on your main hard drive.
    In the dropdown box under “Select the user account” make sure to select your username.
    Underneath where it says “Reset Home Directory Permissions and ACLs”, click the Reset button.
    Press cmd + Q to quit the Reset Password application.
    Press cmd + Q again to quit the Terminal.
    Press cmd + Q one more time and click Restart.

  • Strange problem with SQLPLUS when client and server on the same box

    Hi,
    I have the problem with SQLPLUS when clinet and server on the same machine.
    With client and server on the same machine i am running the command
    sqlplus -l username/password@connect_identifier as SYSDBA.
    With this command, even if you pass in wrong username or wrong password or both as wrong you can able to connect to database and execute queries.
    Once Connect_identifier is correct and trying to log in as SYSDBA ,sqlplus will log in to DB with any username and password.
    How to get rid of this behaviour. Is there any way to do this.
    I am running this command by creating a process in C#
    Edited by: user11000236 on Jun 16, 2009 10:31 AM

    user11000236 wrote:
    Thanks for the info.
    How does Oracle/SQLPLUS allows any username or password to log in to DB with SYSDBA Privillages? What is the concept behind this.?
    This is explainted in the above mentioned link:
    Operating system authentication takes precedence over password file authentication. If you meet the requirements for operating system authentication, then even if you use a password file, you will be authenticated by operating system authentication.

  • Permission Problems Since Clean Install of Mt. Lion

    I did a clean install of Mountain Lion last month.  I reinstalled all my apps from freshly downloaded installers, rather than copy anything to my pristine system folder.  I copied my music, photos, and other documents from my Time Machine drive.  Now, I have constant permission problems on all these folders.  I don't have permission to do anything to any of these folders or subfolders.  I can't rip a CD to iTunes,  I can't sync my iPhone.  I can't download anything. I can change the permission on each folder individually, but there must be thousands of them.  There must be an easier way.  Changing permissions for a parent folder doesn't change the subfolders.  Disk Utility reports no problems when I repair disk permissions.  Thanks in advance for any help.
    Also, the iPhoto app disappeared after the clean install.  I don't know how to re-install it.  Do I have to wipe my drive clean again and install Leopard from  my original DVD that came with my iMac?  That would be a huge job to get back to Mountain Lion.  I'll post this question in another thread and link it here.

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -Rh $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    resetpassword
    That's one word, all lower case, with no spaces. Then press return. A Reset Password window will open. You’renot going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

Maybe you are looking for

  • Adobe PSE Elements 9.0 Update of 9.0.3 Failed: "Some updates failed." "Patch cannot be applied."

    Greetings, I appreciate your help. I am brand new with PSE but I am AMAZED Adobe Chat does NOT support when one of their own updates failed to install. Amazed! So, here I am. I downloaded and installed the latest update, 9.0.3, just now on May 10, 20

  • F110 for Customers

    Hello, We are using payment requests for customers (posting by F-37). We want to use F110 to convert these payment requests into down payments based on the due date in the payment request. In the free selection for payment run, we are entering the sp

  • Running the same query against numerous databases

    My organization has 20+ clients. Each client has a separate database in the same MSSQL server*. For these purposes, the databases are structurally identical. I've been tasked to gather information from tables in all of these databases. I can use the

  • Reg. Stock account

    Dear Experts How you are maintaining stock (Material) against job number(Sale order). Pls explain with configuration details Thanks Rajakumar.K

  • Material ledger Price determination change

    For the FERT materials - we have material ledger active, price determination 2 and price control S setup as of now. We have the standard cost for the group and Moving average is calculated for information purposes - now we want the moving average to