Results 1 to 1 of 1
-
4th Apr 2014, 01:32 PM #1
Fix: /bin/dbus-launch terminated abnormally without any error message and solution
**error**: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See 302 Found for information. (Details - 1: Failed to get connection to session: /bin/dbus-launch terminated abnormally without any error message)How do I fix this error on a newly formatted/installed RHEL or CentOS Linux 6.x server?
Tutorial details Difficulty Easy (rss) Root privileges Yes Requirements None Estimated completion time 5m
You need to install D-Bus. It is nothing but a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a "single instance" application or daemon, and to launch applications and daemons on demand when their services are needed. You also need to install Fonts on a CentOS/RHEL based system.To fix /bin/dbus-launch terminated abnormally without any error message on a CentOS/RHEL
Type the following yum command to install D-Bus and Fonts:
$ sudo yum install dbus-x11
Loaded plugins: downloadonly, fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirrors.tummy.com
* epel: mirror.steadfast.net
* extras: centos-mirror.jchost.net
* updates: centos.hostingxtreme.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package dbus-x11.x86_64 1:1.2.24-7.el6_3 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=================================================== ================================================== ======
Package Arch Version Repository Size
=================================================== ================================================== ======
Installing:
dbus-x11 x86_64 1:1.2.24-7.el6_3 base 40 k
Transaction Summary
=================================================== ================================================== ======
Install 1 Package(s)
Total download size: 40 k
Installed size: 28 k
Is this ok [y/N]: y
Downloading Packages:
dbus-x11-1.2.24-7.el6_3.x86_64.rpm | 40 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : 1:dbus-x11-1.2.24-7.el6_3.x86_64 1/1
Verifying : 1:dbus-x11-1.2.24-7.el6_3.x86_64 1/1
Installed:
dbus-x11.x86_64 1:1.2.24-7.el6_3
Complete!
$ sudo yum groupinstall 'Fonts'
Now, you can run and tunnel X over ssh:
GarryField Reviewed by GarryField on . Fix: /bin/dbus-launch terminated abnormally without any error message and solution But, I am getting an error that read as follows:**error**: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See 302 Found for information. (Details - 1: Failed to get connection to session: /bin/dbus-launch terminated abnormally without any error message) How do I fix this error on a newly formatted/installed RHEL or CentOS Linux 6.x server? Tutorial details Rating: 5Follow Board Rules & Thread Rules.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
I have got an error message on warez-bb
By busylife007 in forum General DiscussionReplies: 5Last Post: 10th Nov 2011, 07:16 AM -
Plz Give Solution for this Error
By Mr.WT in forum vBulletinReplies: 11Last Post: 3rd May 2011, 02:05 PM -
Rapidleech error message
By tres in forum Technical Help Desk SupportReplies: 4Last Post: 1st Oct 2010, 08:53 AM -
Error message with phpbb3 board
By sefstar2uk in forum phpBBReplies: 5Last Post: 15th Sep 2010, 05:00 PM -
forum error load message
By djay in forum vBulletinReplies: 4Last Post: 8th Oct 2008, 08:36 AM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...