Actions
Bug #10574
closedRudder repo provides unwanted packages from backports on Debian 8
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Getting started - demo | first install | level 1 Techniques
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Hello,
On my rudder server, with 4.1 release, I have to carefully deactivate the rudder repository to avoid breaking my system, as it tries to install libpulse0
afterwards when upgrading packages:
With repository deb http://www.rudder-project.org/apt-4.1/ jessie main
:
rverchere@rudder:~$ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: libsystemd0 libudev1 The following packages will be upgraded: libpulse0 1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. Need to get 268 kB of archives. After this operation, 26.6 kB of additional disk space will be used.
Without:
rverchere@rudder:~$ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I strongly suggest delete/disable this package.
Actions