Tag Archives: crashes

fedora 9 upgrade

Yesterday I tried to upgrade from fedora 8 to fedora 9 using anaconda and DVD…As usually something went wrong: anaconda crashed during installation..fortunatly during post-install process…

Right now I have a mixed system:

[root@sboing ~]# yum list installed | grep fc8 | wc -l
254
[root@sboing ~]#

…and I try to use a bash powered script to clean and fix it:

[root@sboing ~]# for x in `yum list installed | grep fc8 | awk '{print $1}' `; do yum remove "${x%.*}*fc8" ; echo "yum remove " ${x%.*}*fc8; done

and after :)


[root@sboing ~]# yum list installed | grep fc8 | wc -l
26
[root@sboing ~]#

Now all seems working, except for the Nvidia video card :-/ I’m waiting next nvidia closed drivers….
Update 29/05/2008@13:26 Today official NVidia driver are on livna fedora repository… \o/

About these ads