Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ever-growing /usr/lib/{passwd,group} #92

Closed
cgwalters opened this issue Jan 7, 2015 · 1 comment
Closed

Ever-growing /usr/lib/{passwd,group} #92

cgwalters opened this issue Jan 7, 2015 · 1 comment

Comments

@cgwalters
Copy link
Member

#79 caused a regression in combination with #69 because the data is in both files, we end up accumulating copies of it in the temporary /etc/passwd, and then when re-split, that duplicate data ends up in the new /usr/lib/passwd.

The fix here will be to ignore duplicates when creating the temporary /etc/passwd.

cgwalters added a commit to cgwalters/rpm-ostree that referenced this issue Jan 7, 2015
Due to an intersection of #79 and #69, we ended up continually
accumulating copies in /usr/lib/{passwd,group}.  The fix here is to
deduplicate when constructing the temporary /etc/passwd that the RPM
install will operate on.

Closes: coreos#92
cgwalters added a commit to cgwalters/rpm-ostree that referenced this issue Jan 7, 2015
Due to an intersection of #79 and #69, we ended up continually
accumulating copies in /usr/lib/{passwd,group}.  The fix here is to
deduplicate when constructing the temporary /etc/passwd that the RPM
install will operate on.

Closes: coreos#92
@cgwalters
Copy link
Member Author

This was fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant