Has anyone come across this issue before? After some time (days) of having my r4.3-rc2 installation running, new qubes stop connecting to sys-audio, they don’t show up in pasystray or pavucontrol.
This did not happen on r4.2.
Any ideas for what could be causing this? Logs to get? (Journalctl doesn’t seem to have too much interesting info). Ideas for getting this to work, somehow reconnecting the qubes to sys-audio?
Sadly, did not work. Also tried it in sys-audio itself, which successfully disconnected all the other qubes that used to work, so no audio for me (until next reboot).
Nitpicking: “sleep 5” is a gamble or a waste of time; you can use “–wait” with qvm-shutdown, and skip the sleep: 15 04 * * * bash -c "qvm-shutdown --wait --force sys-audio; qvm-start sys-audio"
I’ve seen somewhere that pipewire server have 10 connected clients/qubes limit (dunno if it’s pipewire or qubes os limit).
So maybe you exceeding this limit somehow?
I have only 3 qubes set to use audiovm = sys-audio in qvm-prefs. The rest are set to none.