Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 567982
Summary: | ValueError: Error parsing "proxy = 'intel-s3ea2-02.rhts.eng.bos.redhat.com:8080'": URL must be http, ftp or https not "intel-s3ea2-02.rhts.eng.bos.redhat.com" | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Alexander Todorov <atodorov> | ||||
Component: | anaconda | Assignee: | Chris Lumens <clumens> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Release Test Team <release-test-team-automation> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6.0 | CC: | rvykydal | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | anaconda_trace_hash:91b495ef736b2431d246e82fbbffafdf7c8a33b0ca62bfae93b6308f5ef8b4da | ||||||
Fixed In Version: | anaconda-13.21.22-1.el6 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 576691 (view as bug list) | Environment: | |||||
Last Closed: | 2010-07-02 18:50:25 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Alexander Todorov
2010-02-24 14:38:29 UTC
Created attachment 396074 [details]
Attached traceback automatically from anaconda.
This is before packages selection screen when using an http proxy without specifying the protocol part. In loader I've entered the hostname:port of the proxy without http:// in front. In the proxy log I see that images/install.img was successfully downloaded which means that loader understands the hostname:port syntax but stage2 doesn't. Either make stage2 not require the protocol part or if that's required make loader require/warn for it as well. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux major release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Major release. This request is not yet committed for inclusion. *** Bug 574383 has been marked as a duplicate of this bug. *** When I boot with proxy=host:port the proxy UI in loader correctly modifies this as http://host:port. If I delete the "http://" part in the loader UI then I still get a traceback. Chris, can you move the code which adds the "http://" part after the URL config/Proxy config screen in loader so that it takes care of the second use case as well. With snap #4 (0512.0) I specified a proxy in loader and that wasn't carried over to stage2. The proxy fields in the repo config were disabled. When manually editted the proxy value yum was unable to download repository metadata. From another system I've tested that the proxy works as expected and I can reach the install directory via the proxy. Moving to ASSIGNED. Chris, can you take care of this and comment #7 as well. These are different bugs, file different bug reports. with anaconda 13.21.50 I've booted with proxy=host:port and anaconda used the proxy to download stage2 images. Moving to VERIFIED. As suggested in comment #9 I'll open another bug report for the other issue. Red Hat Enterprise Linux Beta 2 is now available and should resolve the problem described in this bug report. This report is therefore being closed with a resolution of CURRENTRELEASE. You may reopen this bug report if the solution does not work for you. |