* Brian Thompson <[email protected]> [210424 14:04]: > > autopkgtest [21:45:54]: test library: [----------------------- > > pkill: killing pid 1764 failed: Operation not permitted [..]
> I'm not a maintainer, but I see that in the code the command does what > it intends to do, checks out with the man pages although I haven't read > it myself: > > # Tell Mosquitto to reload certificates and configuration > pkill -HUP -x mosquitto Not sure which code you were looking at, but my copy of debian/tests/library only has: | pkill -x mosquitto | make -C test/lib test That code seems irritating to me. It certainly does not work, see "Operation not permitted" above. Chris

