zoukankan      html  css  js  c++  java
  • Distribution upgrade frozen at “flashplugin-installer: downloading http…”

    1. So, it seems as if the URL archive.canonical.com is not resolving. However, googling around showed me that this error was intermittent and particular to certain geographies which is characteristic of DNS issues. So what I did was log into my work server and ping archive.canonical.com which gave me the IP 91.189.92.150 which was different from what the addressed resolved to on my other server (which was 32.1.6.124).

      Fixing this is as simple as editing your /etc/hosts file and adding the following line at the bottom:

      91.189.92.150 archive.canonical.com

      ... and saving the file. This must, of course, be done as root (sudo). This should tell Linux that archive.canonical.com actually lives at 91.189.92.150 and not to bother using DNS to resolve it further.

      Once this was done, I was able to update the package without any issues.

    2. http://languor.us/flashplugin-installer-unable-download-plugin-archive-canonical-com
  • 相关阅读:
    MDK常用快捷键
    Visual C++ 6.0常用快捷键
    STM32内存映射
    STM32固件库
    MDK建立STM32F103*开发模板
    STM32下载方法
    Protel DXP画原理图常见错误与警告
    usb host和usb device
    IAR使用记录
    开发新产品的三个验证阶段(EVT/DVT/PVT)
  • 原文地址:https://www.cnblogs.com/dmdj/p/3804432.html
Copyright © 2011-2022 走看看