Upgrade to Maverick: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
But, YAY, media wiki didn't get messed up. | But, YAY, media wiki didn't get messed up. | ||
* a vestigal php5 config file was left behind for mhash which caused this error to be emailed to root every 30 min: | |||
<pre> | |||
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/mhash.so' - /usr/lib/php5/20090626/mhash.so: cannot open shared object file: No such file or directory in Unknown on line 0 | |||
</pre> | |||
The bug is documented here: | |||
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/541439/+activity | |||
The fix was to remove the file /etc/php5/cli/conf.d/mhash.ini | |||
* when I ssh into my machine, I now get two landscape banners, one for lucid and one for maverick: | |||
<pre> | |||
diana:~ rday$ ssh finninday.net | |||
Linux weasel 2.6.35-22-generic #34-Ubuntu SMP Sun Oct 10 09:26:05 UTC 2010 x86_64 GNU/Linux | |||
Ubuntu 10.10 | |||
Welcome to Ubuntu! | |||
* Documentation: https://help.ubuntu.com/ | |||
System information as of Tue Oct 19 10:11:06 PDT 2010 | |||
System load: 0.15 Processes: 269 | |||
Usage of /: 15.8% of 223.21GB Users logged in: 1 | |||
Memory usage: 24% IP address for eth0: xxx.xxx.xx.xx | |||
Swap usage: 0% IP address for eth1: 10.0.0.3 | |||
Temperature: 22 C | |||
Graph this data and manage this system at https://landscape.canonical.com/ | |||
2 packages can be updated. | |||
0 updates are security updates. | |||
Ubuntu 10.04.1 LTS | |||
Welcome to Ubuntu! | |||
* Documentation: https://help.ubuntu.com/ | |||
System information as of Mon Oct 18 13:54:58 PDT 2010 | |||
System load: 0.06 Processes: 275 | |||
Usage of /: 15.1% of 223.21GB Users logged in: 1 | |||
Memory usage: 24% IP address for eth1: 10.0.0.3 | |||
Swap usage: 6% IP address for eth0: xxx.xx.xxx.xx | |||
Temperature: 22 C | |||
Graph this data and manage this system at https://landscape.canonical.com/ | |||
5 packages can be updated. | |||
0 updates are security updates. | |||
*** System restart required *** | |||
Last login: Tue Oct 19 10:04:09 2010 from somewhere.somewhere.com | |||
</pre> |
Revision as of 17:14, 19 October 2010
- Started dist upgrade at 5:45pm
I didn't feel like burning a CD this time and I had performed a few successful upgrades relying on the servers. My work desktop managed an upgrade in about an hour and a half.
- traceroute is no longer supported by Canonical?
I ran into problems with these items:
- squid
- phpmyadmin
- samba
- something about the updater
But, YAY, media wiki didn't get messed up.
- a vestigal php5 config file was left behind for mhash which caused this error to be emailed to root every 30 min:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/mhash.so' - /usr/lib/php5/20090626/mhash.so: cannot open shared object file: No such file or directory in Unknown on line 0
The bug is documented here: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/541439/+activity
The fix was to remove the file /etc/php5/cli/conf.d/mhash.ini
- when I ssh into my machine, I now get two landscape banners, one for lucid and one for maverick:
diana:~ rday$ ssh finninday.net Linux weasel 2.6.35-22-generic #34-Ubuntu SMP Sun Oct 10 09:26:05 UTC 2010 x86_64 GNU/Linux Ubuntu 10.10 Welcome to Ubuntu! * Documentation: https://help.ubuntu.com/ System information as of Tue Oct 19 10:11:06 PDT 2010 System load: 0.15 Processes: 269 Usage of /: 15.8% of 223.21GB Users logged in: 1 Memory usage: 24% IP address for eth0: xxx.xxx.xx.xx Swap usage: 0% IP address for eth1: 10.0.0.3 Temperature: 22 C Graph this data and manage this system at https://landscape.canonical.com/ 2 packages can be updated. 0 updates are security updates. Ubuntu 10.04.1 LTS Welcome to Ubuntu! * Documentation: https://help.ubuntu.com/ System information as of Mon Oct 18 13:54:58 PDT 2010 System load: 0.06 Processes: 275 Usage of /: 15.1% of 223.21GB Users logged in: 1 Memory usage: 24% IP address for eth1: 10.0.0.3 Swap usage: 6% IP address for eth0: xxx.xx.xxx.xx Temperature: 22 C Graph this data and manage this system at https://landscape.canonical.com/ 5 packages can be updated. 0 updates are security updates. *** System restart required *** Last login: Tue Oct 19 10:04:09 2010 from somewhere.somewhere.com