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

Installing salt-minion 2018.3.4 failing on debian jessie (8.8) #52204

Closed
cavepopo opened this issue Mar 15, 2019 · 5 comments
Closed

Installing salt-minion 2018.3.4 failing on debian jessie (8.8) #52204

cavepopo opened this issue Mar 15, 2019 · 5 comments
Assignees
Labels
Duplicate Duplicate of another issue or PR - will be closed
Milestone

Comments

@cavepopo
Copy link
Contributor

Description of Issue/Question

Trying to install salt-minion on debian jessie (fresh install) 8.8 fails.

Salt-minion needs salt-common:
The following packages have unmet dependencies: salt-minion : Depends: salt-common (= 2018.3.4+ds-1) but it is not going to be installed

which in turn needs python-systemd, but:
salt-common : Depends: python-systemd but it is not installable

Content of saltstack.list :
deb https://repo.saltstack.com/apt/debian/8/amd64/archive/2018.3.4 jessie main

Steps to Reproduce Issue

Spawning a brand new vm using debian 8.8 and trying to install the salt-minion 2018.3.4 should be enough

Versions Report

Target version: 2018.3.4

@garethgreenaway garethgreenaway added this to the Blocked milestone Mar 15, 2019
@garethgreenaway garethgreenaway added the Pending-Discussion The issue or pull request needs more discussion before it can be closed or merged label Mar 15, 2019
@garethgreenaway
Copy link
Contributor

@dmurphy18 FYI.

@dmurphy18
Copy link
Contributor

dmurphy18 commented Mar 19, 2019

@cavepopo Removed the previous python-systemd dependency since it is already provided by the underlying OS. Building on Debian 8.7 on AWS, and the version that SaltStack used was causing conflicts with the version provided by AWS Debian 8.7.

Can you provide the output of apt-cache policy python-systemd to see what version is available to you, since as part of my investigation into the systemd conflicts, the version of python-systemd dated back to changes in Debian 8.5.

And curious as to why the python-systemd available is not installable
see vmware-archive/salt-pack#657

@dmurphy18 dmurphy18 added info-needed waiting for more info Duplicate Duplicate of another issue or PR - will be closed and removed info-needed waiting for more info Pending-Discussion The issue or pull request needs more discussion before it can be closed or merged labels Mar 19, 2019
@dmurphy18
Copy link
Contributor

@cavepopo fixing this for the next point release, see vmware-archive/salt-pack#657 for discussion of issue.
Marking this as duplicate and closing it since salt-pack is the correct location to discuss Salt packaging issues.

@dmurphy18
Copy link
Contributor

@cavepopo FYI - Both of the Salt 2018.3.4 and 2019.2.0 for Debian 8 on amd64 repositories have been updated with a restored python-systemd package.

@cavepopo
Copy link
Contributor Author

OK, good news, thanks for the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate Duplicate of another issue or PR - will be closed
Projects
None yet
Development

No branches or pull requests

3 participants