Results 1 to 3 of 3

Thread: Unablet to Update Ubuntu Server 11.10 installed in VMware server 2.02

  1. #1
    Join Date
    Mar 2012
    Beans
    2

    Unable to Update Ubuntu Server 11.10 installed in VMware server 2.02

    Hi,

    I am a newbie here. I have installed Ubuntu Server 11.10(oneiric ocelot) 32-bit in the VMWare server 2.02 on my home desktop(Windows 7 professional 64-bit). After running the setup I ran "sudo aptitude update && sudo aptitude dist-upgrade" and got an error message(attached screenshot).Also I have attached(screenshot) of my sources.list. (sorry don't know how to copy the text from the ubuntu server to my windows desktop.)
    I would really appreciate any help on this.

    Thanks,

    Sam
    Attached Images Attached Images
    Last edited by rebeller; April 8th, 2012 at 07:50 PM. Reason: spelling correction

  2. #2
    Join Date
    Mar 2010
    Location
    Dublin, Ireland
    Beans
    Hidden!
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Unablet to Update Ubuntu Server 11.10 installed in VMware server 2.02

    Hi & welcome to the forums,

    This error could indicate a network error. Can you ping the us.archive.ubuntu.com server from the Ubuntu VM?

    Code:
    ping us.archive.ubuntu.com
    If not, then try pinging archive.ubuntu.com instead. If that works, then change the references to us.archive.ubuntu.com to archive.ubuntu.com in your /etc/apt/sources.list file.

    Save the file, then type:

    Code:
    sudo apt-get update && sudo apt-get upgrade
    Matt
    blog.mattrudge.net for extra helpings of geeky Ubuntu goodness
    Get the Ubuntu Weekly Newsletter

  3. #3
    Join Date
    Mar 2012
    Beans
    2

    Re: Unablet to Update Ubuntu Server 11.10 installed in VMware server 2.02

    Quote Originally Posted by lechien73 View Post
    Hi & welcome to the forums,

    This error could indicate a network error. Can you ping the us.archive.ubuntu.com server from the Ubuntu VM?

    Code:
    ping us.archive.ubuntu.com
    If not, then try pinging archive.ubuntu.com instead. If that works, then change the references to us.archive.ubuntu.com to archive.ubuntu.com in your /etc/apt/sources.list file.

    Save the file, then type:

    Code:
    sudo apt-get update && sudo apt-get upgrade
    Thanks Matt! I was able to ping both us.archive.ubuntu.com and archive.ubuntu.com from the ubuntu vm.
    Last edited by rebeller; April 9th, 2012 at 05:58 PM. Reason: correction

Tags for this Thread

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
  •