search for: ppid

Displaying 20 results from an estimated 303 matches for "ppid".

Did you mean: pid
2002 Mar 15
4
PATCH: sftp-server logging.
...14 15:00:51 2002 --- sftp-server.c Fri Mar 15 11:57:48 2002 *************** *** 52,57 **** --- 52,66 ---- /* Version of client */ int version; + #ifdef SFTP_LOGGING + /* User information. */ + #define CUNAME cuname ? cuname : "UNKNOWN" + struct passwd *upw; + uid_t cuid; + pid_t ppid; + char *cuname; + #endif + /* portable attibutes, etc. */ typedef struct Stat Stat; *************** *** 93,98 **** --- 102,126 ---- return ret; } + #ifdef SFTP_LOGGING + char* + status_to_logstr(int status) + { + switch (status) { + case SSH2_FX_OK: + return "Successful&...
2004 Sep 01
2
openssh-3.9p1: no pam_close_session() invocation
Hello, I would like to point to this problem again as I have not seen a reply to my original posting: http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=106458208520320&w=2 and the problem still exists in version 3.9p1. After closing a ssh-session the pam_close_session() function is not invoked. Enabling PrivilegeSeparation (UsePrivilegeSeparation yes) does not help. Could someone
2001 Jun 20
1
SFTP Logging Redux.
...tp-server.c.orig Tue Jun 19 16:32:45 2001 +++ sftp-server.c Wed Jun 20 08:54:03 2001 @@ -52,8 +52,14 @@ /* Version of client */ int version; -/* portable attibutes, etc. */ +/* User information. */ +#define CUNAME cuname ? cuname : "UNKNOWN" +struct passwd *upw; +uid_t cuid; +pid_t ppid; +char *cuname; +/* portable attibutes, etc. */ typedef struct Stat Stat; struct Stat { @@ -115,6 +121,28 @@ return flags; } +void +sflags_from_portable(char *psflags, int pflags) +{ + if (pflags & SSH2_FXF_READ) + *psflags = 'r'; + psflags++; + if (pflags & SSH2_FXF_WRI...
2017 Mar 15
2
Having problem getting Asterisk to work on CentOS 7
On Tue, Mar 14, 2017 at 02:46:19PM -0400, Ron Wheeler wrote: > https://docs.fedoraproject.org/en-US/Fedora/11/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Working_with_SELinux-Enabling_and_Disabling_SELinux.html > > If disabling Selinux solves your problem, then your problem may be related > to Selinux. > If it does not change yout problem, you may want to look
2017 Mar 15
2
Having problem getting Asterisk to work on CentOS 7
...ame="astdb.sqlite3" dev="dm-0" ino=100884225 scontext=system_u:system_r:asterisk_t:s0 tcontext=unconfined_u:object_r:var_lib_t:s0 tclass=file > type=SYSCALL msg=audit(1489588773.253:1171): arch=c000003e syscall=2 success=no exit=-13 a0=aa5080 a1=80000 a2=1a4 a3=aa5080 items=0 ppid=1485 pid=3838 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="asterisk" exe="/usr/sbin/asterisk" subj=system_u:system_r:asterisk_t:s0 key=(null) > type=AVC msg=audit(1489588777.432:1172): avc: denied { getattr } for p...
2007 Jul 10
0
backgroundrb.ppid
Howdy, I''m trying to use monit with backgroundrb, but it seems that backgroundrb.ppid isn''t holding the id of the backgroundrb task. jodi at soup/var/www/the-soup/current $ cat log/backgroundrb.ppid 23182 jodi at soup/var/www/the-soup/current $ ps -efl 1 S deploy 23184 1 0 75 0 - 27056 stext 11:27 ? 00:00:04 backgroundrb 1 S deploy 23186 23184 0...
2003 Apr 09
0
[Bug 540] sshd [priv] has PPID 1 and is killed by ^C in terminal
http://bugzilla.mindrot.org/show_bug.cgi?id=540 Summary: sshd [priv] has PPID 1 and is killed by ^C in terminal Product: Portable OpenSSH Version: 3.6p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org...
2006 Jun 29
1
Problems getting past authentication using functional tests
...bHelper # note: no filter, all methods can be accessed def index # get the uid for the template #@user_id = get_uid render :template => ''login/login'' end def finger_uid $stderr.puts "in ''fingeruid''" # get the uid @ppid = params[:id] # get the uid; check with the db begin user = get_user_from_ppid @ppid #user = User.find( @user_id ) @msg = "Existing user - " + user.nick_name + "" rescue Exception # todo: determine if the exception was thrown # because...
2013 Mar 11
1
nsd4 process weirdness?
Hi, I was playing with the munin plugin in nsd4 beta4, and saw some strange errors. Directly after starting nsd on linux, I'm seeing: $ ps ax -o pid,ppid,user,args | grep nsd 1638 1 nsd /usr/sbin/nsd -c /etc/nsd/nsd.conf 1641 1638 nsd /usr/sbin/nsd -c /etc/nsd/nsd.conf 1647 1641 nsd /usr/sbin/nsd -c /etc/nsd/nsd.conf $ sudo munin-run nsd_munin_memory /etc/munin/plugins/nsd_munin_memory: line 377: test: : integer expression e...
2023 Mar 16
1
How to configure?
...3269492 1.6 0.0 600292 91248 ? Sl 07:10 0:07 /usr/libexec/glusterfs/glfsheal cluster_data info-summary --xml root 3270354 4.4 0.0 600292 93260 ? Sl 07:15 0:07 /usr/libexec/glusterfs/glfsheal cluster_data info-summary --xml -8<-- root at str957-clustor00:~# ps -o ppid= 3266352 3266345 root at str957-clustor00:~# ps -o ppid= 3267220 3267213 root at str957-clustor00:~# ps -o ppid= 3268076 3268069 root at str957-clustor00:~# ps -o ppid= 3269492 3269485 root at str957-clustor00:~# ps -o ppid= 3270354 3270347 root at str957-clustor00:~# ps aux|grep 3266345 root 3...
2024 Jul 14
1
Splitting of sshd binaries in 9.8?
...095 below) 3. A temporary, unprivileged binary to negotiate the key exchange and the authentication with the privileged monitor (6801 below) 4. An unprivileged binary running as the main account for the duration of the session (95350 below) Here is what I am seeing with ps: $ ps -ax -o user,pid,ppid,args | grep [s]shd root 66717 1 sshd: /usr/sbin/sshd [listener] 0 of 10-100 startups (sshd) $ ps -ax -o user,pid,ppid,args | grep [s]shd root 66717 1 sshd: /usr/sbin/sshd [listener] 1 of 10-100 startups (sshd) root 1095 66717 sshd-session: lars [priv] (sshd-session) sshd...
2012 Feb 16
3
Baffled by selinux
...tpd" name="" dev=0:23 ino=3471615 scontext=unconfined_u:system_r:httpd_t:s0 tcontext=system_u:object_r:nfs_t:s0 tclass=dir type=SYSCALL msg=audit(1329395502.678:61926): arch=c000003e syscall=4 success=no exit=-13 a0=7fef342bc080 a1=7fffaf747370 a2=7fffaf747370 a3=7fef30c65c30 items=0 ppid=25673 pid=25674 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=2 comm="httpd" exe="/usr/sbin/httpd" subj=unconfined_u:system_r:httpd_t:s0 key=(null) type=AVC msg=audit(1329395502.681:61927): avc: denied { search } for pid=25674 comm="httpd&qu...
2023 Mar 16
1
How to configure?
...ot? ? 3269492? 1.6? 0.0 600292 91248 ?? ? ? ? Sl? 07:10? 0:07 /usr/libexec/glusterfs/glfsheal cluster_data info-summary --xml root? ? 3270354? 4.4? 0.0 600292 93260 ?? ? ? ? Sl? 07:15? 0:07 /usr/libexec/glusterfs/glfsheal cluster_data info-summary --xml -8<-- root at str957-clustor00:~# ps -o ppid= 3266352 3266345 root at str957-clustor00:~# ps -o ppid= 3267220 3267213 root at str957-clustor00:~# ps -o ppid= 3268076 3268069 root at str957-clustor00:~# ps -o ppid= 3269492 3269485 root at str957-clustor00:~# ps -o ppid= 3270354 3270347 root at str957-clustor00:~# ps aux|grep 3266345 root? ? 32...
2023 Mar 21
1
How to configure?
...? Sl? 07:10? 0:07 >? ? /usr/libexec/glusterfs/glfsheal cluster_data info-summary --xml >? ? root? ? 3270354? 4.4? 0.0 600292 93260 ?? ? ? ? Sl? 07:15? 0:07 >? ? /usr/libexec/glusterfs/glfsheal cluster_data info-summary --xml > >? ? -8<-- >? ? root at str957-clustor00:~# ps -o ppid= 3266352 >? ? 3266345 >? ? root at str957-clustor00:~# ps -o ppid= 3267220 >? ? 3267213 >? ? root at str957-clustor00:~# ps -o ppid= 3268076 >? ? 3268069 >? ? root at str957-clustor00:~# ps -o ppid= 3269492 >? ? 3269485 >? ? root at str957-clustor00:~# ps -o ppid= 3270354 &g...
2023 Mar 15
1
How to configure?
If you don't experience any OOM , you can focus on the heals. 284 processes of glfsheal seems odd. Can you check the ppid for 2-3 randomly picked ?ps -o ppid= <pid> Best Regards,Strahil Nikolov? On Wed, Mar 15, 2023 at 9:54, Diego Zuccato<diego.zuccato at unibo.it> wrote: I enabled it yesterday and that greatly reduced memory pressure. Current volume info: -8<-- Volume Name: cluster_data Type: D...
2017 Sep 23
2
more selinux problems ...
...quot; dev="sde" ino=22694488368 scontext=system_u:system_r:httpd_t:s0 tcontext=unconfined_u:object_r:samba_share_t:s0 tclass=file type=SYSCALL msg=audit(1506168999.456:2350): arch=c000003e syscall=4 success=yes exit=0 a0=55eea817ec80 a1=7ffe668ef300 a2=7ffe668ef300 a3=7ffe668ef270 items=0 ppid=1 pid=28956 auid=4294967295 uid=996 gid=994 euid=996 suid=996 fsuid=996 egid=994 sgid=994 fsgid=994 tty=(none) ses=4294967295 comm="lighttpd" exe="/usr/sbin/lighttpd" subj=system_u:system_r:httpd_t:s0 key=(null) type=AVC msg=audit(1506168999.456:2351): avc: denied { open } for...
2012 Mar 22
1
Does libvirt check MCS labels during hot-add disk image ?
...rt/images/vm1.img" dev=sda1 ino=6431944 scontext=system_u:system_r:svirt_t:s0:c219,c564 tcontext=system_u:object_r:svirt_image_t:s0:c122,c658 tclass=file type=SYSCALL msg=audit(1332310963.333:10313): arch=c000003e syscall=18 success=no exit=-13 a0=9 a1=7fd3bc59d000 a2=1000 a3=10891b000 items=0 ppid=1 pid=16241 auid=0 uid=107 gid=107 euid=107 suid=107 fsuid=107 egid=107 sgid=107 fsgid=107 tty=(none) ses=3 comm="qemu-kvm" exe="/usr/libexec/qemu-kvm" subj=system_u:system_r:svirt_t:s0:c219,c564 key=(null) type=AVC msg=audit(1332310963.337:10314): avc: denied { read } for pid...
2023 Mar 21
1
How to configure?
.../glfsheal cluster_data info-summary --xml > >? ? root? ? 3270354? 4.4? 0.0 600292 93260 ?? ? ? ? Sl? 07:15? 0:07 > >? ? /usr/libexec/glusterfs/glfsheal cluster_data info-summary --xml > > > >? ? -8<-- > >? ? root at str957-clustor00:~# ps -o ppid= 3266352 > >? ? 3266345 > >? ? root at str957-clustor00:~# ps -o ppid= 3267220 > >? ? 3267213 > >? ? root at str957-clustor00:~# ps -o ppid= 3268076 > >? ? 3268069 > >? ? root at str957-clustor00:~# ps -o ppid= 3269492 > >...
2017 Sep 22
2
selinux prevents lighttpd from printing
...ype=PROCTITLE msg=audit(09/22/2017 12:08:29.911:1023) : proctitle=/usr/lib/sendmail -t -oi -oem -fwawi-genimp type=SYSCALL msg=audit(09/22/2017 12:08:29.911:1023) : arch=x86_64 syscall=setgroups success=no exit=EPERM(Operation not permitted) a0=0x1 a1=0x7ffc1df3b0d0 a2=0x0 a3=0x7f5d77c3a300 items=0 ppid=19417 pid=19418 auid=unset uid=lighttpd gid=lighttpd euid=root suid=root fsuid=root egid=lighttpd sgid=lighttpd fsgid=lighttpd tty=(none) ses=unset comm=sendmail exe=/usr/sbin/exim subj=system_u:system_r:httpd_sys_script_t:s0 key=(null) type=AVC msg=audit(09/22/2017 12:08:29.911:1023) : avc: denie...
2020 Sep 22
2
Running samba in Kubernetes
...configured samba to run in Kubernetes pods, basically I have a pod (i.e. container) that run winbindd and join the Windows AD, and a pod (i.e. container) that run smbd. I have used socat to allow the unix socket communication between winbindd and smbd pods: *** winbindd pod *** UID??????? PID? PPID? C STIME TTY????????? TIME CMD root???????? 1???? 0? 0 Sep17 ???????? 00:00:03 /bin/bash ./winbind_entrypoint.sh root????? 1131???? 1? 0 Sep17 ???????? 00:00:00 /usr/bin/socat -dd tcp-listen:2377,fork,reuseaddr unix-connect:/var/lib/samba/winbindd_privileged/pipe root????? 1133???? 1? 0 Sep17 ??...