Re: yum Segmentation Fault
Posted by TrevorH on 2011/9/9 14:22:55
So right at the end it says
Quote:
open("/var/cache/yum/addons/primary.xml.gz", O_RDONLY|O_LARGEFILE) = 6
_llseek(6, 0, [0], SEEK_CUR) = 0
read(6, "\37\213\10\10\0\0\0\0\2\377/home/centos-master2/c"..., 8192) = 202
Which shows it opening /var/cache/yum/addons/primary.xml.gz and reading data from that file. That data appears to contain "/home/centos-master2/c" among other stuff. Might want to look at that file and see what its contents are.
This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=38&topic_id=33153&post_id=142083