This seems to be a combination of two effects in new systemd.
- The changing PID is due to the output reporting the PIDs of the gettext calls 
used for translation.
- The gettext output is buffered and that output might be clobbered if programs 
end too soon for systemd logging to pick it up correctly.

We can fix this rather easily (IMHO) by:
a) making all calls to use a wrapper function
b) get the output and report it from the script itself
c) set output buffers to zero (probably too much - o let me put that in an 
extra commit)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875708

Title:
  Truncated messages during shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1875708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to