| View previous topic :: View next topic |
| Author |
Message |
extraspecialbitter
|
Posted: Sun Jun 22, 2008 4:23 pm Post subject: |
|
|
I've just posted a Wiki article on updating from 70K to 89K at https://wiki.blagblagblag.org/Upgrade_to_BLAG_90000_Alpha. I had tried and failed twice but was encouraged by the success of shawoho and discovered that the "third time's a charm". :^)
|
|
|
 |
shawoho
|
Posted: Sun Jun 22, 2008 6:10 pm Post subject: |
|
|
Hey all..
brixtoncalling wrote:
| Quote: |
And how's it working, shawoho? I may do the same this week.
|
It is working just fine, there is nothing you cannot deal with apt through the upgrade...
now that jebba added freshrpms and Kriehn to repos... even better.. so I guess thoggen, audacious-plugins-extras and xine-lib-moles won't be removed, as they are in freshrpms...
so keep in touch and happy gnu ;)
|
_________________ Be legal, copy GNU/Linux |
|
 |
brixtoncalling
|
Posted: Mon Jun 23, 2008 8:53 am Post subject: |
|
|
I didn't quite have the luck of shawoho and extraspecialbitter on this one.
It went well until the first apt-get dist-upgrade. It downloaded the fc9 packages, and the first half dozen or so installed nicely. But on perl (if this is important) it hung. Eventually I had to kill -9 apt-get.
After that, any time I or apt-get tried to run rpm, it would hang and I'd have to kill it (though it seemed to work anyhow).
But by then I had many duplicate package installs and several missing dependencies.
What would cause rpm to fail like this??
|
|
|
 |
berkbw
|
Posted: Mon Jun 23, 2008 1:38 pm Post subject: |
|
|
Maybe killing it fried the database.
Try rebuilddb?
b-
|
|
|
 |
renilgh
|
Posted: Mon Jun 23, 2008 2:52 pm Post subject: |
|
|
hej,
what happened to Miro? Suprisingly video playback now works perfectly but where have the sidebar, search, subscription and download features gone?
Has ist something to do with sqlite (maybe FF3)?
| Quote: |
TIMING Database load slow: 2.960
TIMING idle (finish startup) too slow (3.241 secs)
INFO Spawning auto downloader...
TIMING Icon clear: 0.292
INFO Starting movie data updates
TIMING idle (finalizing startup) too slow (0.814 secs)
INFO Displaying main frame...
INFO *** Launching Downloader Daemon ****
INFO Creating video display...
WARNING Menu item action "RenameVideo" not implemented
INFO Finished startup sequence
WARNING Menu item action "FastForward" not implemented
TIMING idle (finishStartup() (using asUrgent)) too slow (0.856 secs)
WARNING Menu item action "Rewind" not implemented
WARNING Menu item action "UpVolume" not implemented
WARNING Menu item action "DownVolume" not implemented
TIMING gtkAsyncMethod: <function> took too long: 1.287
INFO loaded renderer 'xinerenderer'
TIMING gtkAsyncMethod: <function> took too long: 3.771
WARNING! setupDummyBrowser failed
WARNING Error setting up drag and drop dummy element
WARNING! setupDragAndDrop failed
TIMING gtkSyncMethod: <function> took too long: 5.107
INFO First URL is https://www.miroguide.com/
TIMING idle (select initial tab) too slow (5.113 secs)
TIMING idle (select initial tab) cumulative is too slow (5.113 secs)
INFO Checking for updates...
WARNING! setupDragAndDrop failed
INFO *** Daemon ready ***
TIMING WARNING: Calling <function <lambda> at 0xb394ea04> on HTTPClient: http://img.youtube.com/vi/fcfckvgg//0.jpg too slow (3.253 secs)
TIMING timeout (Save database) too slow (5.585 secs)
TIMING timeout (Save database) cumulative is too slow (5.585 secs)
INFO Up to date.
TIMING timeout (Save database) too slow (3.254 secs)
|
Last edited by renilgh on Sat Jul 05, 2008 10:57 am; edited 1 time in total |
|
|
 |
jebba
|
Posted: Tue Jun 24, 2008 12:31 am Post subject: |
|
|
| brixtoncalling wrote: | I didn't quite have the luck of shawoho and extraspecialbitter on this one.
It went well until the first apt-get dist-upgrade. It downloaded the fc9 packages, and the first half dozen or so installed nicely. But on perl (if this is important) it hung. Eventually I had to kill -9 apt-get.
After that, any time I or apt-get tried to run rpm, it would hang and I'd have to kill it (though it seemed to work anyhow).
But by then I had many duplicate package installs and several missing dependencies. |
You sure it was actually hung? Cuz perl is pretty big and can take awhile to install.
| Code: | rm /var/lib/rpm/__db.00*
rpm --rebuilddb |
| Quote: | | What would cause rpm to fail like this?? |
You killed it? ;)
|
|
|
 |
brixtoncalling
|
Posted: Tue Jun 24, 2008 5:40 am Post subject: |
|
|
| jebba wrote: | | You sure it was actually hung? Cuz perl is pretty big and can take awhile to install. |
Well maybe I was too hasty in killing it, but it was sitting at 100% with no processor activity according to top. And the behaviour was the same for every package -- large or small -- after.
|
|
|
 |
extraspecialbitter
|
Posted: Tue Jun 24, 2008 10:58 am Post subject: |
|
|
one thing I did differently from my previous attempts was to make sure that my fresh 70K install was minimal. On the package selection screen, I de-selected "Web Server" (which I normally always install) and selected "Customize Later" (I typically pull as much as I can from the CD at the onset). My thinking was to give apt as little to upgrade from 70K to 90K as possible, grabbing the custom packages from the 90K repo after the upgrade was completed. I'm not sure if this approach will help you, but it worked for me.
|
|
|
 |
brixtoncalling
|
Posted: Tue Jun 24, 2008 3:58 pm Post subject: |
|
|
| extraspecialbitter wrote: | | one thing I did differently from my previous attempts was to make sure that my fresh 70K install was minimal. On the package selection screen, I de-selected "Web Server" (which I normally always install) and selected "Customize Later" (I typically pull as much as I can from the CD at the onset). My thinking was to give apt as little to upgrade from 70K to 90K as possible, grabbing the custom packages from the 90K repo after the upgrade was completed. I'm not sure if this approach will help you, but it worked for me. |
Yeah, I did the same. I left out X and anything not strictly necessary to perform the upgrade. Maybe I left out too much.
Anyhow, I did it a second time and it worked fine. I feel vindicated -- whatever went wrong on the first try had nothing to do will me killing the apt-get process: perl took a couple of seconds to install this time.
As it stands, the package "fuse" is held back and I came to a strange situation in which doing an init 3 (and an init 1) wouldn't kill the X server. Runlevel 6 was too much for X to handle though ;)
|
|
|
 |
jebba
|
|
 |
jebba
|
Posted: Sat Jul 05, 2008 9:58 pm Post subject: |
|
|
New ISOs available. Untested. Downloadable from the above mirrors too.
90M 2008-07-05 09:49 BLAG-89999.33333-i386-netinst.iso
1000M 2008-07-05 09:52 BLAG-89999.33333-i386.iso
|
|
|
 |
john maclean
|
Posted: Sat Jul 05, 2008 11:14 pm Post subject: |
|
|
| Code: | get BLAG-89999.33333-i386-netinst.iso
local: BLAG-89999.33333-i386-netinst.iso remote: BLAG-89999.33333-i386-netinst.iso
200 PORT command successful
150 Opening BINARY mode data connection for 'BLAG-89999.33333-i386-netinst.iso' (93872128 bytes). |
Grabbing. Is there a change list at all?
|
_________________ BLAG 'em up! |
|
 |
jebba
|
Posted: Sat Jul 05, 2008 11:30 pm Post subject: |
|
|
| john maclean wrote: | | Code: | get BLAG-89999.33333-i386-netinst.iso
local: BLAG-89999.33333-i386-netinst.iso remote: BLAG-89999.33333-i386-netinst.iso
200 PORT command successful
150 Opening BINARY mode data connection for 'BLAG-89999.33333-i386-netinst.iso' (93872128 bytes). |
Grabbing. Is there a change list at all? |
Uh. I didn't make a changelist--lots of updated packages and a slightly pared down comps.xml, but i still have a ways to go there.
-Jeff
|
|
|
 |
jebba
|
Posted: Sat Jul 05, 2008 11:30 pm Post subject: |
|
|
Oh, and i'm trying to do 64bit too, and it's "mostly" there, except something in anaconda is barfing when it's making the images....
|
|
|
 |
berkbw
|
Posted: Sun Jul 06, 2008 1:16 am Post subject: |
|
|
I am waiting - - 799999* works fine 4 me.
b-
|
|
|
 |
|