Install Script - dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from

Bugs in eFa 4
Post Reply
alter_igel
Posts: 1
Joined: 27 Nov 2019 09:18

Install Script - dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from

Post by alter_igel »

Hi,

i would like to install efa on a VPS.

I get this error (Cent OS 7):

Code: Select all

Created symlink from /etc/systemd/system/multi-user.target.wants/firewalld.service to /usr/lib/systemd/system/firewalld.service.
ERROR:dbus.proxies:Introspect error on :1.56:/org/fedoraproject/FirewallD1: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Error: The name :1.56 was not provided by any .service files
[eFa] - Error initializing system!  Please try again...
Thx.
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Install Script - dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected f

Post by shawniverson »

Can you post the output from the following commands?

Code: Select all

sudo systemctl start firewalld

Code: Select all

sudo firewall-cmd --list-all
rweedage

Re: Install Script - dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected f

Post by rweedage »

My installation the same.. Firewall is not running
kommunen
Posts: 11
Joined: 25 Apr 2014 09:47

Re: Install Script - dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected f

Post by kommunen »

The problem seems to be in certain versions of CentOS/RHEL7.
Here's a Bugzilla report about the same problem https://bugzilla.redhat.com/show_bug.cgi?id=1575845

The quick fix appears to be

Code: Select all

systemctl restart dbus
systemctl restart firewalld
Post Reply