Migration Issues from 4.10 (Warty) to 5.04 (Hoary)
This page documents migration issues and solutions I encountered when migrating from Warty to Hoary on desktops and servers. Issues covered thus far:
- apt-proxy
- About Ubuntu Linux
- Ubuntu 5.04 (Hoary) release notes
- Ubuntu 4.10 (Warty) release notes
- apt-proxy website
apt-proxy
When you try and restart apt-proxy after the migration to Hoary you will get the following message:
$ sudo /etc/init.d/apt-proxy restart
Stopping apt-proxy.
Starting apt-proxy
Failed to load application: string index out of range
.
$
To rectify this problem, you will need to edit /etc/apt-proxy/apt-proxy-v2.conf and run the following command:
:%s/timeout =/;timeout =/
Which will comment out the blank timeout variable which will result in apt-proxy using it's own default timeout. You could also set your own preferred timeout at this point instead of the default too.
