From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7941C138825 for ; Wed, 1 Apr 2015 02:42:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B566E09C5; Wed, 1 Apr 2015 02:42:05 +0000 (UTC) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E97B8E09B7 for ; Wed, 1 Apr 2015 02:42:03 +0000 (UTC) Received: by pacgg7 with SMTP id gg7so37992770pac.0 for ; Tue, 31 Mar 2015 19:42:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=PmeraAUp7qxWRItsMv4AiapBFlrOKZsgvJCnc3Ua7WQ=; b=C3mrFNV4mx0Xha7tG/MKX2/nzoEXGMhOimnDVN6jOQ2PIyFAyRQlk1nygrNsQ7PRqp 7A5az0mP3Z0D5LuO003PU6RJG+rmOgEaDLJMx7tzsLs6vF0K0GvMoqzGQnk+ZBjTd2n6 PY1i4J3U0rZLSGCwm9nMZ5r4Fc8KPygW8++GYn0Cp3j0O1pCicds5FYW5at5+j4smrEI Sehgh0MWOHFk+C8NaK5pzaxiPDS+6VyGMUB28ZjLzarCvuw1k2VSDloAA8Bk0lSLsxX6 IGHIP+Gmk5N1Y8Z7P5WTv+OCFkRXnkQKyP7oqOwD1H+riWMs03AIur6xsFZpc/gHoKpu bJ9g== X-Received: by 10.68.179.100 with SMTP id df4mr74121834pbc.13.1427856122753; Tue, 31 Mar 2015 19:42:02 -0700 (PDT) Received: from [192.168.247.60] (76-10-185-210.dsl.teksavvy.com. [76.10.185.210]) by mx.google.com with ESMTPSA id yc2sm290226pbb.87.2015.03.31.19.42.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 31 Mar 2015 19:42:02 -0700 (PDT) Message-ID: <551B5AF8.8000303@gmail.com> Date: Tue, 31 Mar 2015 19:42:00 -0700 From: Daniel Frey User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] OK, so not everything works properly with systemd References: <550DA889.30000@gmail.com> <550DE4D3.9070802@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 5e1be5a0-dab1-4b8a-b93e-b11abf6d880d X-Archives-Hash: 6f8f0ee20ad1e36e3cb17589ca8f558b On 03/21/2015 02:46 PM, Canek Peláez Valdés wrote: > > Could you run this immediately after booting: > > systemd-delta > > Just to check that the unit files you are using are not being overridden > by something. > OK, I've confirmed the poweroff target works fine but the reboot and shutdown targets don't. Is there an easy way to list the differences between the targets? One other question, I have an APC UPS, and use apcupsd - systemd always waits a minute and a half for apcupsd to stop. The thing is, it IS stopping, but for some reason systemd doesn't seem to notice: -- Reboot -- Mar 31 19:08:14 osoikaze apcupsd[618]: apcupsd 3.14.8 (16 January 2010) gentoo startup succeeded Mar 31 19:08:14 osoikaze apcupsd[618]: NIS server startup succeeded Mar 31 19:31:52 osoikaze apcupsd[618]: apcupsd exiting, signal 15 -- Reboot -- Dan