You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scaleway defaults to creating a debian user on their Debian images.
These ansible scripts also want to create a fosdem user, on the same uid of 1000. This creates an error situation:
We should do one of the following:
Remove the "debian" user with uid 1000 if it exists
Don't hardcode the uid, allow ansible to create one (though this might result in problems with NFS or similar protocols that want to encode UIDs on the network)
Switch the UID to something else; 1000 is very likely to already be in use by something else.
The text was updated successfully, but these errors were encountered:
scaleway defaults to creating a
debian
user on their Debian images.These ansible scripts also want to create a
fosdem
user, on the same uid of 1000. This creates an error situation:We should do one of the following:
The text was updated successfully, but these errors were encountered: