search for: shm_perm

Displaying 4 results from an estimated 4 matches for "shm_perm".

Did you mean: sem_perm
1999 Aug 06
2
Solaris 7 5/99 and samba-2.0.5a (PR#19508)
...if (sem_ds.sem_perm.cuid != 0 || sem_ds.sem_perm.cgid != root_gid) { DEBUG(0,("ERROR: root did not create the semaphore\n")); return NULL; } @@ -684,7 +687,7 @@ } if (!read_only) { - if (shm_ds.shm_perm.cuid != 0 || shm_ds.shm_perm.cgid != 0) { + if (shm_ds.shm_perm.cuid != 0 || shm_ds.shm_perm.cgid != root_gid) { DEBUG(0,("ERROR: root did not create the shmem\n")); global_unlock(); return NULL; -- --...
1999 Aug 14
1
HPUX shared memory creates error (PR#19573)
...d != 0))) { + DEBUG(0,("ERROR: root did not create the semaphore: semgid=%d, rootgid=%d\n", sem_ds.sem_perm.cgid, root_gid)); return NULL; } @@ -684,7 +686,7 @@ } if (!read_only) { - if (shm_ds.shm_perm.cuid != 0 || shm_ds.shm_perm.cgid != 0) { + if (shm_ds.shm_perm.cuid != 0 || ((shm_ds.shm_perm.cgid != root_gid) && (shm_ds.shm_perm.cgid != 0))) { DEBUG(0,("ERROR: root did not create the shmem\n")); global_unlock();...
1999 Oct 23
3
semaphores and Solaris 7 8/99
I just installed the 8/99 release of Solaris 7 on three Sun Ultra 10's and it seems to have broken Samba. I am running Samba 2.0.5a and it works fine on an Ultra 10 running the 5/99 release of Solaris 7. All of the Ultra 10's are using the 64 bit kernel. This is the errors that I am getting. [1999/10/22 21:09:56, 0] locking/shmem_sysv.c:sysv_shm_open(597) ERROR: root did not create the
2005 Mar 02
1
Samba 3.0.11 Compile Error
Hello. I'm trying to run Samba on HP-UX (IA64), but I can't compile Samba source. I have this following packages: Samba 3.0.11 libiconv 1.9.1 HP-UX 11.23 (IA64) "configure" process is ok. At "make" process, I encounters the parsing error. I attached the compile error log. Do you have information how to compile Samba on HP-UX (IA64)? -- Osamu Takeuchi