Hi Michael,

On Thu, 1 Mar 2018 15:10:26 +0100 Michael Biebl <[email protected]> wrote:
I can't reproduce this, neither on v237 nor on v232:

# systemctl stop postgresql@does-not-exist
Failed to stop [email protected]: Unit
[email protected] not loaded.

# systemctl start postgresql@does-not-exist
Failed to start [email protected]: Unit
[email protected] not found.

# systemctl restart postgresql@does-not-exist
Failed to restart [email protected]: Unit
[email protected] not found.

Do you have a postgresql template installed (should be the case when you have a postgresql-9.{4,6} (jessie/stretch) server package installed)? If not, try another template, maybe getty (I hope that's available on every system, would make reproducing this a lot easier):

stable.iserv.eu ~ # systemctl stop getty@does-not-exist
stable.iserv.eu ~ #

If the template itself doesn't exist, this leads to the expected error message:

stable.iserv.eu ~ # systemctl stop does-not-exist@does-not-exist
Failed to stop [email protected]: Unit [email protected] not loaded.

To ensure that this issue is not caused by our custom server configuration, I also tried to reproduce the issue on my Ubuntu 17.10 client:

martin@dogmeat ~ % systemd --version
systemd 234
+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid

martin@dogmeat ~ % sudo systemctl restart getty@does-not-exist
martin@dogmeat ~ %

--
Mit freundlichen Grüßen
Martin v. Wittich

IServ GmbH
Bültenweg 73
38106 Braunschweig

Telefon:   0531-2243666-0
Fax:       0531-2243666-9
E-Mail:    [email protected]
Internet:  iserv.eu

USt-IdNr. DE265149425 | Amtsgericht Braunschweig | HRB 201822
Geschäftsführer: Benjamin Heindl, Martin Hüppe, Jörg Ludwig

_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to