Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Oct 31, 2008 1:13 pm 
Offline
Senior Newbie

Joined: Tue Jul 15, 2008 6:11 pm
Posts: 19
The question as in the title. I consider doing this, but would not necessarily like to test it first ...

PS http://www.ubuntu.com/getubuntu/upgrading


Top
   
 Post subject:
PostPosted: Fri Oct 31, 2008 5:52 pm 
Offline
Junior Member

Joined: Sat Jan 05, 2008 2:40 am
Posts: 43
Yes. Very smooth. Nothing broken in my configuration, much unlike with Hardy.


Top
   
 Post subject: Doing it now...
PostPosted: Fri Oct 31, 2008 8:09 pm 
Offline
Junior Member
User avatar

Joined: Sun Oct 02, 2005 11:54 am
Posts: 43
Website: http://www.garyscott.net
Location: Goleta, CA
On my Home Server and my Linode.

I like to jump in quickly. I should probably wait, but oh well.

Here are the instructions:

Network Upgrade for Ubuntu Servers (Recommended)

1. Install update-manager-core if it is not already installed:

sudo apt-get install update-manager-core

2. Edit /etc/update-manager/release-upgrades and set:

Prompt=normal

3. Launch the upgrade tool:

sudo do-release-upgrade

4. Follow the on-screen instructions.

As listed on this page http://www.ubuntu.com/getubuntu/upgradi ... ecommended)


Top
   
 Post subject:
PostPosted: Fri Oct 31, 2008 9:43 pm 
Offline
Senior Member

Joined: Fri Feb 18, 2005 4:09 pm
Posts: 594
CybrMatt wrote:
Yes. Very smooth. Nothing broken in my configuration, much unlike with Hardy.


Pretty much the same here. Smoooooth as Ex-Lax.

James


Top
   
 Post subject:
PostPosted: Sat Nov 01, 2008 6:54 am 
Offline
Junior Member

Joined: Wed May 21, 2008 5:34 am
Posts: 46
Website: http://www.eve-razor.com/forum
Location: Austin, Tx
Worked fine for me minus the typical trouble with Eaccelerator :-)


Top
   
 Post subject: Finished last night
PostPosted: Sat Nov 01, 2008 11:05 am 
Offline
Junior Member
User avatar

Joined: Sun Oct 02, 2005 11:54 am
Posts: 43
Website: http://www.garyscott.net
Location: Goleta, CA
It took about an hour or so. Gotta watch it as there are many prompts thru the process.

Be real careful not to blow away your configs. t took me forever to setup my IMAPS and SMTP and I told it just to keep those configs.

I also run a backup every night to Jungledisk so I knew I was safe to get the config from the night before.

MySQL and the websites were down for about 15 minutes during the process, but that was ok by me.

I did upgrade 7.10 to 8.04 before, this one seems to have a lot more prompts and such, so just be careful about your configs.


Top
   
 Post subject:
PostPosted: Mon Nov 03, 2008 9:36 am 
Offline
Senior Newbie

Joined: Tue Jul 15, 2008 6:11 pm
Posts: 19
Thanks for replies. I haven't moved my server yet, tried two desktops and both failed to boot after upgrade (one uses mdadm root, another uses lvm root, upgrade procedure failed to generate proper initramfs for new kernel), so I turned a bit less optimistic. But as you say it works...


Top
   
 Post subject:
PostPosted: Tue Nov 11, 2008 5:31 pm 
Offline
Senior Newbie

Joined: Tue Nov 11, 2008 5:09 pm
Posts: 5
I followed kali25's instructions, and things upgraded smoothly. However, I did have an apache problem after the upgrade where all my virtual hosts resolved to /var/www/. Also, apache was giving a "[warn] NameVirtualHost *:80 has no VirtualHosts" warning.

After looking around on the Ubuntu forums, to fix this I had to replace <VirtualHost *:80> with <VirtualHost 12.34.56.789:80> (where "12.34.56.789" is the IP address of my Linode) in all of my sites in the /etc/apache2/sites-enabled/ directory. I don't think this is a true "fix" but it does get things back to working status and apache doesn't give any more warnings.

I haven't been able to find anything more about this issue so far, but I am hoping there is a true fix at some point, or every time I add a new site and do "a2ensite" I will have to edit the new sites file to replace the * with the IP address. Did any one else run into this?


Top
   
 Post subject:
PostPosted: Tue Nov 11, 2008 9:26 pm 
Offline
Junior Member

Joined: Sat Jan 05, 2008 2:40 am
Posts: 43
dvgrhl wrote:
I followed kali25's instructions, and things upgraded smoothly. However, I did have an apache problem after the upgrade where all my virtual hosts resolved to /var/www/. Also, apache was giving a "[warn] NameVirtualHost *:80 has no VirtualHosts" warning.

After looking around on the Ubuntu forums, to fix this I had to replace <VirtualHost *:80> with <VirtualHost 12.34.56.789:80> (where "12.34.56.789" is the IP address of my Linode) in all of my sites in the /etc/apache2/sites-enabled/ directory. I don't think this is a true "fix" but it does get things back to working status and apache doesn't give any more warnings.

I haven't been able to find anything more about this issue so far, but I am hoping there is a true fix at some point, or every time I add a new site and do "a2ensite" I will have to edit the new sites file to replace the * with the IP address. Did any one else run into this?


This is just a warning and wouldn't prevent the server from working.

When I experienced this, all it meant was the existing Apache configuration had NameVirtualHost *:80 in it twice, which is pointless.

grep -r NameVirtualHost /etc/apache2/

If this returns more than one global (*) result, just delete all but one.


Top
   
 Post subject:
PostPosted: Wed Nov 12, 2008 1:31 pm 
Offline
Senior Newbie

Joined: Tue Nov 11, 2008 5:09 pm
Posts: 5
CybrMatt wrote:
]
This is just a warning and wouldn't prevent the server from working.

When I experienced this, all it meant was the existing Apache configuration had NameVirtualHost *:80 in it twice, which is pointless.

grep -r NameVirtualHost /etc/apache2/

If this returns more than one global (*) result, just delete all but one.


This is a good idea for others to look into if they have the same problem, but this wasn't my issue. I only had that once in my configurations, which was in ports.conf.


Top
   
 Post subject:
PostPosted: Sun Mar 22, 2009 4:05 pm 
Offline

Joined: Sun Mar 22, 2009 3:55 pm
Posts: 1
Hey guys^^,
Just wanted to add a bit of info for others.
I did the upgrade by do-release-upgrade and got no major issues.
i'm using java, jboss, apache, php, mysql, snort and nagios mostly on my box.

I had to clean up my apache config also for NameVirtualHost.
My nagios2 install got removed and not upgraded, and i had to install nagios3 with apt-get and copy my old config from /etc/nagios2 (it wasnt deleted).

best luck to the others.

--Nickho


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group