FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Im unable to do an update,list,etc any packages at all.
i get this error
Code:
Process 2988 (yum) has been started.
Please be patient, this may be a lengthy operation...
(Command being executed: yum -y info updates).
***
***
*** Unable to read version lock configuration: [Errno 5] OSError: [Errno 2] No such file or directory: '/etc/yum/pluginconf.d/versionlock.list'
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Loading "downloadonly" plugin
Loading "changelog" plugin
Loading "protectbase" plugin
Loading "versionlock" plugin
Loading "tsflags" plugin
Loading "kernel-module" plugin
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
0 packages excluded due to repository protections
Reading version lock configuration
Process exited normally with code 1.
Hey I am also getting these errors. It began when i updated yum and installed more utilities to yum via yumex. Perhaps if i revert back this will be fixed but i don't know how to do that! Any suggestions?
Hi shrikant.odugoudar,
versionlock plugin for YUM is for you to prevent YUM from updating the versions or "lock the version" of some selected packages if you wish to, by mentioning it in /etc/yum/pluginconf.d/versionlock.list file. This plugin is not needed if you do not intend to do so.
Once this plugin is installed, every time when YUM starts, it checks for the existence of /etc/yum/pluginconf.d/versionlock.list file. Since, it is by default not created, the simple way to solve this issue is to create a blank file named versionlock.list in /etc/yum/pluginconf.d/ folder. Try doing it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.