Bug 1102897
| Summary: | installation from ISO fails with missing package | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Adam Price <adprice> | ||||
| Component: | Inter Satellite Sync | Assignee: | Jason Montleon <jmontleo> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Sachin Ghai <sghai> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.3 | CC: | cwelton, mmccune, sghai | ||||
| Target Milestone: | Unspecified | Keywords: | Triaged | ||||
| Target Release: | Unused | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-07-02 14:08:43 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
If your system has access to both RHEL and the SCL repo the install works fine: [root@dhcp-8-30-235 iso]# yum repolist Loaded plugins: product-id, subscription-manager This system is receiving updates from Red Hat Subscription Management. rhel-6-server-rpms | 3.7 kB 00:00 rhel-server-rhscl-6-rpms | 3.1 kB 00:00 repo id repo name status katello-local katello-local 334 rhel-6-server-rpms Red Hat Enterprise Linux 6 Server (RPMs) 12,602 rhel-server-rhscl-6-rpms Red Hat Software Collections RPMs for Red Hat En 1,251 repolist: 14,187 [root@dhcp-8-30-235 iso]# ./install_packages --nogpgsigs This script will install the katello packages on the current machine. - Ensuring we are in an expected directory. - Copying installation files. - Creating a Repository File - Checking to see if Katello is already installed. - Importing the gpg key. - WARNING: Package GPG signatures will be ignored! - katello is not yet installed, installing it. This system is receiving updates from Red Hat Subscription Management. - Installation repository will remain configured for future package installs. - Installation media can now be safely unmounted. Install is complete. Please run katello-installer. [root@dhcp-8-30-235 iso]# Verified with sat6 beta snap9 compose2. I didn't see any dependency issue while installing sat6 using snap9 compose2 ISO. I tried on rhel6.5 system. System has access to both rhel and scl repos. [root@dhcp201-160 iso]# yum repolist Loaded plugins: product-id, rhnplugin, security, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. This system is receiving updates from RHN Classic or RHN Satellite. repo id repo name status katello-local katello-local 334 rhel-x86_64-server-6 Red Hat Enterprise Linux Server (v. 6 for 64-bit x86_64) 12,602 rhel-x86_64-server-6-rhscl-1 Red Hat Software Collections 1 (RHEL 6 Server x86_64) Install complete without any issue. [root@dhcp201-160 iso]# ./install_packages --nogpgsigs This script will install the katello packages on the current machine. - Ensuring we are in an expected directory. - Copying installation files. - Creating a Repository File - Checking to see if Katello is already installed. - Importing the gpg key. - WARNING: Package GPG signatures will be ignored! - katello is not yet installed, installing it. This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. - Installation repository will remain configured for future package installs. - Installation media can now be safely unmounted. Install is complete. Please run katello-installer. This was delivered with 6.0.3, which is the Satellite 6 Beta. This was delivered in 6.0.3, the Beta version of Satellite 6.0 |
Created attachment 900492 [details] missing dependency errors Description of problem: Installation of Satellite 6 via ISO fails with a missing package error. How reproducible: Occurs when using the SNAP7 compose ISO Steps to Reproduce: 1. new rhel6 install 2. subscribe to rhel server 3. $ wget snap7-compose.iso 4. $ mkdir /media/iso 5. $ mount -o loop snap7-compose.iso /media/iso 6. $ cd /media/iso 7. $ ./install_packages --nogpgsigs Actual results: fails with lots of missing packages messages (full output in attached file) Expected results: successful installation of Satellite 6 packages Additional info: