Description of the problem
When I try to access my distributions on the content app of my dev box at http://pulp3-source-fedora36.qatix71.example.com/pulp/content/ I just get “404: Not Found”.
Additional information
- The only thing that does not seem to work right is accessing the distributed content.
- Trying to use IP addresses instaed of box name makes no difference.
- Using https:// yields “unable to connect” but since the box was built with
pulp_webserver_disable_https: true
that is expected. - The basic problem exists with both boxes using nginx as well as apache.
- One special oddity of the Apache box, is that I can see the list of content at
URL/pulp/content
, but not atURL/pulp/content/
. However if I navigate to one of the listed repos I get “Not found” (with and without trailing /). - On the nginx box
URL/pulp/content
redirects toURL/pulp/content/
which then gives 404. - I can see requests coming in via
pjournal
when I try to access content.
About affected boxes
Several ATIX developers have independently reported similar issues on boxes old and new, but I have re-tested everything on a pulp3-source-fedora36
box that I built this morning using latest main branch for pulp_installer, pulpcore, and all used plugins.
The weirdest reported effect concerns a box that is being used as an external Pulp node of a Katello development environment: It seems here the distributions created by Katello can be browsed, but those created from within the pulplift box can not (really weird)!