Page 2 of 2

Re: YUM Segmentation Fault

Posted: 2018/01/13 10:29:04
by TrevorH
Put the last 100 lines or so up on http://pastebin.centos.org and post the link to it here.

Re: YUM Segmentation Fault

Posted: 2018/01/14 09:39:48
by DateMike
Hi Guys,

Pastbin: http://pastebin.centos.org/495816/

It's a lot more than the last 100, but the last 100 all seem the same to me?

Cheers,

Re: YUM Segmentation Fault

Posted: 2018/01/14 12:31:10
by avij
Seems like yum crashes while reading /var/cache/yum/x86_64/7/opennms-repo-stable-common/gen/primary.xml

Try rm -rf /var/cache/yum/*

Re: YUM Segmentation Fault

Posted: 2018/01/14 12:54:47
by avij
In case the above does not work..

I see from your output that yum tries to use some libraries from /opt/VDC/tomcat/lib and those may cause problems for yum. Perhaps LD_LIBRARY_PATH="" yum install putty would work.

Re: YUM Segmentation Fault

Posted: 2018/01/14 15:58:40
by TrevorH
Does it still do it if you run yum --disablerepo=opennms\* update ?

Re: YUM Segmentation Fault

Posted: 2018/01/15 05:51:29
by DateMike
Hi Guys,

Running:

Code: Select all

yum --disablerepo=opennms\* install putty
worked, would I need to run the disablerepo command every time from now on?

Cheers,

Re: YUM Segmentation Fault

Posted: 2018/01/15 07:13:05
by TrevorH
You need to report the problem to opennms - something in their repodata is bad and causing the crash.

Re: YUM Segmentation Fault

Posted: 2018/01/15 07:28:02
by DateMike
Thanks guys, will report to opennms on this, at least it is temporarily fixed for the time being.

Cheers,