- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在本地 VM 上运行大型 ansible 剧本进行测试。我已经使用 vagrant 配置的 VM(使用 https://app.vagrantup.com/geerlingguy/boxes/ubuntu1604 )和使用 Ubuntu Server 16.04 手动创建的 VM 进行了尝试。在这两种情况下,它经常在运行 apt 时失败
apt:
upgrade: dist
update_cache: yes
apt:
name: nginx
state: present
update_cache: yes
E: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/j/jbigkit/libjbig0_2.1-3.1_amd64.deb 400 Bad Request [IP: 91.189.88.161 80]
sudo apt-get install nginx
也失败了:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
fontconfig-config fonts-dejavu-core libfontconfig1 libgd3 libjbig0 libjpeg-turbo8 libjpeg8 libtiff5 libvpx3 libxpm4 nginx-common
nginx-core
Suggested packages:
libgd-tools fcgiwrap nginx-doc ssl-cert
The following NEW packages will be installed
fontconfig-config fonts-dejavu-core libfontconfig1 libgd3 libjbig0 libjpeg-turbo8 libjpeg8 libtiff5 libvpx3 libxpm4 nginx
nginx-common nginx-core
0 to upgrade, 13 to newly install, 0 to remove and 111 not to upgrade.
Need to get 2,858 kB of archives.
After this operation, 9,311 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 [111 kB]
Err:2 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1
400 Bad Request [IP: 91.189.88.162 80]
Get:3 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1,039 kB]
Ign:4 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main i386 fontconfig-config all 2.11.94-0ubuntu1.1
Get:5 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 [131 kB]
Get:6 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B]
Get:7 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.5 [149 kB]
Get:8 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 libvpx3 amd64 1.5.0-2ubuntu1 [732 kB]
Get:9 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB]
Get:10 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgd3 amd64 2.1.1-4ubuntu0.16.04.10 [126 kB]
Get:11 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 nginx-common all 1.10.3-0ubuntu0.16.04.3 [26.7 kB]
Get:12 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 nginx-core amd64 1.10.3-0ubuntu0.16.04.3 [429 kB]
Get:13 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 nginx all 1.10.3-0ubuntu0.16.04.3 [3,506 B]
Get:4 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main i386 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB]
Fetched 2,831 kB in 0s (6,789 kB/s)
E: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/j/jbigkit/libjbig0_2.1-3.1_amd64.deb 400 Bad Request [IP: 91.189.88.162 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
kay@ubuntu:~$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 172.16.0.11
search company.companyname.com
kay@ubuntu:~$ cat /etc/apt/sources.list
#
# deb cdrom:[Ubuntu-Server 16.04.5 LTS _Xenial Xerus_ - Release amd64 (20180731)]/ xenial main restricted
#deb cdrom:[Ubuntu-Server 16.04.5 LTS _Xenial Xerus_ - Release amd64 (20180731)]/ xenial main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial-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://gb.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial universe
deb http://gb.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial-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://gb.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial-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://gb.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe 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 xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
最佳答案
任何暂时性错误(我相信你这里有暂时性错误)都可以通过使用 until
来解决。/retry
组合:https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html#do-until-loops
例子:
- name: Install packages
become: true
apt:
name: [packages]
update_cache: true
cache_valid_time='{{ apt_cache_valid_time|d(3600) }}'
register: apt_result
retries: '{{ apt_retries }}'
delay: 10
until: apt_result|success
tags:
- apt
- install
关于ubuntu - 如何修复 apt-get dist-upgrade 上的错误 400,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54826920/
我正在使用 helm upgrade xyz --install 命令,但由于其他 helm 问题,我的发布失败了。所以还没有成功发布。 然后有一次在执行上述命令时,我按下了 ctrl+c 命令。从那
有没有人看到这个错误Error: forwarding ports: error upgrading connection: Upgrade request required在 Kubernetes
我正在测试在 Heroku 上使用 WebSockets 的 Node.js 应用程序,但我一直遇到此错误: 客户端:与“ws://myapp.herokuapp.com/”的 WebSocket 连
我正在使用 AWS EC2 14.04 LTS,我正在尝试运行命令apt-get -y upgrade 或 apt-get -y dist-upgrade,但是,我总是得到这样的提示: 我尝试了以下命
我们正在尝试获取 this example在一堆虚拟服务器上进行 kubernetes 设置作为概念证明。但是,我们遇到了 kubectl port-forward 的问题。命令。 我们得到的错误是
我不得不升级到Unity 2022.3,它伴随着Gradle插件从4.0.1升级到7.1.2,Gradle从6x升级到7x。Android.enableR8必须从gradle.properties中删
当前运行 Airflow 1.10.15。想在升级到 2+ 之前执行一些测试。因此在安装成功的调度程序 Pod 中安装了 pip install apache-airflow-upgrade-chec
我在运行 Dockerfile 时得到了这个。 当我重置我的窗口时它工作但最近我删除了所有 docker 容器,当我再次尝试从 Dockerfile 构建时,我遇到了这个问题。我无法升级 pip 或执
mongod 我收到以下错误 ** 重要提示:升级问题:在尝试升级到 4.0 之前,数据文件需要完全升级到版本 3.6;见 http://dochub.mongodb.org/core/4.0-upg
在嵌入式系统上工作时有两种情况。 嵌入式系统资源有限,例如带有 12 K 闪存的 ARM Cortex M0 微 Controller 。 案例一: Bootloader 和 Firmware 的常用
您如何区分“补丁”和“升级”?你在哪里画线? 某个规范说,每当我发布产品升级时,我都需要做“X”。我需要在某处画线。我不想违反这个规范,但我以前从未真正明确定义过它。 最佳答案 关于软件版本控制(特别
我想安装最后一个 Gerrit releases在工作的 Gerrit 实例上。 足够download last war package吗?然后粘贴到 InstallFolder/bin/gerrit
已关闭。此问题不符合Stack Overflow guidelines 。目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a software
通常我们所有的升级、功能或错误修复都是增量的。这似乎是显而易见的,因为即使是为了开发错误修复,我们也会使用我们产品的最新代码库。然而,这导致要求我们的客户必须将软件更新到最新版本,即使是为了获得错误修
现在 myne docker 版本是 0.9.0。由于一些错误,我想将其升级到最新版本 发生在当前版本中。所以请为此建议 apt 命令。 最佳答案 这应该适用于任何基于 Debian 的发行版(Ubu
基本上我需要改变这种行为: Installing a product with the same version and upgrade code (but different product cod
最近我将 ubuntu 14.04 更新到了 Ubuntu 15.04。通常鹦鹉螺。命令应该在 GUI 中打开目录。但是,现在我收到如下错误。 最近的情况是什么以及解决它的任何解决方案 vanjiku
我是包装新手。 This website指出升级过程中的步骤是: 因此,升级过程中的操作顺序是: 运行正在安装的 RPM 的 %pre 部分。 安装 RPM 提供的文件。 运行 RPM 的 %post
我们公司在其产品中使用 Firebird 数据库已有 4 - 5 年了。在此之前我们一直使用Interbases数据库。最近出现了新的需求,需要启用 unicode 字符集(目前我们使用字符集“NON
在我们的生产环境中,我们有一台 CMS 服务器和两台 CD 服务器。这两台CD服务器共享一个Web + Security DB,它们无法访问Core数据库。 我们希望开始从 6.2 rev 10050
我是一名优秀的程序员,十分优秀!