Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-101715

[system] add system proxy check

Linking RHIVOS CVEs to...Migration: Automation ...SWIFT: POC ConversionSync from "Extern...XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done-Errata
    • Icon: Normal Normal
    • None
    • rhel-8.10, rhel-9.0.0, rhel-10.0
    • sos
    • None
    • No
    • Low
    • rhel-sst-cee-supportability
    • None
    • False
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • Unspecified
    • Unspecified
    • Unspecified
    • None

      Based on the experience, the proxy would caused lots of issues(e.g cannot register, cannot dnf, curl...etc.),
      it would set in different conf(rhsm.conf, dnf.conf..) for different services, but the system setting(e.g profile, or simply export) also work, currently sos just collect variable name under system plugin, so it would better to collect proxy (e.g. https_proxy=xxx) individually, and make it easy check with root_symlink.

      # ll
      system-proxy-setting -> sos_commands/system/system_proxy_setting
      
      e.g.
      # cat system-proxy-setting
      No system proxy settings found.
      
      # cat system-proxy-setting
      http_proxy=http://********@proxy.example-test-test.com:8080
      https_proxy=http://********@proxy.example-test-test.com:8080
      
      # cat system-proxy-setting
      http_proxy=http://proxy.example-test-test.com:8080
      https_proxy=http://proxy.example-test-test.com:8080
      

              se-cee-supportability se cee-supportability
              rhn-support-jjansky Jan Jansky
              se cee-supportability se cee-supportability
              Adriana Jurkechova Adriana Jurkechova
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: