Slackware - Installation This forum is for the discussion of installation issues with Slackware. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-07-2016, 01:31 PM
|
#1
|
LQ Newbie
Registered: Nov 2016
Distribution: Slackware
Posts: 2
Rep: 
|
"Could not start D-Bus. Can you call qdbus?"
Hi all,
My first time here.
I've installed Slackware64 14.2 on a newer AMD machine with the built-in video chip. Got the network going great, and everything patched.
X just will not start. The best clue I get is when I try to start up KDE:
"Could not start D-Bus. Can you call qdbus?" - in an X-style bubble window, and an "Okay" button.
I've never had problems with fresh slack installs like this.
Does anybody have an idea?
Thanks,
CJ
|
|
|
11-08-2016, 06:03 AM
|
#2
|
LQ 5k Club
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,364
|
Welcome to the forum.
Have you changed /etc/inittab to start the X server? The line to edit looks like this -
Quote:
# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:
|
On a new install it is set to 3, change it to 4.
If that is already done, we need more information to help.
From the command line, run the command as root 'lspci | grep VGA' without the quotes, and post the results.
Have a look at /var/log/Xorg.0.log with a text editor like nano.
Look for lines near the bottom of the log marked with EE . Copy and paste thoes lines here, and we can give you more advice.
Hope this helps.
|
|
|
11-10-2016, 12:49 AM
|
#3
|
LQ Newbie
Registered: Nov 2016
Distribution: Slackware
Posts: 2
Original Poster
Rep: 
|
I figured it out, it's a real forehead slapper.
I set inittab to 4, it made no difference. X would initially start with a user/pass, but after login, I'd get the same dbus message. So, changed it back to 3 just to get my bash back.
On a whim, I decided I'd try a grep for "dbus" from /etc...
find /etc -type f -exec grep -Hni 'dbus' {} \;
- and I got a hit on /etc/rc.d/rc.messagebus -
I marked it executable, restarted it, and now it works. :|
This seems like an odd case to me. I must have unmarked it when I was installing it somehow? I'm migrating off an old Core2 with an Nvidia GeForce, running 14.1, and /etc/rc.d/rc.messagebus is not executable. Works okay with nouveau. ???
Architecturally, the machine in question is an AMD "APU" built-in-VGA processor... something I've not built before, but I wouldn't think it would be a drastic change from my old 14.1 and Intel/Nvidia.
Old 14.1 machine
$ /sbin/lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] (rev a1)
New 14.2 machine
$ /sbin/lspci | grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R5 Graphics]
So, what exactly is rc.messagebus?
I seriously appreciate your input, thank you.
|
|
|
11-10-2016, 05:09 AM
|
#4
|
LQ 5k Club
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,364
|
If you look at the file rc.messagebus, you will see these words:
Quote:
messagebus: The D-BUS systemwide message bus
4 #
5 # description: This is a daemon which broadcasts notifications of system events \
6 # and other messages. See http://www.freedesktop.org/software/dbus/
7 #
8 # processname: dbus-daemon
9
10 # This is a modified version of the rc.messagebus script distributed with the
11 # dbus sources. Thanks to Don Tanner of the GWare <http://gware.org> Project
12 # for most of the work involved --Robby Workman <rworkman@slackware.com>
|
And from Wikipedia, see this link.
https://en.wikipedia.org/wiki/Messag...ted_middleware
In short, this daemon allows communication between components of your system as it runs. Not usre how it got turned off though, its executable on all my systems.
Hope this helps, and glad you got things working again.
|
|
|
10-01-2018, 12:55 PM
|
#5
|
Member
Registered: Jul 2013
Location: Guaratingueta / Brazil
Distribution: Slackware
Posts: 68
Rep: 
|
Hi Guys,
I'm having this problem (KDE4 not starting and the message "Could not start D-Bus. Can you call qdbus?" is displayed) in two machines that I run Slackware64 14.2.
On my systems, the /etc/rc.d/rc.messagebus script is marked as executable (this condition never changed).
Strangely, I can start a kde4 session from terminal if I run startx (no matters the runlevel I'm on - 1, 3 or 4), but not if I try to start it from KDM.
I didn't tried to use xdm yet (I'll give a try on it at home).
Someone have any idea about what can be happening?
Thanks in advance.
Update 20181001:
Using xdm the kde session starts fine.
This leads me to believe, by exclusion, that this is a problem related to kdm. But the question remains:
Someone have any idea about what can be happening?
Note: all alternatives were testes as normal user and as root too.
Update 20181002:
By using sddm instead of xdm the problem persists. So, kdm is not the guilty...
I'm very confused now!!
Last edited by Fellype; 10-02-2018 at 12:48 PM.
Reason: Add info
|
|
|
All times are GMT -5. The time now is 10:39 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|