Upgrade to 13.10

sktsee sktseer at gmail.com
Sat Nov 30 15:10:31 UTC 2013


On 11/30/2013 07:50 AM, rh wrote:
> When I try to upgrade from 13.4 to 13.10 some moments after starting the
> following happens:
>
> /rh at Ligeti:~$ sudo update-manager -d//
> //Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading
> configurations from ~/.fonts.conf is deprecated.//
> //Fontconfig warning: "/etc/fonts/conf.d/65-ttf-sil-andika.conf", line
> 14: Having multiple values in <test> isn't supported and may not work as
> expected//

[snip]

> //Real-time signal 0/
>
> What could be wrong? How to come over this problem?
>

/etc/fonts/conf.d/65-ttf-sil-andika.conf is a file from 10.04's (Lucid) 
ttf-sil-andika package which should have been replaced with the 
fonts-sil-andika package. In a terminal type 'dpkg -l ttf-sil-andika' to 
check if it is still installed. If it is, use 'sudo apt-get -s purge 
ttf-sil-andika' and see if uninstalls cleanly. If it shows that it will 
uninstall without requiring any other packages to be uninstalled with 
it, then remove '-s' from the command line and rerun it.

If dpkg shows that the package ttf-sil-andika is not installed, then 
just delete 65-ttf-sil-andika.conf from /etc/fonts/config.d and probably 
/etc/fonts/config.avail. More than likely the file is just some cruft 
leftover from multiple upgrades.

However, those messages you listed are just warnings, and as such 
they're not the reason that the upgrade from 13.04 to 13.10 failed. You 
seem to be running into this bug:

https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1241684
Upgrade 13.04 to 13.10 Fail real-time signal 0

One of the commenters in that bug noted that 'do-release-upgrade' worked 
for him so you might try that.

-- 
sktsee





More information about the ubuntu-users mailing list