We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System info: OS: CentOS 7.4 - during installation InfluxDB version: influxdb-1.3.1-1.x86_64 RPM Package
Steps to reproduce:
/var/log/anaconda/journal.log
Expected behaviour: log not contain errors with influxdb RPM package Actual behaviour:
influxdb-1.3.1-1.x86_64 (235/475) /var/tmp/rpm-tmp.AkjiyP: line 29: useradd: command not found chown: invalid user: 'influxdb:influxdb' chown: invalid user: 'influxdb:influxdb'
Reason: on CentOS installation may not useadd command. it provided by shadow-utils package that may be installed later that influx
useadd
shadow-utils
Solution: add shadow-utils package as influxdb dependency.
influxdb
The text was updated successfully, but these errors were encountered:
Add rpm dependency on shadow-utils for useradd
be0438a
Fixes #8951.
ad30e9e
mark-rushakoff
No branches or pull requests
System info:
OS: CentOS 7.4 - during installation
InfluxDB version: influxdb-1.3.1-1.x86_64
RPM Package
Steps to reproduce:
/var/log/anaconda/journal.log
after CentOS 7 installationExpected behaviour: log not contain errors with influxdb RPM package
Actual behaviour:
Reason: on CentOS installation may not
useadd
command. it provided byshadow-utils
package that may be installed later that influxSolution: add
shadow-utils
package asinfluxdb
dependency.The text was updated successfully, but these errors were encountered: