[13:13:40] bd808: how can I help with beta? I don't see a problem with your patch other than removing the opcache package, but I haven't tried it [13:15:11] oh wait, was removing the opcache package the relevant part? [14:44:12] Raine: https://gerrit.wikimedia.org/r/c/operations/puppet/+/1328728/3/modules/php/manifests/init.pp may be the other bit I needed. I'm about to update the cherry-pick and see. [14:47:01] bd808: yeah, that looks good [14:50:21] Raine: php 8.5 is installed on deployment-deploy06 now! There is a thing that needs cleaned up still. `Warning: Failed loading Zend extension 'opcache.so' (tried: /usr/lib/php/20250925/opcache.so (/usr/lib/php/20250925/opcache.so: cannot open shared object file: No such file or directory), /usr/lib/php/20250925/opcache.so.so (/usr/lib/php/20250925/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on [14:50:21] line 0` [14:50:39] heh [14:50:43] but that's progress :D [14:51:02] aside from the .so.so, I think it's not a .so now since it's built-in? [14:51:18] so it shouldn't be trying to load it in the first place? [14:52:59] Puppet is still making a `/etc/php/8.5/mods-available/opcache.ini` and linking in th various conf.d places. [14:58:31] yeah, grump [14:58:46] Raine: this bit in php::default_extensions needs switched off in 8.5 https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/refs/heads/production/modules/php/manifests/default_extensions.pp#58 [14:59:12] (these manifests are spaghetti) [15:01:28] mmmm tasty [17:13:12] Raine: I think this has fixed the opcache.ini bug -- https://gerrit.wikimedia.org/r/c/operations/puppet/+/1328728/5/modules/php/manifests/default_extensions.pp [17:23:05] bd808: fascinating :-D [17:23:16] I can do a proper review later today [20:20:17] Would love some help reviewing https://gerrit.wikimedia.org/r/c/operations/deployment-charts/+/1326332 as discussed in the k8s help meeting, I think it looks good as a first pass