From owner-freebsd-ports@freebsd.org Wed Nov 30 19:42:05 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0930CC5D5CB; Wed, 30 Nov 2016 19:42:05 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (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 C54AF19F0; Wed, 30 Nov 2016 19:42:04 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by mail-io0-x22f.google.com with SMTP id a124so367636285ioe.2; Wed, 30 Nov 2016 11:42:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DSinD0BDh1Uy+xF/XL8tpEluPx8x+UFZtW2cOpHmpFg=; b=dVDpEJpYDUVzQStXVqPDuHcO3N1gdoc9oRvIijum7LhAo5GYg3JyvKRfCbdQpihAog 6TrwFd4Etw7QhaBNwC2kHYliXqvsmqKSXE117OkszW03tErJTO0SrAImN+FWAC9Wkq5K Xqz+jtD8x2OqRv6QeawVELe4MWYrO+xTD+lGYth6L69+d9ngiGt4fCkZ61kNAZ89QZoZ wyuuFh9DwRahShgiwo6VcXAsOyheybnRAKAmtI5EQzgK2yt9lghGLeftub5yg3wSbTh7 J88yNOrfnAYSRT3z6JkRnkatEsENyuOng3/f47uwnTtvma7KXR4kaNb/nQDAJbEqyU6s nyZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=DSinD0BDh1Uy+xF/XL8tpEluPx8x+UFZtW2cOpHmpFg=; b=l1EvQPifAJZNL7+wWz24gmM5iRzGQ06Q3NisckpD+UwtS082UPdLFJ/Jzg1YYQxxlv UfyjgGXfQ+fcZz48Yt30EPwEZemQIpBT5y8r1k7959HqQ9M3kClFWl0FzclCG+qj5niq nIHrrysaEMtG3mdX8WhiI0ZNego6wXGorj+5wVq7t9zSD1mZcbc/CM0wBUGQC2lldjoe wExk0tIlunOJeQdT0Heqdb5Mf1uPYEeTxN+LBIhs+MhEDYzslRkDxsis2H1mEoCR2l/8 WmKKPct9YRhmgOwuzlQWQpjsQYYd1UkUt63yopJBu7SHBoxRAJdUcbBKY+kE7eNkzAII vxOA== X-Gm-Message-State: AKaTC03lxP4b4XaZpbSN4cGM+//aLLvUdgKAkKgSX+eKrNXPXd8DYLJJpv752uugKe6/c11sWlLy3d8UhHxnPA== X-Received: by 10.107.180.212 with SMTP id d203mr28586571iof.101.1480534923145; Wed, 30 Nov 2016 11:42:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.36.57.212 with HTTP; Wed, 30 Nov 2016 11:42:02 -0800 (PST) In-Reply-To: <86poldqcqp.fsf@FreeBSD.org> References: <86poldqcqp.fsf@FreeBSD.org> From: Aryeh Friedman Date: Wed, 30 Nov 2016 14:42:02 -0500 Message-ID: Subject: Re: upgrade to devel/dbus breaks xfce4 To: Raphael Kubo da Costa Cc: freebsd-x11@freebsd.org, FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2016 19:42:05 -0000 On Wed, Nov 30, 2016 at 9:11 AM, Raphael Kubo da Costa wrote: > Aryeh Friedman writes: > > > After upgrading deval/dbus to dbus-1.10.12 xfce4 fails to start as a > > non-root user due to being unable to open/write to /etc/machine-id. I > > made a tempurary fix by touching /etc/machine-id and chmod'ing it to > > 777. > > If the /etc/machine-id message you're getting looks like > > D-Bus library appears to be incorrectly set up; failed to read > machine uuid: Failed to open "/etc/machine-id": No such file or > directory > > it may be misleading as /etc/machine-id is a fallback if other files > were not found before (see bug 213540, for example). > > Is dbus running when you try to launch XFCE? > That is the message I got... it was immediately after boot and dbus was not running (it asked for a onestart when I attempted to manually start it). My .xinitrc is as follows: xfce4-session -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org