-
-
Notifications
You must be signed in to change notification settings - Fork 12.8k
PulseAudio - No such file or directory "/opt/homebrew/Cellar/pulseaudio/17.0/etc/pulse/default.pa.d" #224722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Does it happen only on macOS or on Linux too? |
It does not seems to happens on Linux (Ubuntu Noble) because the default.pa.d directory exists. I do believe that the fix for this warning is simple, simply create the directory during brew install. |
This happens because PulseAudio tries to look for Linux shared libraries ( |
It's the default behavior and it also happens on Linux (Ubuntu Noble). It has nothing related to PulseAudio shared libraries. The |
Uh oh!
There was an error while loading. Please reload this page.
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Reproduce PulseAudio from a Ubuntu Noble container to macOS.
What happened (include all command output)?
PulseAudio fails to start with
pulseaudio -k
andpulseaudio --start
command, only starts withpulseaudio --exit-idle-time\=-1 --verbose
which I do believe as stated by Brew after PulseAudio install that it's the command to start it.What did you expect to happen?
No warning shown on console.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: