Home >Operation and Maintenance >CentOS >How to solve the segfault problem under centos

How to solve the segfault problem under centos

王林
王林Original
2020-03-27 17:48:333619browse

How to solve the segfault problem under centos

Problem:

When executing yum update, a segfault is prompted. The error message is as follows:

How to solve the segfault problem under centos

Cause:# Issue with pegasus.repo under

##/etc/yum.repos.d/.

Solution:

First, delete

rm /etc/yum.repos.d/pegasus.repo #推荐用下面的命令可以备份

To be on the safe side, I back up this file:

mv /etc/yum.repos.d/pegasus.repo /share/soft   ##移到一个其他目录(自定义)以达到备份和删除的目的

Finally

yum clean all

Recommended tutorial:

centos tutorial

The above is the detailed content of How to solve the segfault problem under centos. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn