报错initscripts conflicts with redhat-release-server-7.0-1.el7.x86_64

报错

解决:
删除冲突的rpm包即可

rpm -e redhat-release-server-7.0-1.el7.x86_64 --nodeps

原文地址:https://www.cnblogs.com/lanyincao/p/11830657.html

时间: 2024-11-06 03:51:41

报错initscripts conflicts with redhat-release-server-7.0-1.el7.x86_64的相关文章

centos在线安装mysql报错:file /etc/my.cnf conflicts between attempted installs of mysql-community-server-8.0.16-2.el7.x86_64 and MariaDB-common-10.4.6-1.el7.centos.x86_64

错误提示:file /etc/my.cnf conflicts between attempted installs of mysql-community-server-8.0.16-2.el7.x86_64 and MariaDB-common-10.4.6-1.el7.centos.x86_64 由版本冲突导致的 因此执行:yum remove mysql-libs 即可 原文地址:https://www.cnblogs.com/minutes/p/11167717.html

CentOS7图形界面启动报错unable to connect to X server

以前还可以正常启动图形界面,这次启动失败,报错unable to connect to X server 使用的是oracle用户,因为我是在oracle用户下创建的oracle数据库等 解决办法: 在/var/run/console/下touch oracle生成oracle文件,重新startx启动就可以了

Centos6 下启动httpd报错 Could not reliably determine the server's解决方法

在启动httpd的时候报错: 修改/etc/httpd/conf/httpd.conf 配置,去掉ServerName 前的#(或者手动添加ServerName localhost:80)然后重启httpd服务: Centos6 下启动httpd报错 Could not reliably determine the server's解决方法

mongoDB报错Cannot find module '../build/Release/bson'

打算用nodejs写一个blog系统,发现nodejs还是存在很多的坑.在使用mongodb时遇到如下报错问题: { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' } js-bson: Failed to load c++ bson extension, using pure JS version 折腾了一番,最后是这样解决的: 找到 npm 的module mongodb ..node_

lnmp一键安装包卸载mysql,重新安装报错mysql57-community-release conflicts with mysql-community-release-el6-5.noarch

环境:CentOS Linux release 7.6.1810 lnmp1.5 独立下载mysql仓库 wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm yum -y install mysql57-community-release-el7-10.noarch.rpm 报错 No package matched to upgrade: mysql57-community-releas

Apache2.4为什么启动报错Cannot load php5apache2_4.dll into server

最近学习php,按照书上的描述,下载好apache和php后,按照其中配置进行,结果遇到了上述问题.花费了近一个半小时的时间解决了上述问题.现把解决问题过程中看到的方法总结如下.  最先肯定是一定要注意版本问题,apache和php要保证都是64位或者x86版本的,这个有时候容易忽略. 一.首先,当前在apache和php上下载的最新版本的软件多数已经是绿色版的.因此在安装的时候,不能按照一般的下一步方法.而需要如下的方法 步骤一 Cmd打开命令行窗口,切换到apache安装目录下 cd  C:

roscore报错:Unable to contact my own server at [http://w:46221/].

今天我把自己的电脑命令提示符等改了,现在运行roscore报错: ... logging to /home/w/.ros/log/481d4d36-f716-11e9-9b7a-4cedfb3da8b4/roslaunch-w-23661.log Checking log directory for disk usage. This may take awhile. Press Ctrl-C to interrupt Done checking log file disk usage. Usag

【springcloud】启动web模块报错spring-boot-maven-plugin:2.2.1.RELEASE:run (default-cli) on project da-web

报错:spring-boot-maven-plugin:2.2.1.RELEASE:run (default-cli) on project da-web  公司的springcloud项目不是前后端分离,所以web端还是用jsp,不能用jar方式启动只能用war方式.用的是下面的插件启动 <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-pl

mysql启动报错:Starting MySQL... ERROR! The server quit without updating PID file

mysql启动时报错:Starting MySQL... ERROR! The server quit without updating PID file (/opt/mysql/data/mysql.pid) 的解决方法: 首先看一下我的mysql的配置文件的配置: cat /usr/local/mysql/my.cnf [mysqld] basedir = /usr/local/mysql datadir = /opt/mysql/data port = 3306 server_id = 1