What type of hardware are you using: Raspberry Pi 3, 4+
What YunoHost version are you running: 12.0.4+
How are you able to access your server: The webadmin
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: No special context or configurations were applied. This is a fresh installation with default settings.
Describe your issue
I am experiencing a persistent error in my YunoHost installation on Debian 12 (unstable). After completing the installation, I am unable to perform any actions in the web interface. Whenever I attempt to install an app or use any of the tools, I receive the following error message:
vbnet
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
This error indicates that the system is unable to connect to the D-Bus service, which is crucial for YunoHost’s functionality. I’ve checked the status of D-Bus and verified the existence of the socket, but the issue remains unresolved.
As a result, I cannot manage my server or perform any necessary configurations, which is quite frustrating.
Share relevant logs or error messages
Main Error:
vbnet
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Additional Traceback:
arduino
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/moulinette/actionsmap.py”, line 473, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/yunohost/app.py”, line 1103, in app_install
_assert_system_is_sane_for_app(manifest, “pre”)
…