nefelim4ag / systemd-swap

Script for creating hybrid swap space from zram swaps, swap files and swap partitions.
GNU General Public License v3.0
550 stars 81 forks source link

systemd-swap failing to start #175

Closed Lampwick closed 3 years ago

Lampwick commented 3 years ago

Screenshot from 2020-08-14 13-36-18 I don't know why this isn't working anymore, any ideas?

CrowMEV commented 3 years ago

изображение изображение

vilgotf commented 3 years ago

I'm assuming this is arch linux? Go complain to the maintainer about wrong dependencies, the correct ones are in the release notes

vilgotf commented 3 years ago

The aur package systemd-swap-git got the correct dependencies

artelkr commented 3 years ago

version 4.4.0-2 works

artelkr@s340 ~> pacman -Q systemd-swap 
systemd-swap 4.4.0-2
artelkr@s340 ~> systemctl status systemd-swap.service
● systemd-swap.service - Manage swap spaces on zram, files and partitions.
     Loaded: loaded (/usr/lib/systemd/system/systemd-swap.service; enabled; vendor preset: disabled)
     Active: active (running) since Fri 2020-08-14 08:41:52 EEST; 4min 9s ago
   Main PID: 392 (systemd-swap)
     Status: "Monitoring memory status..."
      Tasks: 1 (limit: 13067)
     Memory: 17.2M
     CGroup: /system.slice/systemd-swap.service
             └─392 /usr/bin/python3 -u /usr/bin/systemd-swap start
Lampwick commented 3 years ago

It's still not working for me after the update.

Screenshot from 2020-08-14 16-52-24

vilgotf commented 3 years ago

It's still not working for me after the update.

Screenshot from 2020-08-14 16-52-24

You haven't updated in a while it seems! Remove /etc/systemd/swap.conf and reinstall to get the new configuration file. Yours has been outdated for ~3 months

CrowMEV commented 3 years ago

@Jarel1337 package from aur have same problem

Lampwick commented 3 years ago

Thanks @artelkr and @Jarel1337 that fixed it.

vilgotf commented 3 years ago

@Jarel1337 package from aur have same problem

Your issue seems separate, please open a new issue