Chris Croome
Chris Croome
Perhaps this is not relevant but I've just found [the APT JSON Hooks documentation](https://github.com/Debian/apt/blob/main/doc/json-hooks-protocol.md): > APT 1.6 introduces support for hooks that talk JSON-RPC 2.0. Hooks act as a server,...
Don't forget that `apt-cache show` might list several packages if, for example, backports is enabled and the package is available from the main repo and also backports.
It looks good but it only displays the last one? ```bash apt-cache show systemd | jc --apt-cache-show -p ``` ```json [ { "package": "systemd", "version": "252.22-1~deb12u1", "installed-size": "9653", "maintainer": "Debian...
Thanks, I didn't realise that and simply downloaded the new parser.
Out of interest does setting `ANSIBLE_CALLBACK_RESULT_FORMAT` have an effect on this? I find the output more readable when it is set to `yaml` rather than the default which I guess...
Trixie has [3.8.5](https://packages.debian.org/trixie/postfix), generally unstable / testing is stable enough… :woman_shrugging: And I guess `bookworm-updates` will soon have the Trixie version.
> Any clues why we use Debian and not Alpine for Postfix? I recall @andryyy had good reasons for this [for example here is one](https://github.com/mailcow/mailcow-dockerized/issues/717#issuecomment-341961850), there are probably others, I'd...
Regarding the [question asked above](https://github.com/mailcow/mailcow-dockerized/issues/5685#issuecomment-1921314702) by @dragoangel: > we have updated to 3.8.5, 3.7.10, 3.6.14 and 3.5.24? Debian [Bullseye 11.9](https://www.debian.org/News/2024/2024021002) was released yesterday and it includes Postfix 3.5.24: > [postfix](https://packages.debian.org/src:postfix)...
Is this the same issue? ``` occ fulltextsearch:index Memory: 82 MB ┌─ Indexing ──── │ Action: fillDocument │ Provider: Files Account: animorph │ Document: 286977 │ Info: httpd/unix-directory │ Title:...
@Chartman123 PHP-FPM had been restarted. @susnux here is a full log entry, all I have changed is the IP address and I also ran it through `jq` for formatting: ```json...