Artix Linux Forum

Artix Linux => System => Topic started by: replabrobin on 15 May 2025, 13:22:12

Title: lxqt-runit link issue
Post by: replabrobin on 15 May 2025, 13:22:12
While playing with a new VM installed from a latest iso (https://iso.artixlinux.org/iso/artix-lxqt-runit-20250407-x86_64.iso) I noticed this oddity in the setup

Code: [Select]
artix-quickemu:[root]:/home/robin# rsm
> [rsm] - artix-quickemu (/etc/runit/runsvdir/default) - 19 services

   SERVICE              STATE   ENABLED   PID      COMMAND           TIME
 ✔ acpid                run     true      881      acpid             15 minutes
 ✔ agetty-tty1          run     true      857      agetty            15 minutes
 ✔ agetty-tty2          run     true      873      agetty            15 minutes
 ✔ agetty-tty3          run     true      859      agetty            15 minutes
 ✔ agetty-tty4          run     true      858      agetty            15 minutes
 ✔ agetty-tty5          run     true      877      agetty            15 minutes
 ✔ agetty-tty6          run     true      863      agetty            15 minutes
 ✔ bluetoothd           run     true      856      bluetoothd        15 minutes
 ✔ cronie               run     true      886      crond             15 minutes
 ✔ cupsd                run     true      864      cupsd             15 minutes
 X current              down    true      ---      ---               1 second
 ✔ dbus                 run     true      876      dbus-daemon       15 minutes
 ✔ logind               run     true      860      elogind           15 minutes
 ✔ metalog              run     true      869      metalog [MASTER]  15 minutes
 ✔ NetworkManager       run     true      867      NetworkManager    15 minutes
 ✔ sddm                 run     true      862      sddm              15 minutes
 ✔ sshd                 run     true      865      sshd -D [listener 15 minutes
 X supervise            down    true      ---      ---               1 second
 ✔ udevd                run     true      861      udevd             15 minutes

artix-quickemu:[root]:/home/robin#
I thjink the problem is that we have symbolic links

/etc/runit/runsvdir/current --> /etc/runit/runsvdir/default
and 
/etc/runit/runsvdir/default/current --> /etc/runit/runsvdir/current

removing /etc/runit/runsvdir/default/current and /etc/runit/runsvdir/supervise fixes the issue