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

How to solve the segfault problem under centos

王林
Release: 2020-03-27 17:48:33
Original
3704 people have browsed it

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 #推荐用下面的命令可以备份
Copy after login

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

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

Finally

yum clean all
Copy after login

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!

Related labels:
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template