Missing folder
pingpongterminator300 opened this issue · comments
pingpongterminator300 commented
Trying to start services like dbus, bluetooth in void linux arm rootfs, but its missing /run/runit/
folder with all content. So it cant start because
warning: /etc/sv/dbus: unable to open supervise/ok: file does not exist
Its not booted, im running its in chroot because of my needs
Toyam Cox commented
Is runit running?
pingpongterminator300 commented
Its shown on processes list
sudo ps uaxf | grep runit
testuser 11742 0.0 0.0 6384 2152 pts/0 S+ 17:42 0:00 \_ grep --color=auto runit
Its running on rooted android device btw
classabbyamp commented
that's your grep not runit
pingpongterminator300 commented
So its not running
Toyam Cox commented
Working as designed. If you are not running runit, then runit can't run.