-
Notifications
You must be signed in to change notification settings - Fork 443
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
RPM install fails on RHEL 5 #621
Comments
preinst-template has the correct order |
|
this is on RHEL 5 so maybe the |
Wow, indeed. That is actually pretty nasty. |
I'm guessing the |
AFAIK this only affects the UID range being used. Systemusers are defined in a different range. Besides that, nothing I know about. |
ok, I'll try out tomorrow with |
I have tried working around this by creating overrides in |
linuxScriptReplacements := {
val orig = linuxScriptReplacements.value.toMap
orig ++ Seq(
// WORKAROUND https://github.com/sbt/sbt-native-packager/issues/621
("control-functions", orig("control-functions").replace(" --system", ""))
)}.toSeq, if I need to customise that |
also not supported on RHEL 5 |
I tried installing an RPM from this plugin and got this error
It looks like the
mdes
group is not being created before attempting to create the usermdes
.Actually I'm happy with
root
... but please tell me you don't try to delete the user/group on uninstall!The text was updated successfully, but these errors were encountered: