Redhat repos not found












0















I have a Redhat 7 system on loan from a customer in order to install a 32-bit application. To get the application to work, I need to install the gtk2.i686 toolkit.



By doing this command:



yum list --showduplicates gtk2


I can see the installed 64-bit package is:



gtk2.x86_64                               2.24.31-1.el7                                     @rhel-7-server-rpms


So I try to install the matching 32-bit version, as follows:



yum install gtk2-2.24.31-1.el7.i686


This leads to a list of dependencies, and gives the approval prompt:



Install  1 Package  (+79 Dependent packages)
Upgrade ( 5 Dependent packages)
Total size: 30 M
Total download size: 24 M
Is this ok [y/d/N]:


But, when I agree, it fails on a slew of "could not resolve host errors", e.g.



zlib-1.2.7-18.el7.i686.rpm     FAILED                                          
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/os/Packages/z/zlib-1.2.7-18.el7.i686.rpm: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.


I get similar errors when I do a "yum repolist".



# yum repolist
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager

https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/ansible/2.6/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-maintenance/6/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.3/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.4/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
repo id repo name status
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 12,908
google-chrome google-chrome 3
!rhel-7-server-ansible-2.6-rpms/x86_64 Red Hat Ansible Engine 2.6 RPMs for Red Hat Enterprise 18
!rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 1,063
!rhel-7-server-optional-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Optional (RPMs) 17,348
!rhel-7-server-rpms/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 23,690
!rhel-7-server-satellite-maintenance-6-rpms/x86_64 Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (R 26
!rhel-7-server-satellite-tools-6.3-rpms/x86_64 Red Hat Satellite Tools 6.3 (for RHEL 7 Server) (RPMs) 94
!rhel-7-server-satellite-tools-6.4-rpms/x86_64 Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (RPMs) 73
!rhel-server-rhscl-7-rpms/x86_64 Red Hat Software Collections RPMs for Red Hat Enterpri 10,935
repolist: 66,158


This command:



subscription-manager status


Show the status is current.



The command



nslookup google.com


resolves correctly, and I can browser normally.



Here are the contents of /etc/resolv.conf



# Generated by NetworkManager
search othecompany.dom
nameserver 1.1.1.1


If I try a curl command on any of the repos urls generated by the yum repolist, they aren't found by the dns server.



So, for some reason, it seems the names in the RedHat 7 repos aren't available on a public DNS. Maybe they're on the other company's DNS server?










share|improve this question




















  • 3





    rhs6.loc is not a valid DNS name; my initial guess is that it's an internal domain for the other company, and now that the machine is loaned out, the machine cannot reach that network/DNS.

    – Jeff Schaller
    11 hours ago






  • 2





    My guess is that the company named it that for "Red Hat Satellite 6", and that's their, uh, Red Hat Satellite 6 system — but that's just a guess.

    – mattdm
    10 hours ago











  • Ah, ok. That has to be it, I was wondering what the RH6 was all about. I will read up on it. Thanks!

    – Jack BeNimble
    10 hours ago
















0















I have a Redhat 7 system on loan from a customer in order to install a 32-bit application. To get the application to work, I need to install the gtk2.i686 toolkit.



By doing this command:



yum list --showduplicates gtk2


I can see the installed 64-bit package is:



gtk2.x86_64                               2.24.31-1.el7                                     @rhel-7-server-rpms


So I try to install the matching 32-bit version, as follows:



yum install gtk2-2.24.31-1.el7.i686


This leads to a list of dependencies, and gives the approval prompt:



Install  1 Package  (+79 Dependent packages)
Upgrade ( 5 Dependent packages)
Total size: 30 M
Total download size: 24 M
Is this ok [y/d/N]:


But, when I agree, it fails on a slew of "could not resolve host errors", e.g.



zlib-1.2.7-18.el7.i686.rpm     FAILED                                          
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/os/Packages/z/zlib-1.2.7-18.el7.i686.rpm: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.


I get similar errors when I do a "yum repolist".



# yum repolist
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager

https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/ansible/2.6/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-maintenance/6/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.3/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.4/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
repo id repo name status
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 12,908
google-chrome google-chrome 3
!rhel-7-server-ansible-2.6-rpms/x86_64 Red Hat Ansible Engine 2.6 RPMs for Red Hat Enterprise 18
!rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 1,063
!rhel-7-server-optional-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Optional (RPMs) 17,348
!rhel-7-server-rpms/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 23,690
!rhel-7-server-satellite-maintenance-6-rpms/x86_64 Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (R 26
!rhel-7-server-satellite-tools-6.3-rpms/x86_64 Red Hat Satellite Tools 6.3 (for RHEL 7 Server) (RPMs) 94
!rhel-7-server-satellite-tools-6.4-rpms/x86_64 Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (RPMs) 73
!rhel-server-rhscl-7-rpms/x86_64 Red Hat Software Collections RPMs for Red Hat Enterpri 10,935
repolist: 66,158


This command:



subscription-manager status


Show the status is current.



The command



nslookup google.com


resolves correctly, and I can browser normally.



Here are the contents of /etc/resolv.conf



# Generated by NetworkManager
search othecompany.dom
nameserver 1.1.1.1


If I try a curl command on any of the repos urls generated by the yum repolist, they aren't found by the dns server.



So, for some reason, it seems the names in the RedHat 7 repos aren't available on a public DNS. Maybe they're on the other company's DNS server?










share|improve this question




















  • 3





    rhs6.loc is not a valid DNS name; my initial guess is that it's an internal domain for the other company, and now that the machine is loaned out, the machine cannot reach that network/DNS.

    – Jeff Schaller
    11 hours ago






  • 2





    My guess is that the company named it that for "Red Hat Satellite 6", and that's their, uh, Red Hat Satellite 6 system — but that's just a guess.

    – mattdm
    10 hours ago











  • Ah, ok. That has to be it, I was wondering what the RH6 was all about. I will read up on it. Thanks!

    – Jack BeNimble
    10 hours ago














0












0








0








I have a Redhat 7 system on loan from a customer in order to install a 32-bit application. To get the application to work, I need to install the gtk2.i686 toolkit.



By doing this command:



yum list --showduplicates gtk2


I can see the installed 64-bit package is:



gtk2.x86_64                               2.24.31-1.el7                                     @rhel-7-server-rpms


So I try to install the matching 32-bit version, as follows:



yum install gtk2-2.24.31-1.el7.i686


This leads to a list of dependencies, and gives the approval prompt:



Install  1 Package  (+79 Dependent packages)
Upgrade ( 5 Dependent packages)
Total size: 30 M
Total download size: 24 M
Is this ok [y/d/N]:


But, when I agree, it fails on a slew of "could not resolve host errors", e.g.



zlib-1.2.7-18.el7.i686.rpm     FAILED                                          
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/os/Packages/z/zlib-1.2.7-18.el7.i686.rpm: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.


I get similar errors when I do a "yum repolist".



# yum repolist
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager

https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/ansible/2.6/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-maintenance/6/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.3/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.4/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
repo id repo name status
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 12,908
google-chrome google-chrome 3
!rhel-7-server-ansible-2.6-rpms/x86_64 Red Hat Ansible Engine 2.6 RPMs for Red Hat Enterprise 18
!rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 1,063
!rhel-7-server-optional-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Optional (RPMs) 17,348
!rhel-7-server-rpms/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 23,690
!rhel-7-server-satellite-maintenance-6-rpms/x86_64 Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (R 26
!rhel-7-server-satellite-tools-6.3-rpms/x86_64 Red Hat Satellite Tools 6.3 (for RHEL 7 Server) (RPMs) 94
!rhel-7-server-satellite-tools-6.4-rpms/x86_64 Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (RPMs) 73
!rhel-server-rhscl-7-rpms/x86_64 Red Hat Software Collections RPMs for Red Hat Enterpri 10,935
repolist: 66,158


This command:



subscription-manager status


Show the status is current.



The command



nslookup google.com


resolves correctly, and I can browser normally.



Here are the contents of /etc/resolv.conf



# Generated by NetworkManager
search othecompany.dom
nameserver 1.1.1.1


If I try a curl command on any of the repos urls generated by the yum repolist, they aren't found by the dns server.



So, for some reason, it seems the names in the RedHat 7 repos aren't available on a public DNS. Maybe they're on the other company's DNS server?










share|improve this question
















I have a Redhat 7 system on loan from a customer in order to install a 32-bit application. To get the application to work, I need to install the gtk2.i686 toolkit.



By doing this command:



yum list --showduplicates gtk2


I can see the installed 64-bit package is:



gtk2.x86_64                               2.24.31-1.el7                                     @rhel-7-server-rpms


So I try to install the matching 32-bit version, as follows:



yum install gtk2-2.24.31-1.el7.i686


This leads to a list of dependencies, and gives the approval prompt:



Install  1 Package  (+79 Dependent packages)
Upgrade ( 5 Dependent packages)
Total size: 30 M
Total download size: 24 M
Is this ok [y/d/N]:


But, when I agree, it fails on a slew of "could not resolve host errors", e.g.



zlib-1.2.7-18.el7.i686.rpm     FAILED                                          
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/os/Packages/z/zlib-1.2.7-18.el7.i686.rpm: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.


I get similar errors when I do a "yum repolist".



# yum repolist
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager

https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/ansible/2.6/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-maintenance/6/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.3/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.4/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
repo id repo name status
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 12,908
google-chrome google-chrome 3
!rhel-7-server-ansible-2.6-rpms/x86_64 Red Hat Ansible Engine 2.6 RPMs for Red Hat Enterprise 18
!rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 1,063
!rhel-7-server-optional-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Optional (RPMs) 17,348
!rhel-7-server-rpms/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 23,690
!rhel-7-server-satellite-maintenance-6-rpms/x86_64 Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (R 26
!rhel-7-server-satellite-tools-6.3-rpms/x86_64 Red Hat Satellite Tools 6.3 (for RHEL 7 Server) (RPMs) 94
!rhel-7-server-satellite-tools-6.4-rpms/x86_64 Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (RPMs) 73
!rhel-server-rhscl-7-rpms/x86_64 Red Hat Software Collections RPMs for Red Hat Enterpri 10,935
repolist: 66,158


This command:



subscription-manager status


Show the status is current.



The command



nslookup google.com


resolves correctly, and I can browser normally.



Here are the contents of /etc/resolv.conf



# Generated by NetworkManager
search othecompany.dom
nameserver 1.1.1.1


If I try a curl command on any of the repos urls generated by the yum repolist, they aren't found by the dns server.



So, for some reason, it seems the names in the RedHat 7 repos aren't available on a public DNS. Maybe they're on the other company's DNS server?







rhel yum dns 32bit






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 11 hours ago







Jack BeNimble

















asked 11 hours ago









Jack BeNimbleJack BeNimble

1206




1206








  • 3





    rhs6.loc is not a valid DNS name; my initial guess is that it's an internal domain for the other company, and now that the machine is loaned out, the machine cannot reach that network/DNS.

    – Jeff Schaller
    11 hours ago






  • 2





    My guess is that the company named it that for "Red Hat Satellite 6", and that's their, uh, Red Hat Satellite 6 system — but that's just a guess.

    – mattdm
    10 hours ago











  • Ah, ok. That has to be it, I was wondering what the RH6 was all about. I will read up on it. Thanks!

    – Jack BeNimble
    10 hours ago














  • 3





    rhs6.loc is not a valid DNS name; my initial guess is that it's an internal domain for the other company, and now that the machine is loaned out, the machine cannot reach that network/DNS.

    – Jeff Schaller
    11 hours ago






  • 2





    My guess is that the company named it that for "Red Hat Satellite 6", and that's their, uh, Red Hat Satellite 6 system — but that's just a guess.

    – mattdm
    10 hours ago











  • Ah, ok. That has to be it, I was wondering what the RH6 was all about. I will read up on it. Thanks!

    – Jack BeNimble
    10 hours ago








3




3





rhs6.loc is not a valid DNS name; my initial guess is that it's an internal domain for the other company, and now that the machine is loaned out, the machine cannot reach that network/DNS.

– Jeff Schaller
11 hours ago





rhs6.loc is not a valid DNS name; my initial guess is that it's an internal domain for the other company, and now that the machine is loaned out, the machine cannot reach that network/DNS.

– Jeff Schaller
11 hours ago




2




2





My guess is that the company named it that for "Red Hat Satellite 6", and that's their, uh, Red Hat Satellite 6 system — but that's just a guess.

– mattdm
10 hours ago





My guess is that the company named it that for "Red Hat Satellite 6", and that's their, uh, Red Hat Satellite 6 system — but that's just a guess.

– mattdm
10 hours ago













Ah, ok. That has to be it, I was wondering what the RH6 was all about. I will read up on it. Thanks!

– Jack BeNimble
10 hours ago





Ah, ok. That has to be it, I was wondering what the RH6 was all about. I will read up on it. Thanks!

– Jack BeNimble
10 hours ago










1 Answer
1






active

oldest

votes


















3














It is not a maybe, the names are part of a private DNS space, and they are apparently pointing to an internal Satellite setup.



Changing the DNS for a public DNS name as Google won't work solving private DNS names only known to the organisation DNS servers.



If they are having internal DNS setup problems, and/or Satellite problems, file a ticket with your client help desk.



Otherwise, you wont normally be able to upgrade/install RH packages under their contract.



See for reference Red Hat Satellite - The best way to manage your Red Hat infrastructure



also Understanding Red Hat Content Delivery Network Repositories and their usage with Satellite 6






share|improve this answer


























  • I would like to give this a shot using the public repos. I have a Clonzilla backup and can always restore to the original if something goes awry. Can you point me to those? It looks like this link gives a good idea: access.redhat.com/discussions/1405933

    – Jack BeNimble
    10 hours ago








  • 1





    Please read what I just wrote: "Also doing that, could be a violation of some internal software policy, so I do advise filing that help desk ticket." It is not a given the internal repos have identical versions of the outside repos if they are doing revision quality control.

    – Rui F Ribeiro
    10 hours ago








  • 1





    @JackBeNimble There are not public repos. Red Hat Enterprise Linux 7 is a commercial product.

    – mattdm
    10 hours ago






  • 1





    @mattdm Yeah, I am not being clear, and was forgetting that detail.

    – Rui F Ribeiro
    10 hours ago






  • 1





    It could have put that in the question and that would have helped us both and saved time. I have to get out, need to pay atention to wife, sorry.

    – Rui F Ribeiro
    10 hours ago













Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505375%2fredhat-repos-not-found%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














It is not a maybe, the names are part of a private DNS space, and they are apparently pointing to an internal Satellite setup.



Changing the DNS for a public DNS name as Google won't work solving private DNS names only known to the organisation DNS servers.



If they are having internal DNS setup problems, and/or Satellite problems, file a ticket with your client help desk.



Otherwise, you wont normally be able to upgrade/install RH packages under their contract.



See for reference Red Hat Satellite - The best way to manage your Red Hat infrastructure



also Understanding Red Hat Content Delivery Network Repositories and their usage with Satellite 6






share|improve this answer


























  • I would like to give this a shot using the public repos. I have a Clonzilla backup and can always restore to the original if something goes awry. Can you point me to those? It looks like this link gives a good idea: access.redhat.com/discussions/1405933

    – Jack BeNimble
    10 hours ago








  • 1





    Please read what I just wrote: "Also doing that, could be a violation of some internal software policy, so I do advise filing that help desk ticket." It is not a given the internal repos have identical versions of the outside repos if they are doing revision quality control.

    – Rui F Ribeiro
    10 hours ago








  • 1





    @JackBeNimble There are not public repos. Red Hat Enterprise Linux 7 is a commercial product.

    – mattdm
    10 hours ago






  • 1





    @mattdm Yeah, I am not being clear, and was forgetting that detail.

    – Rui F Ribeiro
    10 hours ago






  • 1





    It could have put that in the question and that would have helped us both and saved time. I have to get out, need to pay atention to wife, sorry.

    – Rui F Ribeiro
    10 hours ago


















3














It is not a maybe, the names are part of a private DNS space, and they are apparently pointing to an internal Satellite setup.



Changing the DNS for a public DNS name as Google won't work solving private DNS names only known to the organisation DNS servers.



If they are having internal DNS setup problems, and/or Satellite problems, file a ticket with your client help desk.



Otherwise, you wont normally be able to upgrade/install RH packages under their contract.



See for reference Red Hat Satellite - The best way to manage your Red Hat infrastructure



also Understanding Red Hat Content Delivery Network Repositories and their usage with Satellite 6






share|improve this answer


























  • I would like to give this a shot using the public repos. I have a Clonzilla backup and can always restore to the original if something goes awry. Can you point me to those? It looks like this link gives a good idea: access.redhat.com/discussions/1405933

    – Jack BeNimble
    10 hours ago








  • 1





    Please read what I just wrote: "Also doing that, could be a violation of some internal software policy, so I do advise filing that help desk ticket." It is not a given the internal repos have identical versions of the outside repos if they are doing revision quality control.

    – Rui F Ribeiro
    10 hours ago








  • 1





    @JackBeNimble There are not public repos. Red Hat Enterprise Linux 7 is a commercial product.

    – mattdm
    10 hours ago






  • 1





    @mattdm Yeah, I am not being clear, and was forgetting that detail.

    – Rui F Ribeiro
    10 hours ago






  • 1





    It could have put that in the question and that would have helped us both and saved time. I have to get out, need to pay atention to wife, sorry.

    – Rui F Ribeiro
    10 hours ago
















3












3








3







It is not a maybe, the names are part of a private DNS space, and they are apparently pointing to an internal Satellite setup.



Changing the DNS for a public DNS name as Google won't work solving private DNS names only known to the organisation DNS servers.



If they are having internal DNS setup problems, and/or Satellite problems, file a ticket with your client help desk.



Otherwise, you wont normally be able to upgrade/install RH packages under their contract.



See for reference Red Hat Satellite - The best way to manage your Red Hat infrastructure



also Understanding Red Hat Content Delivery Network Repositories and their usage with Satellite 6






share|improve this answer















It is not a maybe, the names are part of a private DNS space, and they are apparently pointing to an internal Satellite setup.



Changing the DNS for a public DNS name as Google won't work solving private DNS names only known to the organisation DNS servers.



If they are having internal DNS setup problems, and/or Satellite problems, file a ticket with your client help desk.



Otherwise, you wont normally be able to upgrade/install RH packages under their contract.



See for reference Red Hat Satellite - The best way to manage your Red Hat infrastructure



also Understanding Red Hat Content Delivery Network Repositories and their usage with Satellite 6







share|improve this answer














share|improve this answer



share|improve this answer








edited 10 hours ago

























answered 11 hours ago









Rui F RibeiroRui F Ribeiro

41.3k1481140




41.3k1481140













  • I would like to give this a shot using the public repos. I have a Clonzilla backup and can always restore to the original if something goes awry. Can you point me to those? It looks like this link gives a good idea: access.redhat.com/discussions/1405933

    – Jack BeNimble
    10 hours ago








  • 1





    Please read what I just wrote: "Also doing that, could be a violation of some internal software policy, so I do advise filing that help desk ticket." It is not a given the internal repos have identical versions of the outside repos if they are doing revision quality control.

    – Rui F Ribeiro
    10 hours ago








  • 1





    @JackBeNimble There are not public repos. Red Hat Enterprise Linux 7 is a commercial product.

    – mattdm
    10 hours ago






  • 1





    @mattdm Yeah, I am not being clear, and was forgetting that detail.

    – Rui F Ribeiro
    10 hours ago






  • 1





    It could have put that in the question and that would have helped us both and saved time. I have to get out, need to pay atention to wife, sorry.

    – Rui F Ribeiro
    10 hours ago





















  • I would like to give this a shot using the public repos. I have a Clonzilla backup and can always restore to the original if something goes awry. Can you point me to those? It looks like this link gives a good idea: access.redhat.com/discussions/1405933

    – Jack BeNimble
    10 hours ago








  • 1





    Please read what I just wrote: "Also doing that, could be a violation of some internal software policy, so I do advise filing that help desk ticket." It is not a given the internal repos have identical versions of the outside repos if they are doing revision quality control.

    – Rui F Ribeiro
    10 hours ago








  • 1





    @JackBeNimble There are not public repos. Red Hat Enterprise Linux 7 is a commercial product.

    – mattdm
    10 hours ago






  • 1





    @mattdm Yeah, I am not being clear, and was forgetting that detail.

    – Rui F Ribeiro
    10 hours ago






  • 1





    It could have put that in the question and that would have helped us both and saved time. I have to get out, need to pay atention to wife, sorry.

    – Rui F Ribeiro
    10 hours ago



















I would like to give this a shot using the public repos. I have a Clonzilla backup and can always restore to the original if something goes awry. Can you point me to those? It looks like this link gives a good idea: access.redhat.com/discussions/1405933

– Jack BeNimble
10 hours ago







I would like to give this a shot using the public repos. I have a Clonzilla backup and can always restore to the original if something goes awry. Can you point me to those? It looks like this link gives a good idea: access.redhat.com/discussions/1405933

– Jack BeNimble
10 hours ago






1




1





Please read what I just wrote: "Also doing that, could be a violation of some internal software policy, so I do advise filing that help desk ticket." It is not a given the internal repos have identical versions of the outside repos if they are doing revision quality control.

– Rui F Ribeiro
10 hours ago







Please read what I just wrote: "Also doing that, could be a violation of some internal software policy, so I do advise filing that help desk ticket." It is not a given the internal repos have identical versions of the outside repos if they are doing revision quality control.

– Rui F Ribeiro
10 hours ago






1




1





@JackBeNimble There are not public repos. Red Hat Enterprise Linux 7 is a commercial product.

– mattdm
10 hours ago





@JackBeNimble There are not public repos. Red Hat Enterprise Linux 7 is a commercial product.

– mattdm
10 hours ago




1




1





@mattdm Yeah, I am not being clear, and was forgetting that detail.

– Rui F Ribeiro
10 hours ago





@mattdm Yeah, I am not being clear, and was forgetting that detail.

– Rui F Ribeiro
10 hours ago




1




1





It could have put that in the question and that would have helped us both and saved time. I have to get out, need to pay atention to wife, sorry.

– Rui F Ribeiro
10 hours ago







It could have put that in the question and that would have helped us both and saved time. I have to get out, need to pay atention to wife, sorry.

– Rui F Ribeiro
10 hours ago




















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505375%2fredhat-repos-not-found%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Loup dans la culture

How to solve the problem of ntp “Unable to contact time server” from KDE?

Connection limited (no internet access)