I have upgraded to F11 using preupgrade. Everything went fine.
Now I am trying to update with yum but I get these errors.
Code:
# yum update
Plugin "filter-data" can't be imported
Loaded plugins: aliases, allowdowngrade, dellsysidplugin2, downloadonly, fastestmirror, kernel-module, keys, list-data, presto, refresh-packagekit, versionlock
Loading mirror speeds from cached hostfile
Error: Cannot retrieve metalink for repository: fedora. Please verify its path and try again
If i disable fedora, I get this:
Code:
# yum --disablerepo=fedora update
Plugin "filter-data" can't be imported
Loaded plugins: aliases, allowdowngrade, dellsysidplugin2, downloadonly, fastestmirror, kernel-module, keys, list-data, presto, refresh-packagekit, versionlock
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-11&arch=i386 error was
[Errno 4] IOError: <urlopen error [Errno -2] Name or service not known>
Cannot find a valid baseurl for repo: rpmfusion-free
How can I fix this?