Page 2 of 2

Re: issues while updating to RHEL 7.7

Posted: Fri Mar 20, 2020 9:57 am
by ronaldocr
Sorry I did not read the last line, I need to check online for new package :)

Re: issues while updating to RHEL 7.7

Posted: Fri Mar 20, 2020 10:21 am
by lmiltchev
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:

Code: Select all

yum provides freetds
I see:

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
Let us know if you have any further questions or it is OK to close this topic. Thank you!

Re: issues while updating to RHEL 7.7

Posted: Fri Mar 20, 2020 10:38 am
by ronaldocr
Will RHEL 7.7 work with the current version of freetds 0.95.81-1.el7 ?

Re: issues while updating to RHEL 7.7

Posted: Fri Mar 20, 2020 10:54 am
by lmiltchev
According to our developers, it should. Thanks!

Re: issues while updating to RHEL 7.7

Posted: Fri Mar 20, 2020 10:55 am
by ronaldocr
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:

Code: Select all

yum provides freetds
I see:

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
Let us know if you have any further questions or it is OK to close this topic. Thank you!

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

Posted: Fri Mar 20, 2020 11:07 am
by lmiltchev
So, can you update the existing package by running the command below:

Code: Select all

yum update freetds
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".