Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
I installed FC5 in Compaq IV desktop. I have the following problems...
(1)"Add/Remove probrams" option.
I got the error "Unable to retrieve software information".I updated
yum with update options , upate yum.conf file as per instructions in Linux forum but it doesn't work.
2)Error during executing find command :->
find: WARNING: Hard link count is wrong for ./selinux: this may be a bug in your filesystem driver. Automatically turning on find's -noleaf option. Earlier re sults may have failed to include directories that should have been searched.
I download patch "findutils-4.2.27-linkcount.patch" for the above error. Can you please guide me how to install this patch in FC5.
(3) While running "YUM Extender" getting following error.
Error:failure: repodata/repomd.xml from base: [Error 256] No more mirrors to try.(fwd).
Can you please guide me how to resolve the above error in FC5.
Hi manish_meet_in,
It is better to define the environment variable http_proxy by assigning http_proxy=http://your_proxyort_number/ and then export it.
Because, defining the variable http_proxy by assigning http_proxy=your_proxyort_number and then exporting as an environment variable did not work in some systems.
Once you have done that, become superuser and then you can use yum to update, install or remove packages. If you have yum then you will not need yumex.
Well, pup stands for package updater which takes the place of "up2date" which used to be the previous update tool.
find: WARNING: Hard link count is wrong for ./selinux: this may be a bug in your filesystem driver. Automatically turning on find's -noleaf option. Earlier re sults may have failed to include directories that should have been searched.
The above error resolved after run "fsck". Can you please guide me for the error 1 and 3.
Hi manish_meet_in,
Just setting the environment variable http_proxy as "http://yourproxy:portnumber/" works without any problems.
After you configure this why don't try using "echo $http_proxy" or "set" to verify that it has been set properly as required. I see no problems at all, unless some firewall is blocking yum.
Also, in GNOME, configuring proxy settings in System -> Preferences -> Network Proxy should assign this variable automatically in every gnome-terminal that you launch.
I would suggest you to re-check on this. Also, if you can solve error 1 then you do not have to worry about error 3 as yum alone is sufficient for installing, updating or removing packages.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.