Just installed Ubuntu 14.04 LTS a week ago and a few programs for my work & fun:
- nginx server, rabbitmq server, mysql server
- php-fpm, hhvm
- sublime-text, mysql workbench
- hplib (for printer/scanner)
- composer, bower, nodejs, npm
- vlc player
- steam (no games installed yet)
Nothing really fancy. I've also installed plasma-desktop (to try out it's widgets), but after a few hours I uninstalled it with --purge and then apt-get autoremove.
Today, upon logging in I saw an error message 3 times. First occured after entering my password on login screen, but before my desktop loaded (it appeared "on top of login screen"). Second message, appeared just after the login screen disappeared, and desktop started loading. The third message appeared when desktop finished loading.
No idea when the 4th happened.
Since that time it's been about 20 minutes and no further error messages.
So, I've looked up /etc/syslog and here we go:
Jul 2 09:26:48 Earth kernel: [ 1090.959820] type=1400 audit(1404286008.832:76): apparmor="DENIED" operation="open" profile="/usr/lib/telepathy/mission-control-5" name=2F6D656469612F53746F726167652F50726F66696C652F5562756E74752031342E30342F6C6F6F7374726F2F2E636F6E6669672F6C69626163636F756E74732D676C69622F6163636F756E74732E6462 pid=3310 comm="mission-control" requested_mask="rw" denied_mask="rw" fsuid=1000 ouid=1000
Jul 2 09:26:48 Earth kernel: [ 1090.960061] type=1400 audit(1404286008.832:77): apparmor="DENIED" operation="open" profile="/usr/lib/telepathy/mission-control-5" name=2F6D656469612F53746F726167652F50726F66696C652F5562756E74752031342E30342F6C6F6F7374726F2F2E636F6E6669672F6C69626163636F756E74732D676C69622F6163636F756E74732E6462 pid=3310 comm="mission-control" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Jul 2 09:26:48 Earth kernel: [ 1090.967927] type=1400 audit(1404286008.840:78): apparmor="DENIED" operation="open" profile="/usr/lib/telepathy/mission-control-5" name=2F6D656469612F53746F726167652F50726F66696C652F5562756E74752031342E30342F6C6F6F7374726F2F2E636F6E6669672F64636F6E662F75736572 pid=3310 comm="mission-control" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Jul 2 09:26:48 Earth kernel: [ 1091.034552] type=1400 audit(1404286008.908:79): apparmor="DENIED" operation="open" profile="/usr/lib/telepathy/mission-control-5" name=2F6D656469612F53746F726167652F50726F66696C652F5562756E74752031342E30342F6C6F6F7374726F2F2E6C6F63616C2F73686172652F74656C6570617468792F6D697373696F6E2D636F6E74726F6C2F6163636F756E74732E636667 pid=3310 comm="mission-control" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Note the
namepart looks completely rubbish.
I've googled this error message, and found a few bug reports:
They say it's an error in apparmor, but no clues how to fix it.
Also, I don't remember installing telepathy-mission-control-5. I've looked up reverse dependencies:
loostro@Earth:~$apt-cache rdepends telepathy-mission-control-5
telepathy-mission-control-5
Reverse Depends:
telepathy-gabble:i386
gnome-shell
telepathy-gabble
mcp-account-manager-uoa
empathy
telepathy-mission-control-5:i386
telepathy-gabble:i386
telephony-service
ssh-contact-client
python-sugar3
python-sugar-toolkit-0.98
python-sugar-toolkit-0.96
kde-telepathy-minimal
gnome-shell
telepathy-mission-control-5-dbg
telepathy-gabble
mcp-account-manager-uoa
libmission-control-plugins0
empathy
Well, it seems alot of stuff depends in it. It does not look like I can simply uninstall it, as it would probably break something.
Is there a way to fix this? How?
Note: the first error message (in English) is the one that appears before logging in (and unless closed - it stays after login). The second error message (in Polish) is exacly the same error, but it appears after logging in and in correct language.
It seems like "before logging in" the system does not know which language I use, so it defaults to english.
