search for: pstree

Displaying 20 results from an estimated 73 matches for "pstree".

Did you mean: stree
2006 Jul 20
2
only one mysql process in pstree
Hi All, I have two servers, one is centos 4.3 (new) and other is rh9 (old). Both of them run mysql as the primary database server. I installed mysql via the rpms available in mysql.com downloads. Recently when i do "pstree", i noticed that RH9 server shows many mysql children while centos shows only one. Here is the pstree result. (Both of them runs the same version of mysql) server A (RH9 , MySQL-server-4.1.19-0.glibc23 ) --------------------------------------------------------------------- ??mysqld_safe???m...
2009 Jan 06
2
smbcontrol smbd ping also answered by nmbd and winbindd
...mba-3.0.x an "smbcontrol smbd ping" was answered by all running smbd processes. With samba-3.2.x it is now *also* answered by nmbd and winbindd: [root@cs00 ~]# smbcontrol -V Version 3.2.5 [root@cs00 ~]# for i in `smbcontrol -t 1 winbindd ping | grep PONG | awk '{ print $4}'` ; do pstree -p | grep $i ; done winbindd(29908) - winbindd(29909) [root@cs00 ~]# for i in `smbcontrol -t 1 nmbd ping | grep PONG | awk '{ print $4}'` ; do pstree -p | grep $i ; done nmbd(29266) [root@cs00 ~]# for i in `smbcontrol -t 1 smbd ping | grep PONG | awk '{ print $4}'`...
2014 Sep 26
5
increase number of libvirt threads by starting tansient guest doamin - is it a bug?
hello, if i start a transient guest doamin via "virsh create abcd.xml" i see an additional libvirt thread and also some open files: pstree -h `pgrep libvirtd` libvirtd───11*[{libvirtd}] libvirtd 3016 root 21w REG 253,0 6044 1052094 /var/log/libvirt/libxl/abcd.log libvirtd 3016 root 22r FIFO 0,8 0t0 126124 pipe libvirtd 3016 root 23w FIFO 0,8 0t0 126124 p...
2020 Mar 19
2
R CMD check --as-cran attempts to hide R_LIBS_USER but fails
...), if(WINDOWS) " R_ENVIRON_USER='no_such_file'" else "R_ENVIRON_USER=''", if(WINDOWS) " R_LIBS_USER='no_such_dir'" else "R_LIBS_USER=''", " R_LIBS_SITE='no_such_dir'") } Monitoring with 'pstree' confirms this. On Linux with R 3.6.3, the call stack of a 'R CMD check --as-cran teeny_0.1.0.tar.gz' call looks like this when a test script is running: `-sh /usr/lib/R/bin/check --as-cran teeny_0.1.0.tar.gz `-R --no-restore --slave --args nextArg--as-crannextArgteeny_0.1.0.tar.gz...
2017 Mar 28
4
Failed to connect host xx on port 135 - NT_STATUS_CONNECTION_REFUSED
Hello there, I installed a dc1 using debian jessie-packages strictly following the samba-manual "Setting up Samba as an Active Directory Domain Controller". I installed a dc2 using debian jessie-packages, also strictly following the manual for "Joining a Samba DC to an Existing Active Directory". It worked for a few weeks but then it quit working without having changed the
2014 Oct 01
0
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
ustermann78 at web.de wrote: > hello, > > if i start a transient guest doamin via "virsh create abcd.xml" i see an additional libvirt thread and also some open files: > > pstree -h `pgrep libvirtd` > libvirtd???11*[{libvirtd}] > > libvirtd 3016 root 21w REG 253,0 6044 1052094 /var/log/libvirt/libxl/abcd.log > libvirtd 3016 root 22r FIFO 0,8 0t0 126124 pipe > libvirtd 3016 root 23w FIFO...
2006 Nov 13
1
Defunct / zombie AGI after some execution time
...e custom AGI, and when we launch Asterisk the system works fine. But **after some time**, each AGI execution generates a zombie <defunct> process. We believe that it's not a problem in the AGI code, because Asterisk+AGI is working fine in the first "n" minutes/hours. This is a pstree sample: init-+-asterisk---asterisk---48*[asterisk] But after some execution time, this is the pstree output: init-+-asterisk---asterisk-+-28*[asterisk] | |-asterisk-+-21*[xxxxxxxxx.agi] | | `-40*[xxxxxxxxx.agi] |...
2017 Mar 28
1
Failed to connect host xx on port 135 - NT_STATUS_CONNECTION_REFUSED
...ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination > What daemons are running ? root at dc2:~# pstree systemd─┬─acpid ├─agetty ├─atd ├─cron ├─dbus-daemon ├─exim4 ├─named───4*[{named}] ├─ntpd ├─rpc.idmapd ├─rpc.statd ├─rpcbind ├─rsyslogd─┬─{in:imklog} │ ├─{in:imuxsock} │ └─{rs:ma...
2011 Feb 07
4
Is there a Centos 3 around ?
...ious file in /bin and /usr/bin directories that are owned by user id 122, where this machine doesn't a userid 122. So, does anyone hav a centos 3.9 install arround that can send me the info about (filesize, md5, modification date) these file : /bin : ls netstat ps /usr/bin/ dir find md5sum pstree slocate tee top What tiped me off, I was sudoing to another user, and swas this message : "Unknown HZ value! (92) Assume 100." Thanks
2015 Jul 23
2
global lock when executing hook scripts
Hello. I'm try to understand, why in case of 20 workers libvirt fully locked when runs qemu hook (when domain starts) virsh list freezes. As i understand in case of using more workers it utilized to run hooks too, but as i see in pstree only main libvirt process executes hook. Why this happening? pstree -a -p 6642 libvirtd,6642 -d -l ├─qemu,9272 /etc/libvirt/hooks/qemu testvm prepare begin - │ └─prepare,9468 -x /usr/local/prepare.sh testvm │ └─sleep,9469 5000 ├─{libvirtd},6643 ├─{libvirtd},6644 ├─{libvirtd},6645 ├─{libvirtd},6646...
2020 Mar 19
1
R CMD check --as-cran attempts to hide R_LIBS_USER but fails
...RON_USER='no_such_file'" else "R_ENVIRON_USER=''", > | if(WINDOWS) " R_LIBS_USER='no_such_dir'" else "R_LIBS_USER=''", > | " R_LIBS_SITE='no_such_dir'") > | } > | > | Monitoring with 'pstree' confirms this. On Linux with R 3.6.3, the > | call stack of a 'R CMD check --as-cran teeny_0.1.0.tar.gz' call looks > | like this when a test script is running: > | > | `-sh /usr/lib/R/bin/check --as-cran teeny_0.1.0.tar.gz > | `-R --no-restore --slave --args nextArg--a...
2005 Oct 23
1
1.0.alpha4 process creation wierdness
Hi list! I'm a little confused. I have set "login_process_per_connection = yes" and "login_processes_count = 1", and this is how my pstree looks when nobody is connected: dovecot -,- dovecot-auth `- imap-login However, when I connect with a client it looks like this: dovecot -,- dovecot-auth |- imap `- 2*[imap-login] I would expect it to only have one imap-login running. Anyway, when...
2020 Mar 19
0
R CMD check --as-cran attempts to hide R_LIBS_USER but fails
...f(WINDOWS) " R_ENVIRON_USER='no_such_file'" else "R_ENVIRON_USER=''", | if(WINDOWS) " R_LIBS_USER='no_such_dir'" else "R_LIBS_USER=''", | " R_LIBS_SITE='no_such_dir'") | } | | Monitoring with 'pstree' confirms this. On Linux with R 3.6.3, the | call stack of a 'R CMD check --as-cran teeny_0.1.0.tar.gz' call looks | like this when a test script is running: | | `-sh /usr/lib/R/bin/check --as-cran teeny_0.1.0.tar.gz | `-R --no-restore --slave --args nextArg--as-crannextArgteeny_0.1.0...
2015 Dec 04
3
Running sshd with Privilege Seperation drops connection on password change
...swd (in this case). After password change, the child SIGCHLD's the parent which instead of handling it properly treats it like a SIGTERM and closes the socket. The following process tree should give a better idea of the process nestings: With Privilege Separation: ubuntu at knasim-ubuntu1:~$ pstree init???acpid ??atd ??cron ??dbus-daemon ??dhclient ??7*[getty] ??rsyslogd???3*[{rsyslogd}] ??sshd???bash???ssh ??sshd???bash???pstree ??sshd???sshd???sshd???passwd ??systemd-logind ??systemd-udevd ??upstart-file-br ??upstart-socket-...
2004 Feb 06
2
how do i get rid of wine-kthread <defunct> ?
Hi, after a while of playing around with winedbg i have a lot of these: bash-2.05b# ps -A 559 pts/0 00:00:01 wine-kthread <defunct> 558 pts/0 00:00:04 wine-kthread <defunct> 607 pts/0 00:00:01 wine-kthread <defunct> 606 pts/0 00:00:04 wine-kthread <defunct> i tried differend variations on kill, and killall, but they don't go away. Any ideas? Regards,
2006 Nov 15
2
safe_asterisks pawning multiple asterisk process???
We have 1 server that after a few hours operating has multiple process of asterisk running. Here is the pstree output: # pstree init-+-atftpd |-auditd---{auditd} |-bash---safe_opserver---op_server.pl |-crond |-cwASTcall.pl |-dbus-daemon |-events/0 |-hald-+-hald-addon-acpi | `-2*[hald-addon-stor] |-httpd---3*[httpd] |-khelper |-klogd |-ksoftir...
2015 Apr 08
3
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
...keying ctrl-alt-backspace both restart X, certainly, >> but I'm not so sure about gdm. I'm not at a CentOS 6 machine right >> now so I can't confirm one way or the other. > > > gdm is a "sub-process" of X ... > > -- LF Not according to the output of pstree. See the following snippet: ??gdm-binary???gdm-simple-slav???Xorg ? ? ??gdm-session-wor???gnome-session???bluetoo+ ? ? ? ? ??compiz?+ ? ? ? ?...
2017 Aug 16
1
Clarifications on getting debug information when rsync freezes
...n the destination machine: # 1. find the ssh PID from the source IP destination_machine $ sudo netstat -atlp | grep "192.168.23" tcp 0 36 192.168.40.23:ssh 192.168.23.40:49187 ESTABLISHED 915/sshd: abc [priv # 2. find all related processes destination_machine $ sudo pstree --show-pids 915 sshd(915)───sshd(1079)───rsync(1082)───rsync(1085) # 3. then strace these all these netstat ======= In order to provide the proper netstat info, related to the PIDs involved would something like this suffice (in the destination and source machines with the proper PIDs)? Should I...
2003 Aug 14
2
chkrootkit reports INFECTED :(
...t: -cut- Checking `basename'... not infected Checking `biff'... not infected Checking `chfn'... INFECTED Checking `chsh'... INFECTED Checking `cron'... not infected Checking `date'... INFECTED -cut- Checking `ls'... INFECTED -cut- Checking `ps'... INFECTED Checking `pstree'... not found -cut- What does it mean? Is my system really hacked?
2019 May 28
1
Upgraded from CentOS 6.X to 7.X, samba not working
On Mon, May 27, 2019 at 08:40:19AM +0100, Rowland penny via samba (samba at lists.samba.org) wrote: > On 27/05/2019 01:26, Jobst Schmalenbach via samba wrote: > > On Fri, May 24, 2019 at 03:45:31PM +0200, L.P.H. van Belle via samba (samba at lists.samba.org) wrote: > > > You should have looked before upgrading. ... > > I actually did, I remember now (after I read your