1

After I did all software updates in 13.04, I tried to upgrade to 13.10. I got the "Sorry, Ubuntu 13.04 has experienced an internal error" message.

It says the Package is "ubuntu-release-upgrader-core 1:0.192.13" and the Problem Type is "Crash".

What do I do now?

Dave Sharp
  • 111
  • 2

2 Answers2

1

I got same error at update. Following an hour the #ubuntu irc channel gives me the pointers to related bug reports:

how to got these message too?

open terminal and launch the Update Manager by typing update-manager

a first time i catch (The Dutch texts tells the actions it was performing):

user@Hostname:~$ update-manager ...some messages about some password verifying stuff... Er wordt gecontroleerd of er een nieuwe Ubuntu-uitgave is 'saucy.tar.gz' tegen 'saucy.tar.gz.gpg' verifiëren ‘saucy.tar.gz’ wordt uitgepakt Segmentation fault (core dumped)

A next try delivers:

user@Hostname:~$ update-manager Er wordt gecontroleerd of er een nieuwe Ubuntu-uitgave is Real-time signal 0

This last message is which is reported at the bug mentioned above too.

It seems related to the Nvidia driver too, a temporary solution is switching to the nouveau driver to do the update. But in #ubuntu it was suggested that it seems reasonable to expect a fix for this. So just wait..

Klap-in
  • 463
1

"Sorry, Ubuntu 13.10 has experienced internal error" You can disable the apport by editing the following file:

gksu gedit /etc/default/apport

Now, in this file look for the line # sudo service apport start force_start=1 enabled=1

Change the enabled=1 to enabled=0.

For more detail steps see here:

user251616
  • 11
  • 1