From owner-freebsd-current@FreeBSD.ORG Sat Nov 2 21:32:02 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4FD2AEB8 for ; Sat, 2 Nov 2013 21:32:02 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog116.obsmtp.com (eu1sys200aog116.obsmtp.com [207.126.144.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A451C29C4 for ; Sat, 2 Nov 2013 21:32:01 +0000 (UTC) Received: from mail-we0-f180.google.com ([74.125.82.180]) (using TLSv1) by eu1sys200aob116.postini.com ([207.126.147.11]) with SMTP ID DSNKUnVvSrMEb33khu9aR8OC9HppSCmAkWnN@postini.com; Sat, 02 Nov 2013 21:32:01 UTC Received: by mail-we0-f180.google.com with SMTP id q59so778658wes.11 for ; Sat, 02 Nov 2013 14:31:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to; bh=ucvYf4qx9D1t/Sk6wTSzWlH5uWK5GtpMlOSKXh1IiNM=; b=JMOIgTnuMYiQ79+aeYG6L2QZmBjsDJsomOAfCmByPEQU2jxb2Vmu1hXEZEn+oKWG+v Qr561/Kcvbk0Jovx2jq3Y9mL/XtOkeBjmHbhNylaw8r5hptuv7trEv+lIFbVnwLnof+J YyM3boozVooBkoqu8OSJ6pOStH9SKboVYMd0qHTR6EW1S9NDDnKQBfstaDivOgoij/W6 /KQwGVje53+5rfcABZ4Qh8GvUhsYmy7hJkFEEyS/Roh5y1I+UWk9iUt9L/kTRAAIQZuY qGpT/m0MNG4Dz9Nrh2Uh9trUG+LZJ3GsS5OZgl4v5AXF8SzwhztjwqIW+h9M/OnCrnFU 9bbw== X-Received: by 10.194.104.42 with SMTP id gb10mr7005782wjb.16.1383427594461; Sat, 02 Nov 2013 14:26:34 -0700 (PDT) X-Gm-Message-State: ALoCoQmA5ivv/n2e7/KXzpFvYJl9qVxRObQajadnG1cWtNiMECPEAzgVteuyjkXBOzl9fFfuZlCUui95KSowYJJbks3dv4kgUXdykaPPpbEljfhXkEqy7sybFfcSLvgH2vZVYls83whYisNQdPVDIHNFn6HvxT6sfOD4HGPolYEIY5KHqNFtjnE= X-Received: by 10.194.104.42 with SMTP id gb10mr7005778wjb.16.1383427594378; Sat, 02 Nov 2013 14:26:34 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id mw9sm8338979wib.0.2013.11.02.14.26.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 02 Nov 2013 14:26:33 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id rA2LQVcJ030375 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 2 Nov 2013 21:26:31 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id rA2LQVRu030374; Sat, 2 Nov 2013 21:26:31 GMT (envelope-from mexas) Date: Sat, 02 Nov 2013 14:26:33 -0700 (PDT) From: Anton Shterenlikht Message-Id: <201311022126.rA2LQVRu030374@mech-cluster241.men.bris.ac.uk> To: freebsd-current@freebsd.org, freebsd-ia64@freebsd.org Subject: ia64 r255488: spontaneous reboots, no panic, no trace in logs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Nov 2013 21:32:02 -0000 On r255488 ia64 I get spontaneous reboots, which are more or less reproducible. These are triggered by nginx serving poudriere built packages. The is no panic, and no traces in the logs. The system just reboots. A similar issue was seen in about 2011, when we tried to build is64 packages on portscluster. I think marcel@ gave up on it. Has any new diagnostics been added since then? Anything else I could try to see what is going on prior to the reboot? Thanks Anton