Hi, John Cassidy wrote: > > > Could not execute systemctl: at /usr/bin/deb-systemd-invoke line > > > 148.
i wrote: > > system('systemctl', '--quiet', @instance_args, $action, @start_units) == > > 0 or die("Could not execute systemctl: $!"); > > https://sources.debian.org/src/init-system-helpers/1.67/script/deb-systemd-i nvoke/#L148 debian-u...@howorth.org.uk wrote: > But the error says that it could not execute systemctl, which suggests > to me some specific problem with that binary rather than a problem with > its args. Well, if perl is not more awkward than i believe anyways, then the message is emitted if the run of program systemctl fails. The reasons for such a failure are manifold. From botched installation to lack of disk space ... The message text is obviously somewhat misleading. (I imagine a pressured perl programmer who has to invent a comprehensive error message and thinks "Let them look up the code on their own". So the users get shown the script name and the line number.) Have a nice day :) Thomas