Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

When I do Yum Update or yum group install "Server with GUI" its getting failure

AK00711-OracleDec 20 2021

Hello Team,
When I do Yum Update or yum group install "Server with GUI" its getting failure with below error.
(this is a Weblogic Server [Installed from Market Place Image] With Oracle Linux Image)
#############################
---> Package fwupdate-libs.x86_64 0:12-5.0.5.el7 will be installed
--> Processing Dependency: fwupdate-efi = 12-5.0.5.el7 for package: fwupdate-libs-12-5.0.5.el7.x86_64
---> Package fxload.x86_64 0:2002_04_11-16.el7 will be installed
---> Package gd.x86_64 0:2.0.35-27.el7_9 will be installed
--> Processing Dependency: libXpm.so.4()(64bit) for package: gd-2.0.35-27.el7_9.x86_64
---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
---> Package gnome-keyring.x86_64 0:3.28.2-1.el7 will be installed
One of the configured repositories failed (Unknown),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=<repoid> ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable <repoid> or
subscription-manager repos --disable=<repoid>
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
failed to retrieve repodata/filelists.xml.gz from ol7_latest-x86_64
error was [Errno 12] Timeout on http://127.0.0.1:9003/XMLRPC/GET-REQ/ol7_latest-x86_64/repodata/filelists.xml.gz: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 120 seconds')
#############################

Oracle Image:
[root@cwt3dmd2-wls-0 opc]# uname -a
Linux cwt3dmd2-wls-0 5.4.17-2102.204.4.4.el7uek.x86_64 #2 SMP Tue Aug 17 20:25:28 PDT 2021 x86_64 x86_64 x86_64 GNU/Linux
My Project work is stuck because of this.
Is this a Bug? or Known Issue? Because I tried out it two Machines running the same Image, getting error at the same place.
Please revert me ASAP.

Reagrds,
Arun
+91-9500238343

Comments

Post Details

Added on Dec 20 2021
1 comment
1,449 views