My iBook is taking ages to update

Hello,
  I have recently been given an iBook G4 and when opening iTunes it came up with a message telling me to search for recent updates, i pressed search and it came up with 2 updates one was for iTunes the other was for a more recent update for the iBook, i've have started the update but its been on the same bit for about half an hour, there is a pop up in the middle of my screen with a loading bar and above says 'Installing 2 items' and underneath it ' configuring installation, like i said the bar hasnt moved in the past half hour, can someone let me know if its crashed or have i just got to wait it out?

How long is "ages?"
Depending on your Internet connection it may take up to an hour or more to download iOS 7. Then the actual install may take another 30-45 minutes.

Similar Messages

  • Wine is taking ages to load

    Wine is taking ages to load in my machine. When i run winecfg, for exemple, it takes about 10min to show me a window.
    $ winecfg
    wine: creating configuration directory '~/.wine'...
    Failed to open the service control manager.
    -> hangs here for about 10min
    I already enabled (and disabled) the DRI module in xorg.conf, but it didint helped anything. Delete the .wine folder is not the solution either because im having this problem since i instaled wine (but i erased the folder, anyway).
    $ wine --version
    wine-0.9.30
    So ... any tips?
    Last edited by nozey (2007-02-06 22:42:57)

    I have the same problem as you. I installed wine through pacman and when I do 'winecfg' , I have to wait a really long time until it loads. I don't understand why this is so. In all of the other linux distributions that I tried, wine started up quite fast (gentoo, ubuntu, zenwalk, fedora core, etc) Could someone please tell us why it takes a long time for wine to open. Thank you.
    My WINE version is wine-0.9.33
    PS: I am not sure if this would be the cause, although I don't know why it would do anything but, I am running the 32 bit Arch Linux on a 64 bit machine, and this is because I need to use wine for a certain something that I have to do for my school, so I don't want to use Arch64. I know that it is possible to get wine to work in 64 bit Arch, but I have no clue how to update the package along with the rest of the system, and I can't seem to get a chroot environment to work.

  • Insert select statement is taking ages

    Sybase version: Adaptive Server Enterprise/12.5.4/EBF 15432 ESD#8/P/Sun_svr4/OS 5.8/ase1254/2105/64-bit/FBO/Sat Mar 22 14:38:37 2008
    Hi guyz,
    I have a question about the performance of a statement that is very slow and I'd like to have you input.
    I have the SQL statement below that is taking ages to execute and I can't find out how to imporve it
    insert SST_TMP_M_TYPE select M_TYPE from MKT_OP_DBF M join TRN_HDR_DBF T on M.M_ORIGIN_NB=T.M_NB where T.M_LTI_NB=@Nson_lti
    @Nson_lti is the same datatype as T.M_LTI_NB
    M.M_ORIGIN_NB=T.M_NB have the same datatype
    TRN_HDR_DBF has 1424951 rows and indexes on M_LTI_NB and M_NB
    table MKT_OP_DBF has 870305 rows
    table MKT_OP_DBF has an index on M_ORIGIN_NB column
    Statistics for index:                   "MKT_OP_ND7" (nonclustered)
    Index column list:                      "M_ORIGIN_NB"
         Leaf count:                        3087
         Empty leaf page count:             0
         Data page CR count:                410256.0000000000000000
         Index page CR count:               566.0000000000000000
         Data row CR count:                 467979.0000000000000000
         First extent leaf pages:           0
         Leaf row size:                     12.1161512343373872
         Index height:                      2
    The representaion of M_ORIGIN_NB is
    Statistics for column:                  "M_ORIGIN_NB"
    Last update of column statistics:       Mar  9 2015 10:48:57:420AM
         Range cell density:                0.0000034460903826
         Total density:                     0.0053334921767125
         Range selectivity:                 default used (0.33)
         In between selectivity:            default used (0.25)
    Histogram for column:                   "M_ORIGIN_NB"
    Column datatype:                        numeric(10,0)
    Requested step count:                   20
    Actual step count:                      20
         Step     Weight                    Value
            1     0.00000000        <       0
            2     0.07300889        =       0
            3     0.05263098       <=       5025190
            4     0.05263098       <=       9202496
            5     0.05263098       <=       12664456
            6     0.05263098       <=       13129478
            7     0.05263098       <=       13698564
            8     0.05263098       <=       14735554
            9     0.05263098       <=       15168461
           10     0.05263098       <=       15562067
           11     0.05263098       <=       16452862
           12     0.05263098       <=       16909265
           13     0.05263212       <=       17251573
           14     0.05263098       <=       18009609
           15     0.05263098       <=       18207523
           16     0.05263098       <=       18404113
           17     0.05263098       <=       18588398
           18     0.05263098       <=       18793585
           19     0.05263098       <=       18998992
           20     0.03226340       <=       19574408
    If I look at the showplan, I can see indexes on TRN_HDR_DBF are used but now the one on MKT_OP_DBF
    QUERY PLAN FOR STATEMENT 16 (at line 35).
        STEP 1
            The type of query is INSERT.
            The update mode is direct.
            FROM TABLE
                MKT_OP_DBF
                M
            Nested iteration.
            Table Scan.
            Forward scan.
            Positioning at start of table.
            Using I/O Size 32 Kbytes for data pages.
            With LRU Buffer Replacement Strategy for data pages.
            FROM TABLE
                TRN_HDR_DBF
                T
            Nested iteration.
            Index : TRN_HDR_NDX_NB
            Forward scan.
            Positioning by key.
            Keys are:
                M_NB  ASC
            Using I/O Size 4 Kbytes for index leaf pages.
            With LRU Buffer Replacement Strategy for index leaf pages.
            Using I/O Size 4 Kbytes for data pages.
            With LRU Buffer Replacement Strategy for data pages.
            TO TABLE
                SST_TMP_M_TYPE
            Using I/O Size 4 Kbytes for data pages.
    I was expecting the query to use the index also on MKT_OP_DBF
    Thanks for your advices
    Simon

    The total density number for the MKT_OP_DBF.M_ORIGIN_NB column don't look very good:
         Range cell density:           0.0000034460903826
         Total density:                0.0053334921767125
    Notice the total density value is 3 magnitudes larger than the range density ... which can indicate a largish number of duplicates.  (NOTE: This wide difference between range cell and total density can be referred to as 'skew' - more on this later.)
    Do some M_ORIGIN_NB values have a large number of duplicates?  What does the following query return:
    =====================
    select top 30 M_ORIGIN_NB, count(*)
    from   MKT_OP_DBF
    group by M_ORIGIN_NB
    order by 2 desc, 1
    =====================
    The total density can be used to estimate the number of rows expected for a join (eg, TRN_HDR_DBF --> MKT_OP_DBF).  The largish total density number, when thrown into the optimizer's calculations, may be causing the optimizer to think that the volume of *possible* joins will be more expensive than a join in the opposite direction (MKT_OP_DBF --> TRN_HDR_DBF) which in turn means (as Jeff's pointed out) that you end up table scanning MKT_OP_DBF (as the outer table) because of no SARGs.
    From your description it sounds like you've got the necessary indexes to support a TRN_HDR_DBF --> MKT_OP_DBF join order. (Though it wouldn't hurt to see the complete output from sp_helpindex for both tables just to make sure we're on the same sheet of music.)
    Without more details (eg, complete stats for both tables, sp_help for both tables - if you decide to post these I'd recommend posting them as a *.txt attachment).
    I'm assuming you *know* that a join from TRN_NDR_DBF --> MKT_OP_DBF should be much quicker than what you're currently seeing.  If this is the case, I'd probably want to start with:
    =====================
    exec sp_modifystats MKT_OP_DBF, M_ORIGIN_NB, REMOVE_SKEW_FROM_DENSITY
    go
    exec sp_recompile MKT_OP_DBF
    go
    -- run your query again
    =====================
    By removing the skew from the total density (ie, set total density = range cell density = 0.00000344...) you're telling the optimizer that it can expect a much smaller number of joins for the join order of TRN_HDR_DBF --> MKT_OP_DBF ... and that may be enough for the optimizer to use TRN_HDR_DBF to drive the query.
    NOTE: If sp_modifystats/REMOVE_SKEW_FROM_DENSITY provides the desired join order, keep in mind that you'll need to re-issue this command after each update stats command that modifies the stats on the M_ORIGIN_NB column.  For example, modify your update stats maintenance job to issue sp_modifystats/REMOVE_SKEW_FROM_DENSITY for those special cases where you know it helps query performance.

  • Just upgraded to firefox 4 and websites are now taking ages to load, there were no problems when I downloaded the upgrade. Is there a fault with the new version of firefox?

    Just upgraded to firefox 4 and websites are now taking ages to load, there were no problems when I downloaded the upgrade. Is there a fault with the new version of firefox?

    Did you check your security software (firewall)?
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * [[Server not found]]
    * [[Firewalls]]

  • My ipod touch is taking ages to back up, I dont know weather it is because I havent had my ipod plugged into my computer for a while or not... I dont know what to do... And i really need it to sinc so i can put new music on. Can anyone help?

    I really need your help. I'm 14.
    I really need to put new music on my iPod and I have plugged it into my computer and its taking ages to back-up and it wont let me do anything until its done. It will take over 3 hours if it keeps on going like this. Please help me. I don't know what's wrong with it.
    It might be because I haven't backed it up in a while but the reason I haven't is cause it takes this long! Anyone know what to do?
    Meg x <This is how I feel. (Confused and really upset)

    You can redownload most itunes purchase by the following. What you can redownload depends upon where you are located.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • My ipod touch is takeing forever to update to IOS 5.01

    i have an ipod touch and its a 4 gen and i have a new computer and it realy fast but my ipod update is takeing forever to update i have done everything i even changed some internet setting it still takes forever please help me. ,Thank you

    If your iPod does not have camera it is a 3G iPod. Those can only go to 5.1.1. Its hardware does not support a higher version.
    As other have said, a 4G (first one to have cameras) can only go to 6.1.6
    A 5G can go to the current 7.1.2
    To more easily find compatible apps:
    iOSSearch - search the iTunes store for compatible apps.
    Apple Club - filter apps by iOS version.
    Starting when iOS 7 was released, Apple now allows downloading the last compatible version of some apps (iOS 4.2.1 and later only)
    App Store: Downloading Older Versions of Apps on iOS - Apple Club
    App Store: Install the latest compatible version of an app
    You first have to download the non-compatible version on your computer. Then when you try to purchase the version on your iPod you will be offered a compatible version if one exists.

  • HT4623 My computer is not taking the new update from itunes. It states that i do not have the requirements to finish the Install and that it was Installed incorrectly. I have never had any issue with any previous update regarding iTunes. What is the issue

    My computer is not taking the new update from itunes. It states that i do not have the requirements to finish the Install and that it was Installed incorrectly. I have never had any issue with any previous update regarding iTunes. What is the issue?

    Hi there Double2D,
    You may find the troubleshooting steps in the article below helpful.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    -Griff W. 

  • HT201240 I there i have a apple ibook  and i need to update but i can't remember the administrator password is there way i can change the administrator the password

    I there i have a apple ibook and i need to update but i can,t remember the administrator password ,is there way i can change the administrator password,

    Changing or resetting an account password

  • TS1702 I have an iPad 1. I went to do an update on GarageBand and iBooks but it will not update. How do I return it to the original version?

    I have an iPad 1. I went to do an update on GarageBand and iBooks but it will not update. How do I return it to the original version?

    Well, to paraphrase the old line, "What're you gonna believe, that email or your own lying eyes?"
    The first thing I'd recommend trying is to power down your iPad (press & hold Sleep/Wake until the red OFF slider appears, then slide it to shut down), and then boot it back up and try again. You're resetting a bunch of state signals by doing that and this simple action (the first of a series recommended by Apple in your Users Guide) will quite often clear up these sorts of problems.

  • Rebooted my iPhone and my apps are taking ages to load

    Lost my I phone and got a new one today. I've restored it from iCloud and got it working. My apps are taking ages to load though. They say waiting, but have now been like that for 2 hours. Help please?!

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons.

  • In latest 2 days after update ios 5.01 my ipad2 suddenly restart when i reading from ibook, what happen with new update ?

    In latest 2 days after update ios 5.01 my ipad2 suddenly restart when i reading from ibook, what happen with new update ?

    Download the full version of the software then shift click the restore button. This will ask you where the firmware files are. Once you point to the firmware then you can install the official version

  • Taking time in updating the dml form

    Hi friends
    i have made a dml form and that form is updating one of my table. there is a report on basis of that from where one edit button is there. Once i am clicking the edit button it is redirecting me to the form of that record to edit the fields value. when i am trying to edit the field value it is taking time to update it. but this is working fine with development.
    suggest something on this. what could be the reason?
    Regards

    Hi,
    I do not think it relates to your Apex.
    Do you have it in some other places?
    Your DBA may investigate and put traces.
    If you check Google on ora-02049 or Oracle docs about this error, you will be sure that it is on Db level
    Regards
    Oleg
    Edited by: oleg.lihvoinen on Feb 6, 2010 3:02 PM

  • When I updated my iphone 5 to ios8 the apps is taking time to update? And as of now it's been 2-1/2hrs. none of the apps are updated?

    The apps on iphone 5 ios8 is taking time to update 2-1/2 hrs to be exact 7 none of the apps have finished updating?

    Hi bH0n,
    If you are still having issues with stuck or hung updates to your apps on your iPhone, you may want to try resetting your iPhone (as outlined in the following article) and see if the updates restart and complete:
    Turn your iOS device off and on (restart) and reset
    Regards,
    - Brenden

  • Taking ages to delete user account on macbook pro?!

    Hi,
    I'm deleting an old user off my macbook pro and setting it up for another user, however it is taking AGES (25minutes so far....) to delete. The System Preferences won't let me quit as it says it's still working and under the account it does say "Deleting account" However I now cannot click or highlight this account.
    I'm not convinced it's still working as it's taken so long. Is this a normal length of time to wait?
    Thanks
    Emily

    Are you using FileVault/encryption?

  • I was uploading a 15 GB file to creative cloud, it's taking ages, so I decided to send it by mail. how can I stop the sincere now?

    I was uploading a 15 GB file to creative cloud, it's taking ages, so I decided to send it by mail.

    The FAQ is at http://helpx.adobe.com/creative-cloud/kb/creative-cloud-connection-faq.html#id_74925
    Is there a file size limit?
    With Creative Cloud Connection preview, you can upload files up to 5 GB. If you attempt to upload anything larger, you can see some unexpected errors.
    With the Creative Cloud website, you can upload files up to 1 GB. If you attempt to upload anything larger, you can see some unexpected upload failures.
    ^Ani

Maybe you are looking for

  • How do you transfer tv shows (or movies) purchased on AppleTV 2 to iTunes

    I recently purchased an entire TV Season via my Apple TV 2.  While I could download it to my iPad or iPhone or stream it on my Apple TV 2, I could not download it through iTunes.  Since I also have an original Apple TV, it would be nice to be able to

  • Embedding third-party code in a jar: SecurityException

    For about a year, I've been creating my jar file the following way: - Unjar all third party jars into my class tree (JDOM, JFreeChart, etc). - Jar everything up I just incorporated Java Mail into my app...but now I get a SecurityException when I try

  • SquirrelMail on iPhone?

    Aloha! I am about to enter college next year, and have been toying around recently with my new college e-mail address. I'm still ignorant when it comes to phrases such as IMAP, POP3, and the like, so please bear with me. Though it's not of dire impor

  • Delete Theme - just start with no menu

    I'm a newbie-- After importing a video tape into imovie, little edting, then share with idvd -- it wants me to use their theme with drops titles etc. I DO NOT WANT nor do I need a "theme" When I burn; I want the dvd to start at the begining of the vi

  • Remove all the backup details

    how can I remove all the backup details that I have taken using rman nocatalog . I want to delete all the backup details from the control file and from the physical location where the backups have been stored. My oracle version is 10.2.0 on solaris 1