Edit Ive moved all the logs and things that served as a diary of investigating this problem, from looking at gdbus and so forth to the bottom, since I’ve found (in hindsight glaringly obivous) python errors in my syslog that correspond to every time I do an apt update — and ever since I upgraded dbus (and python3 upgraded its dbus library that same day/week)
Last resort (after investigating changes to the dbus that have been made from Oct 31 and through November. a big bunch of Python3 stuff, which has provided a bunch of dbus, moving away from 2.7? perhaps — anyway I copied my syslog, then truncated it to 0 and immediately did another apt update. Sure enough, I think these few lines may provide my best clue yet:
Check out the error! Here is my problem!!
I’ve edited the dates to make the lines shorter and easier to read (the syslog without edit is immediately below it)
[system] Activating service name='org.freedesktop.PackageKit' requested by ':1.492' (uid=0 pid=203854 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfined") (using service
h
elper)
AptDaemon: INFO: Initializing daemon
11:58:26 AptDaemon [INFO]: Initializing daemon
AptDaemon.PackageKit: INFO: Initializing PackageKit compat layer
/usr/local/lib/python3.8/dist-packages/aptdaemon/pkcompat.py:38: PyGIWarning: PackageKitGlib was imported without specifying a version first. Use gi.require_version('PackageKitG
lib', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import PackageKitGlib as pk
11:58:26 AptDaemon.PackageKit [INFO]: Initializing PackageKit compat layer
[system] Successfully activated service 'org.freedesktop.PackageKit'
Traceback (most recent call last):
File "/usr/sbin/aptd", line 39, in <module>
aptdaemon.core.main()
File "/usr/local/lib/python3.8/dist-packages/aptdaemon/core.py", line 2252, in main
daemon = AptDaemon(options, bus=bus)
File "/usr/local/lib/python3.8/dist-packages/aptdaemon/core.py", line 1475, in __init__
self.packagekit = pkcompat.PackageKit(self.queue, connect, bus)
File "/usr/local/lib/python3.8/dist-packages/aptdaemon/pkcompat.py", line 322, in __init__
pk.RoleEnum.GET_DEPENDS,
AttributeError: type object 'RoleEnum' has no attribute 'GET_DEPENDS'
[system] Activating service name='org.freedesktop.PackageKit' requested by ':1.492' (uid=0 pid=203854 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfined") (using service
h
elper)
AptDaemon: INFO: Initializing daemon
11:58:27 AptDaemon [INFO]: Initializing daemon
AptDaemon.PackageKit: INFO: Initializing PackageKit compat layer
/usr/local/lib/python3.8/dist-packages/aptdaemon/pkcompat.py:38: PyGIWarning: PackageKitGlib was imported without specifying a version first. Use gi.require_version('PackageKitG
lib', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import PackageKitGlib as pk
11:58:27 AptDaemon.PackageKit [INFO]: Initializing PackageKit compat layer
dbus-daemon[969]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Traceback (most recent call last):
File "/usr/sbin/aptd", line 39, in <module>
aptdaemon.core.main()
File "/usr/local/lib/python3.8/dist-packages/aptdaemon/core.py", line 2252, in main
daemon = AptDaemon(options, bus=bus)
File "/usr/local/lib/python3.8/dist-packages/aptdaemon/core.py", line 1475, in __init__
self.packagekit = pkcompat.PackageKit(self.queue, connect, bus)
File "/usr/local/lib/python3.8/dist-packages/aptdaemon/pkcompat.py", line 322, in __init__
pk.RoleEnum.GET_DEPENDS,
AttributeError: type object 'RoleEnum' has no attribute 'GET_DEPENDS'
GNU nano 4.8 syslog
dbus-daemon[969]: [system] Activating service name='org.freedesktop.PackageKit' requested by ':1.492' (uid=0 pid=203854 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfine
d") (using serviceh
elper)
AptDaemon: INFO: Initializing daemon
org.freedesktop.PackageKit[203858]: 11:58:26 AptDaemon [INFO]: Initializing daemon
AptDaemon.PackageKit: INFO: Initializing PackageKit compat layer
org.freedesktop.PackageKit[203858]: /usr/local/lib/python3.8/dist-packages/aptdaemon/pkcompat.py:38: PyGIWarning: PackageKitGlib was imported without specifying a version first. Use gi.require_v
ersion('PackageKitG
lib', '1.0') before import to ensure that the right version gets loaded.
org.freedesktop.PackageKit[203858]: from gi.repository import PackageKitGlib as pk
org.freedesktop.PackageKit[203858]: 11:58:26 AptDaemon.PackageKit [INFO]: Initializing PackageKit compat layer
dbus-daemon[969]: [system] Successfully activated service 'org.freedesktop.PackageKit'
org.freedesktop.PackageKit[203858]: Traceback (most recent call last):
org.freedesktop.PackageKit[203858]: File "/usr/sbin/aptd", line 39, in <module>
org.freedesktop.PackageKit[203858]: aptdaemon.core.main()
org.freedesktop.PackageKit[203858]: File "/usr/local/lib/python3.8/dist-packages/aptdaemon/core.py", line 2252, in main
org.freedesktop.PackageKit[203858]: daemon = AptDaemon(options, bus=bus)
org.freedesktop.PackageKit[203858]: File "/usr/local/lib/python3.8/dist-packages/aptdaemon/core.py", line 1475, in __init__
org.freedesktop.PackageKit[203858]: self.packagekit = pkcompat.PackageKit(self.queue, connect, bus)
org.freedesktop.PackageKit[203858]: File "/usr/local/lib/python3.8/dist-packages/aptdaemon/pkcompat.py", line 322, in __init__
org.freedesktop.PackageKit[203858]: pk.RoleEnum.GET_DEPENDS,
org.freedesktop.PackageKit[203858]: AttributeError: type object 'RoleEnum' has no attribute 'GET_DEPENDS'
dbus-daemon[969]: [system] Activating service name='org.freedesktop.PackageKit' requested by ':1.492' (uid=0 pid=203854 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfine
d") (using serviceh
elper)
AptDaemon: INFO: Initializing daemon
org.freedesktop.PackageKit[203873]: 11:58:27 AptDaemon [INFO]: Initializing daemon
AptDaemon.PackageKit: INFO: Initializing PackageKit compat layer
org.freedesktop.PackageKit[203873]: /usr/local/lib/python3.8/dist-packages/aptdaemon/pkcompat.py:38: PyGIWarning: PackageKitGlib was imported without specifying a version first. Use gi.require_v
ersion('PackageKitG
lib', '1.0') before import to ensure that the right version gets loaded.
org.freedesktop.PackageKit[203873]: from gi.repository import PackageKitGlib as pk
org.freedesktop.PackageKit[203873]: 11:58:27 AptDaemon.PackageKit [INFO]: Initializing PackageKit compat layer
dbus-daemon[969]: [system] Successfully activated service 'org.freedesktop.PackageKit'
org.freedesktop.PackageKit[203873]: Traceback (most recent call last):
org.freedesktop.PackageKit[203873]: File "/usr/sbin/aptd", line 39, in <module>
org.freedesktop.PackageKit[203873]: aptdaemon.core.main()
org.freedesktop.PackageKit[203873]: File "/usr/local/lib/python3.8/dist-packages/aptdaemon/core.py", line 2252, in main
org.freedesktop.PackageKit[203873]: daemon = AptDaemon(options, bus=bus)
org.freedesktop.PackageKit[203873]: File "/usr/local/lib/python3.8/dist-packages/aptdaemon/core.py", line 1475, in __init__
org.freedesktop.PackageKit[203873]: self.packagekit = pkcompat.PackageKit(self.queue, connect, bus)
org.freedesktop.PackageKit[203873]: File "/usr/local/lib/python3.8/dist-packages/aptdaemon/pkcompat.py", line 322, in __init__
org.freedesktop.PackageKit[203873]: pk.RoleEnum.GET_DEPENDS,
org.freedesktop.PackageKit[203873]: AttributeError: type object 'RoleEnum' has no attribute 'GET_DEPENDS'
This one is as above but without redactions###
GNU nano 4.8 syslog
Dec 15 11:58:25 bertram dbus-daemon[969]: [system] Activating service name='org.freedesktop.PackageKit' requested by ':1.492' (uid=0 pid=203854 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfined") (using serviceh
elper)
Dec 15 11:58:26 bertram AptDaemon: INFO: Initializing daemon
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: 11:58:26 AptDaemon [INFO]: Initializing daemon
Dec 15 11:58:26 bertram AptDaemon.PackageKit: INFO: Initializing PackageKit compat layer
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: /usr/local/lib/python3.8/dist-packages/aptdaemon/pkcompat.py:38: PyGIWarning: PackageKitGlib was imported without specifying a version first. Use gi.require_version('PackageKitG
lib', '1.0') before import to ensure that the right version gets loaded.
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: from gi.repository import PackageKitGlib as pk
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: 11:58:26 AptDaemon.PackageKit [INFO]: Initializing PackageKit compat layer
Dec 15 11:58:26 bertram dbus-daemon[969]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: Traceback (most recent call last):
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: File "/usr/sbin/aptd", line 39, in <module>
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: aptdaemon.core.main()
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: File "/usr/local/lib/python3.8/dist-packages/aptdaemon/core.py", line 2252, in main
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: daemon = AptDaemon(options, bus=bus)
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: File "/usr/local/lib/python3.8/dist-packages/aptdaemon/core.py", line 1475, in __init__
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: self.packagekit = pkcompat.PackageKit(self.queue, connect, bus)
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: File "/usr/local/lib/python3.8/dist-packages/aptdaemon/pkcompat.py", line 322, in __init__
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: pk.RoleEnum.GET_DEPENDS,
Dec 15 11:58:26 bertram org.freedesktop.PackageKit[203858]: AttributeError: type object 'RoleEnum' has no attribute 'GET_DEPENDS'
Dec 15 11:58:27 bertram dbus-daemon[969]: [system] Activating service name='org.freedesktop.PackageKit' requested by ':1.492' (uid=0 pid=203854 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfined") (using serviceh
elper)
Dec 15 11:58:27 bertram AptDaemon: INFO: Initializing daemon
Dec 15 11:58:27 bertram org.freedesktop.PackageKit[203873]: 11:58:27 AptDaemon [INFO]: Initializing daemon
Dec 15 11:58:27 bertram AptDaemon.PackageKit: INFO: Initializing PackageKit compat layer
Dec 15 11:58:27 bertram org.freedesktop.PackageKit[203873]: /usr/local/lib/python3.8/dist-packages/aptdaemon/pkcompat.py:38: PyGIWarning: PackageKitGlib was imported without specifying a version first. Use gi.require_version('PackageKitG
lib', '1.0') before import to ensure that the right version gets loaded.
Dec 15 11:58:27 bertram org.freedesktop.PackageKit[203873]: from gi.repository import PackageKitGlib as pk
Dec 15 11:58:27 bertram org.freedesktop.PackageKit[203873]: 11:58:27 AptDaemon.PackageKit [INFO]: Initializing PackageKit compat layer
Dec 15 11:58:27 bertram dbus-daemon[969]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Dec 15 11:58:28 bertram org.freedesktop.PackageKit[203873]: Traceback (most recent call last):
Dec 15 11:58:28 bertram org.freedesktop.PackageKit[203873]: File "/usr/sbin/aptd", line 39, in <module>
Dec 15 11:58:28 bertram org.freedesktop.PackageKit[203873]: aptdaemon.core.main()
Dec 15 11:58:28 bertram org.freedesktop.PackageKit[203873]: File "/usr/local/lib/python3.8/dist-packages/aptdaemon/core.py", line 2252, in main
Dec 15 11:58:28 bertram org.freedesktop.PackageKit[203873]: daemon = AptDaemon(options, bus=bus)
Dec 15 11:58:28 bertram org.freedesktop.PackageKit[203873]: File "/usr/local/lib/python3.8/dist-packages/aptdaemon/core.py", line 1475, in __init__
Dec 15 11:58:28 bertram org.freedesktop.PackageKit[203873]: self.packagekit = pkcompat.PackageKit(self.queue, connect, bus)
Dec 15 11:58:28 bertram org.freedesktop.PackageKit[203873]: File "/usr/local/lib/python3.8/dist-packages/aptdaemon/pkcompat.py", line 322, in __init__
Dec 15 11:58:28 bertram org.freedesktop.PackageKit[203873]: pk.RoleEnum.GET_DEPENDS,
Dec 15 11:58:28 bertram org.freedesktop.PackageKit[203873]: AttributeError: type object 'RoleEnum' has no attribute 'GET_DEPENDS'
For history, here is what used to be at the top of this post:
Months of fairly issue free ubuntu-ing and now I find myself asking my third question in as many days 😞 — maybe I just like your friendly open-sourced hugs🤗!
Anyway, I have started getting this error (I’ve seen it a few times, but it’s become noticable today when I have been doing more apt install
than usual.) I don’t think its a problem cauthissed by apt
, but it is appearing sometimes when doing apt
.
I keep getting this error message Error: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
in my terminal on occasion, and as I say, I notice it when I’m doing things with apt update
or apt install
. Again, I don’t think (but cannot confirm) that it is limited to doing apt
stuff, and I think it would be good for me to try to determine whether that is or is not true. I’m sure I have seen it at other times, but don’t have any terminal history to hand with an example.
Anyway, here are some of examples today of when it appeared:
(edit I put the error message inside » quotes so that it appears green with shell code highlighting — wasn’t sure how else to make it stand out better)
Hit:12 http://security.ubuntu.com/ubuntu focal-security InRelease
Get:13 http://repository.spotify.com stable InRelease [3,316 B]
Hit:14 http://gb.archive.ubuntu.com/ubuntu focal-updates InRelease
Ign:15 http://ppa.launchpad.net/tualatrix/ppa/ubuntu focal InRelease
Get:16 https://cli.github.com/packages stable InRelease [3,917 B]
Hit:17 http://gb.archive.ubuntu.com/ubuntu focal-backports InRelease
Err:18 http://ppa.launchpad.net/tualatrix/ppa/ubuntu focal Release
404 Not Found [IP: 185.125.190.52 80]
Hit:19 https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal pgadmin4 InRelease
Get:20 http://repository.spotify.com stable/non-free amd64 Packages [1,671 B]
Get:21 http://repository.spotify.com stable/non-free i386 Packages [1,171 B]
'Error: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying'
Reading package lists... Done
Error: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
(*Removed some quoted blocks that have since been determined irrelevant/duplicated)
EDIT
Whilst it might not be specifically APT causing this message, I think I have re-evaluated my position, it does have something to do with the repositories anyhow. Unrelated to investigating this, I was in the software updater and decided to open Software & Updates
so that I can finally get around to removing that I tualatrix PPA, since it hasn’t been updated since like ubuntu 14 — I’ve just been too lazy thus far, and lo and hehold, what happened when I unticked it? (1) I got this pop up!
And though its not directly apt, it must have to do with the sources it tries to use. The Other Software tab, after closing this popup, it had unticked the ppa repository despite the error, so I can test the theory that this was the cause, perhaps. I’ll do some more stuff with apt shortly, and I hope not to see this error and that will prove it one way or another.
My thanks to @Rinzwind and @matigo who have made similar suggestions in the comments below relating to this particular entry in my sources.d list. I had independently started some housekeeping, and they’d made their observations in the meantime so credit where credit is due — if I’d seen their comments first, I’d have headed straight for add-apt-repository --remove
(so probably wouldn’t have seen this new dialog — so with hindsight I’m glad I opened the SW Updater first, instead of re-opening this thread, elshttps://askubuntu.com/users/15811/rinzwinde I wouldn’t have gained that additional piece of evidence, relying solely on their experience for guidance. With this dialog, I can be more confident these guys «know their shizle» should they try to help me in future).
EDIT 2
Darn. False call…. I disabled the tualatrix, and did a simple sudo apt update
Get:26 http://gb.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [762 kB]
Get:27 http://gb.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,009 kB]
Get:28 http://gb.archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [705 kB]
Fetched 5,487 kB in 9s (631 kB/s)
'Error: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying'
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up-to-date.
So, no url to query, no error message 🤯 🤕 I think all I’ve proved is that apt sends a message to this service when an existing list is finished being queried. Its not actually anything to do with apt, or software update, other than thats one thing thats sending this message. Time to look in another place, such as in DBus
Since I’ve gotten my grey matter working on this stupid thing for the last few hours, I vaguely recall doing something several weeks ago that might have changed what bus I have. This was around the time I was putting Manjaro on my other, very resource limited, laptop, and might have tried to copy over something to this one that gave a performance boost. Chrome was blowing this laptop up at the time, and on the other one, even worse. Manjaro made it better, but in the end I made a bare-bones chrome for lapjaro. Now, Lapuntu might have inherited a different bus. By mistake? Maybe. Whatever was in the USB stick when I put it back over.
So, anyway, there is more than one DBus; freedesktop.org developed a free and open-source software library called libdbus; a reference implementation of the specification. This library should not be confused with D-Bus itself, as other implementations of the D-Bus specification also exist, such as GDBus (GNOME),[9] QtDBus (Qt/KDE),[10] dbus-java[11] and sd-bus (part of systemd).[12]
It appears from the error message that I am using GDBus, and I should be, right? I’m using Gnome. All is well… but if I look at my `/var/log/apt/history (having to do a bit of gunzipping here)
Start-Date: 2022-11-06 00:58:49
Commandline: apt install cmake clang bison flex libfuse-dev libudev-dev pkg-config libc6-dev-i386 gcc-multilib libcairo2-dev libgl1-mesa-dev libglu1-mesa-dev libtiff5-dev libfreetype6-dev git git-lfs libelf-dev libxml2-dev libegl1-mesa-d
ev libfontconfig1-dev libbsd-dev libxrandr-dev libxcursor-dev libgif-dev libavutil-dev libpulse-dev libavformat-dev libavcodec-dev libswresample-dev libdbus-1-dev libxkbfile-dev libssl-dev python2
Requested-By: noscere (1000)
Install: git-lfs:amd64 (2.9.2-1), libavformat-dev:amd64 (7:4.2.7-0ubuntu0.1), libswresample-dev:amd64 (7:4.2.7-0ubuntu0.1), libavutil-dev:amd64 (7:4.2.7-0ubuntu0.1), libavcodec-dev:amd64 (7:4.2.7-0ubuntu0.1), libglu1-mesa-dev:amd64 (9.0.
1-1build1), libpulse-dev:amd64 (1:13.99.1-1ubuntu3.13), libxkbfile-dev:amd64 (1:1.1.0-1), libgif-dev:amd64 (5.1.9-1)
End-Date: 2022-11-06 00:59:23
There a reference I didn’t expect to see, but it chimes with that vague recollection about maybe changing some bus thingy? I certainly cannot recall ever seeing this error DBus.Error.NoReply yada yada prior to the last few weeks… Investigating further (and I’ll stop updating this until I find something more concrete — I thought at least this recollection should be placed here, in case anyone has an idea)
In my /var/log/apt/term
logfile, I used to see this when doing apt upgrade
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
And now its this:
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Error: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
noscere@bertram:~$ apt search dbus | grep installed
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
at-spi2-core/focal,now 2.36.0-2 amd64 [installed,automatic]
colord/focal,now 1.4.4-2 amd64 [installed,automatic]
dbus/focal-updates,focal-security,now 1.12.16-2ubuntu2.3 amd64 [installed]
dbus-user-session/focal-updates,focal-security,now 1.12.16-2ubuntu2.3 amd64 [installed,automatic]
dbus-x11/focal-updates,focal-security,now 1.12.16-2ubuntu2.3 amd64 [installed,automatic]
dleyna-renderer/focal,now 0.6.0-2build1 amd64 [installed,automatic]
dleyna-server/focal,now 0.6.0-1build1 amd64 [installed,automatic]
gir1.2-packagekitglib-1.0/focal-updates,focal-security,now 1.1.13-2ubuntu1.1 amd64 [installed,automatic]
gir1.2-secret-1/focal-updates,now 0.20.4-0ubuntu1 amd64 [installed,automatic]
gnome-sushi/focal,now 3.38.0-1+zorin1 amd64 [installed,automatic]
gstreamer1.0-packagekit/focal-updates,focal-security,now 1.1.13-2ubuntu1.1 amd64 [installed,automatic]
libdbus-1-3/focal-updates,focal-security,now 1.12.16-2ubuntu2.3 amd64 [installed]
libdbus-1-dev/focal-updates,focal-security,now 1.12.16-2ubuntu2.3 amd64 [installed]
libdbus-glib-1-2/focal,now 0.110-5fakssync1 amd64 [installed,automatic]
libdbusmenu-glib4/focal,now 16.04.1+18.10.20180917-0ubuntu6 amd64 [installed,automatic]
libdbusmenu-gtk3-4/focal,now 16.04.1+18.10.20180917-0ubuntu6 amd64 [installed,automatic]
libdee-1.0-4/focal,now 1.2.7+17.10.20170616-4ubuntu6 amd64 [installed,automatic]
libdleyna-connector-dbus-1.0-1/focal,now 0.3.0-1 amd64 [installed,automatic]
libmm-glib0/focal-updates,now 1.18.6-1~ubuntu20.04.1 amd64 [installed,automatic]
libnet-dbus-perl/focal,now 1.2.0-1 amd64 [installed,automatic]
libpackagekit-glib2-18/focal-updates,focal-security,now 1.1.13-2ubuntu1.1 amd64 [installed,automatic]
libqt5dbus5/focal-updates,focal-security,now 5.12.8+dfsg-0ubuntu2.1 amd64 [installed,automatic]
libsecret-1-0/focal-updates,now 0.20.4-0ubuntu1 amd64 [installed,automatic]
libsecret-common/focal-updates,focal-updates,now 0.20.4-0ubuntu1 all [installed,automatic]
libwhoopsie-preferences0/focal,now 22 amd64 [installed,automatic]
modemmanager/focal-updates,now 1.18.6-1~ubuntu20.04.1 amd64 [installed,automatic]
packagekit/focal-updates,focal-security,now 1.1.13-2ubuntu1.1 amd64 [installed,automatic]
python-dbus/focal,now 1.2.16-1build1 amd64 [installed]
python3-dbus/focal,now 1.2.16-1build1 amd64 [installed]
python3-pydbus/focal,focal,now 0.6.0-2build1 all [installed,automatic]
xdg-dbus-proxy/focal,now 0.1.2-1 amd64 [installed,automatic]
filtering D-Bus proxy - as-installed tests
(EDIT Taken out another large chunk of now irrelevant logs/code quotres)
Issue description
I got no output with the command io.elementary.code --version
Then i ran:
[davidak@X230:~]$ io.elementary.code --help
GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
After that commands work normally.
cc @worldofpeace
Steps to reproduce
not reproducible again right now
Technical details
- system:
"x86_64-linux"
- host os:
Linux 4.19.59, NixOS, 19.03.173165.55b8860aa20 (Koi)
- multi-user?:
yes
- sandbox:
yes
- version:
nix-env (Nix) 2.2.2
- channels(davidak):
""
- channels(root):
"nixos-19.03.173165.55b8860aa20, nixos-hardware, nixos-unstable-19.09pre185259.362be9608c3"
- nixpkgs:
/nix/var/nix/profiles/per-user/root/channels/nixos
I am currently getting:
$ gnome-disks Failed to register: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Had to reboot to make it work again.
Works for me under GNOME on nixos-unstable, exceptf for this hillarious gettext substitution:
$ nix run -f . pantheon.elementary-code -c io.elementary.code --help
Usage:
io.elementary.code [OPTION…] File
Help Options:
-h, --help Show help options
--help-all Show all help options
--help-gtk Show GTK+ Options
Application Options:
-t, --new-tab New Tab
-n, --new-window New Window
-v, --version Print version info and exit
-s, --set=Project-Id-Version: scratch
Report-Msgid-Bugs-To:
POT-Creation-Date: 2019-03-07 11:10-0800
PO-Revision-Date: 2019-01-28 08:10+0000
Last-Translator: Ciarán Ainsworth <ciaranainsworth@posteo.net>
Language-Team: English (United Kingdom) <https://weblate.elementary.io/projects/code/code/en_GB/>
Language: en_GB
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: Weblate 3.0.1
X-Launchpad-Export-Date: 2017-05-03 06:04+0000
Set of plug-ins
-c, --cwd=Project-Id-Version: scratch
Report-Msgid-Bugs-To:
POT-Creation-Date: 2019-03-07 11:10-0800
PO-Revision-Date: 2019-01-28 08:10+0000
Last-Translator: Ciarán Ainsworth <ciaranainsworth@posteo.net>
Language-Team: English (United Kingdom) <https://weblate.elementary.io/projects/code/code/en_GB/>
Language: en_GB
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: Weblate 3.0.1
X-Launchpad-Export-Date: 2017-05-03 06:04+0000
Current working directory
--display=DISPLAY X display to use
Probably something environmental. Do other applications exhibit this? Are there any more details in the journal? Does it happen again after you restart the session bus using systemctl restart --user dbus
(will kill your session)?
Thank you for your contributions.
This has been automatically marked as stale because it has had no activity for 180 days.
If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as «still important to me». This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.
Here are suggestions that might help resolve this more quickly:
- Search for maintainers and people that previously touched the
related code and @ mention them in a comment. - Ask on the NixOS Discourse. 3. Ask on the #nixos channel on
irc.freenode.net.
stale
bot
added
the
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
label
Jun 1, 2020
it has had no activity for 180 days.
that does not mean it’s solved. i can still reproduce it
[davidak@gaming:~]$ io.elementary.code --version
[davidak@gaming:~]$ io.elementary.code --help
GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
[davidak@gaming:~]$ io.elementary.code --version
[WARNING 06:32:08.334429] [dbind] Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-JTQXBdtPJW: Connection refused
Code 3.4.0
- system:
"x86_64-linux"
- host os:
Linux 5.6.14, NixOS, 20.03.1950.48723f48ab9 (Markhor)
- multi-user?:
yes
- sandbox:
yes
- version:
nix-env (Nix) 2.3.4
- channels(root):
"home-manager-20.03, nixos-20.03.1950.48723f48ab9, nixos-hardware, nixos-unstable-20.09pre226148.0f5ce2fac0c"
- nixpkgs:
/nix/var/nix/profiles/per-user/root/channels/nixos
stale
bot
removed
the
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
label
Jun 1, 2020
I marked this as stale due to inactivity. → More info
stale
bot
added
the
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
label
Nov 28, 2020
I can’t reproduce this exact error, so it might be fixed.
I created another issue for this new error: #105299
[davidak@gaming:~]$ io.elementary.code --help
[WARNING 00:54:22.856048] [dbind] Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-qPxE1QbwSH: Connection refused
Usage:
io.elementary.code [OPTION…] File
Help Options:
-h, --help Show help options
--help-all Show all help options
--help-gtk Show GTK+ Options
Application Options:
-t, --new-tab New Tab
-n, --new-window New Window
-v, --version Print version info and exit
-s, --set=plugin Set of plugins
--display=DISPLAY X display to use
- system:
"x86_64-linux"
- host os:
Linux 5.8.18, NixOS, 20.09.1721.896270d629e (Nightingale)
- multi-user?:
yes
- sandbox:
yes
- version:
nix-env (Nix) 2.3.7
- channels(root):
"home-manager-20.09, nixos-20.09.1721.896270d629e, nixos-hardware, nixos-unstable-21.03pre251123.b839d4a8557"
- nixpkgs:
/nix/var/nix/profiles/per-user/root/channels/nixos
View previous topic :: View next topic | |||||||||||||||||||||
Author | Message | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
johnny99 Apprentice Joined: 24 Oct 2005 |
|
||||||||||||||||||||
Back to top |
|
||||||||||||||||||||
johnny99 Apprentice Joined: 24 Oct 2005 |
|
||||||||||||||||||||
Back to top |
|
||||||||||||||||||||
johnny99 Apprentice Joined: 24 Oct 2005 |
|
||||||||||||||||||||
Back to top |
|
||||||||||||||||||||
johnny99 Apprentice Joined: 24 Oct 2005 |
|
||||||||||||||||||||
Back to top |
|
||||||||||||||||||||
johnny99 Apprentice Joined: 24 Oct 2005 |
|
||||||||||||||||||||
Back to top |
|
||||||||||||||||||||
johnny99 Apprentice Joined: 24 Oct 2005 |
|
||||||||||||||||||||
Back to top |
|
||||||||||||||||||||
johnny99 Apprentice Joined: 24 Oct 2005 |
|
||||||||||||||||||||
Back to top |
|
||||||||||||||||||||
|
You cannot post new topics in this forum |
Description
Adam Williamson
2015-01-09 18:04:31 UTC
Running Photos on current Rawhide (F22) results in a big red stop sign with the message: Unable to fetch the list of photos GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) at a console, I see: [adamw@adam python-pyspf (f21 %)]$ gnome-photos ** (gnome-photos:5478): WARNING **: AT-SPI: Could not obtain desktop path or name ** (gnome-photos:5478): WARNING **: atk-bridge: GetRegisteredEvents returned message with unknown signature ** (gnome-photos:5478): WARNING **: atk-bridge: get_device_events_reply: unknown signature ** (gnome-photos:5478): WARNING **: atk-bridge: get_device_events_reply: unknown signature ** (gnome-photos:5478): WARNING **: Unable to update the cache: GDBus.Error:org.freedesktop.Tracker1.SparqlError.Internal: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) ** (gnome-photos:5478): WARNING **: Unable to update the cache: GDBus.Error:org.freedesktop.Tracker1.SparqlError.Internal: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) ** (gnome-photos:5478): WARNING **: Unable to create TrackerExtractPriority proxy: Error calling StartServiceByName for org.freedesktop.Tracker1.Miner.Extract: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.Tracker1.Miner.Extract exited with status 1 (gnome-photos:5478): Grilo-WARNING **: [flickr] grl-flickr.c:383: Wrong token!
Comment 1
Adam Williamson
2015-02-06 20:29:07 UTC
Still valid today. Any news?
Comment 2
Debarshi Ray
2015-02-09 17:22:38 UTC
(In reply to Adam Williamson (Red Hat) from comment #0)
> ** (gnome-photos:5478): WARNING **: Unable to create TrackerExtractPriority
> proxy: Error calling StartServiceByName for
> org.freedesktop.Tracker1.Miner.Extract:
This indicates that there is a problem with the tracker installation because it is failing to launch org.freedesktop.Tracker1.Miner.Extract over D-Bus.
I recall seeing a few upstream bug reports about tracker's D-Bus service files being busted after a few things were moved about in the source tree. What version of tracker do you have?
Comment 3
Adam Williamson
2015-02-09 17:38:05 UTC
[adamw@adam fedfind (master)]$ rpm -q tracker tracker-1.3.3-1.fc22.x86_64 [adamw@adam fedfind (master)]$ ps aux | grep track adamw 10948 0.0 0.0 113092 2556 pts/5 S+ 09:37 0:00 grep --color=auto track [adamw@adam fedfind (master)]$
Comment 5
Debarshi Ray
2015-10-13 08:49:42 UTC
I believe this (the tracker breakage) has since been fixed in F22.
gnome-shell-set-vr enable:
gi.repository.GLib.Error: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (4)
journalctl /usr/bin/gnome-shell -f:
gnome-shell[15997]: DBus: Enable XR gnome-shell[15997]: specified class size for type 'OpenVRContext' is smaller than the parent type's 'GxrContext' class size gnome-shell[15997]: g_once_init_leave: assertion 'result != 0' failed gnome-shell[15997]: GNOME Shell crashed with signal 11 gnome-shell[15997]: == Stack trace for context 0x5653e42eb640 == gnome-shell[15997]: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed gnome-shell[29306]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly. gnome-shell[29306]: Will monitor session 3 gnome-shell[29306]: Telepathy is not available, chat integration will be disabled. gnome-shell[29306]: loading default theme (Adwaita) gnome-shell[29306]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation gnome-shell[29306]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a). gnome-shell[29306]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b). gnome-shell[29306]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c). gnome-shell[29306]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11). gnome-shell[29306]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12). gnome-shell[29306]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d). gnome-shell[29306]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e). gnome-shell[29306]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f). gnome-shell[29306]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10). gnome-shell[29306]: GNOME Shell started at Thu Jul 30 2020 15:49:32 GMT+0200 (CEST) gnome-shell[29306]: Registering session with GDM
thanks!
Edited Jul 30, 2020 by
For some time, eog
and gnome-terminal
are starting very slowly on my (X)Ubuntu 13.10. I think other Gnome tools are affected too, but I don’t use any others.
Now I get a org.freedesktop.DBus.Error.NoReply
error every time gnome-terminal
starts:
** (gnome-terminal:5516): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Did not receive a
reply. Possible causes include: the remote application did not send a
reply, the message bus security policy blocked the reply, the reply
timeout expired, or the network connection was broken.
and every time eog
starts:
** (eog:4996): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
causes include: the remote application did not send a reply, the
message bus security policy blocked the reply, the reply timeout
expired, or the network connection was broken.(eog:4996): EOG-WARNING **: Couldn’t load icon: Icon ‘image-loading’
not present in theme
I think it has something to do with me removing some programs that were starting by default, including at-spi2-registryd
, which I think belongs to Gnome’s Accessibility Project.
According to dpkg --getselections | grep spi
, at-spi2-core
is still installed on my system.
I remember doing something very hacky/stupid like exchanging some config files or binaries with empty echo programs to stop the daemon from starting.
- How can I fix this error?
- What causes this error?
Google produces some at-spi...
related links:
- https://lists.ubuntu.com/archives/ubuntu-accessibility-bugs/2013-August/006261.html
- https://lists.ubuntu.com/archives/ubuntu-accessibility-bugs/2013-August/006264.html
This might have to do with a freedesktop
related issue I have with nmcli
, so please have a look at it: nmcli freedesktop DBus warnings and errors.
ltrace -r eog
:
0.000000 __libc_start_main(0x41e210, 2, 0x7fff41235b18, 0x45c020, 0x45c0b0 <unfinished ...>
0.000734 bindtextdomain("eog", "/usr/share/locale") = "/usr/share/locale"
0.001297 bind_textdomain_codeset(0x463fff, 0x45c0f6, 1, 0, 65535) = 0x1d59750
0.000863 textdomain("eog") = "eog"
0.000759 dcgettext(0, 0x45c0fc, 5, 0x676f65, 65535) = 0x45c0fc
0.000718 g_option_context_new(0x45c0fc, 1, 2, 3, 0) = 0x1d598e0
0.000711 g_option_context_add_main_entries(0x1d598e0, 0x45c300, 0x463fff, 0x1d59940, 88) = 0
0.000668 gtk_get_option_group(1, 0x7f161670f2e0, 0x1d59960, 0x7f161670bec0, 0) = 0x1d5ccd0
0.003283 g_option_context_add_group(0x1d598e0, 0x1d5ccd0, 0x1d5cf60, 0x7f161670bec0, 3) = 0x1d5d000
0.000711 g_irepository_get_option_group(0, 0, 0x1d5d000, 0x1d50670, 0) = 0x1d5cf80
0.000845 g_option_context_add_group(0x1d598e0, 0x1d5cf80, 0x1d5d830, 3, 3) = 0x1d5d000
0.000613 g_option_context_parse(0x1d598e0, 0x7fff41235a0c, 0x7fff41235a00, 0x7fff41235a18, 0
** (eog:2797): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
) = 1
25.069454 g_option_context_free(0x1d598e0, 0x7fff41235b18, 0x7fff41235b20, 0x7fff412373c4, 2) = 0
0.000330 xmp_init(0x7f1616281740, 0xffffffff, 0, 0x7f1616281768, 0) = 1
0.001356 g_getenv(0x45c905, 0x1dbb610, 0x1dbb5c0, 1, 3) = 0
[...]
0.000509 g_object_ref(0x204f240, 3, 1, 51, 0x7f16080008e0) = 0x204f240
0.000681 g_queue_push_tail(0x1d5d780, 0x204f240, 2, 51, 0x204d270) = 0x1ff5ce0
0.000793 g_cond_broadcast(0x67b7d0, 0x1ff5ce0, 0, 16, 0) = 0
0.000797 g_mutex_unlock(0x67b7c0, 132, 1, -1, 0x7f16080008e0) = 0
0.000716 g_object_unref(0x204f240, 0, 0x7f16080008e0, -1, 0x7f16080008e0) = 2
(eog:2797): EOG-WARNING **: Couldn't load icon: Icon 'image-loading' not present in theme
0.048019 gtk_icon_view_get_type(0x1fb23b0, 0x450510, 0x1fb23b0, 0x7f1616703450, 0x1d50a60) = 0x2015420
0.000800 g_type_check_instance_cast(0x1fb23b0, 0x2015420, 0x1fb23b0, 0x7f1616703450, 0x1d50a60) = 0x1fb23b0
0.000743 gtk_icon_view_get_visible_range(0x1fb23b0, 0x7fff41235820, 0x7fff41235828, 0x2015420, 0x2015420) = 0
0.000588 gtk_icon_view_get_type(0x1fb23b0, 0x450510, 0x1fb23b0, 0x7f1616703450, 0x1d50a60) = 0x2015420
[...]
ltrace -r gnome-terminal
:
[...]
0.000543 g_str_hash(0x7f1ba08d1617, 0x7f1ba08d1617, 0x21cd180, 0, 0x219d050) = 0x6e8257f7
0.000714 g_str_hash(0x7f1ba08d194c, 0x7f1ba08d194c, 0, 0x7f1ba08d194c, 0) = 0x24119b48
0.000490 g_str_hash(0x7f1ba08d194c, 0x7f1ba08d194c, 0x21bcaa0, 0, 0x219d050) = 0x24119b48
0.000655 g_str_hash(0x7f1ba12f72c7, 0x7f1ba12f72c7, 0, 0x7f1ba12f72c7, 40) = 0xac0d625f
0.000596 g_str_hash(0x7f1ba12f72c7, 0x7f1ba12f72c7, 0x21bcc20, 0, 0x219d050) = 0xac0d625f
[...]
** (gnome-terminal:5758): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
25.036838 g_str_hash(0x7f1ba0b4452a, 0x7f1ba0b4452a, 0, 0x7f1ba0b4452a, 508) = 0xa59bb851
0.000696 g_str_hash(0x21b18bc, 0x21b18bc, 0x21d7080, 0, 509) = 0xa59bb851
0.000501 g_str_hash(0x7f1ba13cf396, 0x7f1ba13cf396, 0, 0x7f1ba13cf396, 24) = 0x22c79e89
0.000550 g_str_hash(0x7f1ba13cf396, 0x7f1ba13cf396, 0x21d7150, 0, 0x219d050) = 0x22c79e89
0.003683 g_str_hash(0x7f1ba0dc076b, 0x7f1ba0dc076b, 0, 0x7f1ba0dc076b, 384) = 0xa4fa89ab
strace -r eog
:
[...]
0.000268 poll([{fd=3, events=POLLIN}], 1, 25000) = 1 ([{fd=3, revents=POLLIN}])
0.000723 recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"l211v1=61s6:1.307"..., 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 262
0.000351 recvmsg(3, 0x7ffff251a080, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
0.000339 sendmsg(3, {msg_name(0)=NULL, msg_iov(2)=[{"l112[11or/org/a11"..., 112}, {"", 0}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 112
0.000354 poll([{fd=3, events=POLLIN}], 1, 25000) = 0 (Timeout)
25.025550 open("/usr/lib/x86_64-linux-gnu/charset.alias", O_RDONLY) = -1 ENOENT (No such file or directory)
0.000410 write(2, "n** (eog:2786): WARNING **: Erro"..., 319
** (eog:2786): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
) = 319
0.000660 socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0) = 4
0.000305 connect(4, {sa_family=AF_LOCAL, sun_path=@"/tmp/.X11-unix/X0"}, 20) = 0
0.000243 getpeername(4, {sa_family=AF_LOCAL, sun_path=@"/tmp/.X11-unix/X0"}, [20]) = 0
[...]
0.000054 poll([{fd=4, events=POLLIN}], 1, 4294967295) = 1 ([{fd=4, revents=POLLIN}])
0.000029 recvfrom(4, "1213240", 4096, 0, NULL, NULL) = 32
0.000027 recvfrom(4, 0x1709c34, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
0.000026 recvfrom(4, 0x1709c34, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
0.000027 poll([{fd=4, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=4, revents=POLLOUT}])
(eog:2786): EOG-WARNING **: Couldn't load icon: Icon 'image-loading' not present in theme
) = 16
0.000056 poll([{fd=4, events=POLLIN}], 1, 4294967295) = 1 ([{fd=4, revents=POLLIN}])
0.000029 recvfrom(4, "1214241", 4096, 0, NULL, NULL) = 32
0.000028 recvfrom(4, 0x1709c34, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
0.000026 recvfrom(4, 0x1709c34, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
0.000032 poll([{fd=4, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=4, revents=POLLOUT}])
strace -r gnome-terminal
:
[...]
0.000406 recvmsg(3, 0x7fffb9bbc6e0, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
0.000434 sendmsg(3, {msg_name(0)=NULL, msg_iov(2)=[{"l112[11or/org/a11"..., 112}, {"", 0}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 112
0.000328 poll([{fd=3, events=POLLIN}], 1, 25000) = 0 (Timeout)
25.006307 open("/usr/lib/x86_64-linux-gnu/charset.alias", O_RDONLY) = -1 ENOENT (No such file or directory)
0.000486 write(2, "n** (gnome-terminal:5885): WARNI"..., 330
** (gnome-terminal:5885): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
) = 330
0.000519 socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0) = 4
0.000118 connect(4, {sa_family=AF_LOCAL, sun_path=@"/tmp/.X11-unix/X0"}, 20) = 0
0.000125 getpeername(4, {sa_family=AF_LOCAL, sun_path=@"/tmp/.X11-unix/X0"}, [20]) = 0
[...]
# (отредактировано 12 лет, 11 месяцев назад) |
|
Темы: 11 Сообщения: 41 Участник с: 13 февраля 2010 |
Доброго времени суток! Возникла следующая проблема: при попытке монтирования сетевой папки расположеной на windows-машине в локальной сети появляется следующее сообщение об ошибке: DBus error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) Кроме всего прочего в последнее время наотрез отказывается грузиться сайт (хотя, пингуется), так же расположенный в локальной сети, в то время как к любому сайту в интернет есть полноценный доступ. |
serg |
# |
Темы: 12 Сообщения: 302 Участник с: 18 декабря 2009 |
самба клиент обновился — локальный инет отвалился viewtopic.php?f=16&t=3574 |
flipp |
# |
Темы: 11 Сообщения: 41 Участник с: 13 февраля 2010 |
До этого самбы вообще не стояло. Сейчас поставил samba 3.5.0-2. Настройки такие:
[global] workgroup = POWERGROUP! server string = Samba Server log file = /var/log/samba/%m.log max log size = 50 unix extensions = No load printers = No dns proxy = No usershare allow guests = Yes usershare max shares = 100 usershare owner only = No wide links = Yes [homes] comment = Home Directories read only = No browseable = No [printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No Вроде бы добавил опции, советуемые по ссылке выше, но что-то результата ноль. |
serg |
# |
Темы: 12 Сообщения: 302 Участник с: 18 декабря 2009 |
да откатись и не парься, от того какая у тя версия самбы ничего зависеть не будет. |
flipp |
# |
Темы: 11 Сообщения: 41 Участник с: 13 февраля 2010 |
serg, так и сделал…впервые на своей шкуре прочувствовал все коварство обновлений. =) |
serg |
# |
Темы: 12 Сообщения: 302 Участник с: 18 декабря 2009 |
та редко такое бывает, но раз в месяц точно сталкиваюсь, что что то ломается (потом правда чинят). Арч же, все свежее, роллинг релизы |
nix |
# |
Темы: 0 Сообщения: 2 Участник с: 17 апреля 2010 |
У меня тоже была такая проблема с smbclient. Тогда я откатился до версии 3.4.5-1, добавил samba и smbclient в исключения при обновлении, и всё было норм.
Но после последнего обновления системы старая самба отказывается запускаться. Если же её обновить до версии 3.5.2-1, то на шары машин, где стоит линукс, зайти не могу, хотя список расшареных папок вижу. Сообщение об ошибке аналогичное: Через mc могу зайти, а через nautilus нет. |
bujhm666 |
# |
Темы: 5 Сообщения: 70 Участник с: 14 января 2010 |
А у меня даже шары линуксовые не показывает в наутилусе, а при попытке открыть адрес типа smb:// пишет — не могу мол работать с smb. DBus error наблюдаю только если пытаться открыть через network:…. В mc же все работает. В общем непонятно где задница, в samba или наутилусе. |
flipp |
# |
Темы: 11 Сообщения: 41 Участник с: 13 февраля 2010 |
Bujhm666, открыл новую тему: nautilus и smb. У самого такое только недавно началось. |
Fedora 31, gnome-calendar 3.34
Around 20% of the time I try to launch gnome-calendar, it does not start. The only thing printed to the command line is
GDBus.Error:org.freedesktop.DBus.Error.NoReply: Remote peer disconnected
I also had a look whether I somehow get a backtrace in gdb
, but that does not seem that useful for me. That is how it looks when the problem occurs:
➜ ~ gdb /usr/bin/gnome-calendar
GNU gdb (GDB) Fedora 8.3.50.20190824-24.fc31
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/gnome-calendar...
Reading symbols from /usr/lib/debug/usr/bin/gnome-calendar-3.34.0-1.fc31.x86_64.debug...
(gdb) run
Starting program: /usr/bin/gnome-calendar
Missing separate debuginfo for /lib64/libical-glib.so.3
Try: dnf --enablerepo='*debug*' install /usr/lib/debug/.build-id/fe/d0ae9e30ba9b375cf308e116fb90808f92be97.debug
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7fffedad0700 (LWP 7100)]
[New Thread 0x7fffed2cf700 (LWP 7101)]
[New Thread 0x7fffecace700 (LWP 7102)]
[New Thread 0x7fffdffff700 (LWP 7103)]
GDBus.Error:org.freedesktop.DBus.Error.NoReply: Remote peer disconnected
[Thread 0x7fffecace700 (LWP 7102) exited]
[Thread 0x7fffed2cf700 (LWP 7101) exited]
[Thread 0x7fffedad0700 (LWP 7100) exited]
[Thread 0x7fffedad6c80 (LWP 7096) exited]
[Inferior 1 (process 7096) exited with code 01]
Missing separate debuginfos, use: dnf debuginfo-install GConf2-3.2.6-27.fc31.x86_64 at-spi2-atk-2.34.0-1.fc31.x86_64 at-spi2-core-2.34.0-1.fc31.x86_64 atk-2.34.1-1.fc31.x86_64 brotli-1.0.7-6.fc31.x86_64 bzip2-libs-1.0.8-1.fc31.x86_64 cairo-1.16.0-6.fc31.x86_64 cairo-gobject-1.16.0-6.fc31.x86_64 cyrus-sasl-lib-2.1.27-2.fc31.x86_64 dbus-glib-0.110-6.fc31.x86_64 dbus-libs-1.12.16-3.fc31.x86_64 dconf-0.34.0-1.fc31.x86_64 enchant2-2.2.5-2.fc31.x86_64 evolution-data-server-3.34.0-1.fc31.x86_64 expat-2.2.7-2.fc31.x86_64 fontconfig-2.13.92-3.fc31.x86_64 freetype-2.10.0-3.fc31.x86_64 fribidi-1.0.5-4.fc31.x86_64 gcr-3.33.4-1.fc31.x86_64 gcr-base-3.33.4-1.fc31.x86_64 gdk-pixbuf2-2.39.2-1.fc31.x86_64 geoclue2-libs-2.5.3-2.fc31.x86_64 geocode-glib-3.26.1-3.fc31.x86_64 gnome-online-accounts-3.34.0-1.fc31.x86_64 graphite2-1.3.13-1.fc31.x86_64 gstreamer1-1.16.0-2.fc31.x86_64 gstreamer1-plugins-base-1.16.0-2.fc31.x86_64 gtk3-3.24.11-1.fc31.x86_64 harfbuzz-2.6.0-1.fc31.x86_64 harfbuzz-icu-2.6.0-1.fc31.x86_64 json-glib-1.4.4-3.fc31.x86_64 libX11-1.6.8-3.fc31.x86_64 libX11-xcb-1.6.8-3.fc31.x86_64 libXau-1.0.9-2.fc31.x86_64 libXcomposite-0.4.4-17.fc31.x86_64 libXcursor-1.1.15-6.fc31.x86_64 libXdamage-1.1.4-17.fc31.x86_64 libXext-1.3.4-2.fc31.x86_64 libXfixes-5.0.3-10.fc31.x86_64 libXi-1.7.10-2.fc31.x86_64 libXinerama-1.1.4-4.fc31.x86_64 libXrandr-1.5.2-2.fc31.x86_64 libXrender-0.9.10-10.fc31.x86_64 libcom_err-1.45.3-1.fc31.x86_64 libdatrie-0.2.9-10.fc31.x86_64 libdazzle-3.34.0-1.fc31.x86_64 libepoxy-1.5.3-4.fc31.x86_64 libffi-3.1-23.fc31.x86_64 libgcc-9.2.1-1.fc31.x86_64 libgcrypt-1.8.4-4.fc31.x86_64 libglvnd-1.1.1-5.fc31.x86_64 libglvnd-egl-1.1.1-5.fc31.x86_64 libglvnd-gles-1.1.1-5.fc31.x86_64 libglvnd-glx-1.1.1-5.fc31.x86_64 libgweather-3.33.92-1.fc31.x86_64 libicu-63.2-3.fc31.x86_64 libidn2-2.2.0-2.fc31.x86_64 libjpeg-turbo-2.0.2-4.fc31.x86_64 libmount-2.34-2.fc31.x86_64 libnghttp2-1.39.2-1.fc31.x86_64 libnotify-0.7.8-3.fc31.x86_64 liboauth-1.0.3-13.fc31.x86_64 libpng-1.6.37-2.fc31.x86_64 libpsl-0.21.0-2.fc31.x86_64 libseccomp-2.4.1-1.fc31.x86_64 libsecret-0.19.1-1.fc31.x86_64 libselinux-2.9-5.fc31.x86_64 libsoup-2.68.1-1.fc31.x86_64 libssh-0.9.0-6.fc31.x86_64 libstdc++-9.2.1-1.fc31.x86_64 libtasn1-4.14-2.fc31.x86_64 libthai-0.1.28-3.fc31.x86_64 libunistring-0.9.10-6.fc31.x86_64 libwayland-client-1.17.0-2.fc31.x86_64 libwayland-cursor-1.17.0-2.fc31.x86_64 libwayland-egl-1.17.0-2.fc31.x86_64 libwebp-1.0.3-2.fc31.x86_64 libxcb-1.13.1-3.fc31.x86_64 libxslt-1.1.33-2.fc31.x86_64 nss-3.46.0-2.fc31.x86_64 p11-kit-0.23.16.1-2.fc31.x86_64 pango-1.44.6-1.fc31.x86_64 systemd-libs-243-1.fc31.x86_64 webkit2gtk3-2.26.0-1.fc31.x86_64 xz-libs-5.2.4-6.fc31.x86_64 zlib-1.2.11-18.fc31.x86_64
(gdb) t a a bt full
(gdb)