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

/var/lock symlinks to missing /run/lock #876

Open
svenfuchs opened this issue Aug 2, 2017 · 1 comment
Open

/var/lock symlinks to missing /run/lock #876

svenfuchs opened this issue Aug 2, 2017 · 1 comment

Comments

@svenfuchs
Copy link
Contributor

'/var/lock' is a symlink to '/run/lock' that does not exist:

https://travis-ci.org/ldorau/vltrace/jobs/258142825

$ ls -al /var/lock
lrwxrwxrwx 1 root root 11 Mar 13 05:48 /var/lock -> ../run/lock

$ ls -al /run/lock
ls: cannot access '/run/lock': No such file or directory
nibb13 added a commit to nibb13/pushall.sh that referenced this issue Sep 30, 2017
@nibb13
Copy link

nibb13 commented Sep 30, 2017

Upvoting this issue. I had to add an ugly workaround to my project to overcome this.

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

3 participants
@svenfuchs @nibb13 and others