Duncan, This isn't the best way to do the upgrade but it seemed to work. ## Removed old opsview-core package dpkg -r --force-all opsview-core ## Get updated packages apt-get update ## Fix broken dependencies which seemed to upgrade Opsview-core apt-get -f install ## Install the rest of the Opsview packages apt-get install opsview
I only tried this in testing just to see if it would work but I'll wait to see if you guys come up with a better solution before I do it for real. I love the new graphing framework and how you can mouse over datapoints and drill into specific time ranges. Hopefully you guys will be able to get the graphs to display in localtime and not UTC but that is a minor thing. Another thing I just noticed, how to you get to the new Events screen, the screen is there I just don't see any menu items to get to it? James Whittington VC3, Inc. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Duncan Ferguson Sent: Friday, November 27, 2009 12:26 PM To: Opsview Users Subject: Re: [opsview-users] Issues upgrading from Opsview 3.1.0 to 3.5 ? On 27 Nov 2009, at 16:22, James Whittington wrote: > I was eager to see the new web interface in Opsview 3.5 so I tested > the upgrade on our testing instance of Opsview and ran across some > issues. > We are using Ubuntu 8.04 LTS, we have been on Opsview 3.1.0. > I can't quite tell what exactly the conflict is. > I looked over the upgrading Opsview area but didn't see anything > describing this error. This is because some of the images we use have moved from one package to another (base to core). Deb packages do not like one file being owned by two packages (whereas rpm and pkg files allow it). The problem in this case is that the new opsview-core deb is being installed before the old opsview-base deb is removed, showing up this conflict. This is now fixed for 3.5.1 and I'll try to sort out a workaround in the meantime. Potentially this could affect anyone upgrading from 2.14, 3.0, 3.1 or 3.2 to 3.5 Duncs -- Duncan Ferguson Senior Developer _______________________________________________ Opsview-users mailing list [email protected] http://lists.opsview.org/lists/listinfo/opsview-users
