Page MenuHomePhabricator

Broken pinning on some WMCS servers
Closed, ResolvedPublic

Description

On labpuppetmaster1001/1002, labstore1004/1005 and labtestpuppetmaster there's a broken pinning configuration, running "apt-cache rdepends" prints warnings, which probably means that the intended pinning config isn't working as expected:

jmm@labpuppetmaster1001:~$ apt-cache rdepends --installed xdg-utils
xdg-utils
Reverse Depends:
  reportbug
  reportbug
  debian-goodies
W: Did not understand pin type 3.0.0-4+deb9u2~bpo8+1
W: Did not understand pin type 1.2.9-9+deb8u5
W: Did not understand pin type 1.2.9-1
W: Did not understand pin type 1:2.8+dfsg-3~bpo8+1

Event Timeline

Probably stalled files. Cleaned up by "rm & puppet run".

Well, this script:

#!/bin/bash

SERVERS='labpuppetmaster1001.wikimedia.org
labtestpuppetmaster2001.wikimedia.org
labstore1004.eqiad.wmnet
labstore1005.eqiad.wmnet'

FILES='/etc/apt/preferences.d/jessie_mitaka_pinning_libvirt_bin.pref /etc/apt/preferences.d/jessie_mitaka_pinning_qemu_system.pref /etc/apt/preferences.d/jessie_mitaka_pinning_libvirt0.pref /etc/apt/preferences.d/jessie_mitaka_pinning_python_libvirt.pref'

set -x
for server in $SERVERS
do
        ssh $server "sudo rm $FILES ; sudo puppet agent -t -v"
done

Also cleaned labpuppetmaster1002.wikimedia.org per @Volans report

Vvjjkkii renamed this task from Broken pinning on some WMCS servers to g3baaaaaaa.Jul 1 2018, 1:07 AM
Vvjjkkii reopened this task as Open.
Vvjjkkii removed aborrero as the assignee of this task.
Vvjjkkii triaged this task as High priority.
Vvjjkkii updated the task description. (Show Details)
Vvjjkkii removed a subscriber: Aklapper.
CommunityTechBot renamed this task from g3baaaaaaa to Broken pinning on some WMCS servers.Jul 2 2018, 3:27 PM
CommunityTechBot closed this task as Resolved.
CommunityTechBot assigned this task to aborrero.
CommunityTechBot raised the priority of this task from High to Needs Triage.
CommunityTechBot updated the task description. (Show Details)
CommunityTechBot added a subscriber: Aklapper.