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

rpm dependency on shadow-utils blocks install / upgrade and seems superfluous. #10140

Closed
rjkrish opened this issue Jul 31, 2018 · 2 comments
Closed

Comments

@rjkrish
Copy link

rjkrish commented Jul 31, 2018

The upgrade of influxdb from 1.3.3 to 1.6.0 fails on PhotonOS

Linux photon-machine 4.9.114-1.ph2-esx #1-photon SMP Wed Jul 25 22:23:48 UTC 2018 x86_64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz GenuineIntel GNU/Linux

influxdb-1.3.3 is already installed and running and it cannot be upgraded


root@photon-machine [ /tmp ]# yum install influxdb
Found 1 problem(s) while resolving

  1. nothing provides shadow-utils needed by influxdb-1.6.0-1.x86_64
    Error(1301) : Hawkey general runtime error

The installation can be forced with rpm -i --nodeps and influxdb seems to be working fine.

Looks like the shadow-utils dependency was introduced by PR #3505 for issue #3447

But useradd is present in the system and influxdb-1.3.3 is already running so shadow-utils is not really needed.

root@photon-machine [ /etc/systemd/system ]# which useradd
/usr/sbin/useradd

Steps to reproduce:

  1. yum install influxdb-1.6.0

Expected behavior: influxdb installs without requiring shadow-utils for useradd

Actual behavior: upgrade failed

Additional info: n/a

@dgnorton dgnorton added the 1.x label Jan 7, 2019
@stale
Copy link

stale bot commented Jul 24, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jul 24, 2019
@stale
Copy link

stale bot commented Jul 31, 2019

This issue has been automatically closed because it has not had recent activity. Please reopen if this issue is still important to you. Thank you for your contributions.

@stale stale bot closed this as completed Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants