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

archivematica-storage-service package tries to chown/chmod non-existent directory #163

Open
jpellman opened this issue Apr 24, 2018 · 0 comments

Comments

@jpellman
Copy link

In a CentOS 7 fresh install I noticed the following lines during a yum install of the archivematica-storage-service package:

  Installing : archivematica-storage-service-0.11.0-~rc.7.x86_64          32/33
chown: cannot access ‘/var/lib/archivematica’: No such file or directory
chmod: cannot access ‘/var/lib/archivematica/’: No such file or directory
c26a520d5cfb8ac3ec3e03c69964a40f14a00b3c

The culprits for this are here and here. References to /var/lib/archivematica should be removed in CentOS 7 packages if this path is not being used.

Not tagging this with phase 1 since it doesn't prevent a full install / have any obvious ill effects and is mostly just something that needs to be cleaned up.

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