mastodon / documentation

Mastodon documentation
https://docs.joinmastodon.org
GNU Free Documentation License v1.3
1.7k stars 975 forks source link

su - mastodon: "This account is currently not available." #1372

Open tibequadorian opened 9 months ago

tibequadorian commented 9 months ago

The following line in https://docs.joinmastodon.org/admin/install/#installing-ruby

adduser --disabled-login mastodon

will set the login shell to /usr/sbin/nologin and therefore the following line

su - mastodon

results in

This account is currently not available.

unless used with -s /bin/bash

This happened to me on Debian 12. See this commit: https://salsa.debian.org/debian/adduser/-/commit/427ade7d9116af5af7baa9d0c538e14fa86560cf

vmstan commented 8 months ago

I think I've run into this in testing as well.