Hi.

On Mon, 06 Mar 2023 01:47:44 -0500 Felix Miata wrote:

> Can anyone reconcile the following?
> # journalctl -b --no-hostname | grep pulse
> Mar 06 01:38:45 systemd[577]: pulseaudio.socket - Sound System was skipped 
> because of a failed condition check (ConditionUser=!root).
> Mar 06 01:38:45 systemd[577]: pulseaudio.service - Sound Service was skipped 
> because of a failed condition check (ConditionUser=!root).

A systemd user for root has been attempted (pid 577, not 1).
The ConditionUser forbid to start it.

> # systemctl cat pulseaudio.service
> No files found for pulseaudio.service.
> # systemctl cat pulseaudio.socket
> No files found for pulseaudio.socket.
> #

This is a user unit. Use thus: systemctl --user cat pulseaudio.service

You seem to have pulseaudio installed, but as far as I now, pipewire should
replace it nowadays.

-- 
francis
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to