Page MenuHomePhabricator

deployment-restbase01 is on sid; puppet-run failing as a result
Closed, ResolvedPublic

Description

Not sure how this happened:

thcipriani@deployment-restbase01:~$ cat /etc/*release
PRETTY_NAME="Debian GNU/Linux stretch/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support/"
BUG_REPORT_URL="https://bugs.debian.org/"

As a result, puppet-run fails on timeout -k 60 300 apt-get update -qq >> /var/log/puppet.log 2>&1 The /var/log/puppet.log file is full of:

thcipriani@deployment-restbase01:~$ sudo tail /var/log/puppet.log
W: Failed to fetch http://apt.wikimedia.org/wikimedia/dists/sid-wikimedia/thirdparty/source/Sources  404  Not Found

W: Failed to fetch http://apt.wikimedia.org/wikimedia/dists/sid-wikimedia/main/binary-amd64/Packages  404  Not Found 

W: Failed to fetch http://apt.wikimedia.org/wikimedia/dists/sid-wikimedia/backports/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://apt.wikimedia.org/wikimedia/dists/sid-wikimedia/thirdparty/binary-amd64/Packages  404  Not Found

thcipriani@deployment-restbase01:~$ cat /etc/apt/sources.list.d/wikimedia.list 
deb http://apt.wikimedia.org/wikimedia sid-wikimedia main backports thirdparty
deb-src http://apt.wikimedia.org/wikimedia sid-wikimedia main backports thirdparty

Event Timeline

thcipriani raised the priority of this task from to Needs Triage.
thcipriani updated the task description. (Show Details)

I have no idea when/why that happened. To make this more peculiar, deployment-restbase02 is on Jessie.

Maybe we should reinstall both servers to pristine Jessie (i.e. without any sid/unstable dependency). Is that something you can work on @mobrovac ? I don't mind pairing it with you since our TZ and languages nicely match.

hashar triaged this task as Medium priority.Sep 28 2015, 7:07 PM
hashar moved this task from To Triage to Next: Maintenance on the Beta-Cluster-Infrastructure board.
hashar set Security to None.
mobrovac claimed this task.

I have recreated deployment-restbase01 from scratch, it's on Jessie now.