From owner-freebsd-current Sat Jun 16 14:22: 5 2001 Delivered-To: freebsd-current@freebsd.org Received: from midten.fast.no (midten.fast.no [213.188.8.11]) by hub.freebsd.org (Postfix) with ESMTP id 2CF2437B405 for ; Sat, 16 Jun 2001 14:21:54 -0700 (PDT) (envelope-from Tor.Egge@fast.no) Received: from fast.no (IDENT:tegge@midten.fast.no [213.188.8.11]) by midten.fast.no (8.9.3/8.9.3) with ESMTP id XAA80814; Sat, 16 Jun 2001 23:21:34 +0200 (CEST) Message-Id: <200106162121.XAA80814@midten.fast.no> To: netch@iv.nn.kiev.ua Cc: current@FreeBSD.ORG Subject: Re: ps 'D' state - ? From: Tor.Egge@fast.no In-Reply-To: Your message of "Sat, 16 Jun 2001 23:16:59 +0300" References: <20010616231659.B5015@iv.nn.kiev.ua> X-Mailer: Mew version 1.70 on Emacs 19.34.1 Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Sat_Jun_16_23:20:21_2001)--" Content-Transfer-Encoding: 7bit Date: Sat, 16 Jun 2001 23:21:33 +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----Next_Part(Sat_Jun_16_23:20:21_2001)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit > netch@iv:~>ps 218 -l > UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND > 0 218 1 0 8 0 1120 176 nanslp DWs ?? 0:02.31 diskcheckd: > > Are `select' and `nanosleep' disk uninterruptable waits? ;| No. The ps command gave wrong output. - Tor Egge ----Next_Part(Sat_Jun_16_23:20:21_2001)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Index: bin/ps/print.c =================================================================== RCS file: /home/ncvs/src/bin/ps/print.c,v retrieving revision 1.47 diff -u -r1.47 print.c --- bin/ps/print.c 2001/05/03 11:49:44 1.47 +++ bin/ps/print.c 2001/06/16 21:13:16 @@ -176,7 +176,7 @@ v = ve->var; flag = k->ki_p->ki_flag; - sflag = k->ki_p->ki_flag; + sflag = k->ki_p->ki_sflag; cp = buf; switch (k->ki_p->ki_stat) { ----Next_Part(Sat_Jun_16_23:20:21_2001)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message