Package: acpi-support
Version: 0.142-5
Severity: normal
Tags: patch

Currently /etc/init.d/acpi-support doesn't declare DBus system bus as
required but messages suggest it should:
[....] Enabling power management...
** Message: Failed to connect to the D-Bus daemon: Failed to connect to socket 
/var/run/dbus/system_bus_socket: No such file or directory
** Message: Failed to connect to the D-Bus daemon: Failed to connect to socket 
/var/run/dbus/system_bus_socket: No such file or directory
** Message: Failed to connect to the D-Bus daemon: Failed to connect to socket 
/var/run/dbus/system_bus_socket: No such file or directory

Proposed patch attached.

--- System information. ---
Architecture: amd64
Kernel:       Linux 3.16-3-amd64

Debian Release: jessie/sid
  500 testing         security.debian.org 
  500 testing         ftp.pl.debian.org 
  500 stable          security.debian.org 
  500 stable          ftp.pl.debian.org 

--- Package information. ---
Depends                  (Version) | Installed
==================================-+-=============
acpi-support-base     (>= 0.109-1) | 0.142-5
x11-xserver-utils                  | 7.7+3+b1
acpid                   (>= 1.0.4) | 1:2.0.23-1
lsb-base                (>= 1.3-9) | 4.1+Debian13+nmu1
pm-utils                           | 1.4.1-15


Recommends        (Version) | Installed
===========================-+-===========
rfkill                      | 0.5-1
acpi-fakekey                | 0.142-5


Suggests               (Version) | Installed
================================-+-===========
radeontool                       | 
vbetool                          | 1.1-3
xinput                           | 1.6.1-1
xscreensaver                     | 5.30-1+b1
 OR gnome-screensaver            | 
 OR kscreensaver                 | 
 OR xautolock                    | 
 OR xlock                        | 
 OR xtrlock                      | 
 OR i3lock                       | 





-- 
Marcin Szewczyk                       http://wodny.org
mailto:marcin.szewc...@wodny.borg  <- remove b / usuĊ„ b
xmpp:wo...@ubuntu.pl                  xmpp:wo...@jabster.pl
>From 74e7b3205855a03606470f8cf0ef6e5048f21440 Mon Sep 17 00:00:00 2001
From: Marcin Szewczyk <marcin.szewc...@wodny.org>
Date: Wed, 12 Nov 2014 21:11:30 +0100
Subject: [PATCH 1/2] acpi-support: require dbus

---
 init.d/acpi-support   | 4 ++--

diff --git a/init.d/acpi-support b/init.d/acpi-support
index a704582..f06b895 100755
--- a/init.d/acpi-support
+++ b/init.d/acpi-support
@@ -4,8 +4,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          acpi-support
-# Required-Start:    $local_fs $remote_fs $syslog
-# Required-Stop:     $local_fs $remote_fs $syslog
+# Required-Start:    $local_fs $remote_fs $syslog dbus
+# Required-Stop:     $local_fs $remote_fs $syslog dbus
 # Default-Start:     2 3 4 5
 # Default-Stop:      1
 # Short-Description: Start some power management scripts
-- 
2.1.1

Reply via email to