Skip to content

Instantly share code, notes, and snippets.

Created September 26, 2013 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fb7e45a53d6e0a72a93c to your computer and use it in GitHub Desktop.
Save anonymous/fb7e45a53d6e0a72a93c to your computer and use it in GitHub Desktop.
dpkg -l | grep -i salt
ii salt-common 0.16.4-1precise Shared libraries that salt requires for all packages
iU salt-minion 0.16.2-2precise This package represents the client package for salt
root@graphdb02-dfw:/home/wplatnick# aptitude upgrade salt-minion
The following packages will be upgraded:
salt-minion
1 packages upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B/17.0 kB of archives. After unpacking 4,096 B will be freed.
Do you want to continue? [Y/n/?] y
dpkg: dependency problems prevent configuration of salt-minion:
salt-minion depends on salt-common (= 0.16.2-2precise); however:
Version of salt-common on system is 0.16.4-1precise.
dpkg: error processing salt-minion (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
Errors were encountered while processing:
salt-minion
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
dpkg: dependency problems prevent configuration of salt-minion:
salt-minion depends on salt-common (= 0.16.2-2precise); however:
Version of salt-common on system is 0.16.4-1precise.
dpkg: error processing salt-minion (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
salt-minion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment