On 2023-01-02 23:43, Dave Howorth wrote:
On Mon, 2 Jan 2023 21:49:20 +0100 Simon Becherer <> wrote:
...
Patrick and Carlos' sniping doesn't help as much as it could, but wicked is a networking thing and that is started by systemd. So on my machine
$ systemctl status network
shows Loaded: loaded (/usr/lib/systemd/system/wicked.service ...
and if I look at that file I see
ExecStart=/usr/sbin/wicked --systemd ifup all
So I would guess you need to either edit that file to add the --debug option, or add an override file for systemd to find and then
It is not that simple. What debug option? There are many: --log-level level Set log level to <error|warning|notice|info|debug>. --debug facility Enable debugging for debug <facility>. Use '--debug help' for a list of facilities. Yes, an override would be the way to go. systemctl edit wicked -- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)