[SOLVED] zramd on runit? 04 May 2021, 18:41:00 Hello,I tried installing zramd through AUR, but when I tried to start it with "sv up zramd" I realized there's no such service in /etc/runit/svAm I doing something wrong or is zramd a systemd only package?Is there an alternative for runit and OpenRC? Last Edit: 06 May 2021, 19:13:02 by alium
Re: zramd on runit? Reply #1 – 04 May 2021, 19:03:10 We support no packages from AUR generally, but in our Universe repo we have zramen ,How to start zramd you can read in in https://github.com/maximumadmin/zramd in section "Manual installation on any distribution without systemd".So the answer is: No, it's not onyl systemd stuff. 1 Likes
Re: zramd on runit? Reply #2 – 04 May 2021, 20:20:50 I tried to addCode: [Select][universe]Server = https://universe.artixlinux.org/$archto pacman.conf but now I get an error when updating:Code: [Select]error: failed to commit transaction (conflicting files)plasma-workspace: /usr/share/locale/ta/LC_MESSAGES/kcm_autostart.mo exists in filesystem (owned by plasma-desktop)
Re: zramd on runit? Reply #3 – 04 May 2021, 20:40:29 Quote from: raziel_432 – on 04 May 2021, 20:20:50I tried to addCode: [Select][universe]Server = https://universe.artixlinux.org/$archto pacman.conf but now I get an error when updating:Code: [Select]error: failed to commit transaction (conflicting files)plasma-workspace: /usr/share/locale/ta/LC_MESSAGES/kcm_autostart.mo exists in filesystem (owned by plasma-desktop)try,Code: [Select]$sudo pacman -Syyu --overwrite 1 Likes
Re: zramd on runit? Reply #4 – 04 May 2021, 20:47:44 Quote from: calvinh – on 04 May 2021, 20:40:29try,Code: [Select]$sudo pacman -Syyu --overwriteOh, I deleted the file with rm -rf /usr/share/locale/ta/LC_MESSAGES/kcm_autostart.moI installed zramen from universe repo, but don't know how to make it autostart with the system.
Re: zramd on runit? Reply #5 – 04 May 2021, 20:59:49 Quote from: raziel_432 – on 04 May 2021, 20:47:44Oh, I deleted the file with rm -rf /usr/share/locale/ta/LC_MESSAGES/kcm_autostart.moI installed zramen from universe repo, but don't know how to make it autostart with the system.You also need zramen-runit. After installation, follow Artix runit wiki. Runit might be the simplest init system on earth. 1 Likes
Re: zramd on runit? Reply #6 – 04 May 2021, 21:19:41 Quote from: calvinh – on 04 May 2021, 20:59:49You also need zramen-runit. After installation, follow Artix runit wiki. Runit might be the simplest init system on earth. I installed zramen-runit and enabled the service with:ln -s /etc/runit/sv/zramen /run/runit/zramentried "sv up zramen" but I get file does not existI must be doing something wrong.I guess zramen should be configured but I don't see any instructions on how to do it. Last Edit: 04 May 2021, 21:28:53 by raziel_432 1 Likes
Re: zramd on runit? Reply #7 – 04 May 2021, 21:30:45 should be Code: [Select]$sudo ln -s /etc/runit/sv/zramen /run/runit/service/ 2 Likes
Re: zramd on runit? Reply #8 – 04 May 2021, 21:58:28 Quote from: calvinh – on 04 May 2021, 21:30:45should be Code: [Select]$sudo ln -s /etc/runit/sv/zramen /run/runit/service/Oh, I see.I mistook service for service name. It works now. 1 Likes
Re: zramd on runit? Reply #9 – 06 May 2021, 18:18:23 It's availability was announced at this postHave fun