Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
深度20 1002版本打印机源有一个IP地址无法提供文件
Experiences and Insight
1071
views ·
6
replies ·
To
floor
Go
deepinuser17
deepin
2020-09-14 08:02
Author
本帖最后由 deepinuser17 于 2020-9-14 00:05 编辑
深度20 1002版本打印机源有一个IP地址无法提供文件。
$ sudo apt update
Hit:1 https://community-packages.deepin.com/deepin apricot InRelease
Hit:2 https://community-store-packages.deepin.com/appstore eagle InRelease
Ign:3 https://community-packages.deepin.com/printer eagle InRelease
Err:4 https://community-packages.deepin.com/printer eagle Release
404 Not Found [IP: 94.130.49.186 443]
Reading package lists... Done
E: The repository 'https://community-packages.deepin.com/printer eagle Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Copy the Code
$ cat /etc/apt/sources.list.d/printer.list
deb https://community-packages.deepin.com/printer eagle non-free
Copy the Code
这个打印机源的问题造成从控制中心升级,安装更新失败。见截图。 注释打印机源以后,从控制中心升级,安装更新就可以正常完成了。
$ cat /etc/apt/sources.list.d/printer.list
#deb https://community-packages.deepin.com/printer eagle non-free
Copy the Code
请深度处理解决这个问题。
Reply
Like 0
Favorite
View the author
All Replies
haohu1193
deepin
2020-09-14 08:32
#1
你只有一个地址404啊...他们的全都404了...
Reply
Like 0
View the author
sophate
deepin
2020-09-24 06:43
#2
I had the same problem and commenting the line worked like a charm! Thanks for sharing the solution.
Reply
Like 0
View the author
jingle
deepin
2020-09-24 17:15
#3
命中:1 https://community-packages.deepin.com/deepin apricot InRelease
命中:2 https://community-store-packages.deepin.com/appstore eagle InRelease
命中:3 https://community-packages.deepin.com/printer eagle InRelease
Copy the Code
这边3个源都正常
Reply
Like 0
View the author
deepinuser17
deepin
2020-09-24 19:22
#4
# apt update
Get:1 https://community-store-packages.deepin.com/appstore eagle InRelease [5,280 B]
Hit:2 https://community-packages.deepin.com/deepin apricot InRelease
Get:3 https://community-store-packages.deepin.com/appstore eagle/appstore amd64 Packages [426 kB]
Ign:4 https://community-packages.deepin.com/printer eagle InRelease
Err:5 https://community-packages.deepin.com/printer eagle Release
404 Not Found [IP: 94.130.49.186 443]
Reading package lists... Done
E: The repository 'https://community-packages.deepin.com/printer eagle Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Copy the Code
这是/etc/apt/sources.list.d/printer.list的内容:
deb https://community-packages.deepin.com/printer eagle non-free
Copy the Code
请深度检测一下是否能够从94.130.49.186地址,获取源信息。
94.130.49.186解析为de-user.deepinid.deepin.com。 但是de-user.deepinid.deepin.com解析的IP地址是:47.89.28.232.
这里域名解析有问题。
de-user.deepinid.deepin.com => 94.130.49.186 => de-user.deepinid.deepin.com => 47.89.28.232. 47.89.28.232反向域名解析没有任何结果。
47.89.28.232地址由阿里域名服务管理, rdns1.alidns.com. dnsmgr.alibaba-inc.com.
# community-packages.deepin.com解析的IP地址是: 94.130.49.186
~$ dig community-packages.deepin.com. +short
94.130.49.186
# 94.130.49.186反向解析,得出域名:de-user.deepinid.deepin.com
~$ dig -x 94.130.49.186 +short
de-user.deepinid.deepin.com.
# 域名de-user.deepinid.deepin.com解析的IP地址是:47.89.28.232
~$ dig de-user.deepinid.deepin.com. +short
47.89.28.232
# 47.89.28.232反向解析没有结果
~$ dig -x 47.89.28.232
; <<>> DiG 9.11.5-P4-1+dde-Debian <<>> -x 47.89.28.232
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 40156
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 8192
;; QUESTION SECTION:
;232.28.89.47.in-addr.arpa. IN PTR
;; AUTHORITY SECTION:
89.47.in-addr.arpa. 161 IN SOA rdns1.alidns.com. dnsmgr.alibaba-inc.com. 2015011585 1800 600 1814400 300
;; Query time: 186 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Wed Sep 23 20:17:21 PDT 2020
;; MSG SIZE rcvd: 125
Copy the Code
这个问题可能只影响中国以外的用户。
Reply
Like 0
View the author
louie sun
deepin
2020-09-28 18:52
#5
遇到同样的问题,将printer.list内容注释掉就可以了,请修复
Reply
Like 0
View the author
deepinuser17
deepin
2020-10-25 21:01
#6
这个问题终于解决了! 1003更新以后, 不再出错.
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
深度20 1002版本打印机源有一个IP地址无法提供文件。
请深度处理解决这个问题。