Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yumex-dnf and dnfdaemon locking issues #138

Open
genodeftest opened this issue Sep 25, 2016 · 0 comments
Open

yumex-dnf and dnfdaemon locking issues #138

genodeftest opened this issue Sep 25, 2016 · 0 comments

Comments

@genodeftest
Copy link
Collaborator

I'm sometimes running in yumex-dnf being unable to connect to dnf-daemon. Some symptoms:

When starting yumex-dnf I get an error message dialog:

dnf is locked by another process 

Yum Extender will exit

While this happens, the yumex-dnf-updatechecker process is running. stacktrace from attaching gdb to the running instance:

Traceback (most recent call first):
  File "/usr/lib/python3.5/site-packages/yumex/updater.py", line 270, in on_activate
    Gtk.main()
  File "/usr/lib/python3.5/site-packages/yumex/updater.py", line 307, in on_command_line
    self.activate()
  File "/usr/bin/yumex-dnf-updatechecker", line 40, in <module>
    exit_status = app.run(sys.argv)

yumex-dnf-updatechecker has a child process, yumex-dnf, which is in zombie state.

From this state there is nothing I can do except terminating dnfdaemon-system.

dnfdaemon-system (running as root), attached to gdb:

Traceback (most recent call first):
  File "/usr/lib64/python3.5/site-packages/gi/overrides/GLib.py", line 573, in run
    super(MainLoop, self).run()
  File "/usr/lib/python3.5/site-packages/dnfdaemon/server/__init__.py", line 1091, in mainloop_run
    MAINLOOP.run()
  File "/usr/share/dnfdaemon/dnfdaemon-system", line 761, in main
    yd.mainloop_run()
  File "/usr/share/dnfdaemon/dnfdaemon-system", line 765, in <module>
    main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant