Results 1 to 7 of 7

Thread: apt-get packages unauthenticated

  1. #1
    Join Date
    Mar 2006
    Location
    Earth
    Beans
    121
    Distro
    Ubuntu Breezy 5.10

    apt-get packages unauthenticated

    when i run apt-get install for proftpd on my Ubuntu 5.10 server install, I get added some of the recommended packages, and then I get this after saying 'Y' to install:
    WARNING: the following packages cannot be authenticated!
    debconf-utils perl-modules perl libterm-readkey-perl libterm-readline-gnu-perl libterm-readline-perl-perl proftpd-common ucf proftpd proftpd-doc
    Install without verification ? [y/N]

    when I typed apt-get install proftpd, these were suggested/recommended packages!
    why are they not able to be authenticated? and why would they be suggested/recommended if they cannot be authenticated?
    and, is it safe to install them anyway?

  2. #2
    Join Date
    May 2005
    Location
    Dundas, Ontario, Canada
    Beans
    159
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: apt-get packages unauthenticated

    Quote Originally Posted by gymsmoke
    when i run apt-get install for proftpd on my Ubuntu 5.10 server install, I get added some of the recommended packages, and then I get this after saying 'Y' to install:
    WARNING: the following packages cannot be authenticated!
    debconf-utils perl-modules perl libterm-readkey-perl libterm-readline-gnu-perl libterm-readline-perl-perl proftpd-common ucf proftpd proftpd-doc
    Install without verification ? [y/N]

    when I typed apt-get install proftpd, these were suggested/recommended packages!
    why are they not able to be authenticated? and why would they be suggested/recommended if they cannot be authenticated?
    and, is it safe to install them anyway?
    Just means the server's GPG signature is incorrect, or missing. Proceed at your own risk.

    -Wild

  3. #3
    Join Date
    Mar 2006
    Location
    Earth
    Beans
    121
    Distro
    Ubuntu Breezy 5.10

    Re: apt-get packages unauthenticated

    Wild~
    my sources.list doesn't contain anything that I would consider 'off the beaten path' ...

    Would I be better served by using only the strict Ubuntu repo's ?

  4. #4
    Join Date
    May 2005
    Location
    US
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: apt-get packages unauthenticated

    Quote Originally Posted by gymsmoke
    and why would they be suggested/recommended if they cannot be authenticated?
    The packages themselves are recommended. The source from which you're getting the packages is what cannot be authenticated.
    and, is it safe to install them anyway?
    It depends. What does your /etc/apt/sources.list look like?

  5. #5
    Join Date
    Mar 2006
    Location
    Earth
    Beans
    121
    Distro
    Ubuntu Breezy 5.10

    Re: apt-get packages unauthenticated

    dep http://us.archive.ubuntu.com/ubuntu breezy main restricted
    deb-src http://us.archive.ubunut.com/ubunut breezy main restricted

    deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted

    deb http://us.archive.ubuntu.com/ubuntu breezy universe
    deb-src http://us.archive.ubuntu.com/ubuntu breezy universe

    deb http://security.ubuntu.com/ubuntu breezy-security main restricted
    deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted

    deb http://security.ubuntu.com/ubuntu breezy-security universe
    deb-src http://security.ubuntu.com/ubuntu breezy-security universe

  6. #6
    Join Date
    May 2005
    Location
    US
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: apt-get packages unauthenticated

    Yeah, you're fine.

  7. #7
    Join Date
    Mar 2006
    Location
    Earth
    Beans
    121
    Distro
    Ubuntu Breezy 5.10

    Re: apt-get packages unauthenticated

    interesting... after the installation was completed, I ran updatedb and apt-get update...
    I got this warning message for all of the repo's in sources.list

    W: GPG error: http://us.archive.ubuntu.com breezy Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed ?)

    answer: no...
    i installed gnupg gnupg-doc and it's fine now
    Last edited by gymsmoke; April 20th, 2006 at 07:34 PM.

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
  •