search for: rgid

Displaying 10 results from an estimated 10 matches for "rgid".

Did you mean: gid
2014 Aug 28
0
OT: problems with pam_mount
...(home folder). I think pam had a problem with the kerberos ticket? The error 126? I tested it with debian/wheezy and Xubuntu 14.04 LTS. The manual mount work,... Bye Gregor (pam_mount.c:554): pam_mount 2.13: entering session stage reenter password for pam_mount: (misc.c:39): Session open: (ruid/rgid=0/1000000, e=0/1000000) (mount.c:267): Mount info: globalconf, user=gburck <volume fstype="cifs" server="edfs001.mvz.ffm" path="users\gburck" mountpoint="/home/MVZ/gburck" cipher="(null)" fskeypath="(null)" fskeycipher="(null)&q...
2003 Apr 28
0
Samba crashes on password change from Windows 2000 clients
...one smbd[496]: Apr 27 21:21:42 bone smbd[496]: Apr 27 21:21:42 bone /kernel: pid 496 (smbd), uid 65534: exited on signal 6 For a few times whilst windows was sitting there. I've had a look in util_sec.c and it appears to be happening somewhere around here, no? --- static void assert_gid(gid_t rgid, gid_t egid) { if ((egid != (gid_t)-1 && getegid() != egid) || (rgid != (gid_t)-1 && getgid() != rgid)) { if (!non_root_mode()) { DEBUG(0,("Failed to set gid privileges to (%d,%d) now set to (%d,%d) uid=(%d,%d)\n"...
2013 Dec 07
1
Potential crash due to missing declaration of strerror
Hi, I've just stumbled over this gcc warning while building OpenSSH: openbsd-compat/bsd-setres_id.c:41:3: warning: implicit declaration of function ?strerror? [-Wimplicit-function-declaration] error("setregid %u: %.100s", rgid, strerror(errno)); ^ openbsd-compat/bsd-setres_id.c:41:3: warning: format ?%s? expects argument of type ?char *?, but argument 3 has type ?int? [-Wformat=] This almost certainly results in a crash on systems with sizeof(char*) > sizeof(int), like on practically all 64 bit systems. This...
2002 Sep 11
0
Problem: authorise_login: refusing user with no session setup
...ything about? Killing the smbd-process makes the win2k-client reconnect and everything works again. The user can open files and work. If you truss the smbdprocess when the problem have ocurred you see: root@dune:>truss -p 12325 *** SUID: ruid/euid/suid = 0 / 0 / 60001 *** *** SGID: rgid/egid/sgid = 0 / 0 / 60001 *** Before the problem: root@dune:>truss -p 14245 *** SUID: ruid/euid/suid = 0 / 0 / 18097 *** *** SGID: rgid/egid/sgid = 0 / 0 / 18097 *** 60001 matches the user and group nobody from /etc/passwd and 18097 matches the current users UID and GID from YP....
2004 Dec 03
2
NFS mounted directory
...= 297939333. Deleting it to continue ... [2004/12/03 16:31:33, 0] lib/util.c:smb_panic(1055) PANIC: open_mode_check: Existant process 21819 left active oplock. and a truss -d for the process which has crashed gives the following: *** SUID: ruid/euid/suid = 0 / 2053 / 2053 *** *** SGID: rgid/egid/sgid = 0 / 500 / 500 *** poll(0xFFBEED08, 2, 32000) (sleeping...) poll(0xFFBEED08, 2, 32000) = 0 time() = 1102092631 getuid() = 0 [2053] write(25, " [", 1)...
2007 Feb 13
6
mongrel_cluster 0.2.2 - plugin cluster::status does not exist?
Hello all. I''ve recently installed the 0.2.2 pre-release of mongrel_cluster to try out the new --clean option. However, after installing, when I give a simple "mongrel_rails" command, the cluster::status command is not listed. The error I receive when I do try and run the full "mongrel_rails cluster::status" is... ERROR RUNNING
2009 Oct 23
3
tdb locking issue - Solaris 10 and Samba 3.0.33
...ted peeking at a lot of these smbd proceses and it seems like something is amiss perhaps on the Samba side. Here's the pertinent info on a randomly selected "hung" process: # truss -v all -aef -p 2506767 25067: *** SUID: ruid/euid/suid = 0 / 122 / 122 *** 25067: *** SGID: rgid/egid/sgid = 0 / 9 / 9 *** 25067: psargs: /usr/sfw/sbin/smbd -D 25067: fcntl(10, F_SETLKW64, 0xFFBFF6F8) (sleeping...) 25067: typ=F_WRLCK whence=SEEK_SET start=32412 len=1 sys=4245464 pid=0 What's FD 10 you ask? # pfiles -F 25067 10: S_IFREG mode:0644 dev:85,60 ino:4630 uid:...
2003 May 16
3
open and euid security flaw in 5.0-Current?
On a FreeBSD 5.0 the behaviour of screen when connecting to other users sessions have changed. Previously: 1. login as userA start a screen as userA and disconnect 2. login as root su - userA "screen -r" 3. result failure as userA cant access the ttyX with such a message Current: 1. login as userA start a screen as userA and disconnect 2. login as root su - userA "screen -r" 3.
2002 Aug 07
1
Help/Note: Bug in samba-2.2.5/msdfs
...= no default case = lower preserve case = false short preserve case = false mangle case = no case sensitive = no oplocks = false -------------- next part -------------- *** SUID: ruid/euid/suid = 0 / 0 / 16152 *** *** SGID: rgid/egid/sgid = 0 / 0 / 160 *** poll(0xFFBEF3D0, 3, 60000) (sleeping...) poll(0xFFBEF3D0, 3, 60000) = 1 read(12, "\0\0\0 b", 4) = 4 read(12, "FF S M B\b\0\0\0\0180310".., 98) = 98 getuid() = 0 [0] getgid() = 0 [0] setgroups(5, 0x00280338) = 0 setregid(-1, 160) = 0...
2006 Jul 26
5
linux-2.6-xen.hg
Hi, Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being updated? if not, what''s the preferred Linux tree to track that has all of the Xen bits? Thanks, Muli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel