issues while updating to RHEL 7.7
Re: issues while updating to RHEL 7.7
Sorry I did not read the last line, I need to check online for new package 
Re: issues while updating to RHEL 7.7
No problem. 
Even though, the freetds package provided by the nagios repo is older, the newer package should be available from the epel repo. On my RHEL 7 system, when I run:
I see:
Let us know if you have any further questions or it is OK to close this topic. Thank you!
Even though, the freetds package provided by the nagios repo is older, the newer package should be available from the epel repo. On my RHEL 7 system, when I run:
Code: Select all
yum provides freetdsCode: Select all
freetds-0.95.81-1.el7.x86_64 : Implementation of the TDS (Tabular DataStream) protocol
Repo : nagiosxi-deps
freetds-1.1.20-1.el7.x86_64 : Implementation of the TDS (Tabular DataStream) protocol
Repo : epel
freetds-1.1.20-1.el7.x86_64 : Implementation of the TDS (Tabular DataStream) protocol
Repo : @epelBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: issues while updating to RHEL 7.7
Will RHEL 7.7 work with the current version of freetds 0.95.81-1.el7 ?
Re: issues while updating to RHEL 7.7
According to our developers, it should. Thanks!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: issues while updating to RHEL 7.7
lmiltchev wrote:No problem.
Even though, the freetds package provided by the nagios repo is older, the newer package should be available from the epel repo. On my RHEL 7 system, when I run:I see:Code: Select all
yum provides freetdsLet us know if you have any further questions or it is OK to close this topic. Thank you!Code: Select all
freetds-0.95.81-1.el7.x86_64 : Implementation of the TDS (Tabular DataStream) protocol Repo : nagiosxi-deps freetds-1.1.20-1.el7.x86_64 : Implementation of the TDS (Tabular DataStream) protocol Repo : epel freetds-1.1.20-1.el7.x86_64 : Implementation of the TDS (Tabular DataStream) protocol Repo : @epel
Then again for some reason we are unable to update the package from our epel repo.
# yum provides freetds
Loaded plugins: enabled_repos_upload, langpacks, package_upload, product-id, search-disabled-repos, subscription-manager, versionlock
freetds-1.1.11-1.el7.x86_64 : Implementation of the TDS (Tabular DataStream) protocol
Repo : xx-xx-xx-epel_el7_x86_64
freetds-0.95.81-1.el7.x86_64 : Implementation of the TDS (Tabular DataStream) protocol
Repo : installed
Re: issues while updating to RHEL 7.7
So, can you update the existing package by running the command below:
or you are still getting the 404 error?
If you are having an issue with your epel repo, you may need to find RPMs, and install them via "yum localinstall".
Code: Select all
yum update freetdsIf you are having an issue with your epel repo, you may need to find RPMs, and install them via "yum localinstall".
Be sure to check out our Knowledgebase for helpful articles and solutions!