From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B367F1FB5B; Mon, 4 Aug 2014 20:44:09 +0000 (UTC) Date: Mon, 4 Aug 2014 20:44:09 +0000 From: Eric Wong To: Tony Devlin Cc: Daniel Condomitti , unicorn-public@bogomips.org Subject: Re: Weird Unicorn Timeout Issues (Hibernation problem?) Message-ID: <20140804204409.GA6392@dcvr.yhbt.net> References: <20140804183923.GA8732@dcvr.yhbt.net> <20140804193445.GA31366@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: Tony Devlin wrote: > Have any other ideas of places I can look? It's too consistent, it has to > be some specific setting or functionality that does this. Unless you find something out-of-the-ordinary with lsof, we'd have to pull apart your apps to see what they're doing. I just tested my hello world app (inactive for ~45 minutes) and could not reproduce the error. Did you try strace-ing for 30 minutes and reproducing the error? I'm running out of ideas... Perhaps your NTP setup is broken? Or even hardware clock failure (one of my machines hit that a few weeks ago).