深度20 1002版本打印机源有一个IP地址无法提供文件
Tofloor
poster avatar
deepinuser17
deepin
2020-09-14 08:02
Author
本帖最后由 deepinuser17 于 2020-9-14 00:05 编辑

深度20 1002版本打印机源有一个IP地址无法提供文件。

  1. $ sudo apt update
  2. Hit:1 https://community-packages.deepin.com/deepin apricot InRelease                                                              
  3. Hit:2 https://community-store-packages.deepin.com/appstore eagle InRelease                                                        
  4. Ign:3 https://community-packages.deepin.com/printer eagle InRelease                                                               
  5. Err:4 https://community-packages.deepin.com/printer eagle Release
  6.   404  Not Found [IP: 94.130.49.186 443]
  7. Reading package lists... Done
  8. E: The repository 'https://community-packages.deepin.com/printer eagle Release' does not have a Release file.
  9. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  10. N: See apt-secure(8) manpage for repository creation and user configuration details.
Copy the Code
  1. $ cat /etc/apt/sources.list.d/printer.list
  2. deb https://community-packages.deepin.com/printer eagle non-free
Copy the Code
这个打印机源的问题造成从控制中心升级,安装更新失败。见截图。 注释打印机源以后,从控制中心升级,安装更新就可以正常完成了。

  1. $ cat /etc/apt/sources.list.d/printer.list
  2. #deb https://community-packages.deepin.com/printer eagle non-free
Copy the Code


请深度处理解决这个问题。


Reply Favorite View the author
All Replies
haohu1193
deepin
2020-09-14 08:32
#1
你只有一个地址404啊...他们的全都404了...
Reply 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 View the author
jingle
deepin
2020-09-24 17:15
#3
  1. 命中:1 https://community-packages.deepin.com/deepin apricot InRelease
  2. 命中:2 https://community-store-packages.deepin.com/appstore eagle InRelease
  3. 命中:3 https://community-packages.deepin.com/printer eagle InRelease
Copy the Code


这边3个源都正常
Reply View the author
deepinuser17
deepin
2020-09-24 19:22
#4
  1. # apt update
  2. Get:1 https://community-store-packages.deepin.com/appstore eagle InRelease [5,280 B]                                               
  3. Hit:2 https://community-packages.deepin.com/deepin apricot InRelease                                                               
  4. Get:3 https://community-store-packages.deepin.com/appstore eagle/appstore amd64 Packages [426 kB]
  5. Ign:4 https://community-packages.deepin.com/printer eagle InRelease
  6. Err:5 https://community-packages.deepin.com/printer eagle Release
  7.   404  Not Found [IP: 94.130.49.186 443]
  8. Reading package lists... Done      
  9. E: The repository 'https://community-packages.deepin.com/printer eagle Release' does not have a Release file.
  10. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  11. N: See apt-secure(8) manpage for repository creation and user configuration details.
Copy the Code


这是/etc/apt/sources.list.d/printer.list的内容:
  1. 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.

  1. # community-packages.deepin.com解析的IP地址是: 94.130.49.186
  2. ~$ dig community-packages.deepin.com. +short
  3. 94.130.49.186

  4. # 94.130.49.186反向解析,得出域名:de-user.deepinid.deepin.com
  5. ~$ dig -x 94.130.49.186 +short
  6. de-user.deepinid.deepin.com.

  7. # 域名de-user.deepinid.deepin.com解析的IP地址是:47.89.28.232
  8. ~$ dig de-user.deepinid.deepin.com. +short
  9. 47.89.28.232

  10. # 47.89.28.232反向解析没有结果
  11. ~$ dig -x 47.89.28.232

  12. ; <<>> DiG 9.11.5-P4-1+dde-Debian <<>> -x 47.89.28.232
  13. ;; global options: +cmd
  14. ;; Got answer:
  15. ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 40156
  16. ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

  17. ;; OPT PSEUDOSECTION:
  18. ; EDNS: version: 0, flags:; udp: 8192
  19. ;; QUESTION SECTION:
  20. ;232.28.89.47.in-addr.arpa.     IN      PTR

  21. ;; AUTHORITY SECTION:
  22. 89.47.in-addr.arpa.     161     IN      SOA     rdns1.alidns.com. dnsmgr.alibaba-inc.com. 2015011585 1800 600 1814400 300

  23. ;; Query time: 186 msec
  24. ;; SERVER: 192.168.1.1#53(192.168.1.1)
  25. ;; WHEN: Wed Sep 23 20:17:21 PDT 2020
  26. ;; MSG SIZE  rcvd: 125
Copy the Code


这个问题可能只影响中国以外的用户。
Reply View the author
louie sun
deepin
2020-09-28 18:52
#5
遇到同样的问题,将printer.list内容注释掉就可以了,请修复
Reply View the author
deepinuser17
deepin
2020-10-25 21:01
#6
这个问题终于解决了!   1003更新以后, 不再出错.
Reply View the author