X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=XmM3IGaO/nqeJ2Tws+2sjm4ukZkVQRiTzjjivqRzE3i
	FPjVwlxg6CPja+Rh5AOQ7jxWDNrL1BpSYI0vci1JcmYi3L09+F5l9wtqLsVTaevE
	k864stI6rCFfCj6qruQ4HqHk2JAPhzXV/W+ny/luiFT6Ol4bz13Yevztr3fW9Tao
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=UFi6V0bT30QdFKbAR4CXE0HEf0w=; b=WvbTnfEm9G5ft2Fu2
	IkwGpl4pPkgS/r/aN0UOv9vVx2pxJXhrVCBNXDqczkw6L0hu3aWW99jm62yno8SB
	WNT2hUpUxXuB418h79bh+f/Iwk3+ChzM0w6wMUcz+NntMo2n7Y66s3vkY7DIVRfY
	zeGoFmn0LXZwiob27URSnY1z50=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_50,RDNS_NONE autolearn=no version=3.3.2
X-HELO: etr-usa.com
Message-ID: <528E8FF5.4090409@etr-usa.com>
Date: Thu, 21 Nov 2013 15:57:57 -0700
From: Warren Young <warren@etr-usa.com>
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1
MIME-Version: 1.0
To: Cygwin-L <cygwin@cygwin.com>
Subject: Re: procps 3.2.8 on 64-bit Cygwin with Windows 8.1 displays "Unknown HZ value!" message
References: <35ba87093d41433335f61fd666eb546b@uci.edu> <528E8E45.50105@etr-usa.com>
In-Reply-To: <528E8E45.50105@etr-usa.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 11/21/2013 15:50, Warren Young wrote:
> On 11/21/2013 15:13, casem wrote:
>>
>> $ procps -V
>> Unknown HZ value! (632) Assume 1024.
>
> Does the warning go away if you run
>
>      $ HZ=1024 procps -V
>
> instead?

By the way, I tried it here and didn't get the complaint.

It seems someone has set the HZ environment variable to 632 for some 
reason.  You can verify this with "echo $HZ".

If it does say 632, I'd first look in the Windows environment variables 
control panel to see if the setting is there, and remove it if so.  If 
the setting isn't there, it could be somewhere in the Cygwin environment 
setup stuff: /etc/profile, /etc/profile.d/*.sh,  /etc/bash.bashrc, 
~/.bashrc, ~/.bash_profile...

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

