All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Cc: Steve Sakoman <steve@sakoman.com>
Subject: Re: [PATCH v2] dbus: change permissions of dbus-daemon-launch-helper to 4755
Date: Wed, 11 Jan 2012 22:27:52 -0800	[thread overview]
Message-ID: <4F0E7D68.8090208@linux.intel.com> (raw)
In-Reply-To: <1325911915-16001-2-git-send-email-steve@sakoman.com>

On 01/06/2012 08:51 PM, Steve Sakoman wrote:
> With current permissions of 4754 on systemd systems various services will fail to
> activate with "helpful" error messages of the type:
>
> 2000-01-01T00:00:25+00:00 omap3-multi dbus[178]: [system] Activated service
> 'org.freedesktop.nm_dispatcher' failed: Failed to execute program
> /usr/libexec/dbus-daemon-launch-helper: Success
>
> Signed-off-by: Steve Sakoman<steve@sakoman.com>
> ---
>   meta/recipes-core/dbus/dbus.inc |    4 +++-
>   1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
> index 99b2fc7..2a25256 100644
> --- a/meta/recipes-core/dbus/dbus.inc
> +++ b/meta/recipes-core/dbus/dbus.inc
> @@ -10,6 +10,8 @@ DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X
>   DEPENDS_virtclass-native = "expat-native virtual/libintl-native"
>   DEPENDS_virtclass-nativesdk = "expat-nativesdk virtual/libintl-nativesdk virtual/libx11"
>
> +INC_PR = "r1"
> +
>   SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
>              file://tmpdir.patch; \
>              file://dbus-1.init"
> @@ -84,7 +86,7 @@ do_install() {
>   	chown messagebus:messagebus ${D}${localstatedir}/run/dbus ${D}${localstatedir}/lib/dbus
>
>   	chown root:messagebus ${D}${libexecdir}/dbus-daemon-launch-helper
> -	chmod 4754 ${D}${libexecdir}/dbus-daemon-launch-helper
> +	chmod 4755 ${D}${libexecdir}/dbus-daemon-launch-helper
>
>   	# Remove Red Hat initscript
>   	rm -rf ${D}${sysconfdir}/rc.d

Merged into OE-Core

Thanks
	Sau!



      reply	other threads:[~2012-01-12 15:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-07  4:51 [PATCH v2] dbus: change permissions of dbus-daemon-launch-helper to 4755 Steve Sakoman
2012-01-12  6:27 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F0E7D68.8090208@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=steve@sakoman.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.