search for: ptree

Displaying 20 results from an estimated 23 matches for "ptree".

Did you mean: tree
2007 May 30
5
Determining Parent''s execname
Hi, I''m trying to trace the io of a given file, but I have a feeling that it''s been done via a script, as such I''d like to be able to tell the names of the calling processe tree, similar to what ptree produces. Is there any way to get this information without running ptree using system()? Thanks, Darren.
2011 Dec 31
1
Cross-validation error with tune and with rpart
Hello list, I'm trying to generate classifiers for a certain task using several methods, one of them being decision trees. The doubts come when I want to estimate the cross-validation error of the generated tree: tree <- rpart(y~., data=data.frame(xsel, y), cp=0.00001) ptree <- prune(tree, cp=tree$cptable[which.min(tree$cptable[,"xerror"]),"CP"]) ptree$cptable CP nsplit rel error xerror xstd 1 0.33120000 0 1.0000 1.0000 0.02856022 2 0.08640000 1 0.6688 0.6704 0.02683544 3 0.02986667 2 0.5824 0.5856 0....
2006 Jul 17
2
SMF/process contracts in Solaris 10
I've searched the archive for this mailing list and the bug list for OpenSSH for this, and I'm finding nothing. I'd appreciate it if somoene could point me to an existing thread about this. (I know that other people are aware of the problem, though, so I'm a bit surprised to find nothing.) We're running OpenSSH under Solaris 10 using SMF instead of a legacy init script. SMF
2008 Sep 30
12
dtrace missing ''unlinkat''? showing process stack?
...ced by ''rm''. I see everything that rm did, *except* the unlinkat - which is unfortunate because I want to trace which processes have deleted which files. So - does dtrace contain unlinkat as a probe for a system call? Also - how could you integrate the output of something like ptree into the above call for dtrace, so instead of showing just the pid for the process doing the system call, you could show the process stack (and if necessary the arguments to each level in the stack)? Thanks - Paul -- This message posted from opensolaris.org
1999 Jan 25
2
Samba, NT, and transient network failures
...while [[ -f "$PID_FILE" ]] do PID=$(cat "$PID_FILE") # Check that the old process is still around ... # [I use grep smb because smbd, when started via # inetd sets its ps strings to its arguments # only, thus we cannot grab the process name # from ps or ptree or whatever!] # # Replace ptree(1) with ps(1) on non-Solaris systems /usr/proc/bin/ptree $PID|grep smb > /dev/null 2>&1 || { # ... If not just remove the pid file and go on rm "$PID_FILE" || status=rmfail continue } # Ok, kill the old smbd print -u...
2006 Oct 27
7
[Bug 1255] Solaris contract support has a problem
http://bugzilla.mindrot.org/show_bug.cgi?id=1255 Summary: Solaris contract support has a problem Product: Portable OpenSSH Version: 4.4p1 Platform: All OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy:
2009 Jun 22
21
Build 115 fresh install.XVM crashes on boot.
Completely fresh,virgin install of b115 SXCE ,zero modifications done. If select XVM from boot menu,it comes all the way till "Starting Desktop login on Display:0..." and reboots. Regular Solaris(not XVM) boots fine. Intel XEON CPU,8G RAM Intel S3210SHLX motherboard(http://www.intel.com/Products/Server/Motherboards/Entry-S3200SH/Entry-S3200SH-overview.htm) Please help and thanks a lot
2009 Jul 09
0
Hanging ssh sessions with openssh-5.1p1 and Solaris 8 & 10
...W 386 /devices/pseudo/clone at 0:ptm 12962 9649 sshd R 512 /devices/pseudo/clone at 0:ptm 12962 9649 sshd R 9712 <unknown> 12962 9649 sshd R 512 /devices/pseudo/clone at 0:ptm 12962 9649 sshd W 7313 /devices/pseudo/clone at 0:ptm A ptree of the vi shows all processes involved: # ptree 10879 1083 /usr/local/sbin/sshd 9626 /usr/local/sbin/sshd -R 9649 /usr/local/sbin/sshd -R 9651 -tcsh 10879 vi /tmp/sshd.test_test Running pfiles on pid 9649 we get: # pfiles 9649 9649: /usr/local/sbin/sshd -R Current rlimi...
2004 Apr 10
0
[LLVMdev] Re: [Opencxx-users] LLVM and OpenC++
On Sat, Apr 10, 2004 at 03:35:36AM +0400, "Valery A.Khamenya" wrote: > Hi Grzegorz, > > > Hard to say. What is "second breath"? Are you proposing a solution that > > integrates OpenC++ with LLVM? Please elaborate. > > let's separate "what" and "how". > > I do not speak abot "how" right now, because it is rather
2006 Jul 30
6
zfs mount stuck in zil_replay
Hello ZFS, System was rebooted and after reboot server again System is snv_39, SPARC, T2000 bash-3.00# ptree 7 /lib/svc/bin/svc.startd -s 163 /sbin/sh /lib/svc/method/fs-local 254 /usr/sbin/zfs mount -a [...] bash-3.00# zfs list|wc -l 46 Using df I can see most file systems are already mounted. > ::ps!grep zfs R 254 163 7 7 0 0x4a004000 00000600219e180...
2002 Aug 07
2
so called hang-on-exit bug
> > Yes, you can "police" these things as a sysadmin. How? Use > /usr/proc/bin/ptree, ps, lsof and what not to find all sshd > processes and their associated ptys - the sshds that have no > children processes but whose master pty's slave pty still has > processes associated with said pty, those are the sshds that must be > killed in order to clean up (or you could k...
2004 Apr 09
2
[LLVMdev] Re: [Opencxx-users] LLVM and OpenC++
Hi Grzegorz, > Hard to say. What is "second breath"? Are you proposing a solution that > integrates OpenC++ with LLVM? Please elaborate. let's separate "what" and "how". I do not speak abot "how" right now, because it is rather a second step (if any). I do believe that reflections without interpreter or JITing can't be any powerfull.
2002 Aug 07
0
Subject: RE: so called hang-on-exit bug
...om] > > Sent: Wednesday, August 07, 2002 11:31 AM > > To: openssh-unix-dev at mindrot.org > > Subject: Re: so called hang-on-exit bug > > > > > > > > > > Yes, you can "police" these things as a sysadmin. How? Use > > > /usr/proc/bin/ptree, ps, lsof and what not to find all sshd > > > processes and their associated ptys - the sshds that have no > > > children processes but whose master pty's slave pty still has > > > processes associated with said pty, those are the sshds that must be > > > kil...
2015 Dec 16
2
Running sshd with Privilege Seperation drops connection on password change
Hi Darren/Damien, Sorry for responding so late. Still hope we can get this sorted out. Yes I am indeed using PAM for ssh authentication and disabling priv seperation is a no-go for us since it opens up a security loophole. From what I can see in ptree and auth logs, when the child passwd process returns with SIGCHLD, the parent sshd process terminates. Sshd logs are as follows as requested at DEBUG3 verbosity. They indicate the ssh, followed by the password change and finally termination of connection: Dec 16 22:22:13 knasim-ubuntu1 sshd[8569]...
2020 Jan 26
0
Number of imap-login processes always keeps growing, never goes down
...nl 2 imap (480893 481231) (54.XXX.XXX.XXX 54.XXX.XXX.XXX) ----8<-------------------- I don't know if the above issue is related to my problem but the oauthbearer sessions not showing up seems like a bug? Meanwhile there are 512 Dovecot imap-login processes: ----8<-------------------- # ptree | grep imap-login | wc -l 513 ----8<-------------------- I realise that the 'imap-login' process also works as a IMAP proxy and that it stays alive during the entire session of the client since it handles the TLS part of the connection. However there are nowhere near 512 connections act...
2017 Jun 14
1
Joining a Windows Server 2008 / 2008 R2 DC to a Samba AD - ISSUE - The RPC server is unavailable
...er role check:inhibit=yes --foreground root 16468 1 0 22:42:05 ? 0:01 ./samba -D root 16479 16468 0 22:42:07 ? 0:00 ./samba -D root 16473 16468 0 22:42:07 ? 0:00 ./samba -D root 16472 16468 0 22:42:07 ? 0:00 ./samba -D atca13 [/opt/samba/bin]# ptree 16468 16468 ./samba -D 16469 ./samba -D 16471 /opt/samba/bin/smbd -D --option=server role check:inhibit=yes - 16487 /opt/samba/bin/smbd -D --option=server role check:inhibit=yes - 16488 /opt/samba/bin/smbd -D --option=server role check:inhibit=yes - 16489 /...
2017 Jun 13
2
Joining a Windows Server 2008 / 2008 R2 DC to a Samba AD - ISSUE - The RPC server is unavailable
Hi , We have configured and run SAMBA-4.5 AD DC on Itanium HP UX 11iv3. We have tried to join the windows server 2008 DC to samba AD with the steps mentioned in the below link https://wiki.samba.org/index.php/Joining_a_Windows_Server_ 2008_/_2008_R2_DC_to_a_Samba_AD While i am trying to execute the steps mentioned in section "Joining the Windows Server to the Domain" 1.
2009 Jul 29
17
Install and boot from USB stick?
Hello, Ive tried to find any hard information on how to install, and boot, opensolaris from a USB stick. Ive seen a few people written a few sucessfull stories about this, but I cant seem to get it to work. The procedure: Boot from LiveCD, insert USB drive, find it using `format'', start installer. The USB stick it not found (just stands on "Finding disks"). Remove USB stick,
2001 Oct 23
1
ssh/sshd go off in limbo-land after closing remote session (v2.9.9p2)
...t while the ssh is hanging on the client side, there is still an sshd running on the server side (which I'd guess is the encoder/decoder process - which has not detected that it's child has gone bye-bye or for some reason things there are still file descriptors to be handled)... server> ptree 20441 20441 /opt/ssh/sbin/sshd -f /opt/ssh/etc/sshd_config 20497 /opt/ssh/sbin/sshd -f /opt/ssh/etc/sshd_config server> pfiles 20497 20497: /opt/ssh/sbin/sshd -f /opt/ssh/etc/sshd_config Current rlimit: 1024 file descriptors 0: S_IFCHR mode:0666 dev:136,0 ino:37794 uid:0 gid:3 rdev:13,2...
2007 Apr 27
2
[LLVMdev] Boostrap Failure -- Expected Differences?
...iffers cp/decl2.o differs cp/decl.o differs cp/dump.o differs cp/error.o differs cp/except.o differs cp/expr.o differs cp/friend.o differs cp/init.o differs cp/lex.o differs cp/mangle.o differs cp/method.o differs cp/name-lookup.o differs cp/optimize.o differs cp/parser.o differs cp/pt.o differs cp/ptree.o differs cp/repo.o differs cp/rtti.o differs cp/search.o differs cp/semantics.o differs cp/tree.o differs cp/typeck2.o differs cp/typeck.o differs build/errors.o differs build/genattr.o differs build/genattrtab.o differs build/genautomata.o differs build/genemit.o differs build/genextract.o differ...