Problem upgrading 10.04 to 12.04
I upgraded my laptop from 10.04 to 12.04 yesterday, and all went well. So,
I decided to upgrade one of the workstations at work. However this upgrade fails to start. It generates the following error message early in the process, and then aborts completely: :Failed to fetch http://ppa.launchpad.net/pitti/postgresql/ubuntu/dists/precise/main/binary-amd64/Packages 404 Not Found Looks like there is a missing file? What can I do to resolve this? -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Problem upgrading 10.04 to 12.04
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 02.05.2012 21:36, stan kirjoitti: > I upgraded my laptop from 10.04 to 12.04 yesterday, and all went > well. So, I decided to upgrade one of the workstations at work. > > However this upgrade fails to start. It generates the following > error message early in the process, and then aborts completely: > > :Failed to fetch > http://ppa.launchpad.net/pitti/postgresql/ubuntu/dists/precise/main/binary-amd64/Packages > > 404 Not Found > > Looks like there is a missing file? > > What can I do to resolve this? > It seems that you have unofficial PPAs added to your system. You can open Software Center and search "Software sources" from menus. Then you can disable unofficial repositories and then upgrade should work. - -- Mika Suomalainen gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728 Key fingerprint = 24BC 1573 B8EE D666 D10A AA65 4DB5 3CFE 82A4 6728 I use GPG/INLINE, because some mailing list programs modify the headers of messages and this way make signature.asc files (PGP/MIME) unverifiable. Please remove lines about beginning and ending GPG signature blocks in your replies to messages, which are sent by me. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJPoYDVAAoJEE21PP6CpGcoIMsP/0MR+io1b+g9MWmSBdI6U9dx OslCw47sr62JcEe0HvCHheIEUBMJthfeWwYMU1sUkvaxaJVkUn K4flNmZ1J9l1UM R55HqmWqSwSeNI0Yy/vVuj1gTmaFdYAG9DiFRCImRp0z+tcRpp/+8B6t/LXBcnYh AFgzUkqEDgsTGHKwoTxHpLu84PETJJd/U0CCbpbJ+UhjxoRhlF2juDaK980CVp4o 5L20GOlJzs9HvC5u4djsEHuqZnxxvAVWYjPpoFuw5VaR9xw7wV f245ntbK3cpt54 ENU1OvNs5+hJeCg2iUCXNT4WYaB5IyJDxh8jYFfniuf4QN66W2 g96cLmLIdDIzjC jOD7BhPaPpcTP+7BPaOU6xvh1qbj8eOYobihjLb5kNTVuKN0h7 W38hi/HqWF4REL tb73ySD3EgueWNljP9+5NV6XfYiQWZKAfvep+/qLV0/JPvFFW3GShwWVFy4K5FaQ +ObzJN0x8SeETMQJYrpdGa/sCymTEevnziFQUW+abrYur8jVJ5Z8zcwVUzeJq7KC mVmJKPJ7clLd/2xapgztWetz/7Y0A+1c4X5I142tKqJiif2L0k3WBT9HQyj1r2r7 GS6kbDahYJosEJwQjiSNG80lExsZiMfEU0olzDV5pjM9TlEkOF 2IeZ7l3PmN2rxN UKlX6AVB/wuLISLVkQ4M =BAIL -----END PGP SIGNATURE----- -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Problem upgrading 10.04 to 12.04
Looks like you may have a postgreSQL backport ppa package that was available in 10.04 and is not in 12.04.
If this is the same ppa that you had:https://launchpad.net/~pitti/+archive/postgresql You may have to remove it. On Wed, May 2, 2012 at 11:36 AM, stan <stanb@panix.com> wrote: I upgraded my laptop from 10.04 to 12.04 yesterday, and all went well. So, I decided to upgrade one of the workstations at work. However this upgrade fails to start. It generates the following error message early in the process, and then aborts completely: :Failed to fetch http://ppa.launchpad.net/pitti/postgresql/ubuntu/dists/precise/main/binary-amd64/Packages 404 Not Found Looks like there is a missing file? What can I do to resolve this? -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Problem upgrading 10.04 to 12.04
Check your sources.list and if you have:
deb http://ppa.launchpad.net/pitti/postgresql/ubuntu YOUR_UBUNTU_VERSION_HERE main deb-src http://ppa.launchpad.net/pitti/postgresql/ubuntu YOUR_UBUNTU_VERSION_HERE main Removing it may resolve this. On Wed, May 2, 2012 at 11:47 AM, Ken Koontz <kenneth.koontz@gmail.com> wrote: Looks like you may have a postgreSQL backport ppa package that was available in 10.04 and is not in 12.04. If this is the same ppa that you had: https://launchpad.net/~pitti/+archive/postgresql You may have to remove it. On Wed, May 2, 2012 at 11:36 AM, stan <stanb@panix.com> wrote: I upgraded my laptop from 10.04 to 12.04 yesterday, and all went well. So, I decided to upgrade one of the workstations at work. However this upgrade fails to start. It generates the following error message early in the process, and then aborts completely: :Failed to fetch http://ppa.launchpad.net/pitti/postgresql/ubuntu/dists/precise/main/binary-amd64/Packages 404 Not Found Looks like there is a missing file? What can I do to resolve this? -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
Problem upgrading 10.04 to 12.04
On Wed, May 02, 2012 at 11:48:54AM -0700, Ken Koontz wrote:
> Check your sources.list and if you have: > > deb http://ppa.launchpad.net/pitti/postgresql/ubuntu > YOUR_UBUNTU_VERSION_HERE main > deb-src http://ppa.launchpad.net/pitti/postgresql/ubuntu > YOUR_UBUNTU_VERSION_HERE main > > Removing it may resolve this. > > > On Wed, May 2, 2012 at 11:47 AM, Ken Koontz <kenneth.koontz@gmail.com>wrote: > > > Looks like you may have a postgreSQL backport ppa package that was > > available in 10.04 and is not in 12.04. > > > > If this is the same ppa that you had: > > https://launchpad.net/~pitti/+archive/postgresql > > > > You may have to remove it. > > > > On Wed, May 2, 2012 at 11:36 AM, stan <stanb@panix.com> wrote: > > > >> I upgraded my laptop from 10.04 to 12.04 yesterday, and all went well. So, > >> I decided to upgrade one of the workstations at work. > >> > >> However this upgrade fails to start. It generates the following error > >> message early in the process, and then aborts completely: > >> > >> :Failed to fetch > >> > >> http://ppa.launchpad.net/pitti/postgresql/ubuntu/dists/precise/main/binary-amd64/Packages > >> > >> 404 Not Found > >> > >> Looks like there is a missing file? > >> > >> What can I do to resolve this? > >> > >> -- Thanks, yes I found: /etc/apt/sources.list.d/pitti-postgresql-lucid.list /etc/apt/sources.list.d/pitti-postgresql-lucid.list.distUpgrade I had forgoten that these were installed. One more thing that triped me up is that I am acustomed to the update amnager commenting out 3rd part repostories. Noot certain whay it did not do that this time. Thanks for the rapid help! -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
| All times are GMT. The time now is 02:36 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.