Project

Profile

Help

Issue #7359

closed

pulplift dev environment is failing to build

Added by fao89 over 3 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

TASK [pulp_common : Make /var/lib/pulp world executable] ***********************
fatal: [pulp3-source-fedora32]: FAILED! => {
    "changed": false,
    "path": "/var/lib/pulp"
}
 
MSG:
 
file (/var/lib/pulp) is absent, cannot continue

Added by Mike DePaulo over 3 years ago

Revision 6582bcef | View on GitHub

Problem: pulplift dev environment is failing to build

Solution: Always create pulp_user_home . And give it owner user rwx permissions also.

fixes: #7359 https://pulp.plan.io/issues/7359

Added by Mike DePaulo over 3 years ago

Revision 6582bcef | View on GitHub

Problem: pulplift dev environment is failing to build

Solution: Always create pulp_user_home . And give it owner user rwx permissions also.

fixes: #7359 https://pulp.plan.io/issues/7359

Actions #1

Updated by Anonymous over 3 years ago

  • Status changed from NEW to MODIFIED
Actions #2

Updated by binlinf0 over 3 years ago

We got the below error when upgrading to latest the 3.6.0-1 TASK [pulp_common : Set group on all files in '/var/lib/pulp'] ********************************************************* fatal: [pulp3-1]: FAILED! => {"changed": false, "gid": 0, "group": "root", "mode": "0777", "msg": "/var/lib/pulp already exists as a link", "owner": "root", "path": "/var/lib/pulp", "size": 13, "state": "link", "uid": 0}

The reason is /var/lib/pulp includes all packages and is over 3TB in our case. We create a link /var/lib/pulp pointing to a large file system before running the installer. As the result, it fails because /var/lib/pulp is not a directory. It will be better to check if /var/lib/lib/pulp exist. Only create the directory if it doesn't exist as a link.

Actions #3

Updated by ttereshc over 3 years ago

  • Sprint/Milestone set to 3.8.0
Actions #4

Updated by ttereshc over 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF