Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-28114

Installation Elicits Security Warning on Ubuntu 16.10

    • Type: Icon: Bug Bug
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.4.2
    • Component/s: Packaging
    • Labels:
      None
    • ALL
    • Hide

      {{sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6
      echo "deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list
      sudo apt-get update
      sudo apt-get install mongodb-org
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      The following additional packages will be installed:
      mongodb-org-mongos mongodb-org-server mongodb-org-shell mongodb-org-tools
      The following NEW packages will be installed:
      mongodb-org mongodb-org-mongos mongodb-org-server mongodb-org-shell mongodb-org-tools
      0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
      Need to get 66.7 MB of archives.
      After this operation, 269 MB of additional disk space will be used.
      Do you want to continue? [Y/n] y
      WARNING: The following packages cannot be authenticated!
      mongodb-org-shell mongodb-org-server mongodb-org-mongos mongodb-org-tools mongodb-org
      Install these packages without verification? [y/N] n
      E: Some packages could not be authenticated}}

      Show
      {{sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6 echo "deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list sudo apt-get update sudo apt-get install mongodb-org Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: mongodb-org-mongos mongodb-org-server mongodb-org-shell mongodb-org-tools The following NEW packages will be installed: mongodb-org mongodb-org-mongos mongodb-org-server mongodb-org-shell mongodb-org-tools 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 66.7 MB of archives. After this operation, 269 MB of additional disk space will be used. Do you want to continue? [Y/n] y WARNING: The following packages cannot be authenticated! mongodb-org-shell mongodb-org-server mongodb-org-mongos mongodb-org-tools mongodb-org Install these packages without verification? [y/N] n E: Some packages could not be authenticated}}

      I followed the instructions for Ubuntu 16.04 from https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/ to install MongoDB 3.4 on Ubuntu 16.10. I stopped, because I got a warning stating that the mongodb-org package and its dependencies couldn't be authenticated.

            Assignee:
            brian.samek@mongodb.com Brian Samek
            Reporter:
            lighthunter Kurt von Laven
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: