D29030: AppArmor DBus rules for AkonadiServer

Daniel Vrátil noreply at phabricator.kde.org
Tue May 5 07:44:45 BST 2020


dvratil added a comment.


  In D29030#663591 <https://phabricator.kde.org/D29030#663591>, @knauss wrote:
  
  > Can you explain me how you get strace output for akonadi?
  
  
  Stop Akonadi and start it with `AKONADI_DEBUG_WAIT=akonadiserver`, which will start the Akonadi Server and send it `SIGSTOP` immediately
  
    AKONADI_DEBUG_WAIT=akonadiserver
    akonadictl start
  
  In another terminal, attach strace to the Akonadi server process:
  
    strace -f -p $(pidof akonadiserver)
  
  In the first terminal, send SIGCONT to Akonadi to resume it
  
    kill -SIGCONT $(pidof akonadiserver)

REVISION DETAIL
  https://phabricator.kde.org/D29030

To: lukaskaras
Cc: dvratil, knauss, kde-pim, fbampaloukas, dcaliste, dvasin, rodsevich, winterz, vkrause, mlaurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20200505/33ef3016/attachment.html>


More information about the kde-pim mailing list