-
Notifications
You must be signed in to change notification settings - Fork 66
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
Install failure, /home/$user doesn't exist #58
Comments
I've ran into the same issue, with very slightly different setup. I'm working on getting Fabric working with Crafty Controller that also setups a user with no home directory. OS:
Commands ran:
Error returned:
@EmilyBjoerk Were you able to get anything working with this? |
I did, I think I temporarily set the home dir to /var/tmp, not sure if I actually cleared it later tho.. |
@EmilyBjoerk , Thank you for the reply. |
I'm trying to install fabric on my dedicated linux MC server. I put the universal jar installer in the minecraft folder and ran:
sudo -u minecraft java -jar fabric-installer-0.6.1.51.jar server -dir . -mcversion 1.16.4
And get:
Minecraft is installed under
/opt/minecraft-1.16.4/
and ran as userminecraft
. The userminecraft
is a system user with non existent home directory/home/minecraft
and with shell set to/bin/nologin
. There are multiple minecraft instances running under this user.The install script tries to install something into the user's home folder. This limits the use of multiple different minecraft versions and is likely to fail with systems that are securely configured (e.g. service accounts don't have home directories).
The text was updated successfully, but these errors were encountered: