From owner-freebsd-acpi@freebsd.org Mon Jul 23 15:42:22 2018 Return-Path: Delivered-To: freebsd-acpi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97CAE104E315; Mon, 23 Jul 2018 15:42:22 +0000 (UTC) (envelope-from avv314@gmail.com) Received: from mail-yb0-x230.google.com (mail-yb0-x230.google.com [IPv6:2607:f8b0:4002:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A29781D1B; Mon, 23 Jul 2018 15:42:22 +0000 (UTC) (envelope-from avv314@gmail.com) Received: by mail-yb0-x230.google.com with SMTP id c3-v6so405938ybi.13; Mon, 23 Jul 2018 08:42:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=MpWkGiGe3yyAt6mb3SX9jhwEpHCP/R9N9OHFj//gaYg=; b=IR1KxY80AxTeuYEIgySJBM0uQ31x3aFuVxozLm/EpHi/2l8Xd3u4Oe1s2TDEdgJU1N aLkox8TUmMHJ28ysT15pt4kfaVS7l8GZP8oeCKOA8A3SYVfImKTmk2KetLLZPiJCGzS2 xoKF1mr9gzG054JcuApoODy3TWm19gjnaGkhE4dcEJKC6Pu7MCsZa3eNVVZIDivDzVGb r35pcuZFVaVd1gF3KJ7ol+PXWYWznoxRKseS3eA/Zfp5sDZ2SuzYZhzp9xv0csZR3Qf9 kBfZAgB5+83qSDF7SvezqyJe3kw1utVvQQqq14UZWw0EZFsOCPHGjFZkYIgaukmwxGD1 fSQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=MpWkGiGe3yyAt6mb3SX9jhwEpHCP/R9N9OHFj//gaYg=; b=HE0BOo9RdRyPqjaAuBA/YiVBYagqDSGc5q77gOOnEqVIxs51MxHJWgLmpzEjr44y1K wwyOWF1LuCXZF3HnL9PapEFyOazzkNf1VH/hnduisLrQEFjqPNzXS4t9MefJwUx2P+Az QS/7Zcdew8/ErsLJ8bN7wNeqBRwECdcES00Pzv5do1ikeo3emqiF2XmVeadvQp/uTBfJ hd5ZmOMMVKOo/V5Te/L5OzijmTe65sM/wBiCo1ET3OgwovQfO+H8Zq4faP0785Qenwnk 2CgiE7TYWa+crzj3rJG/80jsrxibtGQoxj4mTiEhDIe0F/DgP/FTGPEq9SUd3XvDQEfT q6DA== X-Gm-Message-State: AOUpUlEGDjNp/EMDb55N0Z0/lD1JR+IBoIuLFqhTS9Y2bUMt2XMDT7jo 1Y6AAMEqWjAFs/msvngd82t8jkpskMmTy2KfXcI= X-Google-Smtp-Source: AAOMgpf4EGaFkMiTxSyVCSre4F4B4IG6a1Sg0jm7qCsJzgGwzTncM+86Kh/INmGc64CkpNJkCjMzcPDikFdhZ9zo/Fo= X-Received: by 2002:a5b:589:: with SMTP id l9-v6mr7021263ybp.147.1532360541547; Mon, 23 Jul 2018 08:42:21 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a0d:d50b:0:0:0:0:0 with HTTP; Mon, 23 Jul 2018 08:42:20 -0700 (PDT) In-Reply-To: <3dabae0c-5ecc-8895-fe5b-5bf4207849ec@yahoo.com> References: <3dabae0c-5ecc-8895-fe5b-5bf4207849ec@yahoo.com> From: Andrew Vylegzhanin Date: Mon, 23 Jul 2018 18:42:20 +0300 Message-ID: Subject: Re: power off issues To: Anthony Jenkins Cc: Kevin Oberman , "freebsd-acpi@freebsd.org" , freebsd-hardware@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2018 15:42:22 -0000 Hi! This problem is disappeared after upgrade to latest BIOS for Dell R740 platform. Sorry for noise. WBR, Andrew 2018-07-19 16:15 GMT+03:00 Anthony Jenkins : > I don't see anything in your logfile. Do you get any console ACPI > errors when you execute '/sbin/shutdown -p'? If so, please post those. > > What I'm specifically looking for (and know how to fix) is the issue my > HP laptop had with shutdown/reboot - that its BIOS needed an ACPI > interface to the RTC CMOS to shut down, and FreeBSD didn't have one. > Without this interface, I'd see an ACPI error about the missing CMOS > region handler when I executed '/sbin/shutdown'. Once I implemented one, > shutdown & reboot worked normally. No idea if your Dell motherboard has > a similar issue. > > Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207419 > > On 07/18/18 03:33, Andrew Vylegzhanin wrote: > > Here is in attachment. > > > > -- > > Andrew > > > > 2018-07-18 8:48 GMT+03:00 Kevin Oberman > >: > > > > On Tue, Jul 17, 2018 at 5:54 PM, Anthony Jenkins via freebsd-acpi > > > wrote: > > > > On 07/17/18 09:54, Andrew Vylegzhanin wrote: > > > Hi! > > > > > > I have a following problem with Dell PowerEdge R740 servers: > > > shutdown -p and shutdown -r does not perform power off or > > reseting system > > > actually. > > > > > > I need to do it manually or via iDRAC after. > > > > > > Counted on two systems. > > > > Can you post the output of dmesg(8)? Want to see if there are > > any boot > > ACPI errors. > > > > Anthony Jenkins > > > > > > > > WBR, > > > -- > > > Andrew > > > > > > Better yet, post the contents of /var/run/dmesg. if it is the > > messages are too long, dmesg(8) output will be missing lines from > > the beginning. The file does not have the limit on length. > > -- > > Kevin Oberman, Part time kid herder and retired Network Engineer > > E-mail: rkoberman@gmail.com > > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > > > > > >