Здравствуйте.
В один прекрасный день на Ubuntu-server 12.04 перестал выполнять apt-get update
Вот вывод apt-get update
root@drbl:/# apt-get update
Получено:1 http://ru.archive.ubuntu.com precise Release.gpg [90 B]
Получено:2 http://extras.ubuntu.com precise Release.gpg [90 B]
Получено:3 http://ru.archive.ubuntu.com precise-updates Release.gpg [90 B]
Получено:4 http://extras.ubuntu.com precise Release [90 B]
Получено:5 http://ru.archive.ubuntu.com precise-backports Release.gpg [90 B]
Получено:6 http://ru.archive.ubuntu.com precise Release [90 B]
Получено:7 http://ru.archive.ubuntu.com precise-updates Release [90 B]
Получено:8 http://ru.archive.ubuntu.com precise-backports Release [90 B]
Игн http://extras.ubuntu.com precise Release
E: Ошибка GPG: http://extras.ubuntu.com precise Release: Следующие подписи неверные: NODATA 1 NODATA 2
# deb cdrom:[Ubuntu-Server 12.04.4 LTS _Precise Pangolin_ - Release amd64 (20140204)]/ dists/precise/main/binary-i386/
# deb cdrom:[Ubuntu-Server 12.04.4 LTS _Precise Pangolin_ - Release amd64 (20140204)]/ dists/precise/restricted/binary-i386/
#deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release i386 (20120423)]/ precise main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ru.archive.ubuntu.com/ubuntu/ precise main restricted
deb-src http://ru.archive.ubuntu.com/ubuntu/ precise main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://ru.archive.ubuntu.com/ubuntu/ precise-updates main restricted
deb-src http://ru.archive.ubuntu.com/ubuntu/ precise-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ru.archive.ubuntu.com/ubuntu/ precise universe
deb-src http://ru.archive.ubuntu.com/ubuntu/ precise universe
deb http://ru.archive.ubuntu.com/ubuntu/ precise-updates universe
deb-src http://ru.archive.ubuntu.com/ubuntu/ precise-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ru.archive.ubuntu.com/ubuntu/ precise multiverse
deb-src http://ru.archive.ubuntu.com/ubuntu/ precise multiverse
deb http://ru.archive.ubuntu.com/ubuntu/ precise-updates multiverse
deb-src http://ru.archive.ubuntu.com/ubuntu/ precise-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ru.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://ru.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
#deb http://security.ubuntu.com/ubuntu precise-security main restricted
#deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
#deb http://security.ubuntu.com/ubuntu precise-security universe
#deb-src http://security.ubuntu.com/ubuntu precise-security universe
#deb http://security.ubuntu.com/ubuntu precise-security multiverse
#deb-src http://security.ubuntu.com/ubuntu precise-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu precise partner
# deb-src http://archive.canonical.com/ubuntu precise partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu precise main
deb-src http://extras.ubuntu.com/ubuntu precise main
#deb http://drbl.sourceforge.net/drbl-core drbl stable
apt-get clean не помог
комментирование репозитория тоже ничего не дает.
прошу помочь.
/var/lib/apt/lists пробовал чистить. не помогло
- Forum
- The Ubuntu Forum Community
- Ubuntu Official Flavours Support
- Installation & Upgrades
- [SOLVED] The following signatures were invalid: NODATA 1 NODATA 2
-
The following signatures were invalid: NODATA 1 NODATA 2
I get this error
Code:
E: GPG error: http://deb.torproject.org precise Release: The following signatures were invalid: NODATA 1 NODATA 2
whenever I run this command:
Code:
sudo apt-get update
I want to install the below software but always fail to do so:
1. ubuntu tweak
2. a world clock
3. vb6 to run excel macrosI am really feeling frustrated using ubuntu and thinking of reverting to windows but I don’t want to. Someboby please help me. Thanks
-
Re: Why this error?
You problem is that the GPG key for the repository http://deb.torproject.org precise Release you have added is incorrect.
Please, see this thread: http://ubuntuforums.org/showthread.php?t=2053051 with workarounds and explanations why you obtain the GPG Key error.
Last edited by claracc; January 31st, 2014 at 12:22 PM.
-
Re: Why this error?
I am not sure what causes that error but a possible fix is to enable ‘Source code’ in ‘repositories’.
Open Software Center-> Edit -> Software Sources -> enable (check) ‘Source code’.
Then:
Code:
sudo apt-get update sudo apt-get upgrade
-
Re: Why this error?
Originally Posted by fantab
I am not sure what causes that error but a possible fix is to enable ‘Source code’ in ‘repositories’.
Open Software Center-> Edit -> Software Sources -> enable (check) ‘Source code’.
Then:
Code:
sudo apt-get update sudo apt-get upgrade
when I check ‘source code’ I get the message:
failed to download repository information
check your internet connectionE:GPG error: http://deb.torproject.org precise Release: The following signatures were invalid: NODATA 1 NODATA 2
-
Re: The following signatures were invalid: NODATA 1 NODATA 2
Try changing the ‘Server’ to ‘Main’ in ‘Software Sources’ and try ‘sudo apt-get update’ again.
If that doesn’t help either then try:
Code:
sudo apt-get install deb.torproject.org-keyring
-
Re: The following signatures were invalid: NODATA 1 NODATA 2
Originally Posted by fantab
Try changing the ‘Server’ to ‘Main’ in ‘Software Sources’ and try ‘sudo apt-get update’ again.
If that doesn’t help either then try:
Code:
sudo apt-get install deb.torproject.org-keyring
I changed the server to main but got the this error,
failed to download repository information
check your internet connectionE:GPG error: http://deb.torproject.org precise Release: The following signatures were invalid: NODATA 1 NODATA 2
I then did sudo apt-get update and got so I tried:
sudo apt-get install deb.torproject.org-keyring but gotReading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package deb.torproject.org-keyring
E: Couldn’t find any package by regex ‘deb.torproject.org-keyring’My friend today told me that he had tried changing some settings some days back to install the tor browser on my computer but was unsuccessful. He realised this when I showed him your post containing
sudo apt-get install deb.torproject.org-keyring
. He doesn’t remember what settings he had tried to change but he is sure he followed exactly what was there on this site: http://nithinaneeshsct06bt.blogspot….untu-1204.html
Now I am too afraid to touch any of those settings. Can u please advise me what I can do to revert back? Thanks
Last edited by jrmchess; February 2nd, 2014 at 06:35 PM.
-
Re: The following signatures were invalid: NODATA 1 NODATA 2
can anyone help me please? Thanks
-
Re: The following signatures were invalid: NODATA 1 NODATA 2
Post the output of:
Code:
cat /etc/apt/sources.list
-
Re: The following signatures were invalid: NODATA 1 NODATA 2
Originally Posted by fantab
Post the output of:
Code:
cat /etc/apt/sources.list
here it is:
-
Re: The following signatures were invalid: NODATA 1 NODATA 2
For now, disable ‘torproject’ repository. You can do this from either ‘Software Center’ or by editing the above file directly…
‘Software Center-> Edit-> Sources -> Other Software -> uncheck/deselect
Run:Code:
sudo apt-get update && sudo apt-get dist-upgrade
Last edited by fantab; February 8th, 2014 at 04:57 AM.
Bookmarks
Bookmarks
Posting Permissions
- Печать
Страницы: [1] Вниз
Тема: Не могу обновить Ubuntu — Следующие подписи неверные: NODATA 1 NODATA 2 (Прочитано 1102 раз)
0 Пользователей и 1 Гость просматривают эту тему.
arslan
Перелопатил весь форум, смотрел на англоязычных ресурсах — ничего не помогает. Выскакивает
E: Ошибка GPG: http://packages.medibuntu.org precise Release: Следующие подписи неверные: NODATA 1 NODATA 2
Что делать? Уже подумываю переустановить Ubuntu (((
Lenovo Ideapad S100 + Ubuntu 14.04
Lenovo Z570 — Ubuntu 18.04
Lenovo G50-30 Ubuntu 18.04
arslan
подскажите, а как удалить?
Lenovo Ideapad S100 + Ubuntu 14.04
Lenovo Z570 — Ubuntu 18.04
Lenovo G50-30 Ubuntu 18.04
Morisson
arslan, в программах и обновлениях, источники приложений (вроде так, третья вкладка)
Затем
sudo apt-get update
Ну или когда выходить будешь само предложится)
P.S. программы от Ubuntu Studio, если нужны, есть в репах Ubuntu. Можешь в магазине приложений найти.
« Последнее редактирование: 22 Января 2017, 16:05:12 от Morisson »
arslan
Lenovo Ideapad S100 + Ubuntu 14.04
Lenovo Z570 — Ubuntu 18.04
Lenovo G50-30 Ubuntu 18.04
F12
arslan, покажи выхлоп
lsb_release -a;uname -a
Morisson
F12,
Lenovo Z570 + Ubuntu 14.04
Lenovo Ideapad S100 + Ubuntu 14.04
же) В подписи
F12
же) В подписи
— Да, действительно, на подпись не обратил абсолютно никакого внимания…
ЗЫЖ согласись, ведь содержимое подписи далеко не всегда имеет хоть какое-то отношение к вопросам ее автора
Morisson
F12, ага) Вообще не всегда)))
arslan
Мне помог ответ первого ответившего. А подпись не совсем верная, на нетбуке Ubuntu сейчас более старой версии. Нетбук слабоват, понимаете, ли..
Lenovo Ideapad S100 + Ubuntu 14.04
Lenovo Z570 — Ubuntu 18.04
Lenovo G50-30 Ubuntu 18.04
- Печать
Страницы: [1] Вверх
-
baris.kayadelen
- Posts: 1
- Joined: 2006-08-30 16:27
- Location: Ankara, Turkey
Apt-get GPG error: NODATA
#1
Post
by baris.kayadelen » 2006-08-30 17:12
Hi all,
I am running debian etch on my laptop and yesterday I updated it succesfully but today I have a problem. When I write
] it gives me that error:
Code: Select all
Get:1 http://ftp.belnet.be etch Release.gpg [189B]
Hit http://ftp.belnet.be etch Release
Hit http://ftp.belnet.be etch/main Packages/DiffIndex
Hit http://ftp.belnet.be etch/main Sources/DiffIndex
Get:2 http://security.debian.org etch/updates Release.gpg
Hit http://security.debian.org etch/updates Release
Err http://security.debian.org etch/updates Release
Get:3 http://security.debian.org etch/updates Release [24.3kB]
Ign http://security.debian.org etch/updates Release
Ign http://security.debian.org etch/updates/main Packages/DiffIndex
Ign http://security.debian.org etch/updates/main Sources/DiffIndex
Hit http://security.debian.org etch/updates/main Packages
Hit http://security.debian.org etch/updates/main Sources
Fetched 24.3kB in 3s (6317B/s)
Reading package lists... Done
W: GPG error: http://security.debian.org etch/updates Release: The following signatures were invalid: NODATA 2
W: You may want to run apt-get update to correct these problems
I have searched all list and found that the errors about NO_PUBKEY how can I solve NODATA 2 problem?
my apt-key list are:
Code: Select all
debian:/# apt-key list
/etc/apt/trusted.gpg
--------------------
pub 1024R/1DB114E0 2004-01-15 [expired: 2005-01-27]
uid Debian Archive Automatic Signing Key (2004) <ftpmaster@debian.org>
pub 1024D/4F368D5D 2005-01-31 [expired: 2006-01-31]
uid Debian Archive Automatic Signing Key (2005) <ftpmaster@debian.org>
pub 1024D/B5F5BBED 2005-04-24
uid Debian AMD64 Archive Key <debian-amd64@lists.debian.org>
sub 2048g/34FC6FE5 2005-04-24
pub 1024D/2D230C5F 2006-01-03 [expires: 2007-02-07]
uid Debian Archive Automatic Signing Key (2006) <ftpmaster@debian.org>
-
Jeroen
- Debian Developer, Site Admin
- Posts: 571
- Joined: 2004-04-06 18:19
- Location: Utrecht, NL
- Contact:
#2
Post
by Jeroen » 2006-08-30 17:41
I think that particular URL is broken at the moment. It’s a transitional issue, should get resolved later.