It's happened twice today, and has happened with disturbing regularity for a few weeks now.
Here's what showed up in /var/log/apport.log after the first one:
And the second:
I've never poked around in /var/crash before. Take a look:
Damn, 35 MB of Rekonq crashes?
Anyway, I indeed have no such file /usr/bin/gdbus. apt-file tells me it's part of the package libglib2.0-bin. This package is not presently installed on my machine. Hmm...it's part of the kubuntu-desktop task, wonder where mine went? The following packages depend on it:
None of these are installed on my machine. I'm no fan of LightDM, so I remove it and use KDM instead. And here's why I don't have it. From one of the archived logs in /var/log/apt:
Is the crash caused by the absence of gdbus? Or does something in Apport need gdbus but Apport isn't declaring the dependency? Dunno. But I'm installing libgdbus2.0-bin to see what might happen after.
Here's what showed up in /var/log/apport.log after the first one:
Code:
ERROR: apport (pid 8777) Mon Jun 24 10:10:03 2013: called for pid 9089, signal 11, core limit 0 ERROR: apport (pid 8777) Mon Jun 24 10:10:03 2013: executable: /usr/bin/nepomukserver (command line "/usr/bin/nepomukserver") ERROR: apport (pid 8777) Mon Jun 24 10:10:03 2013: gdbus call failed, cannot determine running session: [Errno 2] No such file or directory: '/usr/bin/gdbus' ERROR: apport (pid 8777) Mon Jun 24 10:10:03 2013: apport: report /var/crash/_usr_bin_nepomukserver.1000.crash already exists and unseen, doing nothing to avoid disk usage DoS
Code:
ERROR: apport (pid 5262) Mon Jun 24 15:01:21 2013: called for pid 3025, signal 11, core limit 0 ERROR: apport (pid 5262) Mon Jun 24 15:01:21 2013: executable: /usr/bin/plasma-desktop (command line "/usr/bin/plasma-desktop --nocrashhandler") ERROR: apport (pid 5262) Mon Jun 24 15:01:21 2013: gdbus call failed, cannot determine running session: [Errno 2] No such file or directory: '/usr/bin/gdbus' ERROR: apport (pid 5262) Mon Jun 24 15:01:23 2013: wrote report /var/crash/_usr_bin_plasma-desktop.1000.crash
Code:
steve@t520:~$ [B]ll /var/crash[/B] total 39052 drwxrwxrwt 2 root root 4096 Jun 24 15:01 ./ drwxr-xr-x 12 root root 4096 Jun 24 10:10 ../ -rw-rw---- 1 root root 0 Jun 24 10:10 .lock -rw-r----- 1 steve steve 788282 Jun 22 20:18 _usr_bin_nepomukserver.1000.crash -rw-r----- 1 steve steve 1632892 Jun 24 15:01 _usr_bin_plasma-desktop.1000.crash -rw-r----- 1 steve steve 35662394 Jun 16 22:11 _usr_bin_rekonq.1000.crash -rw-r----- 1 root root 1891384 Jun 21 09:25 _usr_lib_vmware-installer_2.1.0_vmis-launcher.0.crash
Anyway, I indeed have no such file /usr/bin/gdbus. apt-file tells me it's part of the package libglib2.0-bin. This package is not presently installed on my machine. Hmm...it's part of the kubuntu-desktop task, wonder where mine went? The following packages depend on it:
Code:
steve@t520:~$ [B]apt-cache rdepends libglib2.0-bin[/B] libglib2.0-bin Reverse Depends: lightdm wallch ubuntu-gnome-default-settings packagekit gdm unity ubuntu-settings python-ubuntu-sso-client lightdm libglib2.0-dev
Code:
Start-Date: 2013-04-14 14:18:39 Commandline: apt-get --purge autoremove Purge: libglib2.0-bin:amd64 (2.34.1-1ubuntu1) End-Date: 2013-04-14 14:18:41
Comment