i have completed task (Configure Local Yum repos) and please find commands, screenshots.but my task was failed with ‘samba’ package was not installed from ‘yum_local’ yum repository on Backup Server.
i am installed samba package with successfully and started service also…
@gunjiramanje Thanks for the picture you posted, I can see you added the following content in your yum_local.repo file:
[yum_local]
name=yum_local
baseurl=file:///packages/downloaded_rpms
gpgcheck=0
However you need to append one more line there:
enabled=1
Your final file should look like:
[yum_local]
name=yum_local
baseurl=file:///packages/downloaded_rpms
gpgcheck=0
enabled=1
enabled=1 , will mark this repository as a package source and then try installing samba.
Hi ,
I have same issue, yum local repo configuration task failed even though I did it perfectly and installed wget. But error was “wget pkg not installed”.