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

*.deb installation fails if scylla user is already present in external database (nis, ldap...) #2389

Closed
gleb-cloudius opened this issue May 17, 2017 · 3 comments
Assignees
Milestone

Comments

@gleb-cloudius
Copy link
Contributor

Installation details
Scylla version (or git commit hash): 2eef7cd

adduser in scylla-server.postinst fails if scylla user is present in external db and it causes installation to fail. We should check for scylla user presence before running adduser.

@amoskong
Copy link
Contributor

amoskong commented May 17, 2017

There is a similar issue with CentOS: #1958
It's fixed by : f3e45bc

@syuu1228

@syuu1228
Copy link
Contributor

@amoskong Okay I'll take a look...

@slivne slivne added this to the 1.9 milestone May 28, 2017
@syuu1228
Copy link
Contributor

syuu1228 commented Jun 1, 2017

Patch is on the ml titled "[PATCH scylla] dist/debian: check scylla user/group existance before adding them", please review

avikivity pushed a commit that referenced this issue Aug 3, 2017
To prevent install failing on the environment which already has scylla
user/group, existance check is needed.

Fixes #2389

Signed-off-by: Takuya ASADA <syuu@scylladb.com>
Message-Id: <1495023805-14905-1-git-send-email-syuu@scylladb.com>
(cherry picked from commit 91ade1a)
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

4 participants