[05:13:23] 10DBA: Investigate possible memory leak on db1115 - https://phabricator.wikimedia.org/T231769 (10Marostegui) This seems very similar to what we see: https://jira.percona.com/browse/PS-6961 (also affects 5.6, 5.7). I will try to run the same procedure they describe there and see what we get with tendril. [05:56:54] 10DBA: transfer.py fails to run 2 commands - https://phabricator.wikimedia.org/T252175 (10jcrespo) So transfer.py is trying to run the following command: ` /sbin/iptables -A INPUT -p tcp -s --dport -j ACCEPT ` > Should I install some specific version of iptables? (I'm using Debian10 w... [08:28:10] 10DBA, 10Cloud-Services, 10CPT Initiatives (MCR Schema Migration), 10Core Platform Team Workboards (Clinic Duty Team), 10Schema-change: Apply updates for MCR, actor migration, and content migration, to production wikis. - https://phabricator.wikimedia.org/T238966 (10daniel) >>! In T238966#6119156, @Bstor... [14:56:12] 10DBA: transfer.py fails to run 2 commands - https://phabricator.wikimedia.org/T252175 (10Privacybatm) Thank you for your help. Now it is running fine. There were 2 issues. 1. Permission issue, Now running as root and everything is working fine. (I searched a lot to find a way to run as a non-root user (who has... [14:59:00] 10DBA: transfer.py fails to run 2 commands - https://phabricator.wikimedia.org/T252175 (10Privacybatm) @jcrespo Should we consider adding 'sudo' to these commands? [15:01:31] 10DBA: transfer.py fails to run 2 commands - https://phabricator.wikimedia.org/T252175 (10jcrespo) > Now running as root and everything is working fine. Yeah, cumin is thought as a root/sysadmin orchestrator. I would consider this a bug, but the fix would be to update documentation (transfer.py) to add such req... [15:06:04] 10DBA: transfer.py fails to run 2 commands - https://phabricator.wikimedia.org/T252175 (10jcrespo) > Should we consider adding 'sudo' to these commands in the code? I don't think so by default, as cumin requires root or sudo privileges, as documented: https://wikitech.wikimedia.org/wiki/Cumin#Production_infrast... [15:13:05] 10DBA: transfer.py fails to run 2 commands - https://phabricator.wikimedia.org/T252175 (10Privacybatm) > I would focus on fixing documentation "how to install/requirement" and the refactoring first. Thank you for your suggestion. >This reinforces the idea on T252172#6118180, to separate the firewall handl... [15:14:14] 10DBA: transfer.py fails to run 2 commands - https://phabricator.wikimedia.org/T252175 (10Privacybatm) 05Open→03Resolved [21:01:53] 10DBA, 10Parsoid, 10Parsoid-Tests: testreduce_vd database in m5 still in use? - https://phabricator.wikimedia.org/T245408 (10ssastry) I don't see to have access to the new `testreduce` db. ` ssastry@scandium:~/new_testdb$ mysql testreduce ERROR 1044 (42000): Access denied for user 'ssastry'@'10.64.48.94' to...