New comment by JamiKettunen on void-packages repository https://github.com/void-linux/void-packages/pull/42154#issuecomment-1425751334 Comment: Hm it seems right after update it's not possible to stop an already running `waydroid-container` service, rebooting fixes it... Checking running processes: ``` $ ps aux | grep waydroid root 1015 0.0 0.0 2528 1228 ? Ss 12:08 0:00 runsvdir -P /run/runit/runsvdir/current log: : fatal: unable to start ./run: file does not exist runsv waydroid-container: warning: unable to open supervise/pid.new: file does not exist runsv waydroid-container: warning: unable to open supervise/pid.new: file does not exist runsv waydroid-container: fatal: unable to start ./run: file does not exist runsv waydroid-container: warning: unable to open supervise/pid.new: file does not exist root 18254 0.0 0.0 2376 1024 ? Ss 12:57 0:00 runsv waydroid-container root 18258 0.0 0.0 2496 924 ? S 12:57 0:00 vlogger -t waydroid-container -p daemon ```