Skip to content

unable to sync python packages via proxy #433

@keilr

Description

@keilr

remote configuration:

$ .local/bin/pulp python remote list
[
  {
    "pulp_href": "/pulp/api/v3/remotes/python/python/c29cd792-70ee-4685-93a4-93406c0b9fb8/",
    "pulp_created": "2021-08-30T18:52:26.441534Z",
    "name": "pypi",
    "url": "https://pypi.org/",
    "ca_cert": null,
    "client_cert": null,
    "tls_validation": true,
    "proxy_url": "http://my-web-proxy.local:8080",
    "pulp_labels": {},
    "pulp_last_updated": "2021-08-30T19:24:11.665512Z",
    "download_concurrency": null,
    "max_retries": null,
    "policy": "on_demand",
    "total_timeout": null,
    "connect_timeout": null,
    "sock_connect_timeout": null,
    "sock_read_timeout": null,
    "headers": null,
    "rate_limit": null,
    "includes": [
      "ansible",
      "ansible-base",
      "ansible-lint"
    ],
    "excludes": [],
    "prereleases": false,
    "package_types": [],
    "keep_latest_packages": 0,
    "exclude_platforms": []
  }

error:

$ podman logs --follow pulp
pulp [e4be013a1fb34a829098328c8648769f]: bandersnatch.package:ERROR: Timeout error for ansible (0) not updating. Giving up.

Is it possible to enable verbose logging to see the URL that bandersnatch tries to fetch?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions