From owner-freebsd-stable Wed Apr 19 17:41:50 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pathlink.net (linda.pathlink.com [165.113.238.197]) by hub.freebsd.org (Postfix) with ESMTP id A46A537BD5A for ; Wed, 19 Apr 2000 17:41:46 -0700 (PDT) (envelope-from kachun@pathlink.com) Received: from dvl-1 (dvl-1.pathlink.com [207.211.168.211]) by pathlink.net (8.9.3/8.9.3) with SMTP id RAA61579 for ; Wed, 19 Apr 2000 17:41:47 -0700 (PDT) (envelope-from kachun@pathlink.com) Message-Id: <200004200041.RAA61579@pathlink.net> X-Sender: kachun@linda.pathlink.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Wed, 19 Apr 2000 17:41:38 -0700 To: freebsd-stable@freebsd.org From: Kachun Lee Subject: Cannot change ps command Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just upgraded one of our servers from RELENG_3 to RELENG_4. The upgrade ran without any gitch. However, I noticed that 'ps' would not display the changed command. I wrote a little test program to try changing the ps command by writing direct to argv[0] and used setproctitle, but either of them seemed to work. I tried with perl also (perl -e '$0="New title";sleep(120)'&) and that did not work either. Any insight on this problem? Best regards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message