Re: Yum upgrade damage 3 of my systems yesterday

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Problem solved:

In my desesperation, i do a script:

#!/bin/bash
FNTPACK=`rpm -qa | grep font`
rm -rf /usr/share/X11/fonts/*
for i in $FNTPACK
do
rpm -e --nodeps $i
done

And then, insert the origina CD of Fedoa Core 6 Test3 and run other script:

#!/bin/bash
mount /dev/hdd /mnt/dvd
cd /mnt/dvd/Fedora/RPMS
FNTP=`ls | grep font`
for i in $FNTP
do
rpm -ivh --nodeps --force $i
done

And in my /etc/yum.conf put the line:

exclude=*font*

And now, i reboot my system and YEAHH !!!, i see the graphics
normally. I think that the problem could be solved by another way more
"elegant", but, i needed bring up the systems rapidly.

Thanks for all !!!!!, realy, Thanks !!!

And sorry for my bad, pice of cake, of my english.


--
Julian Rios
Red Hat Certified Engineer (RHCE) - 2006
CID:  804006426121271
Sapian S.A - Tel: 3153470

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux