From owner-freebsd-questions Wed Jun 17 23:56:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA00583 for freebsd-questions-outgoing; Wed, 17 Jun 1998 23:56:31 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA00570 for ; Wed, 17 Jun 1998 23:56:25 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.8/8.8.7) with SMTP id OAA00782; Thu, 18 Jun 1998 14:55:55 +0800 (WST) Date: Thu, 18 Jun 1998 14:55:55 +0800 (WST) From: Dean Hollister To: spork cc: Keith Jones , questions@FreeBSD.ORG Subject: Re: Killing a process? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 18 Jun 1998, spork wrote: > That's odd. I'm not sure what else can hold a process. > > How about posting a ps showing the process, the output of mount, and a df > for good measure? Sure: bash# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0s1a 1014255 599665 333450 64% / /dev/wd1s1e 998239 501892 416488 55% /drive2a /dev/wd1s1f 998239 564060 354320 61% /drive2b /dev/wd1s1g 1078895 721244 271340 73% /drive2c procfs 4 4 0 100% /proc bash# mount /dev/wd0s1a on / (local, with quotas) /dev/wd1s1e on /drive2a (local) /dev/wd1s1f on /drive2b (local, with quotas) /dev/wd1s1g on /drive2c (local, with quotas) procfs on /proc (local) bash# ps PID TT STAT TIME COMMAND 511 p0 S 0:00.10 bash 744 p0 R+ 0:00.01 ps 22132 p2- I 0:00.11 bash 22144 p2- D 0:00.10 ps -ax 27741 v0 Is+ 0:00.02 /usr/libexec/getty Pc ttyv0 12908 v1- D 0:00.08 ps -ax 23540 v1 Is+ 0:00.02 /usr/libexec/getty Pc ttyv1 12959 v2- D 0:00.07 ps -a 16451 v2 Is+ 0:00.02 /usr/libexec/getty Pc ttyv2 12986 v3 Is+ 0:00.02 /usr/libexec/getty Pc ttyv3 196 con- I 0:00.00 /bin/sh /usr/local/etc/rc.news 199 con- I 3:48.26 /bin/sh /usr/local/news/bin/innwatch 213 con- I 0:00.03 /bin/sh /etc/ppp/Ozemail/connect-script 214 con- I 0:00.01 /bin/sh /usr/local/sbin/RunCache 215 con- I 3:57.19 /usr/local/bin/bash /root/syscheck 222 con- I 0:10.94 /bin/bash /usr/local/killer/daemon 14139 d0 S+ 0:00.08 /usr/sbin/pppd /dev/ttyd0 38400 203.11.114.1:203.11. 29034 cue Ss+ 0:00.17 /usr/sbin/pppd /dev/cue0 38400 203.11.114.1:203.11.1 23281 cue Ss+ 0:00.13 /usr/sbin/pppd /dev/cue1 38400 203.11.114.1:203.11.1 491 cue S+ 0:00.04 /usr/sbin/pppd /dev/cue2 38400 203.11.114.1:203.11.1 26268 cue S+ 0:00.05 /usr/sbin/pppd /dev/cue3 38400 203.11.114.1:203.11.1 27422 cue Ss+ 0:00.15 /usr/sbin/pppd /dev/cue4 38400 203.11.114.1:203.11.1 25157 cue Ss+ 0:00.13 /usr/sbin/pppd /dev/cue5 38400 203.11.114.1:203.11.1 29266 cue Ss+ 0:00.11 /usr/sbin/pppd /dev/cue6 38400 203.11.114.1:203.11.1 20061 cue Ss+ 0:00.15 /usr/sbin/pppd /dev/cue7 38400 203.11.114.1:203.11.1 221 cue Ss+ 0:19.51 /usr/local/sbin/upsd bash$ ps -l UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND 144 508 507 0 10 0 876 728 wait Ss p0 0:00.12 -bash (bash 144 762 508 1 28 0 636 248 - R+ p0 0:00.00 ps -l 144 6892 1 1 -6 0 716 12 pfslck D p0- 0:00.10 ps -axl 144 16593 1 2 -6 0 712 12 pfslck D p0- 0:00.08 ps -a 144 505 28064 0 2 0 1564 1472 select I+ p1 0:00.71 (pine) 144 28064 28063 0 10 0 880 732 wait Is p1 0:01.02 -bash (bash 144 7991 1 2 -6 0 720 12 pfslck D v0- 0:00.08 ps -ax 144 9289 1 17 -6 0 712 12 pfslck D v0- 0:00.06 ps -ax 144 12884 1 4 -6 0 712 12 pfslck D v0- 0:00.07 ps -ax 144 15863 1 1 -6 0 712 12 pfslck D v0- 0:00.09 ps -ax bash$ ps PID TT STAT TIME COMMAND 508 p0 Ss 0:00.13 -bash (bash) 770 p0 R+ 0:00.00 ps 6892 p0- D 0:00.10 ps -axl 16593 p0- D 0:00.08 ps -a 505 p1 S+ 0:00.93 (pine) 28064 p1 Is 0:01.02 -bash (bash) 7991 v0- D 0:00.08 ps -ax 9289 v0- D 0:00.06 ps -ax 12884 v0- D 0:00.07 ps -ax 15863 v0- D 0:00.09 ps -ax Does this help? Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@mushka.ml.org | | Perth, Western Australia. | 12840184 ICQ | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message