<p dir="ltr"><br>
On 6 Jan 2016 02:45, "Frank Heckenbach" <<a href="mailto:f.heckenbach@fh-soft.de">f.heckenbach@fh-soft.de</a>> wrote:<br>
><br>
> I did some more debugging, and found out some things:<br>
><br>
> - In a debug shell after the failed shutdown, I did:<br>
><br>
>   systemctl status `systemctl | grep failed | grep swap | awk '{print $2}'`<br>
><br>
>   and found an error message like this:<br>
><br>
>   swapoff: /dev/sdxx: swapoff failed: Cannot allocate memory<br>
></p>
<p dir="ltr">Maybe related to:</p>
<p dir="ltr"><a href="https://github.com/systemd/systemd/issues/1902">https://github.com/systemd/systemd/issues/1902</a><br></p>
<p dir="ltr">I don't think we have backported that fix to stable. Could you try the workaround of ordering the aliased swap units?</p>
<p dir="ltr">Add a file /etc/systemd/system/swap.target.d/override.conf</p>
<p dir="ltr">[Unit]<br>
After=$swapunits</p>
<p dir="ltr">You can find out the precise swap units by using `systemctl list-units --type swap`</p>
<p dir="ltr">You need to do systemctl daemon-reload after adding the file.</p>
<p dir="ltr">(Writing this from phone so please check typos in any paths/commands)</p>
<p dir="ltr">Saludos<br>
</p>