-
Notifications
You must be signed in to change notification settings - Fork 22
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
/etc/passwd userid issue #15
Comments
I used this (dirty) hack when installing stuff in the pilot repo:
Of course that only works if you have write access to Perhaps symlinking to the system |
Bart Oldeman suggested to make the following symlinks to resolve this (and other) issue(s):
|
@bartoldeman Is there any documentation available on why each of these should be symlinked? The only one I know why really is |
Many of these (the ones involving /var) I consider bugs in the gentoo prefix recipes, though it depends a bit on the use case. Similarly for sysconfdir (/etc) but it depends a lot, some things in /etc are static (so can be in cvmfs), some are system dependent, etc. Files like |
@JvD007 Could you test if this also solves the issue for you? |
How! like source /cvmfs/pilot.eessi-hpc.org/2020.09/init/bash or...... |
That doesn't work yet, but there is a |
@bedroge OK to close this then? |
Yes, think so, though we may still need some more symlinks later on. |
Add YAML lint action for eessi_sets.yml
Gentoo user prompt is wrong, Name is not from the local /etc/passwd.
dell@Innopad-01:~$ /cvmfs/pilot.eessi-hpc.org/test/gentoo/2020/startprefix
Entering Gentoo Prefix /cvmfs/pilot.eessi-hpc.org/test/gentoo/2020
henkjan@Innopad-01:~$
User is coming from /cvmfs/pilot.eessi-hpc.org/test/gentoo/2020/etc/passwd.
I have no name!@Innopad-01:/mnt/c/Users/Innopad$
User is not in the /etc/passwd file coming from /cvmfs/pilot.eessi-hpc.org/test/gentoo/2020/etc/passwd.
Can we use the local /etc/passwd file?
The text was updated successfully, but these errors were encountered: