Project

Profile

Help

Issue #2068

closed

HTTP 404: When trying to run yum update from a pulp-consumer

Added by Anonymous almost 8 years ago. Updated almost 4 years ago.

Status:
CLOSED - NOTABUG
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
2.8.5
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

I am trying to bind a pulp consumer to a specific repository and execute a simple yum update.

I get the following error.

...pulp/repos/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found

I also tried using curl -O from the same puppet server but it seems that the file is on the file-system and it was published correctly. When browsing from Chrome it just like the file is not there.


Since /var/lib/pulp is a symlink location then I have the following configuration file for pulp_content.conf.

<Location /pulp/content/>
    XSendFile on
    XSendFilePath /<mount_location>/content
    XSendFilePath /<mount_location>/pkg/published
    XSendFilePath /var/lib/pulp/content
    XSendFilePath /var/lib/pulp/published
</Location>

Also available in: Atom PDF