LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-01-2010, 03:05 AM   #1
borisko
LQ Newbie
 
Registered: Jul 2010
Distribution: slackware64-current
Posts: 8

Rep: Reputation: 0
dbus and hal errors


Hi!

I have installed slackware64-current and now facing some problems with HAL, dbus and KDE.
Code:
Aug  1 11:53:41 vaio dbus-daemon: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.49" (uid=1001 pid=11949 comm="kdeinit4: kded4 [kdeinit]) interface="org.freedesktop.Hal.Device.LaptopPanel" member="SetBrightness" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1773 comm="/usr/sbin/hald))
Aug  1 11:53:41 vaio dbus-daemon: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.49" (uid=1001 pid=11949 comm="kdeinit4: kded4 [kdeinit]) interface="org.freedesktop.Hal.Device.CPUFreq" member="SetCPUFreqGovernor" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1773 comm="/usr/sbin/hald))
Aug  1 11:53:41 vaio dbus-daemon: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.49" (uid=1001 pid=11949 comm="kdeinit4: kded4 [kdeinit]) interface="org.freedesktop.Hal.Device.SystemPowerManagement" member="SetPowerSave" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1773 comm="/usr/sbin/hald))
Aug  1 11:53:42 vaio dbus-daemon: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.50" (uid=1001 pid=11965 comm="kdeinit4: plasma-desktop [kdeinit]) interface="org.freedesktop.Hal.Device.LaptopPanel" member="GetBrightness" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1773 comm="/usr/sbin/hald))
Aug  1 11:53:44 vaio dbus-daemon: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.49" (uid=1001 pid=11949 comm="kdeinit4: kded4 [kdeinit]) interface="org.freedesktop.Hal.Device.CPUFreq" member="GetCPUFreqAvailableGovernors" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1773 comm="/usr/sbin/hald))
Aug  1 11:53:44 vaio dbus-daemon: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.49" (uid=1001 pid=11949 comm="kdeinit4: kded4 [kdeinit]) interface="org.freedesktop.Hal.Device.CPUFreq" member="GetCPUFreqAvailableGovernors" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1773 comm="/usr/sbin/hald))
Aug  1 11:53:44 vaio dbus-daemon: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.49" (uid=1001 pid=11949 comm="kdeinit4: kded4 [kdeinit]) interface="org.freedesktop.Hal.Device.CPUFreq" member="GetCPUFreqAvailableGovernors" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1773 comm="/usr/sbin/hald))
Aug  1 11:53:47 vaio dbus-daemon: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.54" (uid=1001 pid=12000 comm="/usr/bin/python) interface="org.freedesktop.Hal.Device.CPUFreq" member="GetCPUFreqAvailableGovernors" error name="(unset)" requested_reply=0 destination=":1.0" (uid=0 pid=1773 comm="/usr/sbin/hald))
These messages repeat periodically.
Code:
Aug  1 11:54:37 vaio dbus-daemon: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.49" (uid=1001 pid=11949 comm="kdeinit4: kded4 [kdeinit]) interface="org.freedesktop.Hal.Device.SystemPowerManagement" member="Suspend" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1773 comm="/usr/sbin/hald))
This message doesn't allow me to suspend to ram.

What is my problem?
Code:
root@vaio:~# dbus-daemon --version
D-Bus Message Bus Daemon 1.2.24
Copyright (C) 2002, 2003 Red Hat, Inc., CodeFactory AB, and others
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
root@vaio:~# hald --version
HAL package version: 0.5.14
root@vaio:~# kded4 --version
Qt: 4.6.2
KDE Development Platform: 4.4.5 (KDE 4.4.5)
KDE Daemon: $Id: kded.cpp 1031637 2009-10-05 16:58:19Z lunakl $
root@vaio:~# uname -a
Linux vaio 2.6.34.1 #1 SMP Sun Aug 1 01:31:52 MSD 2010 x86_64 Intel(R) Core(TM) i5 CPU       M 520  @ 2.40GHz GenuineIntel GNU/Linux

Last edited by borisko; 08-01-2010 at 03:07 AM.
 
Old 08-01-2010, 03:14 AM   #2
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Please see CHANGES_AND_HINTS.TXT on your install media.
 
1 members found this post helpful.
Old 08-01-2010, 05:21 AM   #3
borisko
LQ Newbie
 
Registered: Jul 2010
Distribution: slackware64-current
Posts: 8

Original Poster
Rep: Reputation: 0
This helped me. Thanks!
 
  


Reply

Tags
dbus, hald, kde



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HAL AND DBUS fail to start Colonel-1990 Linux - Software 0 01-20-2010 07:46 PM
Fedora Core 9 update dbus.exception & dbus.proxies & DBus.Error.AccessDenied errors trien27 Fedora 1 12-08-2008 11:23 PM
Vmplayer + dbus -hal arubin Slackware 4 01-09-2008 09:28 AM
HAL, DBus and Policykit slothpuck Slackware 2 01-31-2007 12:56 PM
HAL and DBUS? Archer36 Slackware 17 10-26-2006 09:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration