Comment 8 for bug 840306

Revision history for this message
Jose Marquez (ubuntu-hackwater) wrote :

I can confirm a hung qaptworker process when using Muon and Etckeeper (git backend; don't know if that matters). My process list shows Etckeeper trying to run its post install hooks:

root 21547 0.0 0.3 209940 12076 pts/1 S+ 09:38 0:00 /usr/bin/qaptworker
root 21548 0.0 0.0 4264 580 pts/1 S+ 09:38 0:00 sh -c if [ -x /usr/bin/etckeeper ]; then etckeeper post-install; fi
root 21549 0.0 0.0 4264 584 pts/1 S+ 09:38 0:00 /bin/sh /usr/bin/etckeeper post-install
root 21552 0.0 0.0 4264 580 pts/1 S+ 09:38 0:00 /bin/sh /etc/etckeeper/post-install.d/50vcs-commit
root 21559 0.0 0.0 4264 684 pts/1 S+ 09:38 0:00 /bin/sh /usr/bin/etckeeper commit --stdin
root 21580 0.0 0.0 4264 684 pts/1 S+ 09:38 0:00 /bin/sh /etc/etckeeper/commit.d/50vcs-commit --stdin
root 21588 0.0 0.0 21256 3148 pts/1 S+ 09:38 0:00 git commit -F /tmp/etckeeper-git.3LKSQ15yW7

Although the commit appears to not have completed, running git log on the /etc directory shows that it has actually done so.