4

Here is the copy of apport.log. Can someone help me understand and help me troubleshoot ? This is crashing almost everyday.

 /var/log$ more apport.log

ERROR: apport (pid 3635) Fri Aug 26 11:22:49 2016: called for pid 2267, signal 11, core limit 0
ERROR: apport (pid 3635) Fri Aug 26 11:22:49 2016: executable: /usr/lib/i386-linux-gnu/hud/hud-service (command line "/usr/lib/i386-linux-gnu/hud/hud-service")
ERROR: apport (pid 3635) Fri Aug 26 11:22:49 2016: gdbus call error: Error connecting: Could not connect: Connection refused

ERROR: apport (pid 3635) Fri Aug 26 11:22:49 2016: debug: session gdbus call: 
ERROR: apport (pid 3635) Fri Aug 26 11:22:49 2016: this executable already crashed 2 times, ignoring
ERROR: apport (pid 3745) Fri Aug 26 16:57:11 2016: called for pid 2260, signal 11, core limit 0
ERROR: apport (pid 3745) Fri Aug 26 16:57:11 2016: executable: /usr/lib/i386-linux-gnu/hud/hud-service (command line "/usr/lib/i386-linux-gnu/hud/hud-service")
ERROR: apport (pid 3745) Fri Aug 26 16:57:11 2016: gdbus call error: Error connecting: Could not connect: Connection refused

ERROR: apport (pid 3745) Fri Aug 26 16:57:11 2016: debug: session gdbus call: 
ERROR: apport (pid 3745) Fri Aug 26 16:57:11 2016: this executable already crashed 2 times, ignoring
ERROR: apport (pid 7656) Fri Aug 26 22:04:27 2016: called for pid 2025, signal 11, core limit 0
ERROR: apport (pid 7656) Fri Aug 26 22:04:27 2016: executable: /usr/lib/i386-linux-gnu/hud/hud-service (command line "/usr/lib/i386-linux-gnu/hud/hud-service")
ERROR: apport (pid 7656) Fri Aug 26 22:04:27 2016: gdbus call error: Error connecting: Could not connect: Connection refused

ERROR: apport (pid 7656) Fri Aug 26 22:04:27 2016: debug: session gdbus call: 
ERROR: apport (pid 7656) Fri Aug 26 22:04:29 2016: wrote report /var/crash/_usr_lib_i386-linux-gnu_hud_hud-service.1000.crash
ERROR: apport (pid 3673) Fri Aug 26 23:23:56 2016: called for pid 2046, signal 11, core limit 0
ERROR: apport (pid 3673) Fri Aug 26 23:23:56 2016: executable: /usr/lib/i386-linux-gnu/hud/hud-service (command line "/usr/lib/i386-linux-gnu/hud/hud-service")
ERROR: apport (pid 3673) Fri Aug 26 23:23:56 2016: gdbus call error: Error connecting: Could not connect: Connection refused

ERROR: apport (pid 3673) Fri Aug 26 23:23:56 2016: debug: session gdbus call: 
ERROR: apport (pid 3673) Fri Aug 26 23:23:56 2016: this executable already crashed 2 times, ignoring
ERROR: apport (pid 2983) Sat Aug 27 13:37:58 2016: called for pid 2331, signal 5, core limit 0
ERROR: apport (pid 2983) Sat Aug 27 13:37:58 2016: executable: /usr/bin/compiz (command line "compiz")
ERROR: apport (pid 2983) Sat Aug 27 13:37:59 2016: debug: session gdbus call: (true,)

ERROR: apport (pid 2983) Sat Aug 27 13:38:24 2016: wrote report /var/crash/_usr_bin_compiz.1000.crash
ERROR: apport (pid 3214) Sat Aug 27 13:39:01 2016: called for pid 2317, signal 11, core limit 0
ERROR: apport (pid 3214) Sat Aug 27 13:39:01 2016: executable: /usr/lib/i386-linux-gnu/hud/hud-service (command line "/usr/lib/i386-linux-gnu/hud/hud-service")
ERROR: apport (pid 3214) Sat Aug 27 13:39:01 2016: gdbus call error: Error connecting: Could not connect: Connection refused

ERROR: apport (pid 3214) Sat Aug 27 13:39:01 2016: debug: session gdbus call: 
ERROR: apport (pid 3214) Sat Aug 27 13:39:01 2016: this executable already crashed 2 times, ignoring

After following a suggestion in the comment to remove compiz I lost my launcher. Now the question is kept on hold asking to upgrade ubuntu. Now my question is does upgrading my Ubuntu to 15.04 and then to 15.10 and there to 16.04 LTS help me in getting back my launcher ?

Also please help me on upgrade path as I would like to update using DVD because online update if in case of internet and power outage could cause permanent loss of data. Please suggest on upgrade path and method.

kaspa
  • 355

4 Answers4

1

It seems here that the error comes from compiz with wrong settings, so I advise you to uninstall and reinstall compiz:

sudo apt-get purge compiz*
sudo apt-get install compiz* --fix-missing
1

It's happening because hud-service is trying to load, but it's getting a segmentation fault interrupt. You can disable hud-service with:

sudo chmod -x /usr/lib/i386-linux-gnu/hud/hud-service 

Then, reboot.


You can find more information about HUD-service here.

Benny
  • 5,100
0

As your comment indicates that you are using Ubuntu 14.10 (which is out of support) my best guess is that you are affected by a bug that was fixed quite some time ago for a currently unsupported version of Ubuntu. I suggest that you update to a currently supported version. Instructions for doing so can be found here. Another option would be to boot from a live media of a supported version such as 14.04 or 16.04

Elder Geek
  • 36,752
0

The errors you are trying to fix today (October 9, 2016) are coming from (August 2016). To fix the problem you need to find the right error messages first.

Try looking in 'var/log/syslog' for starters.

Edit 1 - Reinstall Unity

Based on comment below this is the recommended course of action:

sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity