The following wiki page has details regarding debugging the update manager:<br><br><a href="https://wiki.ubuntu.com/DebuggingUpdateManager">https://wiki.ubuntu.com/DebuggingUpdateManager</a><br><br>There is also the files in /var/log/apt/<br>
<br>Thanks for looking into this vidd,<br><br>Cody A.W. Somerville<br><br><div class="gmail_quote">On Wed, Mar 5, 2008 at 1:30 AM, vidd <<a href="mailto:vidd@crosslink.net">vidd@crosslink.net</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Cody A.W. Somerville wrote:<br>
> Could you provide the actual logs? That way we can see the errors and<br>
> look at fixing the problems instead of just issuing a warning to user.<br>
> The next month and a half is devoted to fixing such problems.<br>
><br>
> Thanks,<br>
><br>
> Cody A.W. Somerville<br>
<br>
</div>I will recreate the issues I have encountered....<br>
Where do I look to find the logs, and should I paste them here? or copy<br>
to mousepad and set as attachment<br>
(im a little sleepy atm...this old box takes about 2 hours to upgrade)<br>
<br>
vidd<br>
<div class="Ih2E3d">><br>
> On Wed, Mar 5, 2008 at 12:07 AM, vidd <<a href="mailto:vidd@crosslink.net">vidd@crosslink.net</a><br>
</div><div><div></div><div class="Wj3C7c">> <mailto:<a href="mailto:vidd@crosslink.net">vidd@crosslink.net</a>>> wrote:<br>
><br>
> Thanks for the links....<br>
> These were extremely useful<br>
><br>
> Results:<br>
><br>
> Changing the /etc/apt/sources.list and running sudo apt-get update &&<br>
> sudo apt-get dist-upgrade<br>
> AND<br>
> Using synaptic<br>
> Failed miserably<br>
> I was left with a completely broken system, with too many failures<br>
> to bother naming.<br>
> (This was not unexpected, since these methods are for<br>
> release-to-release, not intended for such a drastic update)<br>
><br>
> RECOMMENDATION:<br>
> Add a very prominent note to the website for users and<br>
> administrator<br>
> to NOT use these methods<br>
><br>
> Using the update-manager<br>
> An up-to-date dapper install has update-manager installed<br>
> As instructed, the -d switch was required (presumable will not be<br>
> upon final release)<br>
> Worked fairly well<br>
> Required post-upgrade maintenace:<br>
> sudo apt-get -f install to fix broken packages<br>
> sudo apt-get update && sudo apt-get dist-upgrade to get the<br>
> updates that required the broken packages<br>
><br>
> ****TURN OFF SCREENSAVER****<br>
> I had forgotten to do this one upgrade attempt, and ended up with a<br>
> blue screen and a mouse pointer<br>
> I was able to continue by switching to command line<br>
> ([ctrl]+[alt]+[F1]) and running sudo dpkg --configure -a<br>
><br>
> RECOMMENDATION:<br>
> Include a strong warning about screensaver, and include a "if you<br>
> have trouble" paragraph.<br>
> Three lines from the command line will fix all issues I encountered<br>
> (in order)<br>
> sudo dpkg --configure -a<br>
> sudo apt-get -f install<br>
> sudo apt-get update && sudo apt-get dist-upgrade<br>
><br>
><br>
> I have not been able to successfully test the server upgrade<br>
> instructions at this time, and I dont believe I will have the<br>
> time, as I<br>
> will be working on pinpointing a specific java/web browser issue (a<br>
> topic for a different post)<br>
><br>
> Thank you<br>
><br>
> vidd<br>
><br>
><br>
> Kaspar Kööp wrote:<br>
> > you should also check these links out:<br>
> ><br>
> > <a href="https://wiki.ubuntu.com/LTSUpgradesHowto" target="_blank">https://wiki.ubuntu.com/LTSUpgradesHowto</a><br>
> > <a href="https://blueprints.launchpad.net/ubuntu/+spec/lts-upgrades" target="_blank">https://blueprints.launchpad.net/ubuntu/+spec/lts-upgrades</a><br>
> > <a href="https://wiki.ubuntu.com/LTSUpgrades" target="_blank">https://wiki.ubuntu.com/LTSUpgrades</a><br>
> ><br>
> > k<br>
> ><br>
> ><br>
> > On 20/02/2008, *vidd* <<a href="mailto:vidd@crosslink.net">vidd@crosslink.net</a><br>
</div></div>> <mailto:<a href="mailto:vidd@crosslink.net">vidd@crosslink.net</a>> <mailto:<a href="mailto:vidd@crosslink.net">vidd@crosslink.net</a><br>
<div><div></div><div class="Wj3C7c">> <mailto:<a href="mailto:vidd@crosslink.net">vidd@crosslink.net</a>>>><br>
> > wrote:<br>
> ><br>
> > I am preparing to test the ability to upgrade from 6.06.2<br>
> directly to<br>
> > hardy, without the incremental steps between.<br>
> ><br>
> > Dapper Install<br>
> > I have no Dapper install disks handy, so I took a breezy<br>
> install<br>
> > disk and installed CLI-only<br>
> > I edited the sources.list file to comment out the cd,<br>
> enabled all<br>
> > repo's, and replaced all instances of "breezy" with "dapper"<br>
> > I upgraded from breezy to dapper via apt-get update and<br>
> apt-get<br>
> > dist-upgrade<br>
> > I added xubuntu to the CLI-only with apt-get install<br>
> > xubuntu-desktop<br>
> ><br>
> > Hardy Install -- phase one<br>
> > Manually edit sources.list , replacing "dapper" with "hardy"<br>
> > Upgrade via CLI with sudo apt-get update && sudo apt-get<br>
> > dist-upgrade<br>
> > Report any issues<br>
> > *****should sudo aptitude update && sudo aptitude<br>
> dist-upgrade be<br>
> > tested<br>
> > as well?<br>
> ><br>
> > Hardy Install -- phase two<br>
> > Format and re-install per "Dapper Install" (see above)<br>
> > Upgrade via upgrade tool (is this available to test yet?)<br>
> > Report any issues<br>
> ><br>
> > Test system:<br>
> > Pentium II 350 MHz<br>
> > 384 MB Ram<br>
> > 15 GB hard drive<br>
> ><br>
> ><br>
> > --<br>
> > xubuntu-devel mailing list<br>
> > <a href="mailto:xubuntu-devel@lists.ubuntu.com">xubuntu-devel@lists.ubuntu.com</a><br>
> <mailto:<a href="mailto:xubuntu-devel@lists.ubuntu.com">xubuntu-devel@lists.ubuntu.com</a>><br>
> <mailto:<a href="mailto:xubuntu-devel@lists.ubuntu.com">xubuntu-devel@lists.ubuntu.com</a><br>
> <mailto:<a href="mailto:xubuntu-devel@lists.ubuntu.com">xubuntu-devel@lists.ubuntu.com</a>>><br>
> > <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel" target="_blank">https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel</a><br>
> ><br>
> ><br>
><br>
><br>
> --<br>
> xubuntu-devel mailing list<br>
> <a href="mailto:xubuntu-devel@lists.ubuntu.com">xubuntu-devel@lists.ubuntu.com</a> <mailto:<a href="mailto:xubuntu-devel@lists.ubuntu.com">xubuntu-devel@lists.ubuntu.com</a>><br>
> <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel" target="_blank">https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel</a><br>
><br>
><br>
><br>
><br>
> --<br>
</div></div>> Cody A.W. Somerville<br>
<font color="#888888"><br>
<br>
--<br>
</font><div><div></div><div class="Wj3C7c">xubuntu-devel mailing list<br>
<a href="mailto:xubuntu-devel@lists.ubuntu.com">xubuntu-devel@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel" target="_blank">https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Cody A.W. Somerville