After working with Greenbone for the last month or so perfecting an install script for managed source deployment, Ive run into an issue I can’t narrow down. Sometime in the last month a breaking change has been introduced affecting debian and ubuntu builds but not redhat/centos/alma/rocky.
on my debian 12 instance gvmd refuses to start, but doesn’t provide any feedback as to why unless you try to start gvmd from the command line with no options. I get this:
(process:1100): GLib-WARNING (recursed) **: Invalid UTF-8 passed to g_io_channel_write_chars().
(process:1100): md main-DEBUG (recursed): Cleaning up
This happens on debian and ubuntu now, and didnt when I started working on this project. does not occur when testing on Alma Linux.
strace wasnt helpful, but have strace output from both debian and alma if interested. I’m out of ideas. looking for sugggestions of what could be wrong.