[05:04:30] oh silly me, turns out it takes ldap passwords over http basic auth [05:05:11] but chrome is protecting me from myself and not letting grafana reuse my graphite login.... [14:57:47] 6Project-Creators, 7Tracking: [Tracking] Project creation log task - https://phabricator.wikimedia.org/T103700#1969735 (10intracer) Created #WLX-Jury [14:58:28] 6Project-Creators, 7Tracking: [Tracking] Project creation log task - https://phabricator.wikimedia.org/T103700#1969737 (10intracer) Created #WMUA-Partnerships [14:59:44] 6Project-Creators, 7Tracking: [Tracking] Project creation log task - https://phabricator.wikimedia.org/T103700#1969739 (10intracer) Created #WMUA-Community-Support [15:00:11] 6Project-Creators, 7Tracking: [Tracking] Project creation log task - https://phabricator.wikimedia.org/T103700#1969740 (10intracer) Created #WMUA-Contests [17:47:05] is this the place to ask about OTRS? [17:50:11] no [17:50:14] bgerstle: no [17:50:31] i guess that would be -otrs [17:50:35] forgot about that channel [17:51:28] greg-g: since i have your attention, would comm-tech be the "go-to" team for questions about OTRS (or user feedback in general?) [17:51:58] no idea [18:20:22] mutante: please remind me, where's the labs instance of phab? [18:20:50] where i can experiment w/ herald rules? [18:21:16] bgerstle: there's a project called "phabricator" and inside there was an instance caleld phab-01 [18:21:38] bgerstle: the idea was that others create phab-02 ,03 etc. not sure how many there are right now [18:22:20] so phab-01 or a new one is easy to make [18:23:21] mutante: ok great. i think you already gave me admin rights on one of them [18:23:24] i believe it was -01 [18:23:38] mutante: what's the URL? [18:24:22] bgerstle: https://phab-01.wmflabs.org/ [18:24:32] bgerstle: or did you mean the URL in wikitech to control the project? [18:24:59] bgerstle, comm-tech is not the go-to team for OTRS [18:25:08] mutante: that's the one. i already have an account there [18:25:13] Krenair: oops :-( [18:25:39] depending on what questions you have about OTRS, you might not even need to go to a WMF team [18:25:47] https://phabricator.wikimedia.org/T124936 [18:25:48] Krenair: ^ [18:26:08] almost all OTRS questions should be handled by OTRS users [18:47:57] 6Phabricator, 7Blocked-on-RelEng: iridium:/var/log/phd/daemons.log is growing too much (took 20% of filesystem space) - https://phabricator.wikimedia.org/T124651#1970626 (10dduvall) [18:58:09] stderr:fatal: remote error: Git repository not found [18:58:13] Thanks phd, so useful. [18:58:48] We can assume puppet because of the production refs, but still. [18:59:53] Ah no, I see. [18:59:58] Ok [19:00:07] Repos on Gerrit deleted, but not marked inactive in Phab [19:00:10] Leads to boom [19:09:44] 6Phabricator, 7Blocked-on-RelEng: iridium:/var/log/phd/daemons.log is growing too much (took 20% of filesystem space) - https://phabricator.wikimedia.org/T124651#1970724 (10demon) a:3demon Gotcha. So what happens here is that when repos are deleted on Gerrit they're not necessarily marked as inactive here. I... [19:10:09] 6Phabricator, 7Blocked-on-RelEng: iridium:/var/log/phd/daemons.log is growing too much (took 20% of filesystem space) - https://phabricator.wikimedia.org/T124651#1970753 (10demon) p:5Triage>3Unbreak! [19:14:17] 6Phabricator, 7Blocked-on-RelEng: iridium:/var/log/phd/daemons.log is growing too much (took 20% of filesystem space) - https://phabricator.wikimedia.org/T124651#1970817 (10jcrespo) I do not think this requires "unbreak now" priority- I personally made sure to archive it before it the filesystem got full. It i... [19:15:48] twentyafterfour: On an unrelated note, I found out why MW wasn't replicating to Github. [19:15:52] (finally) [19:16:02] log spelunking ftw. [19:16:34] https://phabricator.wikimedia.org/P2534 [19:17:20] 6Phabricator, 7Blocked-on-RelEng: iridium:/var/log/phd/daemons.log is growing too much (took 20% of filesystem space) - https://phabricator.wikimedia.org/T124651#1970834 (10demon) p:5Unbreak!>3Normal UBN was mainly until we got the log to stop growing uncontrollably. I think those repos were it, so I'm low... [19:45:18] * ostriches gets all stabby towards git [19:55:40] * ostriches shouts a few more profanities and then goes to lunch [20:09:48] 6Phabricator, 7Blocked-on-RelEng: iridium:/var/log/phd/daemons.log is growing too much (took 20% of filesystem space) - https://phabricator.wikimedia.org/T124651#1971136 (10mmodell) I think we should have logrotate on the phd log. There are a lot of conditions that come up which will cause phd to log somewhat... [20:10:27] ostriches: why wasn't it replicating? [20:14:13] Too many refs [20:14:35] I can t figure out how to only --mirror heads and tags [20:15:14] --mirror means all refs. Is it just timing out reading all of them? [20:15:40] instead of --mirror we could craft a custom refspec but then we'd have to trick phabricator into using it [20:16:48] I think upstream might accept a patch for that if we made it use a custom git alias, when present, and --mirror otherwise, then we could put that alias in the local .git/config file [20:16:52] per-repo [20:16:58] ostriches: ^ [20:17:40] or just a config entry, like "mirror-refspec = " [20:19:58] I tried with customizing [remote] but it doesn't use remotes. [20:20:15] ostriches: http://christoph.ruegg.name/blog/git-howto-mirror-a-github-repository-without-pull-refs.html [20:20:16] `git push --verbose --mirror -- "" [20:20:25] we just need to make it not use --mirror [20:20:35] $ git remote update [20:20:36] $ git push mirrors [20:20:44] and then use a custom remote. [20:21:57] The problem is we want to pull those refs in from gerrit on fetch (so we can eventually index them), but we /don't/ want to push them to Github. [20:22:13] The fetch doesn't use the origin remote either otherwise they'd all have updated by now :\ [20:40:02] why doesn't the fetch work? [20:40:54] you're saying the way phabricator fetches doesn't use remotes at all? (which makes sense, it uses the value from the GUI config which is stored in the database not in the git config) [20:55:03] afaik, yeah [20:55:25] So the stuff we put in /etc/gitconfig isn't doing its job for fetching [21:23:10] 6Project-Creators: Kill duplicated ORES Phabricator project - https://phabricator.wikimedia.org/T124977#1971446 (10Aklapper) 3NEW [22:18:06] TIL of https://phabricator.wikimedia.org/token/leaders/ [22:36:36] ha surprised you hadn't seen it [22:36:40] I always get a chuckle at the top one [22:40:19] so meta [22:50:44] 6Project-Creators: Kill duplicated ORES Phabricator project - https://phabricator.wikimedia.org/T124977#1971837 (10ggellerman) @halfak - could you please decide which project we use? Thanks! [23:06:50] 6Project-Creators, 7Tracking: [Tracking] Project creation log task - https://phabricator.wikimedia.org/T103700#1971910 (10GWicke) Created #Services-next for tasks that are up next for the services team. [23:10:47] 6Project-Creators: Using Tags (yellow) for Pragmatic Personas - https://phabricator.wikimedia.org/T124729#1971930 (10ggellerman) @Krenair @aklapper Is there anything else that I need to do or am I able to proceed with creating one yellow tag per persona? Thanks!