RFR: 8340092: [Linux] containers/systemd/SystemdMemoryAwarenessTest.java failing on some systems

Severin Gehwolf sgehwolf at openjdk.org
Mon Sep 16 12:30:04 UTC 2024


On Mon, 16 Sep 2024 11:50:16 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> The command output says
> `Unit <username>@<abcd>.service could not be found.`

Please use the exact command as I typed: `systemctl status user@$(id -u).service` That is, for a user id of `1000` the command should be `systemctl status user at 1000.service`. You seem to have replaced `user` with the username?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20989#issuecomment-2352776264


More information about the hotspot-runtime-dev mailing list