Results 1 to 10 of 10

Thread: How to update/upgrade the 13.04 daily builds

  1. #1
    Join Date
    Apr 2012
    Beans
    11

    How to update/upgrade the 13.04 daily builds

    Hi,
    Please tell me the method to update/upgrade the daily build as there are no software sources and adding any repository ends with an error .
    Is there some other command to add package lists or do we need to add quantal sources ? if yes then how??!!
    Please advise,
    thanks.
    What's the 'W' here,W is not my copm or account name
    here's the result of apt-get update
    sudo apt-get update

    Err http://archive.canonical.com raring InRelease

    Err http://archive.canonical.com raring InRelease

    Err http://archive.canonical.com raring Release.gpg
    Could not resolve 'archive.canonical.com'
    Err http://archive.canonical.com raring Release.gpg
    Could not resolve 'archive.canonical.com'
    Err http://extras.ubuntu.com raring InRelease

    Err http://archive.ubuntu.com raring InRelease

    Err http://archive.ubuntu.com raring-updates InRelease

    Err http://archive.ubuntu.com raring-backports InRelease

    Err http://archive.ubuntu.com raring-security InRelease

    Err http://archive.ubuntu.com raring-proposed InRelease

    Err http://extras.ubuntu.com raring Release.gpg
    Could not resolve 'extras.ubuntu.com'
    Err http://archive.ubuntu.com raring Release.gpg
    Could not resolve 'archive.ubuntu.com'
    Err http://archive.ubuntu.com raring-updates Release.gpg
    Could not resolve 'archive.ubuntu.com'
    Err http://archive.ubuntu.com raring-backports Release.gpg
    Could not resolve 'archive.ubuntu.com'
    Err http://archive.ubuntu.com raring-security Release.gpg
    Could not resolve 'archive.ubuntu.com'
    Err http://archive.ubuntu.com raring-proposed Release.gpg
    Could not resolve 'archive.ubuntu.com'
    Reading package lists... Done
    W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/InRelease

    W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...ates/InRelease

    W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...orts/InRelease

    W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...rity/InRelease

    W: Failed to fetch http://archive.canonical.com/ubuntu/...ring/InRelease

    W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/raring/InRelease

    W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...osed/InRelease

    W: Failed to fetch http://archive.canonical.com/dists/raring/InRelease

    W: Failed to fetch http://archive.canonical.com/ubuntu/...ng/Release.gpg Could not resolve 'archive.canonical.com'

    W: Failed to fetch http://archive.canonical.com/dists/raring/Release.gpg Could not resolve 'archive.canonical.com'

    W: Failed to fetch http://extras.ubuntu.com/ubuntu/dist...ng/Release.gpg Could not resolve 'extras.ubuntu.com'

    W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...ng/Release.gpg Could not resolve 'archive.ubuntu.com'

    W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...es/Release.gpg Could not resolve 'archive.ubuntu.com'

    W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...ts/Release.gpg Could not resolve 'archive.ubuntu.com'

    W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...ty/Release.gpg Could not resolve 'archive.ubuntu.com'

    W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...ed/Release.gpg Could not resolve 'archive.ubuntu.com'

    W: Some index files failed to download. They have been ignored, or old ones used instead.
    Last edited by levomac; December 10th, 2012 at 12:34 PM.

  2. #2
    Join Date
    Sep 2010
    Beans
    9,205
    Distro
    Ubuntu Budgie 17.10 Artful Aardvark

    Re: How to update/upgrade the 13.04 daily builds

    The best way to update the daily build is to use the tool zsync. You can download it from the repositories:

    sudo apt-get install zsync

    Once you have this you can go to the directory where the .ISO file is and, in terminal,

    zsync -i ./raring-desktop-i386.iso http://cdimage.ubuntu.com/daily-live...i386.iso.zsync

    If your ISO file differs then just use the appropiate .iso file that you are using , ie., amd64 bit.

    For more on this just click the link below with the Sudo Code Quick Grabber.

  3. #3
    Join Date
    Aug 2012
    Beans
    242
    Distro
    Ubuntu Development Release

    Re: How to update/upgrade the 13.04 daily builds

    Could you share your /etc/apt/sources.list? And please wrapped with the code tags. Click on the hashtag symbol and insert the output

    Code:
    ~$ cat /etc/apt/sources.list

  4. #4
    Join Date
    Apr 2012
    Beans
    11

    Re: How to update/upgrade the 13.04 daily builds

    Quote Originally Posted by serdotlinecho View Post
    Could you share your /etc/apt/sources.list? And please wrapped with the code tags. Click on the hashtag symbol and insert the output

    Code:
    ~$ cat /etc/apt/sources.list
    here you go
    Code:
    # deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Alpha amd64 (20121209)]/ raring main restricted
    
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://archive.ubuntu.com/ubuntu raring main restricted
    deb-src http://archive.ubuntu.com/ubuntu raring main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://archive.ubuntu.com/ubuntu raring-updates main restricted
    deb-src http://archive.ubuntu.com/ubuntu raring-updates main restricted
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://archive.ubuntu.com/ubuntu raring universe
    deb-src http://archive.ubuntu.com/ubuntu raring universe
    deb http://archive.ubuntu.com/ubuntu raring-updates universe
    deb-src http://archive.ubuntu.com/ubuntu raring-updates universe
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    ## team, and may not be under a free licence. Please satisfy yourself as to 
    ## your rights to use the software. Also, please note that software in 
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://archive.ubuntu.com/ubuntu raring multiverse
    deb-src http://archive.ubuntu.com/ubuntu raring multiverse
    deb http://archive.ubuntu.com/ubuntu raring-updates multiverse
    deb-src http://archive.ubuntu.com/ubuntu raring-updates multiverse
    
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://archive.ubuntu.com/ubuntu raring-backports main restricted universe multiverse
    deb-src http://archive.ubuntu.com/ubuntu raring-backports main restricted universe multiverse
    
    deb http://archive.ubuntu.com/ubuntu raring-security main restricted
    deb-src http://archive.ubuntu.com/ubuntu raring-security main restricted
    deb http://archive.ubuntu.com/ubuntu raring-security universe
    deb-src http://archive.ubuntu.com/ubuntu raring-security universe
    deb http://archive.ubuntu.com/ubuntu raring-security multiverse
    deb-src http://archive.ubuntu.com/ubuntu raring-security multiverse
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    deb http://archive.canonical.com/ubuntu raring partner
    # deb-src http://archive.canonical.com/ubuntu raring partner
    
    ## This software is not part of Ubuntu, but is offered by third-party
    ## developers who want to ship their latest software.
    deb http://extras.ubuntu.com/ubuntu raring main
    deb http://archive.ubuntu.com/ubuntu raring-proposed universe restricted main multiverse
    deb http://archive.canonical.com/ raring partner
    deb-src http://archive.canonical.com/ raring partner
    deb-src http://extras.ubuntu.com/ubuntu raring main

  5. #5
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to update/upgrade the 13.04 daily builds

    It would be my guess that "W" = Warning!

    Update: I have just updated my Raring install without any errors messages and I have the same repositories as you do. My sources.list looks the same as your one.

    You say this:

    there are no software sources
    Where are you looking? How can there not be any software sources?

    When we started testing Raring Ringtail we started off with an install of 12.10 and we used a certain command to change the quantal software sources to raring software sources. From that we update daily and get, over time, a 13.04 install. At first we did not have Raring repositories for 'extras.' and that always gave an error but it has now been resolved.

    Regards.
    Last edited by grahammechanical; December 10th, 2012 at 02:56 PM.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  6. #6
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to update/upgrade the 13.04 daily builds

    This looks to me as a network problem of some kind. I've glanced through Your /etc/apt/sources.list and it looks (on glance) OK. Are You behind some proxy, firewall or something like that that could prevent Your computer from accessing these addresses given in that file? Try accessing them in browser just to check...
    Ignota nulla curatio morbi.
    Quod nocet saepe docet.

  7. #7
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to update/upgrade the 13.04 daily builds

    Looking again at your sources list I see this:

    # deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Alpha amd64 (20121209)]/ raring main restricted
    That is the daily image from 09/12/2012. The last image I tried was 20121207 and it failed like the other 3 images I tried with an error message of "unable to find a medium containing a live file system."

    So, I would not be surprised if this issue that you have was a bug. I have lost the confidence I once had in the daily ISO images of the development branch.

    I guess that I must now download the 20121210 (today's) image. Perhaps I will at last get an install of Raring and may be it will have the same problem as yesterday's image that you have found.

    Update: Today's image (201210) has the same error - "unable to find a medium containing a live file system." as the other images I have tried. So, I cannot confirm if a fresh install of Raring has a bug that leaves out the Software Sources.

    My problem has nothing to do with my machine. My 12.04.1 disk runs fine and installs as well.

    Regards.
    Last edited by grahammechanical; December 10th, 2012 at 03:44 PM.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  8. #8
    Join Date
    Dec 2012
    Location
    Fancy Gap Virginia
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to update/upgrade the 13.04 daily builds

    Greetings,
    to update the daily iso use the procedure in post #2.
    However it sounds to me [and I could be wrong] that you are trying to boot the disk and or usb which ever it is and update the software sources.

    The software sources should be updated after the system has been installed. If you are only trying the system and not testing I would suggest that you leave the "proposed" unchecked in the Update manager.

    Given that you have compatible hardware it should be smooth sailing. 13.04 is a delight!
    rrnbtter

  9. #9
    Join Date
    Aug 2008
    Beans
    1,835
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to update/upgrade the 13.04 daily builds

    Err http://archive.canonical.com raring Release.gpg
    Could not resolve 'archive.canonical.com'
    Looks like a DNS problem to me. Is your internet access even working from your raring install?

  10. #10
    Join Date
    Apr 2012
    Beans
    11

    Re: How to update/upgrade the 13.04 daily builds

    @grahammechanical, zika, rrnbtter, alphacrucis2

    Thank you all for your response.
    Well the method of upgrading the 12.10 by adding raring sources works fine for me, infact I had this set up till 9/12/12 when I installed the daily build for that day.

    The quantal upgraded to raring install works fine ,no issues except that update/upgrade are quiet slow.But the fresh install of daily build pops up with that error.(of course I was updating an installed system and not a live usb etc)
    When I tried updating with the software updater it said that the current install is fully updated.
    I am using an employer provided wifi with a proxy but the network work nicely as in browsing etc ,besides the upgraded install updates ok.
    So I guess its a daily build issue or some bug with that specific day build as I have now again reinstalled quantal and upgraded it to raring.

    So if anyone has tried a newer daily build, may be they can inform better.

    Regards

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •