yep, the permissions should have been 775!
I took the wrong permissions from a manual describing the
configuration with raw-devices.
sorry for bothering you, I knew it was just a little thing!
thank you!
guenther
mit den besten gruessen / kind regards
guenther kerndl
_____________________________________________________________
DCV Planungs- und ErrichtungsGmbH, Astgasse 4/9, A-1140 Wien
fon: +43-1-61430 fax: +43-1-61430-5090
GnuPG KeyID: 6D6B6133
_____________________________________________________________
NOTIZ / NOTICE:
Die in diesem Email enthaltene Information ist vertraulich und
ausschliesslich f?r den genannten Empf?nger bestimmt. Falls
Sie diese Nachricht irrt?mlich erhalten haben, verst?ndigen Sie
uns bitte sofort, indem Sie entweder auf dieses Mail antworten
oder die oben genannte Telefonnummer anrufen und l?schen Sie im
Anschluss daran die Nachricht und s?mtliche Anh?nge. Bitte
beachten Sie, dass die unerlaubte Nutzung oder Verbreitung der
irrt?mlich erhaltenen Information streng verboten ist.
Vielen Dank.
The information contained in this e-mail is confidential or may
otherwise be legally privileged. It is intended for the named
recipient only. If you have received it in error, please notify
us immediately by reply or by calling the telephone number above
and delete this message and all its attachments. Please note that
any unauthorised review, copying, disclosing or otherwise making
use of the information is strictly prohibited. Thank you.
BB> Shouldn't the directory permissions be more like 775 rather than 666
?
BB> On Wed, Jan 19, 2005 at 04:02:55PM +0100, Guenther Kerndl
wrote:>> hi,
>>
>> to make really sure I installed a new system, installed
>> orarun-1.8-109.5 ocfs2-support-0.99.0-1
>> und ocfs2-tools-0.99.0-1, and compiled the kernel module from
>> ocfs2-0.99.2.tar.gz.
>>
>> load_ocfs2 runs fine, I mount the volume manually via "mount -t
ocfs2 /dev/sdb1
>> /u01". After mounting the volume has the permissions I set on the
>> second system (oracle:oinstall). The root user can access the volume,
>> but every none-root-user gets the error-message "Permission
denied".
>> Have I missed anything in my configuration?
>>
>> the permissions should be correct:
>> ffg-n2:~ # ls -al /u01
>> total 2
>> drw-rw-rw- 3 oracle oinstall 4096 Jan 18 16:34 .
>> drwxr-xr-x 27 root root 632 Jan 19 15:34 ..
>> drw-rw-rw- 3 oracle oinstall 4096 Jan 18 16:34 app
>> -rw-rw-rw- 1 oracle oinstall 22 Jan 18 16:34 u01.txt
>>
>> the relevant part of the /var/log/messages when mounting the volume:
>>
>> Jan 19 15:58:31 ffg-n2 kernel: max_nodes for this device: 4
>> Jan 19 15:58:31 ffg-n2 kernel: clusterbits=17
>> Jan 19 15:58:31 ffg-n2 kernel: vol_label: ORAHOME
>> Jan 19 15:58:31 ffg-n2 kernel: uuid: a1 8b 61 db 20 9b 15 f4 76 d0 8b
68 08 a3 ba e1
>> Jan 19 15:58:31 ffg-n2 kernel: root_blkno=3, system_dir_blkno=4
>> Jan 19 15:58:31 ffg-n2 kernel: autoconfig: blkno=448, blocks=6
newblkno=454 newblocks=4
>> Jan 19 15:58:31 ffg-n2 kernel: publish: blkno=458, blocks=4
>> Jan 19 15:58:31 ffg-n2 kernel: vote: blkno=462, blocks=4
>> Jan 19 15:58:31 ffg-n2 kernel: bitmap_blkno=3744,
>> bitmap_blocks=32, num_clusters=65577
>> Jan 19 15:58:31 ffg-n2 kernel: ocfs2: Adding ffg-n1.ffg.at
>> (node 1) to clustered device (8,17)
>> Jan 19 15:58:37 ffg-n2 kernel: kjournald starting. Commit interval 5
seconds
>> Jan 19 15:58:37 ffg-n2 kernel: ocfs2: Mounting device (8,17) on ffg-n2
(node 2)
>>
>>
>> this is the output of the strace:
>>
>> cat /tmp/debug_1
>> execve("/tmp/chdir", ["/tmp/chdir"], [/* 54 vars
*/]) = 0
>> uname({sys="Linux", node="ffg-n2", ...}) = 0
>> brk(0) = 0x58a000
>> mmap(NULL, 4096, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a9556b000
>> open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such
file or directory)
>>
open("/opt/oracle/product/9ir2/lib/tls/x86_64/libreadline.so.4",
>> O_RDONLY) = -1 ENOENT (No such file or directory)
>> stat("/opt/oracle/product/9ir2/lib/tls/x86_64", 0x7fbfffe7d0)
>> -1 ENOENT (No such file or directory)
>> open("/opt/oracle/product/9ir2/lib/tls/libreadline.so.4",
>> O_RDONLY) = -1 ENOENT (No such file or directory)
>> stat("/opt/oracle/product/9ir2/lib/tls", 0x7fbfffe7d0) = -1
>> ENOENT (No such file or directory)
>> open("/opt/oracle/product/9ir2/lib/x86_64/libreadline.so.4",
>> O_RDONLY) = -1 ENOENT (No such file or directory)
>> stat("/opt/oracle/product/9ir2/lib/x86_64", 0x7fbfffe7d0) =
-1
>> ENOENT (No such file or directory)
>> open("/opt/oracle/product/9ir2/lib/libreadline.so.4",
O_RDONLY)
>> = -1 ENOENT (No such file or directory)
>> stat("/opt/oracle/product/9ir2/lib", 0x7fbfffe7d0) = -1
ENOENT (No such file or directory)
>>
open("/opt/oracle/product/9ir2/ctx/lib/tls/x86_64/libreadline.so.4",
>> O_RDONLY) = -1 ENOENT (No such file or directory)
>> stat("/opt/oracle/product/9ir2/ctx/lib/tls/x86_64",
>> 0x7fbfffe7d0) = -1 ENOENT (No such file or directory)
>> open("/opt/oracle/product/9ir2/ctx/lib/tls/libreadline.so.4",
>> O_RDONLY) = -1 ENOENT (No such file or directory)
>> stat("/opt/oracle/product/9ir2/ctx/lib/tls", 0x7fbfffe7d0) =
-1
>> ENOENT (No such file or directory)
>>
open("/opt/oracle/product/9ir2/ctx/lib/x86_64/libreadline.so.4",
>> O_RDONLY) = -1 ENOENT (No such file or directory)
>> stat("/opt/oracle/product/9ir2/ctx/lib/x86_64", 0x7fbfffe7d0)
>> -1 ENOENT (No such file or directory)
>> open("/opt/oracle/product/9ir2/ctx/lib/libreadline.so.4",
>> O_RDONLY) = -1 ENOENT (No such file or directory)
>> stat("/opt/oracle/product/9ir2/ctx/lib", 0x7fbfffe7d0) = -1
>> ENOENT (No such file or directory)
>> open("/etc/ld.so.cache", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=93380, ...}) = 0
>> mmap(NULL, 93380, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a9556c000
>> close(3) = 0
>> open("/lib64/libreadline.so.4", O_RDONLY) = 3
>> read(3,
>>
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200*\1\0"..., 640)
>> = 640
>> fstat(3, {st_mode=S_IFREG|0755, st_size=230424, ...}) = 0
>> mmap(NULL, 4096, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a95583000
>> mmap(NULL, 1280688, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x2a9566d000
>> madvise(0x2a9566d000, 1280688, MADV_SEQUENTIAL|0x1) = 0
>> mprotect(0x2a9569b000, 1092272, PROT_NONE) = 0
>> mmap(0x2a9576d000, 229376, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_FIXED, 3, 0) = 0x2a9576d000
>> mmap(0x2a957a5000, 2736, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2a957a5000
>> close(3) = 0
>> open("/lib64/libhistory.so.4", O_RDONLY) = 3
>> read(3,
>>
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P!\0\0\0"..., 640)
>> 640
>> fstat(3, {st_mode=S_IFREG|0755, st_size=29464, ...}) = 0
>> mmap(NULL, 1076088, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x2a957a6000
>> madvise(0x2a957a6000, 1076088, MADV_SEQUENTIAL|0x1) = 0
>> mprotect(0x2a957ad000, 1047416, PROT_NONE) = 0
>> mmap(0x2a958a6000, 28672, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_FIXED, 3, 0) = 0x2a958a6000
>> close(3) = 0
>> open("/lib64/libncurses.so.5", O_RDONLY) = 3
>> read(3,
>>
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220%\2\0"..., 640)
>> = 640
>> fstat(3, {st_mode=S_IFREG|0755, st_size=442953, ...}) = 0
>> mmap(NULL, 1444568, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x2a958ad000
>> madvise(0x2a958ad000, 1444568, MADV_SEQUENTIAL|0x1) = 0
>> mprotect(0x2a958f7000, 1141464, PROT_NONE) = 0
>> mmap(0x2a959ad000, 393216, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_FIXED, 3, 0) = 0x2a959ad000
>> mmap(0x2a95a0d000, 2776, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2a95a0d000
>> close(3) = 0
>> open("/lib64/libdl.so.2", O_RDONLY) = 3
>> read(3,
>>
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\36\0"..., 640)
>> = 640
>> fstat(3, {st_mode=S_IFREG|0755, st_size=16807, ...}) = 0
>> mmap(NULL, 4096, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a95a0e000
>> mmap(NULL, 1058904, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x2a95a0f000
>> madvise(0x2a95a0f000, 1058904, MADV_SEQUENTIAL|0x1) = 0
>> mprotect(0x2a95a12000, 1046616, PROT_NONE) = 0
>> mmap(0x2a95b0f000, 12288, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_FIXED, 3, 0) = 0x2a95b0f000
>> close(3) = 0
>> open("/lib64/libc.so.6", O_RDONLY) = 3
>> read(3,
>>
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\321\1"..., 640)
>> 640
>> fstat(3, {st_mode=S_IFREG|0755, st_size=1387031, ...}) = 0
>> mmap(NULL, 2222952, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x2a95b12000
>> madvise(0x2a95b12000, 2222952, MADV_SEQUENTIAL|0x1) = 0
>> mprotect(0x2a95c16000, 1157992, PROT_NONE) = 0
>> mmap(0x2a95d12000, 110592, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_FIXED, 3, 0x100000) = 0x2a95d12000
>> mmap(0x2a95d2d000, 15208, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2a95d2d000
>> close(3) = 0
>> munmap(0x2a9556c000, 93380) = 0
>> rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
>> open("/dev/tty", O_RDWR|O_NONBLOCK) = 3
>> close(3) = 0
>> brk(0) = 0x58a000
>> brk(0x5ab000) = 0x5ab000
>> brk(0) = 0x5ab000
>> open("/usr/lib/locale/locale-archive", O_RDONLY) = -1 ENOENT
(No such file or directory)
>> open("/usr/share/locale/locale.alias", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=2528, ...}) = 0
>> mmap(NULL, 4096, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a9556c000
>> read(3, "# Locale name alias data base.\n#"..., 4096) = 2528
>> read(3, "", 4096) = 0
>> close(3) = 0
>> munmap(0x2a9556c000, 4096) = 0
>> open("/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION",
O_RDONLY)
>> = -1 ENOENT (No such file or directory)
>> open("/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION",
O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=365, ...}) = 0
>> mmap(NULL, 365, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a9556c000
>> close(3) = 0
>> open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=21514, ...}) = 0
>> mmap(NULL, 21514, PROT_READ, MAP_SHARED, 3, 0) = 0x2a9556d000
>> close(3) = 0
>> open("/usr/lib/locale/en_US.UTF-8/LC_MEASUREMENT", O_RDONLY)
>> -1 ENOENT (No such file or directory)
>> open("/usr/lib/locale/en_US.utf8/LC_MEASUREMENT", O_RDONLY) =
3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=23, ...}) = 0
>> mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a95573000
>> close(3) = 0
>> open("/usr/lib/locale/en_US.UTF-8/LC_TELEPHONE", O_RDONLY) =
-1
>> ENOENT (No such file or directory)
>> open("/usr/lib/locale/en_US.utf8/LC_TELEPHONE", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0
>> mmap(NULL, 59, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a95574000
>> close(3) = 0
>> open("/usr/lib/locale/en_US.UTF-8/LC_ADDRESS", O_RDONLY) = -1
>> ENOENT (No such file or directory)
>> open("/usr/lib/locale/en_US.utf8/LC_ADDRESS", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
>> mmap(NULL, 155, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a95575000
>> close(3) = 0
>> open("/usr/lib/locale/en_US.UTF-8/LC_NAME", O_RDONLY) = -1
>> ENOENT (No such file or directory)
>> open("/usr/lib/locale/en_US.utf8/LC_NAME", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=77, ...}) = 0
>> mmap(NULL, 77, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a95576000
>> close(3) = 0
>> open("/usr/lib/locale/en_US.UTF-8/LC_PAPER", O_RDONLY) = -1
>> ENOENT (No such file or directory)
>> open("/usr/lib/locale/en_US.utf8/LC_PAPER", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=34, ...}) = 0
>> mmap(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a95577000
>> close(3) = 0
>> open("/usr/lib/locale/en_US.UTF-8/LC_MESSAGES", O_RDONLY) =
-1
>> ENOENT (No such file or directory)
>> open("/usr/lib/locale/en_US.utf8/LC_MESSAGES", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0
>> close(3) = 0
>>
open("/usr/lib/locale/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES",
O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=52, ...}) = 0
>> mmap(NULL, 52, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a95578000
>> close(3) = 0
>> open("/usr/lib/locale/en_US.UTF-8/LC_MONETARY", O_RDONLY) =
-1
>> ENOENT (No such file or directory)
>> open("/usr/lib/locale/en_US.utf8/LC_MONETARY", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=286, ...}) = 0
>> mmap(NULL, 286, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a95579000
>> close(3) = 0
>> open("/usr/lib/locale/en_US.UTF-8/LC_COLLATE", O_RDONLY) = -1
>> ENOENT (No such file or directory)
>> open("/usr/lib/locale/en_US.utf8/LC_COLLATE", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=882134, ...}) = 0
>> mmap(NULL, 882134, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a95584000
>> close(3) = 0
>> open("/usr/lib/locale/en_US.UTF-8/LC_TIME", O_RDONLY) = -1
>> ENOENT (No such file or directory)
>> open("/usr/lib/locale/en_US.utf8/LC_TIME", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=2451, ...}) = 0
>> mmap(NULL, 2451, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a9565c000
>> close(3) = 0
>> open("/usr/lib/locale/en_US.UTF-8/LC_NUMERIC", O_RDONLY) = -1
>> ENOENT (No such file or directory)
>> open("/usr/lib/locale/en_US.utf8/LC_NUMERIC", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=54, ...}) = 0
>> mmap(NULL, 54, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a9565d000
>> close(3) = 0
>> open("/usr/lib/locale/en_US.UTF-8/LC_CTYPE", O_RDONLY) = -1
>> ENOENT (No such file or directory)
>> open("/usr/lib/locale/en_US.utf8/LC_CTYPE", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=208464, ...}) = 0
>> mmap(NULL, 208464, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a95d31000
>> close(3) = 0
>> getuid() = 59
>> getgid() = 54
>> geteuid() = 59
>> getegid() = 54
>> rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
>> time(NULL) = 1106145584
>> open("/etc/mtab", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0644, st_size=247, ...}) = 0
>> mmap(NULL, 4096, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a95d64000
>> read(3, "/dev/sda1 / reiserfs rw,acl,user"..., 4096) = 247
>> close(3) = 0
>> munmap(0x2a95d64000, 4096) = 0
>> open("/proc/meminfo", O_RDONLY) = 3
>> fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
>> mmap(NULL, 4096, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a95d64000
>> read(3, "MemTotal: 2062544 kB\nMemFre"..., 1024) = 646
>> close(3) = 0
>> munmap(0x2a95d64000, 4096) = 0
>> rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
>> rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
>> rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
>> rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
>> rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0
>> rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0
>> rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
>> rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
>> uname({sys="Linux", node="ffg-n2", ...}) = 0
>> stat("/opt/oracle", {st_mode=S_IFDIR|0755, st_size=80, ...})
= 0
>> stat(".", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0
>> getpid() = 9302
>> getppid() = 9301
>> getpgrp() = 9301
>> rt_sigaction(SIGCHLD, {0x447b30, [], 0x4000000}, {SIG_DFL}, 8) = 0
>> rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
>> open("/tmp/chdir", O_RDONLY) = 3
>> ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fbffff040) = -1
>> ENOTTY (Inappropriate ioctl for device)
>> lseek(3, 0, SEEK_CUR) = 0
>> read(3, "#!/bin/sh\ncd /u01\n", 80) = 18
>> lseek(3, 0, SEEK_SET) = 0
>> getrlimit(0x7, 0x7fbffff090) = 0
>> dup2(3, 255) = 255
>> close(3) = 0
>> fcntl(255, F_SETFD, FD_CLOEXEC) = 0
>> fcntl(255, F_GETFL) = 0x8000 (flags
O_RDONLY|O_LARGEFILE|0x8000)
>> fstat(255, {st_mode=S_IFREG|0755, st_size=18, ...}) = 0
>> lseek(255, 0, SEEK_CUR) = 0
>> rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
>> read(255, "#!/bin/sh\ncd /u01\n", 18) = 18
>> rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
>> stat("/u01", {st_mode=S_IFDIR|0666, st_size=4096, ...}) = 0
>> chdir("/u01") = -1 EACCES
(Permission denied)
>> chdir("/u01") = -1 EACCES
(Permission denied)
>> open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo",
>> O_RDONLY) = -1 ENOENT (No such file or directory)
>> open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo",
>> O_RDONLY) = -1 ENOENT (No such file or directory)
>> open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY)
>> -1 ENOENT (No such file or directory)
>> open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo",
>> O_RDONLY) = -1 ENOENT (No such file or directory)
>> open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo",
O_RDONLY)
>> = -1 ENOENT (No such file or directory)
>> open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) =
-1
>> ENOENT (No such file or directory)
>> fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
>> mmap(NULL, 4096, PROT_READ|PROT_WRITE,
>> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a95d64000
>> write(2, "/tmp/chdir: line 2: cd: /u01: Pe"..., 48) = 48
>> rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
>> read(255, "", 18) = 0
>> munmap(0x2a95d64000, 4096) = 0
>> exit_group(1) = ?
>>
>>
>>
>> thanks in advance
>> guenther
>>
>>
>> mit den besten gruessen / kind regards
>>
>> guenther kerndl
>>
>> _____________________________________________________________
>>
>>
>> DCV Planungs- und ErrichtungsGmbH, Astgasse 4/9, A-1140 Wien
>> fon: +43-1-61430 fax: +43-1-61430-5090
>> GnuPG KeyID: 6D6B6133
>> _____________________________________________________________
>>
>> NOTIZ / NOTICE:
>> Die in diesem Email enthaltene Information ist vertraulich und
>> ausschliesslich f?r den genannten Empf?nger bestimmt. Falls
>> Sie diese Nachricht irrt?mlich erhalten haben, verst?ndigen Sie
>> uns bitte sofort, indem Sie entweder auf dieses Mail antworten
>> oder die oben genannte Telefonnummer anrufen und l?schen Sie im
>> Anschluss daran die Nachricht und s?mtliche Anh?nge. Bitte
>> beachten Sie, dass die unerlaubte Nutzung oder Verbreitung der
>> irrt?mlich erhaltenen Information streng verboten ist.
>> Vielen Dank.
>>
>> The information contained in this e-mail is confidential or may
>> otherwise be legally privileged. It is intended for the named
>> recipient only. If you have received it in error, please notify
>> us immediately by reply or by calling the telephone number above
>> and delete this message and all its attachments. Please note that
>> any unauthorised review, copying, disclosing or otherwise making
>> use of the information is strictly prohibited. Thank you.
>>
>>
>> MEM> Guenther
>>
>> MEM> It should be working. I believe you have checked all the
permission.
>>
>> MEM> If all the permission and ownership information is correct,
>> MEM> the onlything that? can suggest you, is to get a strace of the
>> MEM> process and opena bug. Also, if you get any? error logged in
>> MEM> /var/log/messages, add itto the bug.
>> MEM> Regards,
>>
>> MEM> Marcos Eduardo Matsunaga
>>
>> MEM> Oracle Corporation
>> MEM> Corporate Architecture - Linux
>>
>> MEM> 5955 TG Lee Blvd Email :
>> MEM> Marcos.Matsunaga@oracle.comOrlando, FL 32822 Phone :
>> MEM> (407)458-6453
>> MEM> Fax : (407)851-9093
>>
>> MEM> A crisis is when you can't say "Let's forget the
whole thing."
>> MEM>
>>
---------------------------------------------------------------------------------------
>> MEM> The statements and opinions expressed here are my own
>> MEM> and do not necessarily represent those of Oracle Corporation.
>>
>>
>>
>> MEM> Guenther Kerndl wrote:
>>
>> MEM> thank you for your extremly fast answer ;-))
>> MEM> but right now I have a totally different problem. the oracle
user
>> MEM> cannot chdir in the ocfs2-partitions. the root-user has no
>> MEM> problem, as root I can create and delete files but the oracle
user
>> MEM> gets "-bash: cd: /u01: Permission denied"
>> MEM> the /u01-directory is owned by oracle:oinstall.
>> MEM> the system is SLES 9 64bit AMD, kernel 2.6.5-7.111.19-default,
I am
>> MEM> using OCFS2 Beta6
>>
>> MEM> any ideas?
>>
>> MEM> thanks in advance
>>
>> MEM> guenther
>>
>> MEM> mit den besten gruessen / kind regards
>>
>> MEM> guenther kerndl
>>
>> MEM>
>> _____________________________________________________________
>>
>> MEM> DCV Planungs- und ErrichtungsGmbH, Astgasse 4/9, A-1140 Wien
>> MEM> fon: +43-1-61430 fax: +43-1-61430-5090
>> MEM> GnuPG KeyID: 6D6B6133
>> MEM>
>> _____________________________________________________________
>>
>> MEM> NOTIZ / NOTICE:
>> MEM> Die in diesem Email enthaltene Information ist vertraulich
und
>> MEM> ausschliesslich f?r den genannten Empf?nger bestimmt. Falls
>> MEM> Sie diese Nachricht irrt?mlich erhalten haben, verst?ndigen
Sie
>> MEM> uns bitte sofort, indem Sie entweder auf dieses Mail
antworten
>> MEM> oder die oben genannte Telefonnummer anrufen und l?schen Sie
im
>> MEM> Anschluss daran die Nachricht und s?mtliche Anh?nge. Bitte
>> MEM> beachten Sie, dass die unerlaubte Nutzung oder Verbreitung
der
>> MEM> irrt?mlich erhaltenen Information streng verboten ist.
>> MEM> Vielen Dank.
>>
>> MEM> The information contained in this e-mail is confidential or
may
>> MEM> otherwise be legally privileged. It is intended for the named
>> MEM> recipient only. If you have received it in error, please
notify
>> MEM> us immediately by reply or by calling the telephone number
above
>> MEM> and delete this message and all its attachments. Please note
that
>> MEM> any unauthorised review, copying, disclosing or otherwise
making
>> MEM> use of the information is strictly prohibited. Thank you.
>>
>>
>> MEM>> Yes.
>>
>> MEM>> Regards,
>>
>> MEM>> Marcos Eduardo Matsunaga
>>
>> MEM>> Oracle Corporation
>> MEM>> Corporate Architecture - Linux
>>
>> MEM>> 5955 TG Lee Blvd Email :
>> MEM>> Marcos.Matsunaga@oracle.comMEM> Orlando, FL 32822 Phone
:
>> MEM>> (407)458-6453
>> MEM>> Fax : (407)851-9093
>>
>> MEM>> A crisis is when you can't say "Let's forget
the whole thing."
>> MEM>>
>>
---------------------------------------------------------------------------------------
>> MEM>> The statements and opinions expressed here are my own
>> MEM>> and do not necessarily represent those of Oracle
Corporation.
>>
>>
>>
>>
>> MEM>> Guenther Kerndl wrote:
>>
>>
>>
>>
>> MEM> hi,
>>
>> MEM> sorry for bothering you but I have a basic question.
>> MEM> Does the support for shared ORA_HOME mean, that I have one
ocfs2-partition in
>> MEM> which my oracle is installed and all the machines of my
cluster can
>> MEM> access and use this single directory and start oracle from
within?
>>
>> MEM> thanks in advance
>>
>> MEM> guenther
>>
>>
>> MEM> Mit freundlichen Gr?ssen / Kind Regards
>>
>> MEM> Guenther Kerndl
>> MEM> IT-Security Manager
>>
>> MEM> _____________________________________________________________
>>
>> MEM> DCV Planungs- und ErrichtungsGmbH
>> MEM> Main office: Astgasse 4/9, A-1140 Wien
>> MEM> Planungsb?ro: Slamastrasse 29, A-1230 Wien
>> MEM> fon: +43-1-61430 5521 fax: +43-1-61430-5090
>> MEM> GnuPG KeyID: 6D6B6133
>> MEM> _____________________________________________________________
>>
>> MEM> NOTIZ / NOTICE:
>> MEM> Die in diesem Email enthaltene Information ist vertraulich und
>> MEM> ausschliesslich f?r den genannten Empf?nger bestimmt. Falls
>> MEM> Sie diese Nachricht irrt?mlich erhalten haben, verst?ndigen
Sie
>> MEM> uns bitte sofort, indem Sie entweder auf dieses Mail antworten
>> MEM> oder die oben genannte Telefonnummer anrufen und l?schen Sie
im
>> MEM> Anschluss daran die Nachricht und s?mtliche Anh?nge. Bitte
>> MEM> beachten Sie, dass die unerlaubte Nutzung oder Verbreitung der
>> MEM> irrt?mlich erhaltenen Information streng verboten ist.
>> MEM> Vielen Dank.
>>
>> MEM> The information contained in this e-mail is confidential or
may
>> MEM> otherwise be legally privileged. It is intended for the named
>> MEM> recipient only. If you have received it in error, please
notify
>> MEM> us immediately by reply or by calling the telephone number
above
>> MEM> and delete this message and all its attachments. Please note
that
>> MEM> any unauthorised review, copying, disclosing or otherwise
making
>> MEM> use of the information is strictly prohibited. Thank you.
>>
>>
>> MEM> _______________________________________________
>> MEM> Ocfs2-users mailing
>> MEM>
>>
listOcfs2-users@oss.oracle.comhttp://oss.oracle.com/mailman/listinfo/ocfs2-users
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Ocfs2-users mailing list
>> Ocfs2-users@oss.oracle.com
>> http://oss.oracle.com/mailman/listinfo/ocfs2-users