[Bug 967247] [NEW] Reg: Issue while doing apt-get update

Balamurugan 967247 at bugs.launchpad.net
Wed Mar 28 15:54:06 UTC 2012


Public bug reported:

  Hi All,

Reporting a bug on a distribution:
  affects ubuntu

Reporting a bug on a distribution source package:
  affects ubuntu/apt

For the last 3 days I am facing an issue with 'apt-get update'. I am 
getting the below error:

=================
Ign http://in.archive.ubuntu.com oneiric InRelease
Get:8 http://in.archive.ubuntu.com oneiric-updates InRelease [12.6 kB]
Ign http://in.archive.ubuntu.com oneiric-updates InRelease
Get:9 http://in.archive.ubuntu.com oneiric/main Sources [877 kB]
Get:10 http://in.archive.ubuntu.com oneiric/restricted Sources [5351 B]
Get:11 http://in.archive.ubuntu.com oneiric/main i386 Packages [1226 kB]
Get:12 http://in.archive.ubuntu.com oneiric/restricted i386 Packages 
[8216 B]
Get:13 http://in.archive.ubuntu.com oneiric/main TranslationIndex [3289 B]
Get:14 http://in.archive.ubuntu.com oneiric/restricted TranslationIndex 
[2263 B]
Get:15 http://in.archive.ubuntu.com oneiric-updates/main Sources [132 kB]
Get:16 http://in.archive.ubuntu.com oneiric-updates/restricted Sources 
[1337 B]
Get:17 http://in.archive.ubuntu.com oneiric-updates/main i386 Packages 
[307 kB]
Get:18 http://in.archive.ubuntu.com oneiric-updates/restricted i386 
Packages [2968 B]
Get:19 http://in.archive.ubuntu.com oneiric-updates/main 
TranslationIndex [74 B]
Get:20 http://in.archive.ubuntu.com oneiric-updates/restricted 
TranslationIndex [71 B]
Get:21 http://in.archive.ubuntu.com oneiric/main Translation-en [701 kB]
Get:22 http://in.archive.ubuntu.com oneiric/restricted Translation-en 
[2229 B]
Get:23 http://in.archive.ubuntu.com oneiric-updates/main Translation-en 
[142 kB]
Get:24 http://in.archive.ubuntu.com oneiric-updates/restricted 
Translation-en [508 B]
Fetched 3427 kB in 1min 39s (34.5 kB/s)
Reading package lists... Done
W: GPG error: http://in.archive.ubuntu.com oneiric InRelease: File 
/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_oneiric_InRelease 
doesn't start with a clearsigned message
W: GPG error: http://in.archive.ubuntu.com oneiric-updates InRelease: 
File 
/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_oneiric-updates_InRelease 
doesn't start with a clearsigned message
================

I tried few suggestions from web. One common solution is

sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update

But I was unlucky with that! :-( :-(

*_Note:_ I installed Oracle-XE in my system 5 days before.*

My Ubuntu version - Ubuntu 11.10

*Thanks and Regards,
Balamurugan R*

** Affects: apt (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/967247

Title:
  Reg: Issue while doing apt-get update

Status in “apt” package in Ubuntu:
  New

Bug description:
    Hi All,

  Reporting a bug on a distribution:
    affects ubuntu

  Reporting a bug on a distribution source package:
    affects ubuntu/apt

  For the last 3 days I am facing an issue with 'apt-get update'. I am 
  getting the below error:

  =================
  Ign http://in.archive.ubuntu.com oneiric InRelease
  Get:8 http://in.archive.ubuntu.com oneiric-updates InRelease [12.6 kB]
  Ign http://in.archive.ubuntu.com oneiric-updates InRelease
  Get:9 http://in.archive.ubuntu.com oneiric/main Sources [877 kB]
  Get:10 http://in.archive.ubuntu.com oneiric/restricted Sources [5351 B]
  Get:11 http://in.archive.ubuntu.com oneiric/main i386 Packages [1226 kB]
  Get:12 http://in.archive.ubuntu.com oneiric/restricted i386 Packages 
  [8216 B]
  Get:13 http://in.archive.ubuntu.com oneiric/main TranslationIndex [3289 B]
  Get:14 http://in.archive.ubuntu.com oneiric/restricted TranslationIndex 
  [2263 B]
  Get:15 http://in.archive.ubuntu.com oneiric-updates/main Sources [132 kB]
  Get:16 http://in.archive.ubuntu.com oneiric-updates/restricted Sources 
  [1337 B]
  Get:17 http://in.archive.ubuntu.com oneiric-updates/main i386 Packages 
  [307 kB]
  Get:18 http://in.archive.ubuntu.com oneiric-updates/restricted i386 
  Packages [2968 B]
  Get:19 http://in.archive.ubuntu.com oneiric-updates/main 
  TranslationIndex [74 B]
  Get:20 http://in.archive.ubuntu.com oneiric-updates/restricted 
  TranslationIndex [71 B]
  Get:21 http://in.archive.ubuntu.com oneiric/main Translation-en [701 kB]
  Get:22 http://in.archive.ubuntu.com oneiric/restricted Translation-en 
  [2229 B]
  Get:23 http://in.archive.ubuntu.com oneiric-updates/main Translation-en 
  [142 kB]
  Get:24 http://in.archive.ubuntu.com oneiric-updates/restricted 
  Translation-en [508 B]
  Fetched 3427 kB in 1min 39s (34.5 kB/s)
  Reading package lists... Done
  W: GPG error: http://in.archive.ubuntu.com oneiric InRelease: File 
  /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_oneiric_InRelease 
  doesn't start with a clearsigned message
  W: GPG error: http://in.archive.ubuntu.com oneiric-updates InRelease: 
  File 
  /var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_oneiric-updates_InRelease 
  doesn't start with a clearsigned message
  ================

  I tried few suggestions from web. One common solution is

  sudo apt-get clean
  cd /var/lib/apt
  sudo mv lists lists.old
  sudo mkdir -p lists/partial
  sudo apt-get clean
  sudo apt-get update

  But I was unlucky with that! :-( :-(

  *_Note:_ I installed Oracle-XE in my system 5 days before.*

  My Ubuntu version - Ubuntu 11.10

  *Thanks and Regards,
  Balamurugan R*

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/967247/+subscriptions




More information about the foundations-bugs mailing list