search for: rootgid

Displaying 5 results from an estimated 5 matches for "rootgid".

Did you mean: root_id
2000 May 13
0
Trouble with large files and 1.9.18p10
...17, 3] lib/util_sock.c:open_socket_in(875) bind succeeded on port 139 [2000/05/11 21:59:17, 2] smbd/server.c:open_sockets(181) waiting for a connection [2000/05/11 22:00:05, 0] locking/shmem_sysv.c:sysv_shm_open(601) ERROR: root did not create the semaphore: semgid=0, rootgid=0 [2000/05/11 22:00:05, 0] locking/locking.c:locking_init(174) ERROR: Failed to initialise share modes [2000/05/11 22:00:08, 0] locking/shmem_sysv.c:sysv_shm_open(601) ERROR: root did not create the semaphore: semgid=0, rootgid=0 [2000/05/11 22:00:08, 0] locking/locking...
1999 Aug 14
1
HPUX shared memory creates error (PR#19573)
...DEBUG(0,("ERROR: root did not create the semaphore\n")); + if (sem_ds.sem_perm.cuid != 0 || ((sem_ds.sem_perm.cgid != root_gid) && (sem_ds.sem_perm.cgid != 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.sh...
2005 Nov 05
8
[Bug 1114] Make concept of "root UID" more abstract for Interix support
http://bugzilla.mindrot.org/show_bug.cgi?id=1114 Summary: Make concept of "root UID" more abstract for Interix support Product: Portable OpenSSH Version: 4.2p1 Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P3 Component: Miscellaneous
2000 Nov 28
2
Welcome to the "samba" mailing list
i got the following problem: [root@sun samba]# tail log.smb [2000/11/28 16:20:16, 0] locking/locking.c:locking_init(174) ERROR: Failed to initialise share modes [2000/11/28 16:20:29, 0] locking/shmem_sysv.c:sysv_shm_open(667) Can't create or use IPC area. Error was Die Datei existiert bereits [2000/11/28 16:20:29, 0] locking/locking.c:locking_init(174) ERROR: Failed to initialise share
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