当我减少以下图像文件中的图层时,我会得到多个错误。
/root/xdebug': configure: error: no acceptable C compiler found in $PATH See 配置:错误: in config.log‘以获取更多详细信息
下面的原始文件不会给我任何错误。只有当我对文件做了修改的时候。我认为这与权限和我添加步骤的方式有关。
FROM amazonlinux
ARG DOCKER_TYPE
ENV DOCKER_TYPE=$DOCKER_TYPE
ARG UID
RUN yum update -y
RUN yum install sudo
当我试着使用yum时,我会发现这个错误,
http://iredmail.org/yum/rpms/6/repodata/repomd.xml: [Errno 14] problem making ssl connection
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: iRedMail. Please verify its path and try again
我尝试了下面的操作,但是错误仍然存在。
yum clean all
rm /var/lib/
我刚开始使用aws。我在Namec堆上有一个数据库,当我试图在EC2实例AmazonLinuxAm2016.03.0 (HVM)上迁移它时,我得到了一个错误。在进一步检查错误时,我注意到mysql版本不正确(需要对其进行升级才能导入数据库)。
正在产生的错误:
"#1293 - Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
现在,我现在的mysql版本是(我从phpmyadmin复制
我目前正在更新我们的CentOS服务器,但是每当我试图使用yum时,我就会得到这个错误。
Config Error: Plugin "replace" requires API 2.6. Supported API is 2.5.
我刚接触过CentOS,以前只使用过Debian/Ubuntu服务器,而且我似乎无法消除这个错误;谷歌也帮不上什么忙,因此在困扰我的服务器公司之前,我把它作为最后的手段。
在安装ansible时,我遇到了以下错误-
https://packages.microsoft.com/rhel/7/mssql-server/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's certificate issuer has been marked as not trusted by the user."
因此,我试图运行yum-配置-管理器禁用检查,但是,为了安装yum-实用程序,我也得到了同样的错误。如何安装yum -config管理器??基本上,任何yum安装都是失败的,出现了上述错误。
我想使用crontab来运行一个用于yum更新的脚本。问题是,它似乎将运行脚本一次,然后百胜只是停留了一段时间(不能再运行)。我知道这个错误:
$ sudo yum update
Existing lock /var/run/yum.pid: another copy is running as pid 5248.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory:...
Started:... 5 day(s) ago...
当我尝试使用以下命令安装oracle时, sudo yum install oracle-database-server-12cR2-preinstall -y 我得到了以下错误。 Error: initscripts conflicts with 1:redhat-release-server-6Server-6.10.0.12.0.1.el6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest 操作
我正在尝试使用yum在RHEL 6上安装avr-gcc。
但我明白这个错误。
[root@xilinx etc]# yum install avr-gcc
Loaded plugins: refresh-packagekit, rhnplugin
There was an error parsing the RHN proxy settings.
RHN support will be disabled.
Setting up Install Process
No package avr-gcc available.
Error: Nothing to do
即使是yum update,我也会
我使用Ansible 2.9来使用Amazon 2创建EC2实例,出于某些目的,我需要在EC2上使用Python3。
所以我使用选项ansible_python_interpreter: "/usr/bin/python3"
但是有了这个选项模块yum返回错误pkg_mgr: yum msg: The Python 2 bindings for rpm are needed for this module. If you require Python 3 support use the `dnf` Ansible module instead.
但是Amazon 2不适用于dn
我有以下简单的Dockerfile:
FROM centos:6.6
USER root
RUN yum clean all
RUN yum update
我正试图像往常一样建造它:
docker build -t myimage/hadoop .
但我有以下错误,无法找到解决方案:
错误:无法为repo: base无法检索镜像列表找到有效的基url,错误为14: PYCURL错误6-“无法解析主机'mirrorlist.centos.org'”“INFO0005命令"/bin/sh -c yum更新”返回一个非零代码:1
任何帮助或参考来解决这个问题都是非