Page MenuHomePhabricator

rsync missing from dev.toolforge.org
Closed, ResolvedPublic

Description

$ ssh toolforge 'hostname; type rsync'
tools-sgebastion-10
rsync is /usr/bin/rsync
$ ssh toolforge-dev 'hostname; type rsync'
tools-bastion-12
bash: line 1: type: rsync: not found

Apparently it used to be installed until recently, because we use it in our script to deploy Mismatch Finder to Toolforge. (Recent action with rsync: command not found; older action where rsync succeeded. Though I’m not 100% sure how and where those actions run, to be honest.)

Event Timeline

This comment was removed by dcaro.

Change #1020847 had a related patch set uploaded (by Majavah; author: Majavah):

[operations/puppet@production] P:toolforge::bastion: add rsync

https://gerrit.wikimedia.org/r/1020847

Change #1020847 merged by Majavah:

[operations/puppet@production] P:toolforge::bastion: add rsync

https://gerrit.wikimedia.org/r/1020847

taavi claimed this task.
taavi subscribed.

Done. (Although I wonder if you could use build service instead nowadays.)

Yeah, it feels like the sort of tool it could be quite useful for.